diff --git a/java/src/com/vmware/avi/sdk/model/ACSubjectInfo.java b/java/src/com/vmware/avi/sdk/model/ACSubjectInfo.java index ab30d4caea..591f8b9545 100644 --- a/java/src/com/vmware/avi/sdk/model/ACSubjectInfo.java +++ b/java/src/com/vmware/avi/sdk/model/ACSubjectInfo.java @@ -34,7 +34,7 @@ public class ACSubjectInfo { * Subject type for the audit event (e.g. * Dns hostname, ip address, uri). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -47,7 +47,7 @@ public String getType() { * Subject type for the audit event (e.g. * Dns hostname, ip address, uri). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -60,7 +60,7 @@ public void setType(String type) { * Subject value for the audit event (e.g. * Www.example.com, 10.10.10.10, www.foo.com/index.html). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -73,7 +73,7 @@ public String getValue() { * Subject value for the audit event (e.g. * Www.example.com, 10.10.10.10, www.foo.com/index.html). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/ACUserIdentity.java b/java/src/com/vmware/avi/sdk/model/ACUserIdentity.java index 49a0fb52c4..bab1572ee7 100644 --- a/java/src/com/vmware/avi/sdk/model/ACUserIdentity.java +++ b/java/src/com/vmware/avi/sdk/model/ACUserIdentity.java @@ -34,7 +34,7 @@ public class ACUserIdentity { * User identity type for audit event (e.g. * Username, organization, component). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -47,7 +47,7 @@ public String getType() { * User identity type for audit event (e.g. * Username, organization, component). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -60,7 +60,7 @@ public void setType(String type) { * User identity value for audit event (e.g. * Somecompany, jane doe, secure-shell). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -73,7 +73,7 @@ public String getValue() { * User identity value for audit event (e.g. * Somecompany, jane doe, secure-shell). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/ALBServicesAccount.java b/java/src/com/vmware/avi/sdk/model/ALBServicesAccount.java index f6d4cd060e..3a1de2c1df 100644 --- a/java/src/com/vmware/avi/sdk/model/ALBServicesAccount.java +++ b/java/src/com/vmware/avi/sdk/model/ALBServicesAccount.java @@ -36,7 +36,7 @@ public class ALBServicesAccount { * This is the getter method this will return the attribute value. * Id of an account in the customer portal. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return id */ @@ -48,7 +48,7 @@ public String getId() { * This is the setter method to the attribute. * Id of an account in the customer portal. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param id set the id. */ @@ -60,7 +60,7 @@ public void setId(String id) { * This is the getter method this will return the attribute value. * Account to which the customer portal user belongs. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -72,7 +72,7 @@ public String getName() { * This is the setter method to the attribute. * Account to which the customer portal user belongs. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -83,7 +83,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Information about users within the account in the customer portal. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return users */ @@ -95,7 +95,7 @@ public List getUsers() { * This is the setter method. this will set the users * Information about users within the account in the customer portal. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return users */ @@ -107,7 +107,7 @@ public void setUsers(List users) { * This is the setter method this will set the users * Information about users within the account in the customer portal. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return users */ diff --git a/java/src/com/vmware/avi/sdk/model/ALBServicesAccountUser.java b/java/src/com/vmware/avi/sdk/model/ALBServicesAccountUser.java index 852b4d34b9..2857dc1c12 100644 --- a/java/src/com/vmware/avi/sdk/model/ALBServicesAccountUser.java +++ b/java/src/com/vmware/avi/sdk/model/ALBServicesAccountUser.java @@ -35,7 +35,7 @@ public class ALBServicesAccountUser { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return email */ @@ -46,7 +46,7 @@ public String getEmail() { /** * This is the setter method to the attribute. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param email set the email. */ @@ -57,7 +57,7 @@ public void setEmail(String email) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -68,7 +68,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -79,7 +79,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return phone */ @@ -90,7 +90,7 @@ public String getPhone() { /** * This is the setter method to the attribute. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param phone set the phone. */ diff --git a/java/src/com/vmware/avi/sdk/model/ALBServicesCase.java b/java/src/com/vmware/avi/sdk/model/ALBServicesCase.java index 834ce6055e..7584e2e9e9 100644 --- a/java/src/com/vmware/avi/sdk/model/ALBServicesCase.java +++ b/java/src/com/vmware/avi/sdk/model/ALBServicesCase.java @@ -110,7 +110,7 @@ public class ALBServicesCase { * This is the getter method this will return the attribute value. * Additional emails to get notified when the case gets created. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return additionalEmails */ @@ -122,7 +122,7 @@ public List getAdditionalEmails() { * This is the setter method. this will set the additionalEmails * Additional emails to get notified when the case gets created. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return additionalEmails */ @@ -134,7 +134,7 @@ public void setAdditionalEmails(List additionalEmails) { * This is the setter method this will set the additionalEmails * Additional emails to get notified when the case gets created. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return additionalEmails */ @@ -149,7 +149,7 @@ public ALBServicesCase addAdditionalEmailsItem(String additionalEmailsItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return assetId */ @@ -160,7 +160,7 @@ public String getAssetId() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param assetId set the assetId. */ @@ -170,7 +170,7 @@ public void setAssetId(String assetId) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caseAttachments */ @@ -181,7 +181,7 @@ public List getCaseAttachments() { /** * This is the setter method. this will set the caseAttachments * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caseAttachments */ @@ -192,7 +192,7 @@ public void setCaseAttachments(List caseAttachments) /** * This is the setter method this will set the caseAttachments * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caseAttachments */ @@ -207,7 +207,7 @@ public ALBServicesCase addCaseAttachmentsItem(ALBServicesCaseAttachment caseAtta /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caseCreatedBy */ @@ -218,7 +218,7 @@ public String getCaseCreatedBy() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param caseCreatedBy set the caseCreatedBy. */ @@ -229,7 +229,7 @@ public void setCaseCreatedBy(String caseCreatedBy) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caseNumber */ @@ -240,7 +240,7 @@ public String getCaseNumber() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param caseNumber set the caseNumber. */ @@ -251,7 +251,7 @@ public void setCaseNumber(String caseNumber) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caseStatus */ @@ -262,7 +262,7 @@ public String getCaseStatus() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param caseStatus set the caseStatus. */ @@ -274,7 +274,7 @@ public void setCaseStatus(String caseStatus) { * This is the getter method this will return the attribute value. * Contact information associated to particular case. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contactInfo */ @@ -286,7 +286,7 @@ public ALBServicesUser getContactInfo() { * This is the setter method to the attribute. * Contact information associated to particular case. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param contactInfo set the contactInfo. */ @@ -297,7 +297,7 @@ public void setContactInfo(ALBServicesUser contactInfo) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdDate */ @@ -308,7 +308,7 @@ public String getCreatedDate() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdDate set the createdDate. */ @@ -319,7 +319,7 @@ public void setCreatedDate(String createdDate) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customTag */ @@ -330,7 +330,7 @@ public String getCustomTag() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param customTag set the customTag. */ @@ -341,7 +341,7 @@ public void setCustomTag(String customTag) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deploymentEnvironment */ @@ -352,7 +352,7 @@ public String getDeploymentEnvironment() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deploymentEnvironment set the deploymentEnvironment. */ @@ -363,7 +363,7 @@ public void setDeploymentEnvironment(String deploymentEnvironment) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -374,7 +374,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -386,7 +386,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Email of the point of contact for a particular support case. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return email */ @@ -398,7 +398,7 @@ public String getEmail() { * This is the setter method to the attribute. * Email of the point of contact for a particular support case. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param email set the email. */ @@ -409,7 +409,7 @@ public void setEmail(String email) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return environment */ @@ -420,7 +420,7 @@ public String getEnvironment() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param environment set the environment. */ @@ -432,7 +432,7 @@ public void setEnvironment(String environment) { * This is the getter method this will return the attribute value. * Business justification for a feature request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frBusinessJustification */ @@ -444,7 +444,7 @@ public String getFrBusinessJustification() { * This is the setter method to the attribute. * Business justification for a feature request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frBusinessJustification set the frBusinessJustification. */ @@ -456,7 +456,7 @@ public void setFrBusinessJustification(String frBusinessJustification) { * This is the getter method this will return the attribute value. * Current solution/workaround for a feature request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frCurrentSolution */ @@ -468,7 +468,7 @@ public String getFrCurrentSolution() { * This is the setter method to the attribute. * Current solution/workaround for a feature request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frCurrentSolution set the frCurrentSolution. */ @@ -480,7 +480,7 @@ public void setFrCurrentSolution(String frCurrentSolution) { * This is the getter method this will return the attribute value. * Expected date of delivery for a feature request in yyyy-mm-dd format. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frTiming */ @@ -492,7 +492,7 @@ public String getFrTiming() { * This is the setter method to the attribute. * Expected date of delivery for a feature request in yyyy-mm-dd format. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frTiming set the frTiming. */ @@ -504,7 +504,7 @@ public void setFrTiming(String frTiming) { * This is the getter method this will return the attribute value. * Possible use cases for a feature request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frUseCases */ @@ -516,7 +516,7 @@ public String getFrUseCases() { * This is the setter method to the attribute. * Possible use cases for a feature request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frUseCases set the frUseCases. */ @@ -527,7 +527,7 @@ public void setFrUseCases(String frUseCases) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return id */ @@ -538,7 +538,7 @@ public String getId() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param id set the id. */ @@ -549,7 +549,7 @@ public void setId(String id) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastModifiedDate */ @@ -560,7 +560,7 @@ public String getLastModifiedDate() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastModifiedDate set the lastModifiedDate. */ @@ -573,7 +573,7 @@ public void setLastModifiedDate(String lastModifiedDate) { * Stores the alb services configuration mode. * Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -586,7 +586,7 @@ public String getMode() { * Stores the alb services configuration mode. * Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -597,7 +597,7 @@ public void setMode(String mode) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchVersion */ @@ -608,7 +608,7 @@ public String getPatchVersion() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchVersion set the patchVersion. */ @@ -619,7 +619,7 @@ public void setPatchVersion(String patchVersion) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return severity */ @@ -630,7 +630,7 @@ public String getSeverity() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param severity set the severity. */ @@ -641,7 +641,7 @@ public void setSeverity(String severity) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -652,7 +652,7 @@ public String getStatus() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -663,7 +663,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subject */ @@ -674,7 +674,7 @@ public String getSubject() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subject set the subject. */ @@ -686,7 +686,7 @@ public void setSubject(String subject) { * This is the getter method this will return the attribute value. * Tenant information. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -698,7 +698,7 @@ public String getTenantUuid() { * This is the setter method to the attribute. * Tenant information. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ @@ -709,7 +709,7 @@ public void setTenantUuid(String tenantUuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return time */ @@ -720,7 +720,7 @@ public String getTime() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param time set the time. */ @@ -731,7 +731,7 @@ public void setTime(String time) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -742,7 +742,7 @@ public String getType() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -753,7 +753,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -764,7 +764,7 @@ public String getVersion() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/ALBServicesCaseAttachment.java b/java/src/com/vmware/avi/sdk/model/ALBServicesCaseAttachment.java index b4d5c40d60..58ba9df161 100644 --- a/java/src/com/vmware/avi/sdk/model/ALBServicesCaseAttachment.java +++ b/java/src/com/vmware/avi/sdk/model/ALBServicesCaseAttachment.java @@ -35,7 +35,7 @@ public class ALBServicesCaseAttachment { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attachmentName */ @@ -46,7 +46,7 @@ public String getAttachmentName() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attachmentName set the attachmentName. */ @@ -57,7 +57,7 @@ public void setAttachmentName(String attachmentName) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attachmentSize */ @@ -68,7 +68,7 @@ public String getAttachmentSize() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attachmentSize set the attachmentSize. */ @@ -79,7 +79,7 @@ public void setAttachmentSize(String attachmentSize) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attachmentUrl */ @@ -90,7 +90,7 @@ public String getAttachmentUrl() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attachmentUrl set the attachmentUrl. */ diff --git a/java/src/com/vmware/avi/sdk/model/ALBServicesConfig.java b/java/src/com/vmware/avi/sdk/model/ALBServicesConfig.java index c02dc9d48f..e20b8a7aed 100644 --- a/java/src/com/vmware/avi/sdk/model/ALBServicesConfig.java +++ b/java/src/com/vmware/avi/sdk/model/ALBServicesConfig.java @@ -90,8 +90,7 @@ public class ALBServicesConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Default values for application signature sync. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appSignatureConfig */ @@ -103,8 +102,7 @@ public AppSignatureConfig getAppSignatureConfig() { * This is the setter method to the attribute. * Default values for application signature sync. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appSignatureConfig set the appSignatureConfig. */ @@ -116,7 +114,7 @@ public void setAppSignatureConfig(AppSignatureConfig appSignatureConfig) { * This is the getter method this will return the attribute value. * Default contact for this controller cluster. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return assetContact */ @@ -128,7 +126,7 @@ public ALBServicesUser getAssetContact() { * This is the setter method to the attribute. * Default contact for this controller cluster. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param assetContact set the assetContact. */ @@ -140,8 +138,7 @@ public void setAssetContact(ALBServicesUser assetContact) { * This is the getter method this will return the attribute value. * Default values for case management. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caseConfig */ @@ -153,8 +150,7 @@ public CaseConfig getCaseConfig() { * This is the setter method to the attribute. * Default values for case management. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param caseConfig set the caseConfig. */ @@ -188,8 +184,7 @@ public void setFeatureOptInStatus(PortalFeatureOptIn featureOptInStatus) { * This is the getter method this will return the attribute value. * Inventory configurations for pulse cloud services. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return inventoryConfig */ @@ -201,8 +196,7 @@ public InventoryConfiguration getInventoryConfig() { * This is the setter method to the attribute. * Inventory configurations for pulse cloud services. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param inventoryConfig set the inventoryConfig. */ @@ -214,7 +208,7 @@ public void setInventoryConfig(InventoryConfiguration inventoryConfig) { * This is the getter method this will return the attribute value. * Default values to be used for ip reputation sync. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationConfig */ @@ -226,7 +220,7 @@ public IpReputationConfig getIpReputationConfig() { * This is the setter method to the attribute. * Default values to be used for ip reputation sync. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipReputationConfig set the ipReputationConfig. */ @@ -239,8 +233,8 @@ public void setIpReputationConfig(IpReputationConfig ipReputationConfig) { * Mode helps log collection and upload. * Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- salesforce,myvmware,systest), basic edition(allowed values- - * salesforce,myvmware,systest), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "MYVMWARE". * @return mode */ @@ -253,8 +247,8 @@ public String getMode() { * Mode helps log collection and upload. * Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- salesforce,myvmware,systest), basic edition(allowed values- - * salesforce,myvmware,systest), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "MYVMWARE". * @param mode set the mode. */ @@ -266,8 +260,7 @@ public void setMode(String mode) { * This is the getter method this will return the attribute value. * Name of the albservicesconfig object. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -279,8 +272,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the albservicesconfig object. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -293,7 +285,7 @@ public void setName(String name) { * Time interval in minutes. * Allowed values are 5-60. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return pollingInterval */ @@ -306,7 +298,7 @@ public Integer getPollingInterval() { * Time interval in minutes. * Allowed values are 5-60. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param pollingInterval set the pollingInterval. */ @@ -318,7 +310,7 @@ public void setPollingInterval(Integer pollingInterval) { * This is the getter method this will return the attribute value. * The fqdn or ip address of the pulse cloud services. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portalUrl */ @@ -330,7 +322,7 @@ public String getPortalUrl() { * This is the setter method to the attribute. * The fqdn or ip address of the pulse cloud services. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param portalUrl set the portalUrl. */ @@ -342,8 +334,7 @@ public void setPortalUrl(String portalUrl) { * This is the getter method this will return the attribute value. * Saas licensing configuration. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return saasLicensingConfig */ @@ -355,8 +346,7 @@ public SaasLicensingInfo getSaasLicensingConfig() { * This is the setter method to the attribute. * Saas licensing configuration. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param saasLicensingConfig set the saasLicensingConfig. */ @@ -368,8 +358,7 @@ public void setSaasLicensingConfig(SaasLicensingInfo saasLicensingConfig) { * This is the getter method this will return the attribute value. * Session configuration data. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sessionConfig */ @@ -381,8 +370,7 @@ public PulseServicesSessionConfig getSessionConfig() { * This is the setter method to the attribute. * Session configuration data. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sessionConfig set the sessionConfig. */ @@ -394,7 +382,7 @@ public void setSessionConfig(PulseServicesSessionConfig sessionConfig) { * This is the getter method this will return the attribute value. * Split proxy configuration to connect external pulse cloud services. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return splitProxyConfiguration */ @@ -406,7 +394,7 @@ public ProxyConfiguration getSplitProxyConfiguration() { * This is the setter method to the attribute. * Split proxy configuration to connect external pulse cloud services. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param splitProxyConfiguration set the splitProxyConfiguration. */ @@ -418,8 +406,7 @@ public void setSplitProxyConfiguration(ProxyConfiguration splitProxyConfiguratio * This is the getter method this will return the attribute value. * Tenant based configuration data. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantConfig */ @@ -431,8 +418,7 @@ public PulseServicesTenantConfig getTenantConfig() { * This is the setter method to the attribute. * Tenant based configuration data. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantConfig set the tenantConfig. */ @@ -445,8 +431,7 @@ public void setTenantConfig(PulseServicesTenantConfig tenantConfig) { * Tenant uuid associated with the object. * It is a reference to an object of type tenant. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -459,8 +444,7 @@ public String getTenantRef() { * Tenant uuid associated with the object. * It is a reference to an object of type tenant. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -490,7 +474,7 @@ public void setUrl(String url) { * By default, pulse cloud services uses proxy added in system configuration. * If it should use a separate proxy, set this flag to true and configure split proxy configuration. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useSplitProxy */ @@ -503,7 +487,7 @@ public Boolean getUseSplitProxy() { * By default, pulse cloud services uses proxy added in system configuration. * If it should use a separate proxy, set this flag to true and configure split proxy configuration. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useSplitProxy set the useSplitProxy. */ @@ -515,7 +499,7 @@ public void setUseSplitProxy(Boolean useSplitProxy) { * This is the getter method this will return the attribute value. * Secure the controller to pulse cloud services communication over tls. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useTls */ @@ -527,7 +511,7 @@ public Boolean getUseTls() { * This is the setter method to the attribute. * Secure the controller to pulse cloud services communication over tls. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useTls set the useTls. */ @@ -539,8 +523,7 @@ public void setUseTls(Boolean useTls) { * This is the getter method this will return the attribute value. * Default values for user agent db service. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAgentDbConfig */ @@ -552,8 +535,7 @@ public UserAgentDBConfig getUserAgentDbConfig() { * This is the setter method to the attribute. * Default values for user agent db service. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userAgentDbConfig set the userAgentDbConfig. */ @@ -564,7 +546,7 @@ public void setUserAgentDbConfig(UserAgentDBConfig userAgentDbConfig) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -575,7 +557,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -587,7 +569,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Default values for waf management. * Field introduced in 21.1.1. - * Allowed in essentials edition with any value, basic edition with any value, enterprise, enterprise with cloud services edition. + * Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafConfig */ @@ -599,7 +581,7 @@ public WafCrsConfig getWafConfig() { * This is the setter method to the attribute. * Default values for waf management. * Field introduced in 21.1.1. - * Allowed in essentials edition with any value, basic edition with any value, enterprise, enterprise with cloud services edition. + * Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param wafConfig set the wafConfig. */ diff --git a/java/src/com/vmware/avi/sdk/model/ALBServicesFileDownload.java b/java/src/com/vmware/avi/sdk/model/ALBServicesFileDownload.java index a448276276..2c7dd736ed 100644 --- a/java/src/com/vmware/avi/sdk/model/ALBServicesFileDownload.java +++ b/java/src/com/vmware/avi/sdk/model/ALBServicesFileDownload.java @@ -57,7 +57,7 @@ public class ALBServicesFileDownload extends AviRestResource { * This is the getter method this will return the attribute value. * Destination of the file to be saved. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return destinationDir */ @@ -69,7 +69,7 @@ public String getDestinationDir() { * This is the setter method to the attribute. * Destination of the file to be saved. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param destinationDir set the destinationDir. */ @@ -81,7 +81,7 @@ public void setDestinationDir(String destinationDir) { * This is the getter method this will return the attribute value. * Software / crs/ inventory. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fileType */ @@ -93,7 +93,7 @@ public String getFileType() { * This is the setter method to the attribute. * Software / crs/ inventory. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fileType set the fileType. */ @@ -105,7 +105,7 @@ public void setFileType(String fileType) { * This is the getter method this will return the attribute value. * File uri on the cloud bucket. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fileUri */ @@ -117,7 +117,7 @@ public String getFileUri() { * This is the setter method to the attribute. * File uri on the cloud bucket. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fileUri set the fileUri. */ @@ -129,8 +129,7 @@ public void setFileUri(String fileUri) { * This is the getter method this will return the attribute value. * Download's success / failure message. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return message */ public String getMessage() { @@ -141,8 +140,7 @@ public String getMessage() { * This is the setter method to the attribute. * Download's success / failure message. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param message set the message. */ public void setMessage(String message) { @@ -153,8 +151,7 @@ public void setMessage(String message) { * This is the getter method this will return the attribute value. * Metadata of the file from pulse. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return metadata */ public ALBServicesFileDownloadMetadata getMetadata() { @@ -165,8 +162,7 @@ public ALBServicesFileDownloadMetadata getMetadata() { * This is the setter method to the attribute. * Metadata of the file from pulse. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param metadata set the metadata. */ public void setMetadata(ALBServicesFileDownloadMetadata metadata) { @@ -177,7 +173,7 @@ public void setMetadata(ALBServicesFileDownloadMetadata metadata) { * This is the getter method this will return the attribute value. * The name of the file with which it is saved to the disk. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -189,7 +185,7 @@ public String getName() { * This is the setter method to the attribute. * The name of the file with which it is saved to the disk. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -202,10 +198,9 @@ public void setName(String name) { * Status of file download. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return status */ public String getStatus() { @@ -217,10 +212,9 @@ public String getStatus() { * Status of file download. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param status set the status. */ public void setStatus(String status) { @@ -232,7 +226,7 @@ public void setStatus(String status) { * Tenant uuid associated with the object. * It is a reference to an object of type tenant. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -245,7 +239,7 @@ public String getTenantRef() { * Tenant uuid associated with the object. * It is a reference to an object of type tenant. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -274,7 +268,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Unique id of the object. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -286,7 +280,7 @@ public String getUuid() { * This is the setter method to the attribute. * Unique id of the object. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ALBServicesFileDownloadMetadata.java b/java/src/com/vmware/avi/sdk/model/ALBServicesFileDownloadMetadata.java index ed40f810ca..590e3c54da 100644 --- a/java/src/com/vmware/avi/sdk/model/ALBServicesFileDownloadMetadata.java +++ b/java/src/com/vmware/avi/sdk/model/ALBServicesFileDownloadMetadata.java @@ -45,7 +45,7 @@ public class ALBServicesFileDownloadMetadata { * This is the getter method this will return the attribute value. * Checksum of the file. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checksum */ @@ -57,7 +57,7 @@ public String getChecksum() { * This is the setter method to the attribute. * Checksum of the file. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param checksum set the checksum. */ @@ -69,7 +69,7 @@ public void setChecksum(String checksum) { * This is the getter method this will return the attribute value. * Currently only md5 checksum type is supported. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checksumType */ @@ -81,7 +81,7 @@ public String getChecksumType() { * This is the setter method to the attribute. * Currently only md5 checksum type is supported. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param checksumType set the checksumType. */ @@ -93,7 +93,7 @@ public void setChecksumType(String checksumType) { * This is the getter method this will return the attribute value. * Checksum size in bytes. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return chunkSize */ @@ -105,7 +105,7 @@ public Integer getChunkSize() { * This is the setter method to the attribute. * Checksum size in bytes. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param chunkSize set the chunkSize. */ @@ -117,7 +117,7 @@ public void setChunkSize(Integer chunkSize) { * This is the getter method this will return the attribute value. * Whether the file can be downloaded in parts or not. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isMultiPartDownload */ @@ -129,7 +129,7 @@ public Boolean getIsMultiPartDownload() { * This is the setter method to the attribute. * Whether the file can be downloaded in parts or not. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isMultiPartDownload set the isMultiPartDownload. */ @@ -141,7 +141,7 @@ public void setIsMultiPartDownload(Boolean isMultiPartDownload) { * This is the getter method this will return the attribute value. * Sigend url of the file from pulse. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return signedUrl */ @@ -153,7 +153,7 @@ public String getSignedUrl() { * This is the setter method to the attribute. * Sigend url of the file from pulse. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param signedUrl set the signedUrl. */ @@ -165,7 +165,7 @@ public void setSignedUrl(String signedUrl) { * This is the getter method this will return the attribute value. * Total size of the file in bytes. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalSize */ @@ -177,7 +177,7 @@ public Integer getTotalSize() { * This is the setter method to the attribute. * Total size of the file in bytes. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalSize set the totalSize. */ diff --git a/java/src/com/vmware/avi/sdk/model/ALBServicesFileUpload.java b/java/src/com/vmware/avi/sdk/model/ALBServicesFileUpload.java index b233ecb0bf..b12b15202f 100644 --- a/java/src/com/vmware/avi/sdk/model/ALBServicesFileUpload.java +++ b/java/src/com/vmware/avi/sdk/model/ALBServicesFileUpload.java @@ -54,7 +54,7 @@ public class ALBServicesFileUpload extends AviRestResource { * This is the getter method this will return the attribute value. * Salesforce alphanumeric caseid to attach uploaded file to. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caseId */ @@ -66,7 +66,7 @@ public String getCaseId() { * This is the setter method to the attribute. * Salesforce alphanumeric caseid to attach uploaded file to. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param caseId set the caseId. */ @@ -78,8 +78,7 @@ public void setCaseId(String caseId) { * This is the getter method this will return the attribute value. * Error reported during file upload. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return error */ public String getError() { @@ -90,8 +89,7 @@ public String getError() { * This is the setter method to the attribute. * Error reported during file upload. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param error set the error. */ public void setError(String error) { @@ -102,7 +100,7 @@ public void setError(String error) { * This is the getter method this will return the attribute value. * Stores output file path, for upload to aws s3. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filePath */ @@ -114,7 +112,7 @@ public String getFilePath() { * This is the setter method to the attribute. * Stores output file path, for upload to aws s3. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filePath set the filePath. */ @@ -125,7 +123,7 @@ public void setFilePath(String filePath) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -136,7 +134,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -148,7 +146,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Custom aws s3 directory path to upload file. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return s3Directory */ @@ -160,7 +158,7 @@ public String getS3Directory() { * This is the setter method to the attribute. * Custom aws s3 directory path to upload file. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param s3Directory set the s3Directory. */ @@ -173,10 +171,9 @@ public void setS3Directory(String s3Directory) { * Status of file upload. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return status */ public String getStatus() { @@ -188,10 +185,9 @@ public String getStatus() { * Status of file upload. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param status set the status. */ public void setStatus(String status) { @@ -202,7 +198,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -214,7 +210,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -241,7 +237,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -251,7 +247,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ALBServicesJob.java b/java/src/com/vmware/avi/sdk/model/ALBServicesJob.java index f6bf59b4d8..27effffcd2 100644 --- a/java/src/com/vmware/avi/sdk/model/ALBServicesJob.java +++ b/java/src/com/vmware/avi/sdk/model/ALBServicesJob.java @@ -70,7 +70,7 @@ public class ALBServicesJob extends AviRestResource { * This is the getter method this will return the attribute value. * The command to be triggered by the albservicesjob. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return command */ @@ -82,7 +82,7 @@ public String getCommand() { * This is the setter method to the attribute. * The command to be triggered by the albservicesjob. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param command set the command. */ @@ -94,7 +94,7 @@ public void setCommand(String command) { * This is the getter method this will return the attribute value. * Time at which the albservicesjob ended. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -106,7 +106,7 @@ public TimeStamp getEndTime() { * This is the setter method to the attribute. * Time at which the albservicesjob ended. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -118,7 +118,7 @@ public void setEndTime(TimeStamp endTime) { * This is the getter method this will return the attribute value. * The name of the albservicesjob. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -130,7 +130,7 @@ public String getName() { * This is the setter method to the attribute. * The name of the albservicesjob. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -141,7 +141,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Job params. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return params */ @@ -153,7 +153,7 @@ public List getParams() { * This is the setter method. this will set the params * Job params. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return params */ @@ -165,7 +165,7 @@ public void setParams(List params) { * This is the setter method this will set the params * Job params. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return params */ @@ -181,7 +181,7 @@ public ALBServicesJob addParamsItem(ALBServicesJobParam paramsItem) { * This is the getter method this will return the attribute value. * A unique identifier for this job entry on the pulse cloud services. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pulseJobId */ @@ -193,7 +193,7 @@ public String getPulseJobId() { * This is the setter method to the attribute. * A unique identifier for this job entry on the pulse cloud services. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pulseJobId set the pulseJobId. */ @@ -205,7 +205,7 @@ public void setPulseJobId(String pulseJobId) { * This is the getter method this will return the attribute value. * Status of sync to pulse cloud services(result uploads/state updates). * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pulseSyncStatus */ @@ -217,7 +217,7 @@ public Boolean getPulseSyncStatus() { * This is the setter method to the attribute. * Status of sync to pulse cloud services(result uploads/state updates). * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pulseSyncStatus set the pulseSyncStatus. */ @@ -229,7 +229,7 @@ public void setPulseSyncStatus(Boolean pulseSyncStatus) { * This is the getter method this will return the attribute value. * Job result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return result */ @@ -241,7 +241,7 @@ public String getResult() { * This is the setter method to the attribute. * Job result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param result set the result. */ @@ -253,7 +253,7 @@ public void setResult(String result) { * This is the getter method this will return the attribute value. * Time at which the albservicesjob started. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -265,7 +265,7 @@ public TimeStamp getStartTime() { * This is the setter method to the attribute. * Time at which the albservicesjob started. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -278,7 +278,7 @@ public void setStartTime(TimeStamp startTime) { * The status of the albservicesjob. * Enum options - UNDETERMINED, PENDING, IN_PROGRESS, COMPLETED, FAILED, NOT_ENABLED. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PENDING". * @return status */ @@ -291,7 +291,7 @@ public String getStatus() { * The status of the albservicesjob. * Enum options - UNDETERMINED, PENDING, IN_PROGRESS, COMPLETED, FAILED, NOT_ENABLED. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PENDING". * @param status set the status. */ @@ -303,7 +303,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Time at which the status of albservicesjob updated. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusUpdateTime */ @@ -315,7 +315,7 @@ public TimeStamp getStatusUpdateTime() { * This is the setter method to the attribute. * Time at which the status of albservicesjob updated. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statusUpdateTime set the statusUpdateTime. */ @@ -328,7 +328,7 @@ public void setStatusUpdateTime(TimeStamp statusUpdateTime) { * The unique identifier of the tenant to which this albservicesjob belongs. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -341,7 +341,7 @@ public String getTenantRef() { * The unique identifier of the tenant to which this albservicesjob belongs. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -353,7 +353,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Job token. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return token */ @@ -365,7 +365,7 @@ public String getToken() { * This is the setter method to the attribute. * Job token. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param token set the token. */ @@ -394,7 +394,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * A unique identifier for this albservicesjob entry. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -406,7 +406,7 @@ public String getUuid() { * This is the setter method to the attribute. * A unique identifier for this albservicesjob entry. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ALBServicesJobParam.java b/java/src/com/vmware/avi/sdk/model/ALBServicesJobParam.java index cc4f4f598e..a98bcfdc69 100644 --- a/java/src/com/vmware/avi/sdk/model/ALBServicesJobParam.java +++ b/java/src/com/vmware/avi/sdk/model/ALBServicesJobParam.java @@ -33,7 +33,7 @@ public class ALBServicesJobParam { * This is the getter method this will return the attribute value. * Parameter name. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -45,7 +45,7 @@ public String getKey() { * This is the setter method to the attribute. * Parameter name. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -57,7 +57,7 @@ public void setKey(String key) { * This is the getter method this will return the attribute value. * Parameter value. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -69,7 +69,7 @@ public String getValue() { * This is the setter method to the attribute. * Parameter value. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/ALBServicesStatusDetails.java b/java/src/com/vmware/avi/sdk/model/ALBServicesStatusDetails.java index be5fee6827..99cab692a9 100644 --- a/java/src/com/vmware/avi/sdk/model/ALBServicesStatusDetails.java +++ b/java/src/com/vmware/avi/sdk/model/ALBServicesStatusDetails.java @@ -37,7 +37,7 @@ public class ALBServicesStatusDetails { * Connection status of the controller cluster to albservices. * Enum options - ALBSERVICES_CONNECTIVITY_UNKNOWN, ALBSERVICES_DISCONNECTED, ALBSERVICES_CONNECTED. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connectivity */ @@ -50,7 +50,7 @@ public String getConnectivity() { * Connection status of the controller cluster to albservices. * Enum options - ALBSERVICES_CONNECTIVITY_UNKNOWN, ALBSERVICES_DISCONNECTED, ALBSERVICES_CONNECTED. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connectivity set the connectivity. */ @@ -62,7 +62,7 @@ public void setConnectivity(String connectivity) { * This is the getter method this will return the attribute value. * Status change reason. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -74,7 +74,7 @@ public String getReason() { * This is the setter method to the attribute. * Status change reason. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -87,7 +87,7 @@ public void setReason(String reason) { * Registration status of the controller cluster to albservices. * Enum options - ALBSERVICES_REGISTRATION_UNKNOWN, ALBSERVICES_REGISTERED, ALBSERVICES_DEREGISTERED. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return registration */ @@ -100,7 +100,7 @@ public String getRegistration() { * Registration status of the controller cluster to albservices. * Enum options - ALBSERVICES_REGISTRATION_UNKNOWN, ALBSERVICES_REGISTERED, ALBSERVICES_DEREGISTERED. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param registration set the registration. */ diff --git a/java/src/com/vmware/avi/sdk/model/ALBServicesUser.java b/java/src/com/vmware/avi/sdk/model/ALBServicesUser.java index 995a5481ea..56c24e1c82 100644 --- a/java/src/com/vmware/avi/sdk/model/ALBServicesUser.java +++ b/java/src/com/vmware/avi/sdk/model/ALBServicesUser.java @@ -45,7 +45,7 @@ public class ALBServicesUser { * This is the getter method this will return the attribute value. * Id of primary account of the portal user. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return accountId */ @@ -57,7 +57,7 @@ public String getAccountId() { * This is the setter method to the attribute. * Id of primary account of the portal user. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param accountId set the accountId. */ @@ -69,7 +69,7 @@ public void setAccountId(String accountId) { * This is the getter method this will return the attribute value. * Name of primary account of the portal user. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return accountName */ @@ -81,7 +81,7 @@ public String getAccountName() { * This is the setter method to the attribute. * Name of primary account of the portal user. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param accountName set the accountName. */ @@ -93,7 +93,7 @@ public void setAccountName(String accountName) { * This is the getter method this will return the attribute value. * Email id of the portal user. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return email */ @@ -105,7 +105,7 @@ public String getEmail() { * This is the setter method to the attribute. * Email id of the portal user. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param email set the email. */ @@ -116,7 +116,7 @@ public void setEmail(String email) { * This is the getter method this will return the attribute value. * Information about all the accounts managed by user in the customer portal. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedAccounts */ @@ -128,7 +128,7 @@ public List getManagedAccounts() { * This is the setter method. this will set the managedAccounts * Information about all the accounts managed by user in the customer portal. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedAccounts */ @@ -140,7 +140,7 @@ public void setManagedAccounts(List managedAccounts) { * This is the setter method this will set the managedAccounts * Information about all the accounts managed by user in the customer portal. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedAccounts */ @@ -156,7 +156,7 @@ public ALBServicesUser addManagedAccountsItem(ALBServicesAccount managedAccounts * This is the getter method this will return the attribute value. * Name of the portal user. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -168,7 +168,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the portal user. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -180,7 +180,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Phone number of the user. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return phone */ @@ -192,7 +192,7 @@ public String getPhone() { * This is the setter method to the attribute. * Phone number of the user. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param phone set the phone. */ diff --git a/java/src/com/vmware/avi/sdk/model/AWSASGDelete.java b/java/src/com/vmware/avi/sdk/model/AWSASGDelete.java index e291b6d535..1450151239 100644 --- a/java/src/com/vmware/avi/sdk/model/AWSASGDelete.java +++ b/java/src/com/vmware/avi/sdk/model/AWSASGDelete.java @@ -35,7 +35,7 @@ public class AWSASGDelete { * This is the getter method this will return the attribute value. * List of autoscale groups deleted from aws. * Field introduced in 17.2.10,18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return asgs */ @@ -47,7 +47,7 @@ public List getAsgs() { * This is the setter method. this will set the asgs * List of autoscale groups deleted from aws. * Field introduced in 17.2.10,18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return asgs */ @@ -59,7 +59,7 @@ public void setAsgs(List asgs) { * This is the setter method this will set the asgs * List of autoscale groups deleted from aws. * Field introduced in 17.2.10,18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return asgs */ @@ -75,7 +75,7 @@ public AWSASGDelete addAsgsItem(String asgsItem) { * This is the getter method this will return the attribute value. * Uuid of the cloud. * Field introduced in 17.2.10,18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -87,7 +87,7 @@ public String getCcId() { * This is the setter method to the attribute. * Uuid of the cloud. * Field introduced in 17.2.10,18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -99,7 +99,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Uuid of the pool. * Field introduced in 17.2.10,18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -111,7 +111,7 @@ public String getPoolUuid() { * This is the setter method to the attribute. * Uuid of the pool. * Field introduced in 17.2.10,18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AWSASGNotifDetails.java b/java/src/com/vmware/avi/sdk/model/AWSASGNotifDetails.java index 35f7588a15..837a4f37bb 100644 --- a/java/src/com/vmware/avi/sdk/model/AWSASGNotifDetails.java +++ b/java/src/com/vmware/avi/sdk/model/AWSASGNotifDetails.java @@ -49,7 +49,7 @@ public class AWSASGNotifDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return asgName */ @@ -59,7 +59,7 @@ public String getAsgName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param asgName set the asgName. */ @@ -69,7 +69,7 @@ public void setAsgName(String asgName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -79,7 +79,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -89,7 +89,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -99,7 +99,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -109,7 +109,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventType */ @@ -119,7 +119,7 @@ public String getEventType() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventType set the eventType. */ @@ -129,7 +129,7 @@ public void setEventType(String eventType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return instanceId */ @@ -139,7 +139,7 @@ public String getInstanceId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param instanceId set the instanceId. */ @@ -149,7 +149,7 @@ public void setInstanceId(String instanceId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return instanceIpAddr */ @@ -159,7 +159,7 @@ public IpAddr getInstanceIpAddr() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param instanceIpAddr set the instanceIpAddr. */ @@ -172,7 +172,7 @@ public void setInstanceIpAddr(IpAddr instanceIpAddr) { * Uuid of the pool. * It is a reference to an object of type pool. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -185,7 +185,7 @@ public String getPoolRef() { * Uuid of the pool. * It is a reference to an object of type pool. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -195,7 +195,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcId */ @@ -205,7 +205,7 @@ public String getVpcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcId set the vpcId. */ diff --git a/java/src/com/vmware/avi/sdk/model/AWSSetup.java b/java/src/com/vmware/avi/sdk/model/AWSSetup.java index b346620176..dd512f03dd 100644 --- a/java/src/com/vmware/avi/sdk/model/AWSSetup.java +++ b/java/src/com/vmware/avi/sdk/model/AWSSetup.java @@ -43,7 +43,7 @@ public class AWSSetup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return accessKeyId */ @@ -53,7 +53,7 @@ public String getAccessKeyId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param accessKeyId set the accessKeyId. */ @@ -63,7 +63,7 @@ public void setAccessKeyId(String accessKeyId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -73,7 +73,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -83,7 +83,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -93,7 +93,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -104,7 +104,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privilege */ @@ -115,7 +115,7 @@ public String getPrivilege() { /** * This is the setter method to the attribute. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param privilege set the privilege. */ @@ -125,7 +125,7 @@ public void setPrivilege(String privilege) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return region */ @@ -135,7 +135,7 @@ public String getRegion() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param region set the region. */ @@ -146,7 +146,7 @@ public void setRegion(String region) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcId */ @@ -157,7 +157,7 @@ public String getVpcId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcId set the vpcId. */ diff --git a/java/src/com/vmware/avi/sdk/model/AZCluster.java b/java/src/com/vmware/avi/sdk/model/AZCluster.java new file mode 100644 index 0000000000..816b3f891c --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/AZCluster.java @@ -0,0 +1,131 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The AZCluster is a POJO class extends AviRestResource that used for creating + * AZCluster. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class AZCluster { + @JsonProperty("cluster_ids") + private List clusterIds; + + @JsonProperty("vcenter_ref") + private String vcenterRef; + + + /** + * This is the getter method this will return the attribute value. + * Managed object id of clusters belongs to the az. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return clusterIds + */ + public List getClusterIds() { + return clusterIds; + } + + /** + * This is the setter method. this will set the clusterIds + * Managed object id of clusters belongs to the az. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return clusterIds + */ + public void setClusterIds(List clusterIds) { + this.clusterIds = clusterIds; + } + + /** + * This is the setter method this will set the clusterIds + * Managed object id of clusters belongs to the az. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return clusterIds + */ + public AZCluster addClusterIdsItem(String clusterIdsItem) { + if (this.clusterIds == null) { + this.clusterIds = new ArrayList(); + } + this.clusterIds.add(clusterIdsItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Vcenter id of the clusters. + * It is a reference to an object of type vcenterserver. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return vcenterRef + */ + public String getVcenterRef() { + return vcenterRef; + } + + /** + * This is the setter method to the attribute. + * Vcenter id of the clusters. + * It is a reference to an object of type vcenterserver. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param vcenterRef set the vcenterRef. + */ + public void setVcenterRef(String vcenterRef) { + this.vcenterRef = vcenterRef; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + AZCluster objAZCluster = (AZCluster) o; + return Objects.equals(this.vcenterRef, objAZCluster.vcenterRef)&& + Objects.equals(this.clusterIds, objAZCluster.clusterIds); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class AZCluster {\n"); + sb.append(" clusterIds: ").append(toIndentedString(clusterIds)).append("\n"); + sb.append(" vcenterRef: ").append(toIndentedString(vcenterRef)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/AZDatastore.java b/java/src/com/vmware/avi/sdk/model/AZDatastore.java new file mode 100644 index 0000000000..86fc5b919d --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/AZDatastore.java @@ -0,0 +1,129 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The AZDatastore is a POJO class extends AviRestResource that used for creating + * AZDatastore. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class AZDatastore { + @JsonProperty("ds_ids") + private List dsIds; + + @JsonProperty("include") + private Boolean include = false; + + + /** + * This is the getter method this will return the attribute value. + * List of managed object id of datastores. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return dsIds + */ + public List getDsIds() { + return dsIds; + } + + /** + * This is the setter method. this will set the dsIds + * List of managed object id of datastores. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return dsIds + */ + public void setDsIds(List dsIds) { + this.dsIds = dsIds; + } + + /** + * This is the setter method this will set the dsIds + * List of managed object id of datastores. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return dsIds + */ + public AZDatastore addDsIdsItem(String dsIdsItem) { + if (this.dsIds == null) { + this.dsIds = new ArrayList(); + } + this.dsIds.add(dsIdsItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Include or exclude the datastores from the list. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return include + */ + public Boolean getInclude() { + return include; + } + + /** + * This is the setter method to the attribute. + * Include or exclude the datastores from the list. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param include set the include. + */ + public void setInclude(Boolean include) { + this.include = include; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + AZDatastore objAZDatastore = (AZDatastore) o; + return Objects.equals(this.dsIds, objAZDatastore.dsIds)&& + Objects.equals(this.include, objAZDatastore.include); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class AZDatastore {\n"); + sb.append(" dsIds: ").append(toIndentedString(dsIds)).append("\n"); + sb.append(" include: ").append(toIndentedString(include)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/AbPool.java b/java/src/com/vmware/avi/sdk/model/AbPool.java index 2dbdb3b4fc..d4c1c21b81 100644 --- a/java/src/com/vmware/avi/sdk/model/AbPool.java +++ b/java/src/com/vmware/avi/sdk/model/AbPool.java @@ -33,7 +33,7 @@ public class AbPool { * This is the getter method this will return the attribute value. * Pool configured as b pool for a/b testing. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -45,7 +45,7 @@ public String getPoolRef() { * This is the setter method to the attribute. * Pool configured as b pool for a/b testing. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -57,7 +57,7 @@ public void setPoolRef(String poolRef) { * This is the getter method this will return the attribute value. * Ratio of traffic diverted to the b pool, for a/b testing. * Allowed values are 0-100. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return ratio */ @@ -69,7 +69,7 @@ public Integer getRatio() { * This is the setter method to the attribute. * Ratio of traffic diverted to the b pool, for a/b testing. * Allowed values are 0-100. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param ratio set the ratio. */ diff --git a/java/src/com/vmware/avi/sdk/model/Action.java b/java/src/com/vmware/avi/sdk/model/Action.java deleted file mode 100644 index 3999777a37..0000000000 --- a/java/src/com/vmware/avi/sdk/model/Action.java +++ /dev/null @@ -1,116 +0,0 @@ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache License 2.0 - */ - -package com.vmware.avi.sdk.model; - -import java.util.*; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; - -/** - * The Action is a POJO class extends AviRestResource that used for creating - * Action. - * - * @version 1.0 - * @since - * - */ -@JsonIgnoreProperties(ignoreUnknown = true) -@JsonInclude(JsonInclude.Include.NON_NULL) -public class Action { - @JsonProperty("data") - private String data; - - @JsonProperty("url_ref") - private String urlRef; - - - - /** - * This is the getter method this will return the attribute value. - * A description of the change to this object. - * This field is opaque to the caller, it should not be interpreted or modified. - * Field introduced in 21.1.3. - * 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. - * @return data - */ - public String getData() { - return data; - } - - /** - * This is the setter method to the attribute. - * A description of the change to this object. - * This field is opaque to the caller, it should not be interpreted or modified. - * Field introduced in 21.1.3. - * 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. - * @param data set the data. - */ - public void setData(String data) { - this.data = data; - } - - /** - * This is the getter method this will return the attribute value. - * The referenced object on which this action will be applied. - * Field introduced in 21.1.3. - * 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. - * @return urlRef - */ - public String getUrlRef() { - return urlRef; - } - - /** - * This is the setter method to the attribute. - * The referenced object on which this action will be applied. - * Field introduced in 21.1.3. - * 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. - * @param urlRef set the urlRef. - */ - public void setUrlRef(String urlRef) { - this.urlRef = urlRef; - } - - - @Override - public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - Action objAction = (Action) o; - return Objects.equals(this.urlRef, objAction.urlRef)&& - Objects.equals(this.data, objAction.data); - } - - @Override - public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class Action {\n"); - sb.append(" data: ").append(toIndentedString(data)).append("\n"); - sb.append(" urlRef: ").append(toIndentedString(urlRef)).append("\n"); - sb.append("}"); - return sb.toString(); - } - - /** - * Convert the given object to string with each line indented by 4 spaces - * (except the first line). - */ - private String toIndentedString(java.lang.Object o) { - if (o == null) { - return "null"; - } - return o.toString().replace("\n", "\n "); - } -} diff --git a/java/src/com/vmware/avi/sdk/model/ActionArgs.java b/java/src/com/vmware/avi/sdk/model/ActionArgs.java new file mode 100644 index 0000000000..d8638a6232 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/ActionArgs.java @@ -0,0 +1,114 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The ActionArgs is a POJO class extends AviRestResource that used for creating + * ActionArgs. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class ActionArgs { + @JsonProperty("name") + private String name; + + @JsonProperty("value") + private String value; + + + + /** + * This is the getter method this will return the attribute value. + * Name of the argument. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return name + */ + public String getName() { + return name; + } + + /** + * This is the setter method to the attribute. + * Name of the argument. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param name set the name. + */ + public void setName(String name) { + this.name = name; + } + + /** + * This is the getter method this will return the attribute value. + * Value for the argument. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return value + */ + public String getValue() { + return value; + } + + /** + * This is the setter method to the attribute. + * Value for the argument. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param value set the value. + */ + public void setValue(String value) { + this.value = value; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ActionArgs objActionArgs = (ActionArgs) o; + return Objects.equals(this.name, objActionArgs.name)&& + Objects.equals(this.value, objActionArgs.value); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ActionArgs {\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" value: ").append(toIndentedString(value)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/ActionGroupConfig.java b/java/src/com/vmware/avi/sdk/model/ActionGroupConfig.java index 54d3886a60..c0c5f5656e 100644 --- a/java/src/com/vmware/avi/sdk/model/ActionGroupConfig.java +++ b/java/src/com/vmware/avi/sdk/model/ActionGroupConfig.java @@ -63,7 +63,7 @@ public class ActionGroupConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Reference of the action script configuration to be used. * It is a reference to an object of type alertscriptconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actionScriptConfigRef */ @@ -75,7 +75,7 @@ public String getActionScriptConfigRef() { * This is the setter method to the attribute. * Reference of the action script configuration to be used. * It is a reference to an object of type alertscriptconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param actionScriptConfigRef set the actionScriptConfigRef. */ @@ -86,8 +86,8 @@ public void setActionScriptConfigRef(String actionScriptConfigRef) { /** * This is the getter method this will return the attribute value. * Trigger notification to autoscale manager. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return autoscaleTriggerNotification */ @@ -98,8 +98,8 @@ public Boolean getAutoscaleTriggerNotification() { /** * This is the setter method to the attribute. * Trigger notification to autoscale manager. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param autoscaleTriggerNotification set the autoscaleTriggerNotification. */ @@ -109,7 +109,7 @@ public void setAutoscaleTriggerNotification(Boolean autoscaleTriggerNotificatio /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -119,7 +119,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -131,7 +131,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Select the email notification configuration to use when sending alerts via email. * It is a reference to an object of type alertemailconfig. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return emailConfigRef */ @@ -143,7 +143,7 @@ public String getEmailConfigRef() { * This is the setter method to the attribute. * Select the email notification configuration to use when sending alerts via email. * It is a reference to an object of type alertemailconfig. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param emailConfigRef set the emailConfigRef. */ @@ -154,8 +154,8 @@ public void setEmailConfigRef(String emailConfigRef) { /** * This is the getter method this will return the attribute value. * Generate alert only to external destinations. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return externalOnly */ @@ -166,8 +166,8 @@ public Boolean getExternalOnly() { /** * This is the setter method to the attribute. * Generate alert only to external destinations. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param externalOnly set the externalOnly. */ @@ -179,7 +179,7 @@ public void setExternalOnly(Boolean externalOnly) { * This is the getter method this will return the attribute value. * When an alert is generated, mark its priority via the alert level. * Enum options - ALERT_LOW, ALERT_MEDIUM, ALERT_HIGH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ALERT_LOW". * @return level */ @@ -191,7 +191,7 @@ public String getLevel() { * This is the setter method to the attribute. * When an alert is generated, mark its priority via the alert level. * Enum options - ALERT_LOW, ALERT_MEDIUM, ALERT_HIGH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ALERT_LOW". * @param level set the level. */ @@ -201,7 +201,7 @@ public void setLevel(String level) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -211,7 +211,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -223,7 +223,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Select the snmp trap notification to use when sending alerts via snmp trap. * It is a reference to an object of type snmptrapprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snmpTrapProfileRef */ @@ -235,7 +235,7 @@ public String getSnmpTrapProfileRef() { * This is the setter method to the attribute. * Select the snmp trap notification to use when sending alerts via snmp trap. * It is a reference to an object of type snmptrapprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param snmpTrapProfileRef set the snmpTrapProfileRef. */ @@ -247,7 +247,7 @@ public void setSnmpTrapProfileRef(String snmpTrapProfileRef) { * This is the getter method this will return the attribute value. * Select the syslog notification configuration to use when sending alerts via syslog. * It is a reference to an object of type alertsyslogconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return syslogConfigRef */ @@ -259,7 +259,7 @@ public String getSyslogConfigRef() { * This is the setter method to the attribute. * Select the syslog notification configuration to use when sending alerts via syslog. * It is a reference to an object of type alertsyslogconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param syslogConfigRef set the syslogConfigRef. */ @@ -270,7 +270,7 @@ public void setSyslogConfigRef(String syslogConfigRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -281,7 +281,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -308,7 +308,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -318,7 +318,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AdaptReplEventInfo.java b/java/src/com/vmware/avi/sdk/model/AdaptReplEventInfo.java index 6c25cffca4..4b9a58a114 100644 --- a/java/src/com/vmware/avi/sdk/model/AdaptReplEventInfo.java +++ b/java/src/com/vmware/avi/sdk/model/AdaptReplEventInfo.java @@ -36,7 +36,7 @@ public class AdaptReplEventInfo { * This is the getter method this will return the attribute value. * Object config version info. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objInfo */ @@ -48,7 +48,7 @@ public ConfigVersionStatus getObjInfo() { * This is the setter method to the attribute. * Object config version info. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objInfo set the objInfo. */ @@ -60,7 +60,7 @@ public void setObjInfo(ConfigVersionStatus objInfo) { * This is the getter method this will return the attribute value. * Reason for the replication issues. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -72,7 +72,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason for the replication issues. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -84,7 +84,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Recommended way to resolve replication issue. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recommendation */ @@ -96,7 +96,7 @@ public String getRecommendation() { * This is the setter method to the attribute. * Recommended way to resolve replication issue. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param recommendation set the recommendation. */ diff --git a/java/src/com/vmware/avi/sdk/model/AdminAuthConfiguration.java b/java/src/com/vmware/avi/sdk/model/AdminAuthConfiguration.java index b53be53ed8..19022bbc74 100644 --- a/java/src/com/vmware/avi/sdk/model/AdminAuthConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/AdminAuthConfiguration.java @@ -36,7 +36,7 @@ public class AdminAuthConfiguration { * This is the getter method this will return the attribute value. * Allow any user created locally to login with local credentials. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return allowLocalUserLogin */ @@ -48,7 +48,7 @@ public Boolean getAllowLocalUserLogin() { * This is the setter method to the attribute. * Allow any user created locally to login with local credentials. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param allowLocalUserLogin set the allowLocalUserLogin. */ @@ -59,8 +59,7 @@ public void setAllowLocalUserLogin(Boolean allowLocalUserLogin) { * This is the getter method this will return the attribute value. * Remote auth configurations. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteAuthConfigurations */ @@ -72,8 +71,7 @@ public List getRemoteAuthConfigurations() { * This is the setter method. this will set the remoteAuthConfigurations * Remote auth configurations. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteAuthConfigurations */ @@ -85,8 +83,7 @@ public void setRemoteAuthConfigurations(List remoteAut * This is the setter method this will set the remoteAuthConfigurations * Remote auth configurations. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteAuthConfigurations */ @@ -101,7 +98,7 @@ public AdminAuthConfiguration addRemoteAuthConfigurationsItem(RemoteAuthConfigur * This is the getter method this will return the attribute value. * Service auth configurations. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceAuthConfigurations */ @@ -113,7 +110,7 @@ public List getServiceAuthConfigurations() { * This is the setter method. this will set the serviceAuthConfigurations * Service auth configurations. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceAuthConfigurations */ @@ -125,7 +122,7 @@ public void setServiceAuthConfigurations(List service * This is the setter method this will set the serviceAuthConfigurations * Service auth configurations. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceAuthConfigurations */ diff --git a/java/src/com/vmware/avi/sdk/model/Alert.java b/java/src/com/vmware/avi/sdk/model/Alert.java index 25435737fe..8519c44fb7 100644 --- a/java/src/com/vmware/avi/sdk/model/Alert.java +++ b/java/src/com/vmware/avi/sdk/model/Alert.java @@ -98,7 +98,7 @@ public class Alert extends AviRestResource { /** * This is the getter method this will return the attribute value. * Output of the alert action script. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actionScriptOutput */ @@ -109,7 +109,7 @@ public String getActionScriptOutput() { /** * This is the setter method to the attribute. * Output of the alert action script. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param actionScriptOutput set the actionScriptOutput. */ @@ -120,7 +120,7 @@ public void setActionScriptOutput(String actionScriptOutput) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type alertconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return alertConfigRef */ @@ -131,7 +131,7 @@ public String getAlertConfigRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type alertconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param alertConfigRef set the alertConfigRef. */ @@ -140,7 +140,7 @@ public void setAlertConfigRef(String alertConfigRef) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appEvents */ @@ -150,7 +150,7 @@ public List getAppEvents() { /** * This is the setter method. this will set the appEvents - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appEvents */ @@ -160,7 +160,7 @@ public void setAppEvents(List appEvents) { /** * This is the setter method this will set the appEvents - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appEvents */ @@ -173,7 +173,7 @@ public Alert addAppEventsItem(ApplicationLog appEventsItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connEvents */ @@ -183,7 +183,7 @@ public List getConnEvents() { /** * This is the setter method. this will set the connEvents - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connEvents */ @@ -193,7 +193,7 @@ public void setConnEvents(List connEvents) { /** * This is the setter method this will set the connEvents - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connEvents */ @@ -208,7 +208,7 @@ public Alert addConnEventsItem(ConnectionLog connEventsItem) { /** * This is the getter method this will return the attribute value. * Alert generation criteria. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -219,7 +219,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Alert generation criteria. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -229,7 +229,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * List of event pages this alert is associated with. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventPages */ @@ -240,7 +240,7 @@ public List getEventPages() { /** * This is the setter method. this will set the eventPages * List of event pages this alert is associated with. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventPages */ @@ -251,7 +251,7 @@ public void setEventPages(List eventPages) { /** * This is the setter method this will set the eventPages * List of event pages this alert is associated with. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventPages */ @@ -264,7 +264,7 @@ public Alert addEventPagesItem(String eventPagesItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -274,7 +274,7 @@ public List getEvents() { /** * This is the setter method. this will set the events - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -284,7 +284,7 @@ public void setEvents(List events) { /** * This is the setter method this will set the events - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -299,7 +299,7 @@ public Alert addEventsItem(EventLog eventsItem) { /** * This is the getter method this will return the attribute value. * Unix timestamp of the last throttling in seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastThrottleTimestamp */ @@ -310,7 +310,7 @@ public Float getLastThrottleTimestamp() { /** * This is the setter method to the attribute. * Unix timestamp of the last throttling in seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastThrottleTimestamp set the lastThrottleTimestamp. */ @@ -322,7 +322,7 @@ public void setLastThrottleTimestamp(Float lastThrottleTimestamp) { * This is the getter method this will return the attribute value. * Resolved alert type. * Enum options - ALERT_LOW, ALERT_MEDIUM, ALERT_HIGH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return level */ @@ -334,7 +334,7 @@ public String getLevel() { * This is the setter method to the attribute. * Resolved alert type. * Enum options - ALERT_LOW, ALERT_MEDIUM, ALERT_HIGH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param level set the level. */ @@ -343,7 +343,7 @@ public void setLevel(String level) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricInfo */ @@ -353,7 +353,7 @@ public List getMetricInfo() { /** * This is the setter method. this will set the metricInfo - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricInfo */ @@ -363,7 +363,7 @@ public void setMetricInfo(List metricInfo) { /** * This is the setter method this will set the metricInfo - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricInfo */ @@ -377,7 +377,7 @@ public Alert addMetricInfoItem(MetricLog metricInfoItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -387,7 +387,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -398,7 +398,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Uuid of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objKey */ @@ -409,7 +409,7 @@ public String getObjKey() { /** * This is the setter method to the attribute. * Uuid of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objKey set the objKey. */ @@ -420,7 +420,7 @@ public void setObjKey(String objKey) { /** * This is the getter method this will return the attribute value. * Name of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objName */ @@ -431,7 +431,7 @@ public String getObjName() { /** * This is the setter method to the attribute. * Name of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objName set the objName. */ @@ -442,7 +442,7 @@ public void setObjName(String objName) { /** * This is the getter method this will return the attribute value. * Uuid of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objUuid */ @@ -453,7 +453,7 @@ public String getObjUuid() { /** * This is the setter method to the attribute. * Uuid of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objUuid set the objUuid. */ @@ -463,7 +463,7 @@ public void setObjUuid(String objUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -473,7 +473,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -486,7 +486,7 @@ public void setReason(String reason) { * Only log agent needs to fill this. * Server uuid should be in formatpool_uuid-ip-port. * In case of no port is set for server it shouldstill be operational port for the server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return relatedUuids */ @@ -500,7 +500,7 @@ public List getRelatedUuids() { * Only log agent needs to fill this. * Server uuid should be in formatpool_uuid-ip-port. * In case of no port is set for server it shouldstill be operational port for the server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return relatedUuids */ @@ -514,7 +514,7 @@ public void setRelatedUuids(List relatedUuids) { * Only log agent needs to fill this. * Server uuid should be in formatpool_uuid-ip-port. * In case of no port is set for server it shouldstill be operational port for the server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return relatedUuids */ @@ -531,7 +531,7 @@ public Alert addRelatedUuidsItem(String relatedUuidsItem) { * State of the alert. * It would be active when createdit would be changed to state read when read by the admin. * Enum options - ALERT_STATE_ON, ALERT_STATE_DISMISSED, ALERT_STATE_THROTTLED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -544,7 +544,7 @@ public String getState() { * State of the alert. * It would be active when createdit would be changed to state read when read by the admin. * Enum options - ALERT_STATE_ON, ALERT_STATE_DISMISSED, ALERT_STATE_THROTTLED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -555,7 +555,7 @@ public void setState(String state) { /** * This is the getter method this will return the attribute value. * Summary of alert based on alert config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return summary */ @@ -566,7 +566,7 @@ public String getSummary() { /** * This is the setter method to the attribute. * Summary of alert based on alert config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param summary set the summary. */ @@ -577,7 +577,7 @@ public void setSummary(String summary) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -588,7 +588,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -598,7 +598,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshold */ @@ -608,7 +608,7 @@ public Integer getThreshold() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param threshold set the threshold. */ @@ -619,7 +619,7 @@ public void setThreshold(Integer threshold) { /** * This is the getter method this will return the attribute value. * Number of times it was throttled. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return throttleCount */ @@ -630,7 +630,7 @@ public Integer getThrottleCount() { /** * This is the setter method to the attribute. * Number of times it was throttled. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param throttleCount set the throttleCount. */ @@ -641,7 +641,7 @@ public void setThrottleCount(Integer throttleCount) { /** * This is the getter method this will return the attribute value. * Unix timestamp of the last throttling in seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timestamp */ @@ -652,7 +652,7 @@ public Float getTimestamp() { /** * This is the setter method to the attribute. * Unix timestamp of the last throttling in seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timestamp set the timestamp. */ @@ -679,7 +679,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -689,7 +689,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertConfig.java b/java/src/com/vmware/avi/sdk/model/AlertConfig.java index f851bd6a82..bb484fbdf2 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertConfig.java +++ b/java/src/com/vmware/avi/sdk/model/AlertConfig.java @@ -84,7 +84,7 @@ public class AlertConfig extends AviRestResource { * This is the getter method this will return the attribute value. * The alert config will trigger the selected alert action, which can send notifications and execute a controlscript. * It is a reference to an object of type actiongroupconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actionGroupRef */ @@ -96,7 +96,7 @@ public String getActionGroupRef() { * This is the setter method to the attribute. * The alert config will trigger the selected alert action, which can send notifications and execute a controlscript. * It is a reference to an object of type actiongroupconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param actionGroupRef set the actionGroupRef. */ @@ -107,7 +107,7 @@ public void setActionGroupRef(String actionGroupRef) { /** * This is the getter method this will return the attribute value. * List of filters matching on events or client logs used for triggering alerts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return alertRule */ @@ -118,7 +118,7 @@ public AlertRule getAlertRule() { /** * This is the setter method to the attribute. * List of filters matching on events or client logs used for triggering alerts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param alertRule set the alertRule. */ @@ -129,7 +129,7 @@ public void setAlertRule(AlertRule alertRule) { /** * This is the getter method this will return the attribute value. * This alert config applies to auto scale alerts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoscaleAlert */ @@ -140,7 +140,7 @@ public Boolean getAutoscaleAlert() { /** * This is the setter method to the attribute. * This alert config applies to auto scale alerts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param autoscaleAlert set the autoscaleAlert. */ @@ -153,7 +153,7 @@ public void setAutoscaleAlert(Boolean autoscaleAlert) { * Determines whether an alert is raised immediately when event occurs (realtime) or after specified number of events occurs within rolling time * window. * Enum options - REALTIME, ROLLINGWINDOW, WATERMARK. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "REALTIME". * @return category */ @@ -166,7 +166,7 @@ public String getCategory() { * Determines whether an alert is raised immediately when event occurs (realtime) or after specified number of events occurs within rolling time * window. * Enum options - REALTIME, ROLLINGWINDOW, WATERMARK. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "REALTIME". * @param category set the category. */ @@ -177,7 +177,7 @@ public void setCategory(String category) { /** * This is the getter method this will return the attribute value. * A custom description field. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -188,7 +188,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * A custom description field. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -199,7 +199,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Enable or disable this alert config from generating new alerts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -210,7 +210,7 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. * Enable or disable this alert config from generating new alerts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -224,7 +224,7 @@ public void setEnabled(Boolean enabled) { * The original event triggering the alert remains in the event's log. * Allowed values are 1-31536000. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @return expiryTime */ @@ -238,7 +238,7 @@ public Integer getExpiryTime() { * The original event triggering the alert remains in the event's log. * Allowed values are 1-31536000. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @param expiryTime set the expiryTime. */ @@ -249,7 +249,7 @@ public void setExpiryTime(Integer expiryTime) { /** * This is the getter method this will return the attribute value. * Name of the alert configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -260,7 +260,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the alert configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -271,7 +271,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Instance of the resource for which alert was raised. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objUuid */ @@ -282,7 +282,7 @@ public String getObjUuid() { /** * This is the setter method to the attribute. * Instance of the resource for which alert was raised. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objUuid set the objUuid. */ @@ -297,7 +297,7 @@ public void setObjUuid(String objUuid) { * Enum options - VIRTUALSERVICE, POOL, HEALTHMONITOR, NETWORKPROFILE, APPLICATIONPROFILE, HTTPPOLICYSET, DNSPOLICY, SECURITYPOLICY, IPADDRGROUP, * STRINGGROUP, SSLPROFILE, SSLKEYANDCERTIFICATE, NETWORKSECURITYPOLICY, APPLICATIONPERSISTENCEPROFILE, ANALYTICSPROFILE, VSDATASCRIPTSET, TENANT, * PKIPROFILE, AUTHPROFILE, CLOUD... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objectType */ @@ -312,7 +312,7 @@ public String getObjectType() { * Enum options - VIRTUALSERVICE, POOL, HEALTHMONITOR, NETWORKPROFILE, APPLICATIONPROFILE, HTTPPOLICYSET, DNSPOLICY, SECURITYPOLICY, IPADDRGROUP, * STRINGGROUP, SSLPROFILE, SSLKEYANDCERTIFICATE, NETWORKSECURITYPOLICY, APPLICATIONPERSISTENCEPROFILE, ANALYTICSPROFILE, VSDATASCRIPTSET, TENANT, * PKIPROFILE, AUTHPROFILE, CLOUD... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objectType set the objectType. */ @@ -322,7 +322,7 @@ public void setObjectType(String objectType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recommendation */ @@ -332,7 +332,7 @@ public String getRecommendation() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param recommendation set the recommendation. */ @@ -345,7 +345,7 @@ public void setRecommendation(String recommendation) { * Only if the number of events is reached or exceeded within the time window will an alert be generated. * Allowed values are 1-31536000. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return rollingWindow */ @@ -358,7 +358,7 @@ public Integer getRollingWindow() { * Only if the number of events is reached or exceeded within the time window will an alert be generated. * Allowed values are 1-31536000. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param rollingWindow set the rollingWindow. */ @@ -370,7 +370,7 @@ public void setRollingWindow(Integer rollingWindow) { * This is the getter method this will return the attribute value. * Signifies system events or the type of client logsused in this alert configuration. * Enum options - CONN_LOGS, APP_LOGS, EVENT_LOGS, METRICS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return source */ @@ -382,7 +382,7 @@ public String getSource() { * This is the setter method to the attribute. * Signifies system events or the type of client logsused in this alert configuration. * Enum options - CONN_LOGS, APP_LOGS, EVENT_LOGS, METRICS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param source set the source. */ @@ -393,7 +393,7 @@ public void setSource(String source) { /** * This is the getter method this will return the attribute value. * Summary of reason why alert is generated. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return summary */ @@ -404,7 +404,7 @@ public String getSummary() { /** * This is the setter method to the attribute. * Summary of reason why alert is generated. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param summary set the summary. */ @@ -415,7 +415,7 @@ public void setSummary(String summary) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -426,7 +426,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -438,7 +438,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * An alert is created only when the number of events meets or exceeds this number within the chosen time frame. * Allowed values are 1-65536. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return threshold */ @@ -450,7 +450,7 @@ public Integer getThreshold() { * This is the setter method to the attribute. * An alert is created only when the number of events meets or exceeds this number within the chosen time frame. * Allowed values are 1-65536. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param threshold set the threshold. */ @@ -463,7 +463,7 @@ public void setThreshold(Integer threshold) { * Alerts are suppressed (throttled) for this duration of time since the last alert was raised for this alert config. * Allowed values are 0-31536000. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @return throttle */ @@ -476,7 +476,7 @@ public Integer getThrottle() { * Alerts are suppressed (throttled) for this duration of time since the last alert was raised for this alert config. * Allowed values are 0-31536000. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @param throttle set the throttle. */ @@ -503,7 +503,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -513,7 +513,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertEmailConfig.java b/java/src/com/vmware/avi/sdk/model/AlertEmailConfig.java index 6f5995acc6..2c4817e7e2 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertEmailConfig.java +++ b/java/src/com/vmware/avi/sdk/model/AlertEmailConfig.java @@ -47,7 +47,7 @@ public class AlertEmailConfig extends AviRestResource { /** * This is the getter method this will return the attribute value. * Alerts are copied to the comma separated list of email recipients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccEmails */ @@ -58,7 +58,7 @@ public String getCcEmails() { /** * This is the setter method to the attribute. * Alerts are copied to the comma separated list of email recipients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccEmails set the ccEmails. */ @@ -68,7 +68,7 @@ public void setCcEmails(String ccEmails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -78,7 +78,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -89,7 +89,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * A user-friendly name of the email notification service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -100,7 +100,7 @@ public String getName() { /** * This is the setter method to the attribute. * A user-friendly name of the email notification service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -111,7 +111,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -122,7 +122,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -133,7 +133,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. * Alerts are sent to the comma separated list of email recipients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toEmails */ @@ -144,7 +144,7 @@ public String getToEmails() { /** * This is the setter method to the attribute. * Alerts are sent to the comma separated list of email recipients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toEmails set the toEmails. */ @@ -171,7 +171,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -181,7 +181,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertFilter.java b/java/src/com/vmware/avi/sdk/model/AlertFilter.java index f7e38568d7..ca1848e1cc 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertFilter.java +++ b/java/src/com/vmware/avi/sdk/model/AlertFilter.java @@ -31,7 +31,7 @@ public class AlertFilter { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filterAction */ @@ -41,7 +41,7 @@ public String getFilterAction() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filterAction set the filterAction. */ @@ -51,7 +51,7 @@ public void setFilterAction(String filterAction) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filterString */ @@ -61,7 +61,7 @@ public String getFilterString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filterString set the filterString. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertMetricThreshold.java b/java/src/com/vmware/avi/sdk/model/AlertMetricThreshold.java index efc9acb3ee..e24750da50 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertMetricThreshold.java +++ b/java/src/com/vmware/avi/sdk/model/AlertMetricThreshold.java @@ -32,7 +32,7 @@ public class AlertMetricThreshold { /** * This is the getter method this will return the attribute value. * Enum options - ALERT_OP_LT, ALERT_OP_LE, ALERT_OP_EQ, ALERT_OP_NE, ALERT_OP_GE, ALERT_OP_GT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ALERT_OP_GT". * @return comparator */ @@ -43,7 +43,7 @@ public String getComparator() { /** * This is the setter method to the attribute. * Enum options - ALERT_OP_LT, ALERT_OP_LE, ALERT_OP_EQ, ALERT_OP_NE, ALERT_OP_GE, ALERT_OP_GT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ALERT_OP_GT". * @param comparator set the comparator. */ @@ -54,7 +54,7 @@ public void setComparator(String comparator) { /** * This is the getter method this will return the attribute value. * Metric threshold for comparison. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshold */ @@ -65,7 +65,7 @@ public Integer getThreshold() { /** * This is the setter method to the attribute. * Metric threshold for comparison. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param threshold set the threshold. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertMgrDebugFilter.java b/java/src/com/vmware/avi/sdk/model/AlertMgrDebugFilter.java index 4279476e57..b3a54da4e2 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertMgrDebugFilter.java +++ b/java/src/com/vmware/avi/sdk/model/AlertMgrDebugFilter.java @@ -35,7 +35,7 @@ public class AlertMgrDebugFilter { /** * This is the getter method this will return the attribute value. * Filter debugs for entity uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return alertObjid */ @@ -46,7 +46,7 @@ public String getAlertObjid() { /** * This is the setter method to the attribute. * Filter debugs for entity uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param alertObjid set the alertObjid. */ @@ -57,7 +57,7 @@ public void setAlertObjid(String alertObjid) { /** * This is the getter method this will return the attribute value. * Filter debugs for an alert id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return alertUuid */ @@ -68,7 +68,7 @@ public String getAlertUuid() { /** * This is the setter method to the attribute. * Filter debugs for an alert id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param alertUuid set the alertUuid. */ @@ -79,7 +79,7 @@ public void setAlertUuid(String alertUuid) { /** * This is the getter method this will return the attribute value. * Filter debugs for an alert config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cfgUuid */ @@ -90,7 +90,7 @@ public String getCfgUuid() { /** * This is the setter method to the attribute. * Filter debugs for an alert config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cfgUuid set the cfgUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertObjectList.java b/java/src/com/vmware/avi/sdk/model/AlertObjectList.java index ac87f942ac..6a06ef6e2d 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertObjectList.java +++ b/java/src/com/vmware/avi/sdk/model/AlertObjectList.java @@ -43,7 +43,7 @@ public class AlertObjectList extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -53,7 +53,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -65,7 +65,7 @@ public void setName(String name) { * Enum options - VIRTUALSERVICE, POOL, HEALTHMONITOR, NETWORKPROFILE, APPLICATIONPROFILE, HTTPPOLICYSET, DNSPOLICY, SECURITYPOLICY, IPADDRGROUP, * STRINGGROUP, SSLPROFILE, SSLKEYANDCERTIFICATE, NETWORKSECURITYPOLICY, APPLICATIONPERSISTENCEPROFILE, ANALYTICSPROFILE, VSDATASCRIPTSET, TENANT, * PKIPROFILE, AUTHPROFILE, CLOUD... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objects */ @@ -78,7 +78,7 @@ public List getObjects() { * Enum options - VIRTUALSERVICE, POOL, HEALTHMONITOR, NETWORKPROFILE, APPLICATIONPROFILE, HTTPPOLICYSET, DNSPOLICY, SECURITYPOLICY, IPADDRGROUP, * STRINGGROUP, SSLPROFILE, SSLKEYANDCERTIFICATE, NETWORKSECURITYPOLICY, APPLICATIONPERSISTENCEPROFILE, ANALYTICSPROFILE, VSDATASCRIPTSET, TENANT, * PKIPROFILE, AUTHPROFILE, CLOUD... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objects */ @@ -91,7 +91,7 @@ public void setObjects(List objects) { * Enum options - VIRTUALSERVICE, POOL, HEALTHMONITOR, NETWORKPROFILE, APPLICATIONPROFILE, HTTPPOLICYSET, DNSPOLICY, SECURITYPOLICY, IPADDRGROUP, * STRINGGROUP, SSLPROFILE, SSLKEYANDCERTIFICATE, NETWORKSECURITYPOLICY, APPLICATIONPERSISTENCEPROFILE, ANALYTICSPROFILE, VSDATASCRIPTSET, TENANT, * PKIPROFILE, AUTHPROFILE, CLOUD... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objects */ @@ -106,7 +106,7 @@ public AlertObjectList addObjectsItem(String objectsItem) { /** * This is the getter method this will return the attribute value. * Enum options - CONN_LOGS, APP_LOGS, EVENT_LOGS, METRICS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return source */ @@ -117,7 +117,7 @@ public String getSource() { /** * This is the setter method to the attribute. * Enum options - CONN_LOGS, APP_LOGS, EVENT_LOGS, METRICS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param source set the source. */ @@ -128,7 +128,7 @@ public void setSource(String source) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -139,7 +139,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -166,7 +166,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -176,7 +176,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertRule.java b/java/src/com/vmware/avi/sdk/model/AlertRule.java index 5a25697e06..1142be90bc 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertRule.java +++ b/java/src/com/vmware/avi/sdk/model/AlertRule.java @@ -40,7 +40,7 @@ public class AlertRule { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connAppLogRule */ @@ -50,7 +50,7 @@ public AlertFilter getConnAppLogRule() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connAppLogRule set the connAppLogRule. */ @@ -60,7 +60,7 @@ public void setConnAppLogRule(AlertFilter connAppLogRule) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventMatchFilter */ @@ -70,7 +70,7 @@ public String getEventMatchFilter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventMatchFilter set the eventMatchFilter. */ @@ -79,7 +79,7 @@ public void setEventMatchFilter(String eventMatchFilter) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsRule */ @@ -89,7 +89,7 @@ public List getMetricsRule() { /** * This is the setter method. this will set the metricsRule - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsRule */ @@ -99,7 +99,7 @@ public void setMetricsRule(List metricsRule) { /** * This is the setter method this will set the metricsRule - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsRule */ @@ -114,7 +114,7 @@ public AlertRule addMetricsRuleItem(AlertRuleMetric metricsRuleItem) { /** * This is the getter method this will return the attribute value. * Enum options - OPERATOR_AND, OPERATOR_OR. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OPERATOR_AND". * @return operator */ @@ -125,7 +125,7 @@ public String getOperator() { /** * This is the setter method to the attribute. * Enum options - OPERATOR_AND, OPERATOR_OR. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OPERATOR_AND". * @param operator set the operator. */ @@ -134,7 +134,7 @@ public void setOperator(String operator) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sysEventRule */ @@ -144,7 +144,7 @@ public List getSysEventRule() { /** * This is the setter method. this will set the sysEventRule - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sysEventRule */ @@ -154,7 +154,7 @@ public void setSysEventRule(List sysEventRule) { /** * This is the setter method this will set the sysEventRule - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sysEventRule */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertRuleEvent.java b/java/src/com/vmware/avi/sdk/model/AlertRuleEvent.java index 2f879a6b76..f66c9ab1a7 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertRuleEvent.java +++ b/java/src/com/vmware/avi/sdk/model/AlertRuleEvent.java @@ -33,7 +33,7 @@ public class AlertRuleEvent { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventDetails */ @@ -43,7 +43,7 @@ public List getEventDetails() { /** * This is the setter method. this will set the eventDetails - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventDetails */ @@ -53,7 +53,7 @@ public void setEventDetails(List eventDetails) { /** * This is the setter method this will set the eventDetails - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventDetails */ @@ -71,7 +71,7 @@ public AlertRuleEvent addEventDetailsItem(EventDetailsFilter eventDetailsItem) { * Enum options - VINFRA_DISC_DC, VINFRA_DISC_HOST, VINFRA_DISC_CLUSTER, VINFRA_DISC_VM, VINFRA_DISC_NW, MGMT_NW_NAME_CHANGED, * DISCOVERY_DATACENTER_DEL, VM_ADDED, VM_REMOVED, VINFRA_DISC_COMPLETE, VCENTER_ADDRESS_ERROR, SE_GROUP_CLUSTER_DEL, SE_GROUP_MGMT_NW_DEL, * MGMT_NW_DEL, VCENTER_BAD_CREDENTIALS, ESX_HOST_UNREACHABLE, SERVER_DELETED, SE_GROUP_HOST_DEL, VINFRA_DISC_FAILURE, ESX_HOST_POWERED_DOWN... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventId */ @@ -85,7 +85,7 @@ public String getEventId() { * Enum options - VINFRA_DISC_DC, VINFRA_DISC_HOST, VINFRA_DISC_CLUSTER, VINFRA_DISC_VM, VINFRA_DISC_NW, MGMT_NW_NAME_CHANGED, * DISCOVERY_DATACENTER_DEL, VM_ADDED, VM_REMOVED, VINFRA_DISC_COMPLETE, VCENTER_ADDRESS_ERROR, SE_GROUP_CLUSTER_DEL, SE_GROUP_MGMT_NW_DEL, * MGMT_NW_DEL, VCENTER_BAD_CREDENTIALS, ESX_HOST_UNREACHABLE, SERVER_DELETED, SE_GROUP_HOST_DEL, VINFRA_DISC_FAILURE, ESX_HOST_POWERED_DOWN... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventId set the eventId. */ @@ -95,7 +95,7 @@ public void setEventId(String eventId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return notCond */ @@ -105,7 +105,7 @@ public Boolean getNotCond() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param notCond set the notCond. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertRuleMetric.java b/java/src/com/vmware/avi/sdk/model/AlertRuleMetric.java index 2c98d15635..fc8898e92a 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertRuleMetric.java +++ b/java/src/com/vmware/avi/sdk/model/AlertRuleMetric.java @@ -36,7 +36,7 @@ public class AlertRuleMetric { * This is the getter method this will return the attribute value. * Evaluation window for the metrics. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -48,7 +48,7 @@ public Integer getDuration() { * This is the setter method to the attribute. * Evaluation window for the metrics. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -61,7 +61,7 @@ public void setDuration(Integer duration) { * Metric id for the alert. * Eg. * L4_client.avg_complete_conns. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricId */ @@ -74,7 +74,7 @@ public String getMetricId() { * Metric id for the alert. * Eg. * L4_client.avg_complete_conns. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricId set the metricId. */ @@ -84,7 +84,7 @@ public void setMetricId(String metricId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricThreshold */ @@ -94,7 +94,7 @@ public AlertMetricThreshold getMetricThreshold() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricThreshold set the metricThreshold. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertScriptConfig.java b/java/src/com/vmware/avi/sdk/model/AlertScriptConfig.java index 90fbe31792..3d245c6cfa 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertScriptConfig.java +++ b/java/src/com/vmware/avi/sdk/model/AlertScriptConfig.java @@ -45,7 +45,7 @@ public class AlertScriptConfig extends AviRestResource { * This is the getter method this will return the attribute value. * User defined alert action script. * Please refer to kb.avinetworks.com for more information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actionScript */ @@ -57,7 +57,7 @@ public String getActionScript() { * This is the setter method to the attribute. * User defined alert action script. * Please refer to kb.avinetworks.com for more information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param actionScript set the actionScript. */ @@ -68,7 +68,7 @@ public void setActionScript(String actionScript) { /** * This is the getter method this will return the attribute value. * A user-friendly name of the script. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -79,7 +79,7 @@ public String getName() { /** * This is the setter method to the attribute. * A user-friendly name of the script. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -90,7 +90,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -101,7 +101,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -113,7 +113,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Controlscript excution timeout. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timeout */ @@ -125,7 +125,7 @@ public Integer getTimeout() { * This is the setter method to the attribute. * Controlscript excution timeout. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timeout set the timeout. */ @@ -152,7 +152,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -162,7 +162,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertSyslogConfig.java b/java/src/com/vmware/avi/sdk/model/AlertSyslogConfig.java index 545bf904a3..080d8536e7 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertSyslogConfig.java +++ b/java/src/com/vmware/avi/sdk/model/AlertSyslogConfig.java @@ -47,7 +47,7 @@ public class AlertSyslogConfig extends AviRestResource { /** * This is the getter method this will return the attribute value. * User defined description for alert syslog config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -58,7 +58,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * User defined description for alert syslog config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -69,7 +69,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * A user-friendly name of the syslog notification. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -80,7 +80,7 @@ public String getName() { /** * This is the setter method to the attribute. * A user-friendly name of the syslog notification. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -92,7 +92,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * User defined sender hostname in syslog message. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return senderHostname */ @@ -104,7 +104,7 @@ public String getSenderHostname() { * This is the setter method to the attribute. * User defined sender hostname in syslog message. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param senderHostname set the senderHostname. */ @@ -114,7 +114,7 @@ public void setSenderHostname(String senderHostname) { /** * This is the getter method this will return the attribute value. * The list of syslog servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return syslogServers */ @@ -125,7 +125,7 @@ public List getSyslogServers() { /** * This is the setter method. this will set the syslogServers * The list of syslog servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return syslogServers */ @@ -136,7 +136,7 @@ public void setSyslogServers(List syslogServers) { /** * This is the setter method this will set the syslogServers * The list of syslog servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return syslogServers */ @@ -151,7 +151,7 @@ public AlertSyslogConfig addSyslogServersItem(AlertSyslogServer syslogServersIte /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -162,7 +162,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -189,7 +189,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -199,7 +199,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertSyslogServer.java b/java/src/com/vmware/avi/sdk/model/AlertSyslogServer.java index 247c19f5f6..5a8218b9e5 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertSyslogServer.java +++ b/java/src/com/vmware/avi/sdk/model/AlertSyslogServer.java @@ -54,7 +54,7 @@ public class AlertSyslogServer { * This is the getter method this will return the attribute value. * Enable anonymous authentication of syslog serverwhich will disable server certificate authentication. * Field introduced in 17.2.17, 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return anonAuth */ @@ -66,7 +66,7 @@ public Boolean getAnonAuth() { * This is the setter method to the attribute. * Enable anonymous authentication of syslog serverwhich will disable server certificate authentication. * Field introduced in 17.2.17, 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param anonAuth set the anonAuth. */ @@ -79,7 +79,7 @@ public void setAnonAuth(Boolean anonAuth) { * Syslog output format - legacy, rfc 5424, json. * Enum options - SYSLOG_LEGACY, SYSLOG_RFC5424, SYSLOG_JSON, SYSLOG_RFC5425_ENHANCED. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSLOG_LEGACY". * @return format */ @@ -92,7 +92,7 @@ public String getFormat() { * Syslog output format - legacy, rfc 5424, json. * Enum options - SYSLOG_LEGACY, SYSLOG_RFC5424, SYSLOG_JSON, SYSLOG_RFC5425_ENHANCED. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSLOG_LEGACY". * @param format set the format. */ @@ -105,7 +105,7 @@ public void setFormat(String format) { * Select the pkiprofile containing a ca or list of ca chainswhich will validate the certificate of the syslog server. * It is a reference to an object of type pkiprofile. * Field introduced in 17.2.17, 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiprofileRef */ @@ -118,7 +118,7 @@ public String getPkiprofileRef() { * Select the pkiprofile containing a ca or list of ca chainswhich will validate the certificate of the syslog server. * It is a reference to an object of type pkiprofile. * Field introduced in 17.2.17, 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pkiprofileRef set the pkiprofileRef. */ @@ -131,7 +131,7 @@ public void setPkiprofileRef(String pkiprofileRef) { * Select a certificate and key which will be used to authenticate to the syslog server. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 17.2.17, 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyAndCertificateRef */ @@ -144,7 +144,7 @@ public String getSslKeyAndCertificateRef() { * Select a certificate and key which will be used to authenticate to the syslog server. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 17.2.17, 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslKeyAndCertificateRef set the sslKeyAndCertificateRef. */ @@ -156,7 +156,7 @@ public void setSslKeyAndCertificateRef(String sslKeyAndCertificateRef) { * This is the getter method this will return the attribute value. * Strict verificiation of certificate given by the server. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return strictCertVerify */ @@ -168,7 +168,7 @@ public Boolean getStrictCertVerify() { * This is the setter method to the attribute. * Strict verificiation of certificate given by the server. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param strictCertVerify set the strictCertVerify. */ @@ -179,7 +179,7 @@ public void setStrictCertVerify(Boolean strictCertVerify) { /** * This is the getter method this will return the attribute value. * The destination syslog server ip(v4/v6) address or fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return syslogServer */ @@ -190,7 +190,7 @@ public String getSyslogServer() { /** * This is the setter method to the attribute. * The destination syslog server ip(v4/v6) address or fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param syslogServer set the syslogServer. */ @@ -201,7 +201,7 @@ public void setSyslogServer(String syslogServer) { /** * This is the getter method this will return the attribute value. * The destination syslog server's service port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 514. * @return syslogServerPort */ @@ -212,7 +212,7 @@ public Integer getSyslogServerPort() { /** * This is the setter method to the attribute. * The destination syslog server's service port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 514. * @param syslogServerPort set the syslogServerPort. */ @@ -224,7 +224,7 @@ public void setSyslogServerPort(Integer syslogServerPort) { * This is the getter method this will return the attribute value. * Enable tls to the syslog server. * Field introduced in 17.2.16, 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return tlsEnable */ @@ -236,7 +236,7 @@ public Boolean getTlsEnable() { * This is the setter method to the attribute. * Enable tls to the syslog server. * Field introduced in 17.2.16, 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param tlsEnable set the tlsEnable. */ @@ -247,7 +247,7 @@ public void setTlsEnable(Boolean tlsEnable) { /** * This is the getter method this will return the attribute value. * Network protocol to establish syslog session. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return udp */ @@ -258,7 +258,7 @@ public Boolean getUdp() { /** * This is the setter method to the attribute. * Network protocol to establish syslog session. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param udp set the udp. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertTestEmailParams.java b/java/src/com/vmware/avi/sdk/model/AlertTestEmailParams.java index 05faa5a9a7..9db3632b59 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertTestEmailParams.java +++ b/java/src/com/vmware/avi/sdk/model/AlertTestEmailParams.java @@ -35,7 +35,7 @@ public class AlertTestEmailParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * The subject line of the originating email from avi controller. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subject */ @@ -46,7 +46,7 @@ public String getSubject() { /** * This is the setter method to the attribute. * The subject line of the originating email from avi controller. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subject set the subject. */ @@ -57,7 +57,7 @@ public void setSubject(String subject) { /** * This is the getter method this will return the attribute value. * The email context. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return text */ @@ -68,7 +68,7 @@ public String getText() { /** * This is the setter method to the attribute. * The email context. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param text set the text. */ @@ -78,7 +78,7 @@ public void setText(String text) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -88,7 +88,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlertTestSyslogSnmpParams.java b/java/src/com/vmware/avi/sdk/model/AlertTestSyslogSnmpParams.java index 0b443a5eb5..2abb70913d 100644 --- a/java/src/com/vmware/avi/sdk/model/AlertTestSyslogSnmpParams.java +++ b/java/src/com/vmware/avi/sdk/model/AlertTestSyslogSnmpParams.java @@ -32,7 +32,7 @@ public class AlertTestSyslogSnmpParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * The contents of the syslog message/snmp trap contents. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return text */ @@ -43,7 +43,7 @@ public String getText() { /** * This is the setter method to the attribute. * The contents of the syslog message/snmp trap contents. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param text set the text. */ @@ -53,7 +53,7 @@ public void setText(String text) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -63,7 +63,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AllSeUpgradeEventDetails.java b/java/src/com/vmware/avi/sdk/model/AllSeUpgradeEventDetails.java index 9a1d716f0e..f8bdc69dee 100644 --- a/java/src/com/vmware/avi/sdk/model/AllSeUpgradeEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/AllSeUpgradeEventDetails.java @@ -36,7 +36,7 @@ public class AllSeUpgradeEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -46,7 +46,7 @@ public List getNotes() { /** * This is the setter method. this will set the notes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -56,7 +56,7 @@ public void setNotes(List notes) { /** * This is the setter method this will set the notes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -70,7 +70,7 @@ public AllSeUpgradeEventDetails addNotesItem(String notesItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSe */ @@ -80,7 +80,7 @@ public Integer getNumSe() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSe set the numSe. */ @@ -90,7 +90,7 @@ public void setNumSe(Integer numSe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVs */ @@ -100,7 +100,7 @@ public Integer getNumVs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVs set the numVs. */ @@ -110,7 +110,7 @@ public void setNumVs(Integer numVs) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return request */ @@ -120,7 +120,7 @@ public SeUpgradeParams getRequest() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param request set the request. */ diff --git a/java/src/com/vmware/avi/sdk/model/AlternateAuthConfiguration.java b/java/src/com/vmware/avi/sdk/model/AlternateAuthConfiguration.java index bc85a90c4f..d825174047 100644 --- a/java/src/com/vmware/avi/sdk/model/AlternateAuthConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/AlternateAuthConfiguration.java @@ -37,7 +37,7 @@ public class AlternateAuthConfiguration { * Uuid of the authprofile. * It is a reference to an object of type authprofile. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authProfileRef */ @@ -50,7 +50,7 @@ public String getAuthProfileRef() { * Uuid of the authprofile. * It is a reference to an object of type authprofile. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authProfileRef set the authProfileRef. */ @@ -62,7 +62,7 @@ public void setAuthProfileRef(String authProfileRef) { * This is the getter method this will return the attribute value. * Index used for maintaining order of alternateauthconfiguration. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -74,7 +74,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index used for maintaining order of alternateauthconfiguration. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -85,7 +85,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Rules list for tenant or role mapping. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappingRules */ @@ -97,7 +97,7 @@ public List getMappingRules() { * This is the setter method. this will set the mappingRules * Rules list for tenant or role mapping. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappingRules */ @@ -109,7 +109,7 @@ public void setMappingRules(List mappingRules) { * This is the setter method this will set the mappingRules * Rules list for tenant or role mapping. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappingRules */ diff --git a/java/src/com/vmware/avi/sdk/model/AnalyticsPolicy.java b/java/src/com/vmware/avi/sdk/model/AnalyticsPolicy.java index 21ade7d029..fc431a36bb 100644 --- a/java/src/com/vmware/avi/sdk/model/AnalyticsPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/AnalyticsPolicy.java @@ -55,7 +55,7 @@ public class AnalyticsPolicy { * This is the getter method this will return the attribute value. * Log all headers. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allHeaders */ @@ -67,7 +67,7 @@ public Boolean getAllHeaders() { * This is the setter method to the attribute. * Log all headers. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allHeaders set the allHeaders. */ @@ -79,7 +79,7 @@ public void setAllHeaders(Boolean allHeaders) { * This is the getter method this will return the attribute value. * Gain insights from sampled client to server http requests and responses. * Enum options - NO_INSIGHTS, PASSIVE, ACTIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NO_INSIGHTS". * @return clientInsights */ @@ -91,7 +91,7 @@ public String getClientInsights() { * This is the setter method to the attribute. * Gain insights from sampled client to server http requests and responses. * Enum options - NO_INSIGHTS, PASSIVE, ACTIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NO_INSIGHTS". * @param clientInsights set the clientInsights. */ @@ -101,7 +101,7 @@ public void setClientInsights(String clientInsights) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientInsightsSampling */ @@ -111,7 +111,7 @@ public ClientInsightsSampling getClientInsightsSampling() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientInsightsSampling set the clientInsightsSampling. */ @@ -120,7 +120,7 @@ public void setClientInsightsSampling(ClientInsightsSampling clientInsightsSampl } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientLogFilters */ @@ -130,7 +130,7 @@ public List getClientLogFilters() { /** * This is the setter method. this will set the clientLogFilters - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientLogFilters */ @@ -140,7 +140,7 @@ public void setClientLogFilters(List clientLogFilters) { /** * This is the setter method this will set the clientLogFilters - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientLogFilters */ @@ -154,7 +154,7 @@ public AnalyticsPolicy addClientLogFiltersItem(ClientLogFilter clientLogFiltersI /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fullClientLogs */ @@ -164,7 +164,7 @@ public FullClientLogs getFullClientLogs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fullClientLogs set the fullClientLogs. */ @@ -176,7 +176,7 @@ public void setFullClientLogs(FullClientLogs fullClientLogs) { * This is the getter method this will return the attribute value. * Configuration for learning logging determining whether it's enabled and where is the destination. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return learningLogPolicy */ @@ -188,7 +188,7 @@ public LearningLogPolicy getLearningLogPolicy() { * This is the setter method to the attribute. * Configuration for learning logging determining whether it's enabled and where is the destination. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param learningLogPolicy set the learningLogPolicy. */ @@ -199,7 +199,7 @@ public void setLearningLogPolicy(LearningLogPolicy learningLogPolicy) { /** * This is the getter method this will return the attribute value. * Settings to turn on realtime metrics and set duration for realtime updates. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsRealtimeUpdate */ @@ -210,7 +210,7 @@ public MetricsRealTimeUpdate getMetricsRealtimeUpdate() { /** * This is the setter method to the attribute. * Settings to turn on realtime metrics and set duration for realtime updates. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsRealtimeUpdate set the metricsRealtimeUpdate. */ @@ -225,7 +225,7 @@ public void setMetricsRealtimeUpdate(MetricsRealTimeUpdate metricsRealtimeUpdate * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return significantLogThrottle */ @@ -240,7 +240,7 @@ public Integer getSignificantLogThrottle() { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param significantLogThrottle set the significantLogThrottle. */ @@ -256,7 +256,7 @@ public void setSignificantLogThrottle(Integer significantLogThrottle) { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return udfLogThrottle */ @@ -272,7 +272,7 @@ public Integer getUdfLogThrottle() { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param udfLogThrottle set the udfLogThrottle. */ diff --git a/java/src/com/vmware/avi/sdk/model/AnalyticsProfile.java b/java/src/com/vmware/avi/sdk/model/AnalyticsProfile.java index 1a81ce1af7..d14265ce3a 100644 --- a/java/src/com/vmware/avi/sdk/model/AnalyticsProfile.java +++ b/java/src/com/vmware/avi/sdk/model/AnalyticsProfile.java @@ -291,8 +291,8 @@ public class AnalyticsProfile extends AviRestResource { * Greater than this number and the client's request is considered frustrated. * Allowed values are 1-30000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 500), basic edition(allowed values- 500), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 500. * @return apdexResponseThreshold */ @@ -307,8 +307,8 @@ public Integer getApdexResponseThreshold() { * Greater than this number and the client's request is considered frustrated. * Allowed values are 1-30000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 500), basic edition(allowed values- 500), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 500. * @param apdexResponseThreshold set the apdexResponseThreshold. */ @@ -321,8 +321,8 @@ public void setApdexResponseThreshold(Integer apdexResponseThreshold) { * Client tolerated response latency factor. * Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4.0f. * @return apdexResponseToleratedFactor */ @@ -335,8 +335,8 @@ public Float getApdexResponseToleratedFactor() { * Client tolerated response latency factor. * Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4.0f. * @param apdexResponseToleratedFactor set the apdexResponseToleratedFactor. */ @@ -349,8 +349,8 @@ public void setApdexResponseToleratedFactor(Float apdexResponseToleratedFactor) * Satisfactory client to avi round trip time(rtt). * Allowed values are 1-2000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 250), basic edition(allowed values- 250), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 250. * @return apdexRttThreshold */ @@ -363,8 +363,8 @@ public Integer getApdexRttThreshold() { * Satisfactory client to avi round trip time(rtt). * Allowed values are 1-2000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 250), basic edition(allowed values- 250), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 250), basic (allowed values- 250) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 250. * @param apdexRttThreshold set the apdexRttThreshold. */ @@ -377,8 +377,8 @@ public void setApdexRttThreshold(Integer apdexRttThreshold) { * Tolerated client to avi round trip time(rtt) factor. * It is a multiple of apdex_rtt_tolerated_factor. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4.0f. * @return apdexRttToleratedFactor */ @@ -391,8 +391,8 @@ public Float getApdexRttToleratedFactor() { * Tolerated client to avi round trip time(rtt) factor. * It is a multiple of apdex_rtt_tolerated_factor. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4.0f. * @param apdexRttToleratedFactor set the apdexRttToleratedFactor. */ @@ -408,8 +408,8 @@ public void setApdexRttToleratedFactor(Float apdexRttToleratedFactor) { * A pageload includes the time for dns lookup, download of all http objects, and page render time. * Allowed values are 1-30000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5000), basic edition(allowed values- 5000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @return apdexRumThreshold */ @@ -425,8 +425,8 @@ public Integer getApdexRumThreshold() { * A pageload includes the time for dns lookup, download of all http objects, and page render time. * Allowed values are 1-30000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5000), basic edition(allowed values- 5000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5000), basic (allowed values- 5000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @param apdexRumThreshold set the apdexRumThreshold. */ @@ -438,8 +438,8 @@ public void setApdexRumThreshold(Integer apdexRumThreshold) { * This is the getter method this will return the attribute value. * Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4.0f. * @return apdexRumToleratedFactor */ @@ -451,8 +451,8 @@ public Float getApdexRumToleratedFactor() { * This is the setter method to the attribute. * Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4.0f. * @param apdexRumToleratedFactor set the apdexRumToleratedFactor. */ @@ -467,8 +467,8 @@ public void setApdexRumToleratedFactor(Float apdexRumToleratedFactor) { * Greater than this number and the server response is considered frustrated. * Allowed values are 1-30000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 400), basic edition(allowed values- 400), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 400. * @return apdexServerResponseThreshold */ @@ -483,8 +483,8 @@ public Integer getApdexServerResponseThreshold() { * Greater than this number and the server response is considered frustrated. * Allowed values are 1-30000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 400), basic edition(allowed values- 400), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 400), basic (allowed values- 400) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 400. * @param apdexServerResponseThreshold set the apdexServerResponseThreshold. */ @@ -497,8 +497,8 @@ public void setApdexServerResponseThreshold(Integer apdexServerResponseThreshol * Server tolerated response latency factor. * Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4.0f. * @return apdexServerResponseToleratedFactor */ @@ -511,8 +511,8 @@ public Float getApdexServerResponseToleratedFactor() { * Server tolerated response latency factor. * Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4.0f. * @param apdexServerResponseToleratedFactor set the apdexServerResponseToleratedFactor. */ @@ -525,8 +525,8 @@ public void setApdexServerResponseToleratedFactor(Float apdexServerResponseTole * Satisfactory client to avi round trip time(rtt). * Allowed values are 1-2000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 125), basic edition(allowed values- 125), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 125. * @return apdexServerRttThreshold */ @@ -539,8 +539,8 @@ public Integer getApdexServerRttThreshold() { * Satisfactory client to avi round trip time(rtt). * Allowed values are 1-2000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 125), basic edition(allowed values- 125), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 125), basic (allowed values- 125) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 125. * @param apdexServerRttThreshold set the apdexServerRttThreshold. */ @@ -553,8 +553,8 @@ public void setApdexServerRttThreshold(Integer apdexServerRttThreshold) { * Tolerated client to avi round trip time(rtt) factor. * It is a multiple of apdex_rtt_tolerated_factor. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4.0f. * @return apdexServerRttToleratedFactor */ @@ -567,8 +567,8 @@ public Float getApdexServerRttToleratedFactor() { * Tolerated client to avi round trip time(rtt) factor. * It is a multiple of apdex_rtt_tolerated_factor. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 4), basic (allowed values- 4) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4.0f. * @param apdexServerRttToleratedFactor set the apdexServerRttToleratedFactor. */ @@ -579,7 +579,7 @@ public void setApdexServerRttToleratedFactor(Float apdexServerRttToleratedFacto /** * This is the getter method this will return the attribute value. * Configure which logs are sent to the avi controller from ses and how they are processed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientLogConfig */ @@ -590,7 +590,7 @@ public ClientLogConfiguration getClientLogConfig() { /** * This is the setter method to the attribute. * Configure which logs are sent to the avi controller from ses and how they are processed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientLogConfig set the clientLogConfig. */ @@ -602,7 +602,7 @@ public void setClientLogConfig(ClientLogConfiguration clientLogConfig) { * This is the getter method this will return the attribute value. * Configure to stream logs to an external server. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientLogStreamingConfig */ @@ -614,7 +614,7 @@ public ClientLogStreamingConfig getClientLogStreamingConfig() { * This is the setter method to the attribute. * Configure to stream logs to an external server. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientLogStreamingConfig set the clientLogStreamingConfig. */ @@ -627,8 +627,8 @@ public void setClientLogStreamingConfig(ClientLogStreamingConfig clientLogStream * A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. * Allowed values are 1-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @return connLossyOooThreshold */ @@ -641,8 +641,8 @@ public Integer getConnLossyOooThreshold() { * A connection between client and avi is considered lossy when more than this percentage of out of order packets are received. * Allowed values are 1-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @param connLossyOooThreshold set the connLossyOooThreshold. */ @@ -655,8 +655,8 @@ public void setConnLossyOooThreshold(Integer connLossyOooThreshold) { * A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. * Allowed values are 1-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 20), basic edition(allowed values- 20), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return connLossyTimeoRexmtThreshold */ @@ -669,8 +669,8 @@ public Integer getConnLossyTimeoRexmtThreshold() { * A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout. * Allowed values are 1-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 20), basic edition(allowed values- 20), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param connLossyTimeoRexmtThreshold set the connLossyTimeoRexmtThreshold. */ @@ -683,8 +683,8 @@ public void setConnLossyTimeoRexmtThreshold(Integer connLossyTimeoRexmtThreshol * A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. * Allowed values are 1-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @return connLossyTotalRexmtThreshold */ @@ -697,8 +697,8 @@ public Integer getConnLossyTotalRexmtThreshold() { * A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted. * Allowed values are 1-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @param connLossyTotalRexmtThreshold set the connLossyTotalRexmtThreshold. */ @@ -711,8 +711,8 @@ public void setConnLossyTotalRexmtThreshold(Integer connLossyTotalRexmtThreshol * A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. * Allowed values are 0-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 2), basic edition(allowed values- 2), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return connLossyZeroWinSizeEventThreshold */ @@ -725,8 +725,8 @@ public Integer getConnLossyZeroWinSizeEventThreshold() { * A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. * Allowed values are 0-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 2), basic edition(allowed values- 2), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param connLossyZeroWinSizeEventThreshold set the connLossyZeroWinSizeEventThreshold. */ @@ -739,8 +739,8 @@ public void setConnLossyZeroWinSizeEventThreshold(Integer connLossyZeroWinSizeE * A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. * Allowed values are 1-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @return connServerLossyOooThreshold */ @@ -753,8 +753,8 @@ public Integer getConnServerLossyOooThreshold() { * A connection between avi and server is considered lossy when more than this percentage of out of order packets are received. * Allowed values are 1-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @param connServerLossyOooThreshold set the connServerLossyOooThreshold. */ @@ -767,8 +767,8 @@ public void setConnServerLossyOooThreshold(Integer connServerLossyOooThreshold) * A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. * Allowed values are 1-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 20), basic edition(allowed values- 20), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return connServerLossyTimeoRexmtThreshold */ @@ -781,8 +781,8 @@ public Integer getConnServerLossyTimeoRexmtThreshold() { * A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout. * Allowed values are 1-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 20), basic edition(allowed values- 20), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param connServerLossyTimeoRexmtThreshold set the connServerLossyTimeoRexmtThreshold. */ @@ -795,8 +795,8 @@ public void setConnServerLossyTimeoRexmtThreshold(Integer connServerLossyTimeoR * A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. * Allowed values are 1-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @return connServerLossyTotalRexmtThreshold */ @@ -809,8 +809,8 @@ public Integer getConnServerLossyTotalRexmtThreshold() { * A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted. * Allowed values are 1-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 50), basic (allowed values- 50) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @param connServerLossyTotalRexmtThreshold set the connServerLossyTotalRexmtThreshold. */ @@ -823,8 +823,8 @@ public void setConnServerLossyTotalRexmtThreshold(Integer connServerLossyTotalR * A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. * Allowed values are 0-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 2), basic edition(allowed values- 2), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return connServerLossyZeroWinSizeEventThreshold */ @@ -837,8 +837,8 @@ public Integer getConnServerLossyZeroWinSizeEventThreshold() { * A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold. * Allowed values are 0-100. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 2), basic edition(allowed values- 2), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param connServerLossyZeroWinSizeEventThreshold set the connServerLossyZeroWinSizeEventThreshold. */ @@ -848,7 +848,7 @@ public void setConnServerLossyZeroWinSizeEventThreshold(Integer connServerLossy /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -858,7 +858,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -870,7 +870,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Enable adaptive configuration for optimizing resource usage. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableAdaptiveConfig */ @@ -882,7 +882,7 @@ public Boolean getEnableAdaptiveConfig() { * This is the setter method to the attribute. * Enable adaptive configuration for optimizing resource usage. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableAdaptiveConfig set the enableAdaptiveConfig. */ @@ -896,9 +896,9 @@ public void setEnableAdaptiveConfig(Boolean enableAdaptiveConfig) { * If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. * However, setting it to false reduces cpu and memory requirements for analytics subsystem. * Field introduced in 17.2.13, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @return enableAdvancedAnalytics */ public Boolean getEnableAdvancedAnalytics() { @@ -911,9 +911,9 @@ public Boolean getEnableAdvancedAnalytics() { * If set to false, anomaly computation (and associated rules/events) for vs, pool and server metrics will be deactivated. * However, setting it to false reduces cpu and memory requirements for analytics subsystem. * Field introduced in 17.2.13, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @param enableAdvancedAnalytics set the enableAdvancedAnalytics. */ public void setEnableAdvancedAnalytics(Boolean enableAdvancedAnalytics) { @@ -925,7 +925,7 @@ public void setEnableAdvancedAnalytics(Boolean enableAdvancedAnalytics) { * Virtual service (vs) metrics are processed only when there is live data traffic on the vs. * In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableOndemandMetrics */ @@ -938,7 +938,7 @@ public Boolean getEnableOndemandMetrics() { * Virtual service (vs) metrics are processed only when there is live data traffic on the vs. * In case, vs is idle for a period of time as specified by ondemand_metrics_idle_timeout then metrics processing is suspended for that vs. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableOndemandMetrics set the enableOndemandMetrics. */ @@ -950,7 +950,7 @@ public void setEnableOndemandMetrics(Boolean enableOndemandMetrics) { * This is the getter method this will return the attribute value. * Enable node (service engine) level analytics forvs metrics. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableSeAnalytics */ @@ -962,7 +962,7 @@ public Boolean getEnableSeAnalytics() { * This is the setter method to the attribute. * Enable node (service engine) level analytics forvs metrics. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableSeAnalytics set the enableSeAnalytics. */ @@ -976,7 +976,7 @@ public void setEnableSeAnalytics(Boolean enableSeAnalytics) { * This may be desired in container environment when there are large number of ephemeral servers. * Additionally, no healthscore of servers is computed when server analytics is enabled. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableServerAnalytics */ @@ -990,7 +990,7 @@ public Boolean getEnableServerAnalytics() { * This may be desired in container environment when there are large number of ephemeral servers. * Additionally, no healthscore of servers is computed when server analytics is enabled. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableServerAnalytics set the enableServerAnalytics. */ @@ -1003,7 +1003,7 @@ public void setEnableServerAnalytics(Boolean enableServerAnalytics) { * Enable virtualservice (frontend) analytics. * This flag enables metrics and healthscore for virtualservice. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableVsAnalytics */ @@ -1016,7 +1016,7 @@ public Boolean getEnableVsAnalytics() { * Enable virtualservice (frontend) analytics. * This flag enables metrics and healthscore for virtualservice. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableVsAnalytics set the enableVsAnalytics. */ @@ -1027,8 +1027,8 @@ public void setEnableVsAnalytics(Boolean enableVsAnalytics) { /** * This is the getter method this will return the attribute value. * Exclude client closed connection before an http request could be completed from being classified as an error. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeClientCloseBeforeRequestAsError */ @@ -1039,8 +1039,8 @@ public Boolean getExcludeClientCloseBeforeRequestAsError() { /** * This is the setter method to the attribute. * Exclude client closed connection before an http request could be completed from being classified as an error. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeClientCloseBeforeRequestAsError set the excludeClientCloseBeforeRequestAsError. */ @@ -1052,8 +1052,8 @@ public void setExcludeClientCloseBeforeRequestAsError(Boolean excludeClientClos * This is the getter method this will return the attribute value. * Exclude dns policy drops from the list of errors. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeDnsPolicyDropAsSignificant */ @@ -1065,8 +1065,8 @@ public Boolean getExcludeDnsPolicyDropAsSignificant() { * This is the setter method to the attribute. * Exclude dns policy drops from the list of errors. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeDnsPolicyDropAsSignificant set the excludeDnsPolicyDropAsSignificant. */ @@ -1077,8 +1077,8 @@ public void setExcludeDnsPolicyDropAsSignificant(Boolean excludeDnsPolicyDropAs /** * This is the getter method this will return the attribute value. * Exclude queries to gslb services that are operationally down from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeGsDownAsError */ @@ -1089,8 +1089,8 @@ public Boolean getExcludeGsDownAsError() { /** * This is the setter method to the attribute. * Exclude queries to gslb services that are operationally down from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeGsDownAsError set the excludeGsDownAsError. */ @@ -1101,7 +1101,7 @@ public void setExcludeGsDownAsError(Boolean excludeGsDownAsError) { * This is the getter method this will return the attribute value. * List of http status codes to be excluded from being classified as an error. * Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeHttpErrorCodes */ @@ -1113,7 +1113,7 @@ public List getExcludeHttpErrorCodes() { * This is the setter method. this will set the excludeHttpErrorCodes * List of http status codes to be excluded from being classified as an error. * Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeHttpErrorCodes */ @@ -1125,7 +1125,7 @@ public void setExcludeHttpErrorCodes(List excludeHttpErrorCodes) { * This is the setter method this will set the excludeHttpErrorCodes * List of http status codes to be excluded from being classified as an error. * Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeHttpErrorCodes */ @@ -1140,8 +1140,8 @@ public AnalyticsProfile addExcludeHttpErrorCodesItem(Integer excludeHttpErrorCod /** * This is the getter method this will return the attribute value. * Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeInvalidDnsDomainAsError */ @@ -1152,8 +1152,8 @@ public Boolean getExcludeInvalidDnsDomainAsError() { /** * This is the setter method to the attribute. * Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeInvalidDnsDomainAsError set the excludeInvalidDnsDomainAsError. */ @@ -1164,8 +1164,8 @@ public void setExcludeInvalidDnsDomainAsError(Boolean excludeInvalidDnsDomainAs /** * This is the getter method this will return the attribute value. * Exclude invalid dns queries from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeInvalidDnsQueryAsError */ @@ -1176,8 +1176,8 @@ public Boolean getExcludeInvalidDnsQueryAsError() { /** * This is the setter method to the attribute. * Exclude invalid dns queries from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeInvalidDnsQueryAsError set the excludeInvalidDnsQueryAsError. */ @@ -1189,8 +1189,8 @@ public void setExcludeInvalidDnsQueryAsError(Boolean excludeInvalidDnsQueryAsEr * This is the getter method this will return the attribute value. * Exclude the issuer-revoked ocsp responses from the list of errors. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return excludeIssuerRevokedOcspResponsesAsError */ @@ -1202,8 +1202,8 @@ public Boolean getExcludeIssuerRevokedOcspResponsesAsError() { * This is the setter method to the attribute. * Exclude the issuer-revoked ocsp responses from the list of errors. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param excludeIssuerRevokedOcspResponsesAsError set the excludeIssuerRevokedOcspResponsesAsError. */ @@ -1214,8 +1214,8 @@ public void setExcludeIssuerRevokedOcspResponsesAsError(Boolean excludeIssuerRe /** * This is the getter method this will return the attribute value. * Exclude queries to domains that did not have configured services/records from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeNoDnsRecordAsError */ @@ -1226,8 +1226,8 @@ public Boolean getExcludeNoDnsRecordAsError() { /** * This is the setter method to the attribute. * Exclude queries to domains that did not have configured services/records from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeNoDnsRecordAsError set the excludeNoDnsRecordAsError. */ @@ -1238,8 +1238,8 @@ public void setExcludeNoDnsRecordAsError(Boolean excludeNoDnsRecordAsError) { /** * This is the getter method this will return the attribute value. * Exclude queries to gslb services that have no available members from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeNoValidGsMemberAsError */ @@ -1250,8 +1250,8 @@ public Boolean getExcludeNoValidGsMemberAsError() { /** * This is the setter method to the attribute. * Exclude queries to gslb services that have no available members from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeNoValidGsMemberAsError set the excludeNoValidGsMemberAsError. */ @@ -1262,8 +1262,8 @@ public void setExcludeNoValidGsMemberAsError(Boolean excludeNoValidGsMemberAsEr /** * This is the getter method this will return the attribute value. * Exclude persistence server changed while load balancing' from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludePersistenceChangeAsError */ @@ -1274,8 +1274,8 @@ public Boolean getExcludePersistenceChangeAsError() { /** * This is the setter method to the attribute. * Exclude persistence server changed while load balancing' from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludePersistenceChangeAsError set the excludePersistenceChangeAsError. */ @@ -1287,8 +1287,8 @@ public void setExcludePersistenceChangeAsError(Boolean excludePersistenceChange * This is the getter method this will return the attribute value. * Exclude the revoked ocsp certificate status responses from the list of errors. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return excludeRevokedOcspResponsesAsError */ @@ -1300,8 +1300,8 @@ public Boolean getExcludeRevokedOcspResponsesAsError() { * This is the setter method to the attribute. * Exclude the revoked ocsp certificate status responses from the list of errors. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param excludeRevokedOcspResponsesAsError set the excludeRevokedOcspResponsesAsError. */ @@ -1312,8 +1312,8 @@ public void setExcludeRevokedOcspResponsesAsError(Boolean excludeRevokedOcspRes /** * This is the getter method this will return the attribute value. * Exclude server dns error response from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeServerDnsErrorAsError */ @@ -1324,8 +1324,8 @@ public Boolean getExcludeServerDnsErrorAsError() { /** * This is the setter method to the attribute. * Exclude server dns error response from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeServerDnsErrorAsError set the excludeServerDnsErrorAsError. */ @@ -1337,8 +1337,8 @@ public void setExcludeServerDnsErrorAsError(Boolean excludeServerDnsErrorAsErro * This is the getter method this will return the attribute value. * Exclude server tcp reset from errors. * It is common for applications like ms exchange. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeServerTcpResetAsError */ @@ -1350,8 +1350,8 @@ public Boolean getExcludeServerTcpResetAsError() { * This is the setter method to the attribute. * Exclude server tcp reset from errors. * It is common for applications like ms exchange. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeServerTcpResetAsError set the excludeServerTcpResetAsError. */ @@ -1362,7 +1362,7 @@ public void setExcludeServerTcpResetAsError(Boolean excludeServerTcpResetAsErro * This is the getter method this will return the attribute value. * List of sip status codes to be excluded from being classified as an error. * Field introduced in 17.2.13, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeSipErrorCodes */ @@ -1374,7 +1374,7 @@ public List getExcludeSipErrorCodes() { * This is the setter method. this will set the excludeSipErrorCodes * List of sip status codes to be excluded from being classified as an error. * Field introduced in 17.2.13, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeSipErrorCodes */ @@ -1386,7 +1386,7 @@ public void setExcludeSipErrorCodes(List excludeSipErrorCodes) { * This is the setter method this will set the excludeSipErrorCodes * List of sip status codes to be excluded from being classified as an error. * Field introduced in 17.2.13, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeSipErrorCodes */ @@ -1402,8 +1402,8 @@ public AnalyticsProfile addExcludeSipErrorCodesItem(Integer excludeSipErrorCodes * This is the getter method this will return the attribute value. * Exclude the stale ocsp certificate status responses from the list of errors. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return excludeStaleOcspResponsesAsError */ @@ -1415,8 +1415,8 @@ public Boolean getExcludeStaleOcspResponsesAsError() { * This is the setter method to the attribute. * Exclude the stale ocsp certificate status responses from the list of errors. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param excludeStaleOcspResponsesAsError set the excludeStaleOcspResponsesAsError. */ @@ -1427,8 +1427,8 @@ public void setExcludeStaleOcspResponsesAsError(Boolean excludeStaleOcspRespons /** * This is the getter method this will return the attribute value. * Exclude 'server unanswered syns' from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeSynRetransmitAsError */ @@ -1439,8 +1439,8 @@ public Boolean getExcludeSynRetransmitAsError() { /** * This is the setter method to the attribute. * Exclude 'server unanswered syns' from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeSynRetransmitAsError set the excludeSynRetransmitAsError. */ @@ -1451,8 +1451,8 @@ public void setExcludeSynRetransmitAsError(Boolean excludeSynRetransmitAsError) /** * This is the getter method this will return the attribute value. * Exclude tcp resets by client from the list of potential errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeTcpResetAsError */ @@ -1463,8 +1463,8 @@ public Boolean getExcludeTcpResetAsError() { /** * This is the setter method to the attribute. * Exclude tcp resets by client from the list of potential errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeTcpResetAsError set the excludeTcpResetAsError. */ @@ -1476,8 +1476,8 @@ public void setExcludeTcpResetAsError(Boolean excludeTcpResetAsError) { * This is the getter method this will return the attribute value. * Exclude the unavailable ocsp responses from the list of errors. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return excludeUnavailableOcspResponsesAsError */ @@ -1489,8 +1489,8 @@ public Boolean getExcludeUnavailableOcspResponsesAsError() { * This is the setter method to the attribute. * Exclude the unavailable ocsp responses from the list of errors. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param excludeUnavailableOcspResponsesAsError set the excludeUnavailableOcspResponsesAsError. */ @@ -1501,8 +1501,8 @@ public void setExcludeUnavailableOcspResponsesAsError(Boolean excludeUnavailabl /** * This is the getter method this will return the attribute value. * Exclude unsupported dns queries from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeUnsupportedDnsQueryAsError */ @@ -1513,8 +1513,8 @@ public Boolean getExcludeUnsupportedDnsQueryAsError() { /** * This is the setter method to the attribute. * Exclude unsupported dns queries from the list of errors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeUnsupportedDnsQueryAsError set the excludeUnsupportedDnsQueryAsError. */ @@ -1528,9 +1528,9 @@ public void setExcludeUnsupportedDnsQueryAsError(Boolean excludeUnsupportedDnsQ * Allowed values are 0-5000. * Special values are 0- server health score is deactivated. * Field introduced in 17.2.13, 18.1.4. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. - * Special default for essentials edition is 0, basic edition is 0, enterprise is 20. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. + * Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20. * @return healthscoreMaxServerLimit */ public Integer getHealthscoreMaxServerLimit() { @@ -1543,9 +1543,9 @@ public Integer getHealthscoreMaxServerLimit() { * Allowed values are 0-5000. * Special values are 0- server health score is deactivated. * Field introduced in 17.2.13, 18.1.4. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. - * Special default for essentials edition is 0, basic edition is 0, enterprise is 20. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. + * Special default for essentials edition is 0, basic edition is 0, enterprise edition is 20. * @param healthscoreMaxServerLimit set the healthscoreMaxServerLimit. */ public void setHealthscoreMaxServerLimit(Integer healthscoreMaxServerLimit) { @@ -1555,8 +1555,8 @@ public void setHealthscoreMaxServerLimit(Integer healthscoreMaxServerLimit) { /** * This is the getter method this will return the attribute value. * Time window (in secs) within which only unique health change events should occur. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1209600), basic edition(allowed values- 1209600), enterprise - * with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1209600. * @return hsEventThrottleWindow */ @@ -1567,8 +1567,8 @@ public Integer getHsEventThrottleWindow() { /** * This is the setter method to the attribute. * Time window (in secs) within which only unique health change events should occur. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1209600), basic edition(allowed values- 1209600), enterprise - * with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1209600), basic (allowed values- 1209600) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1209600. * @param hsEventThrottleWindow set the hsEventThrottleWindow. */ @@ -1580,8 +1580,8 @@ public void setHsEventThrottleWindow(Integer hsEventThrottleWindow) { * This is the getter method this will return the attribute value. * Maximum penalty that may be deducted from health score for anomalies. * Allowed values are 0-100. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return hsMaxAnomalyPenalty */ @@ -1593,8 +1593,8 @@ public Integer getHsMaxAnomalyPenalty() { * This is the setter method to the attribute. * Maximum penalty that may be deducted from health score for anomalies. * Allowed values are 0-100. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param hsMaxAnomalyPenalty set the hsMaxAnomalyPenalty. */ @@ -1606,8 +1606,8 @@ public void setHsMaxAnomalyPenalty(Integer hsMaxAnomalyPenalty) { * This is the getter method this will return the attribute value. * Maximum penalty that may be deducted from health score for high resource utilization. * Allowed values are 0-100. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 25), basic edition(allowed values- 25), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @return hsMaxResourcesPenalty */ @@ -1619,8 +1619,8 @@ public Integer getHsMaxResourcesPenalty() { * This is the setter method to the attribute. * Maximum penalty that may be deducted from health score for high resource utilization. * Allowed values are 0-100. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 25), basic edition(allowed values- 25), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 25), basic (allowed values- 25) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @param hsMaxResourcesPenalty set the hsMaxResourcesPenalty. */ @@ -1632,8 +1632,8 @@ public void setHsMaxResourcesPenalty(Integer hsMaxResourcesPenalty) { * This is the getter method this will return the attribute value. * Maximum penalty that may be deducted from health score based on security assessment. * Allowed values are 0-100. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 100), basic edition(allowed values- 100), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return hsMaxSecurityPenalty */ @@ -1645,8 +1645,8 @@ public Integer getHsMaxSecurityPenalty() { * This is the setter method to the attribute. * Maximum penalty that may be deducted from health score based on security assessment. * Allowed values are 0-100. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 100), basic edition(allowed values- 100), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param hsMaxSecurityPenalty set the hsMaxSecurityPenalty. */ @@ -1657,8 +1657,8 @@ public void setHsMaxSecurityPenalty(Integer hsMaxSecurityPenalty) { /** * This is the getter method this will return the attribute value. * Dos connection rate below which the dos security assessment will not kick in. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1000), basic edition(allowed values- 1000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return hsMinDosRate */ @@ -1669,8 +1669,8 @@ public Integer getHsMinDosRate() { /** * This is the setter method to the attribute. * Dos connection rate below which the dos security assessment will not kick in. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1000), basic edition(allowed values- 1000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param hsMinDosRate set the hsMinDosRate. */ @@ -1683,8 +1683,8 @@ public void setHsMinDosRate(Integer hsMinDosRate) { * Adds free performance score credits to health score. * It can be used for compensating health score for known slow applications. * Allowed values are 0-100. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return hsPerformanceBoost */ @@ -1697,8 +1697,8 @@ public Integer getHsPerformanceBoost() { * Adds free performance score credits to health score. * It can be used for compensating health score for known slow applications. * Allowed values are 0-100. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param hsPerformanceBoost set the hsPerformanceBoost. */ @@ -1709,8 +1709,8 @@ public void setHsPerformanceBoost(Integer hsPerformanceBoost) { /** * This is the getter method this will return the attribute value. * Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10.0f. * @return hsPscoreTrafficThresholdL4Client */ @@ -1721,8 +1721,8 @@ public Float getHsPscoreTrafficThresholdL4Client() { /** * This is the setter method to the attribute. * Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10.0f. * @param hsPscoreTrafficThresholdL4Client set the hsPscoreTrafficThresholdL4Client. */ @@ -1733,8 +1733,8 @@ public void setHsPscoreTrafficThresholdL4Client(Float hsPscoreTrafficThresholdL /** * This is the getter method this will return the attribute value. * Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10.0f. * @return hsPscoreTrafficThresholdL4Server */ @@ -1745,8 +1745,8 @@ public Float getHsPscoreTrafficThresholdL4Server() { /** * This is the setter method to the attribute. * Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10.0f. * @param hsPscoreTrafficThresholdL4Server set the hsPscoreTrafficThresholdL4Server. */ @@ -1758,8 +1758,8 @@ public void setHsPscoreTrafficThresholdL4Server(Float hsPscoreTrafficThresholdL * This is the getter method this will return the attribute value. * Score assigned when the certificate has expired. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return hsSecurityCertscoreExpired */ @@ -1771,8 +1771,8 @@ public Float getHsSecurityCertscoreExpired() { * This is the setter method to the attribute. * Score assigned when the certificate has expired. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param hsSecurityCertscoreExpired set the hsSecurityCertscoreExpired. */ @@ -1784,8 +1784,8 @@ public void setHsSecurityCertscoreExpired(Float hsSecurityCertscoreExpired) { * This is the getter method this will return the attribute value. * Score assigned when the certificate expires in more than 30 days. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5.0f. * @return hsSecurityCertscoreGt30D */ @@ -1797,8 +1797,8 @@ public Float getHsSecurityCertscoreGt30D() { * This is the setter method to the attribute. * Score assigned when the certificate expires in more than 30 days. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5.0f. * @param hsSecurityCertscoreGt30D set the hsSecurityCertscoreGt30D. */ @@ -1810,8 +1810,8 @@ public void setHsSecurityCertscoreGt30D(Float hsSecurityCertscoreGt30D) { * This is the getter method this will return the attribute value. * Score assigned when the certificate expires in less than or equal to 7 days. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 2.0), basic edition(allowed values- 2.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2.0f. * @return hsSecurityCertscoreLe07D */ @@ -1823,8 +1823,8 @@ public Float getHsSecurityCertscoreLe07D() { * This is the setter method to the attribute. * Score assigned when the certificate expires in less than or equal to 7 days. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 2.0), basic edition(allowed values- 2.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 2.0), basic (allowed values- 2.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2.0f. * @param hsSecurityCertscoreLe07D set the hsSecurityCertscoreLe07D. */ @@ -1836,8 +1836,8 @@ public void setHsSecurityCertscoreLe07D(Float hsSecurityCertscoreLe07D) { * This is the getter method this will return the attribute value. * Score assigned when the certificate expires in less than or equal to 30 days. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 4.0), basic edition(allowed values- 4.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4.0f. * @return hsSecurityCertscoreLe30D */ @@ -1849,8 +1849,8 @@ public Float getHsSecurityCertscoreLe30D() { * This is the setter method to the attribute. * Score assigned when the certificate expires in less than or equal to 30 days. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 4.0), basic edition(allowed values- 4.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 4.0), basic (allowed values- 4.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4.0f. * @param hsSecurityCertscoreLe30D set the hsSecurityCertscoreLe30D. */ @@ -1862,8 +1862,8 @@ public void setHsSecurityCertscoreLe30D(Float hsSecurityCertscoreLe30D) { * This is the getter method this will return the attribute value. * Penalty for allowing certificates with invalid chain. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1.0f. * @return hsSecurityChainInvalidityPenalty */ @@ -1875,8 +1875,8 @@ public Float getHsSecurityChainInvalidityPenalty() { * This is the setter method to the attribute. * Penalty for allowing certificates with invalid chain. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1.0f. * @param hsSecurityChainInvalidityPenalty set the hsSecurityChainInvalidityPenalty. */ @@ -1888,8 +1888,8 @@ public void setHsSecurityChainInvalidityPenalty(Float hsSecurityChainInvalidity * This is the getter method this will return the attribute value. * Score assigned when the minimum cipher strength is 0 bits. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return hsSecurityCipherscoreEq000B */ @@ -1901,8 +1901,8 @@ public Float getHsSecurityCipherscoreEq000B() { * This is the setter method to the attribute. * Score assigned when the minimum cipher strength is 0 bits. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param hsSecurityCipherscoreEq000B set the hsSecurityCipherscoreEq000B. */ @@ -1914,8 +1914,8 @@ public void setHsSecurityCipherscoreEq000B(Float hsSecurityCipherscoreEq000B) { * This is the getter method this will return the attribute value. * Score assigned when the minimum cipher strength is greater than equal to 128 bits. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5.0f. * @return hsSecurityCipherscoreGe128B */ @@ -1927,8 +1927,8 @@ public Float getHsSecurityCipherscoreGe128B() { * This is the setter method to the attribute. * Score assigned when the minimum cipher strength is greater than equal to 128 bits. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5.0f. * @param hsSecurityCipherscoreGe128B set the hsSecurityCipherscoreGe128B. */ @@ -1940,8 +1940,8 @@ public void setHsSecurityCipherscoreGe128B(Float hsSecurityCipherscoreGe128B) { * This is the getter method this will return the attribute value. * Score assigned when the minimum cipher strength is less than 128 bits. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 3.5), basic edition(allowed values- 3.5), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3.5f. * @return hsSecurityCipherscoreLt128B */ @@ -1953,8 +1953,8 @@ public Float getHsSecurityCipherscoreLt128B() { * This is the setter method to the attribute. * Score assigned when the minimum cipher strength is less than 128 bits. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 3.5), basic edition(allowed values- 3.5), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3.5f. * @param hsSecurityCipherscoreLt128B set the hsSecurityCipherscoreLt128B. */ @@ -1966,8 +1966,8 @@ public void setHsSecurityCipherscoreLt128B(Float hsSecurityCipherscoreLt128B) { * This is the getter method this will return the attribute value. * Score assigned when no algorithm is used for encryption. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return hsSecurityEncalgoScoreNone */ @@ -1979,8 +1979,8 @@ public Float getHsSecurityEncalgoScoreNone() { * This is the setter method to the attribute. * Score assigned when no algorithm is used for encryption. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param hsSecurityEncalgoScoreNone set the hsSecurityEncalgoScoreNone. */ @@ -1992,8 +1992,8 @@ public void setHsSecurityEncalgoScoreNone(Float hsSecurityEncalgoScoreNone) { * This is the getter method this will return the attribute value. * Score assigned when rc4 algorithm is used for encryption. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 2.5), basic edition(allowed values- 2.5), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2.5f. * @return hsSecurityEncalgoScoreRc4 */ @@ -2005,8 +2005,8 @@ public Float getHsSecurityEncalgoScoreRc4() { * This is the setter method to the attribute. * Score assigned when rc4 algorithm is used for encryption. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 2.5), basic edition(allowed values- 2.5), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 2.5), basic (allowed values- 2.5) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2.5f. * @param hsSecurityEncalgoScoreRc4 set the hsSecurityEncalgoScoreRc4. */ @@ -2018,8 +2018,8 @@ public void setHsSecurityEncalgoScoreRc4(Float hsSecurityEncalgoScoreRc4) { * This is the getter method this will return the attribute value. * Penalty for not enabling hsts. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1.0f. * @return hsSecurityHstsPenalty */ @@ -2031,8 +2031,8 @@ public Float getHsSecurityHstsPenalty() { * This is the setter method to the attribute. * Penalty for not enabling hsts. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1.0f. * @param hsSecurityHstsPenalty set the hsSecurityHstsPenalty. */ @@ -2044,8 +2044,8 @@ public void setHsSecurityHstsPenalty(Float hsSecurityHstsPenalty) { * This is the getter method this will return the attribute value. * Penalty for allowing non-pfs handshakes. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1.0f. * @return hsSecurityNonpfsPenalty */ @@ -2057,8 +2057,8 @@ public Float getHsSecurityNonpfsPenalty() { * This is the setter method to the attribute. * Penalty for allowing non-pfs handshakes. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1.0f. * @param hsSecurityNonpfsPenalty set the hsSecurityNonpfsPenalty. */ @@ -2071,8 +2071,8 @@ public void setHsSecurityNonpfsPenalty(Float hsSecurityNonpfsPenalty) { * Score assigned when ocsp certificate status is set to revoked or issuer revoked. * Allowed values are 0.0-5.0. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return hsSecurityOcspRevokedScore */ @@ -2085,8 +2085,8 @@ public Float getHsSecurityOcspRevokedScore() { * Score assigned when ocsp certificate status is set to revoked or issuer revoked. * Allowed values are 0.0-5.0. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0.0), basic (allowed values- 0.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param hsSecurityOcspRevokedScore set the hsSecurityOcspRevokedScore. */ @@ -2098,8 +2098,8 @@ public void setHsSecurityOcspRevokedScore(Float hsSecurityOcspRevokedScore) { * This is the getter method this will return the attribute value. * Deprecated. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1.0f. * @return hsSecuritySelfsignedcertPenalty */ @@ -2111,8 +2111,8 @@ public Float getHsSecuritySelfsignedcertPenalty() { * This is the setter method to the attribute. * Deprecated. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1.0f. * @param hsSecuritySelfsignedcertPenalty set the hsSecuritySelfsignedcertPenalty. */ @@ -2124,8 +2124,8 @@ public void setHsSecuritySelfsignedcertPenalty(Float hsSecuritySelfsignedcertPe * This is the getter method this will return the attribute value. * Score assigned when supporting ssl3.0 encryption protocol. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 3.5), basic edition(allowed values- 3.5), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3.5f. * @return hsSecuritySsl30Score */ @@ -2137,8 +2137,8 @@ public Float getHsSecuritySsl30Score() { * This is the setter method to the attribute. * Score assigned when supporting ssl3.0 encryption protocol. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 3.5), basic edition(allowed values- 3.5), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 3.5), basic (allowed values- 3.5) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3.5f. * @param hsSecuritySsl30Score set the hsSecuritySsl30Score. */ @@ -2150,8 +2150,8 @@ public void setHsSecuritySsl30Score(Float hsSecuritySsl30Score) { * This is the getter method this will return the attribute value. * Score assigned when supporting tls1.0 encryption protocol. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5.0f. * @return hsSecurityTls10Score */ @@ -2163,8 +2163,8 @@ public Float getHsSecurityTls10Score() { * This is the setter method to the attribute. * Score assigned when supporting tls1.0 encryption protocol. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5.0f. * @param hsSecurityTls10Score set the hsSecurityTls10Score. */ @@ -2176,8 +2176,8 @@ public void setHsSecurityTls10Score(Float hsSecurityTls10Score) { * This is the getter method this will return the attribute value. * Score assigned when supporting tls1.1 encryption protocol. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5.0f. * @return hsSecurityTls11Score */ @@ -2189,8 +2189,8 @@ public Float getHsSecurityTls11Score() { * This is the setter method to the attribute. * Score assigned when supporting tls1.1 encryption protocol. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5.0f. * @param hsSecurityTls11Score set the hsSecurityTls11Score. */ @@ -2202,8 +2202,8 @@ public void setHsSecurityTls11Score(Float hsSecurityTls11Score) { * This is the getter method this will return the attribute value. * Score assigned when supporting tls1.2 encryption protocol. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5.0f. * @return hsSecurityTls12Score */ @@ -2215,8 +2215,8 @@ public Float getHsSecurityTls12Score() { * This is the setter method to the attribute. * Score assigned when supporting tls1.2 encryption protocol. * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5.0f. * @param hsSecurityTls12Score set the hsSecurityTls12Score. */ @@ -2229,8 +2229,8 @@ public void setHsSecurityTls12Score(Float hsSecurityTls12Score) { * Score assigned when supporting tls1.3 encryption protocol. * Allowed values are 0-5. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5.0f. * @return hsSecurityTls13Score */ @@ -2243,8 +2243,8 @@ public Float getHsSecurityTls13Score() { * Score assigned when supporting tls1.3 encryption protocol. * Allowed values are 0-5. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5.0), basic (allowed values- 5.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5.0f. * @param hsSecurityTls13Score set the hsSecurityTls13Score. */ @@ -2256,8 +2256,8 @@ public void setHsSecurityTls13Score(Float hsSecurityTls13Score) { * This is the getter method this will return the attribute value. * Penalty for allowing weak signature algorithm(s). * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1.0f. * @return hsSecurityWeakSignatureAlgoPenalty */ @@ -2269,8 +2269,8 @@ public Float getHsSecurityWeakSignatureAlgoPenalty() { * This is the setter method to the attribute. * Penalty for allowing weak signature algorithm(s). * Allowed values are 0-5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1.0), basic (allowed values- 1.0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1.0f. * @param hsSecurityWeakSignatureAlgoPenalty set the hsSecurityWeakSignatureAlgoPenalty. */ @@ -2282,7 +2282,7 @@ public void setHsSecurityWeakSignatureAlgoPenalty(Float hsSecurityWeakSignature * This is the getter method this will return the attribute value. * Deprecated in 22.1.1. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latencyAuditProps */ @@ -2294,7 +2294,7 @@ public LatencyAuditProperties getLatencyAuditProps() { * This is the setter method to the attribute. * Deprecated in 22.1.1. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latencyAuditProps set the latencyAuditProps. */ @@ -2305,8 +2305,7 @@ public void setLatencyAuditProps(LatencyAuditProperties latencyAuditProps) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -2318,8 +2317,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -2331,8 +2329,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -2347,7 +2344,7 @@ public AnalyticsProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * The name of the analytics profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -2358,7 +2355,7 @@ public String getName() { /** * This is the setter method to the attribute. * The name of the analytics profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -2372,7 +2369,7 @@ public void setName(String name) { * It is applicable only when enable_ondemand_metrics is set to false. * Field introduced in 18.1.1. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @return ondemandMetricsIdleTimeout */ @@ -2386,7 +2383,7 @@ public Integer getOndemandMetricsIdleTimeout() { * It is applicable only when enable_ondemand_metrics is set to false. * Field introduced in 18.1.1. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @param ondemandMetricsIdleTimeout set the ondemandMetricsIdleTimeout. */ @@ -2396,7 +2393,7 @@ public void setOndemandMetricsIdleTimeout(Integer ondemandMetricsIdleTimeout) { /** * This is the getter method this will return the attribute value. * List of http status code ranges to be excluded from being classified as an error. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -2407,7 +2404,7 @@ public List getRanges() { /** * This is the setter method. this will set the ranges * List of http status code ranges to be excluded from being classified as an error. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -2418,7 +2415,7 @@ public void setRanges(List ranges) { /** * This is the setter method this will set the ranges * List of http status code ranges to be excluded from being classified as an error. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -2433,7 +2430,7 @@ public AnalyticsProfile addRangesItem(HTTPStatusRange rangesItem) { * This is the getter method this will return the attribute value. * Block of http response codes to be excluded from being classified as an error. * Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return respCodeBlock */ @@ -2445,7 +2442,7 @@ public List getRespCodeBlock() { * This is the setter method. this will set the respCodeBlock * Block of http response codes to be excluded from being classified as an error. * Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return respCodeBlock */ @@ -2457,7 +2454,7 @@ public void setRespCodeBlock(List respCodeBlock) { * This is the setter method this will set the respCodeBlock * Block of http response codes to be excluded from being classified as an error. * Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return respCodeBlock */ @@ -2473,7 +2470,7 @@ public AnalyticsProfile addRespCodeBlockItem(String respCodeBlockItem) { * This is the getter method this will return the attribute value. * Rules applied to the http application log for filtering sensitive information. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveLogProfile */ @@ -2485,7 +2482,7 @@ public SensitiveLogProfile getSensitiveLogProfile() { * This is the setter method to the attribute. * Rules applied to the http application log for filtering sensitive information. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sensitiveLogProfile set the sensitiveLogProfile. */ @@ -2499,8 +2496,8 @@ public void setSensitiveLogProfile(SensitiveLogProfile sensitiveLogProfile) { * By default, this value is 20. * Allowed values are 1-1000. * Field introduced in 17.2.13, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 20), basic edition(allowed values- 20), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return sipLogDepth */ @@ -2514,8 +2511,8 @@ public Integer getSipLogDepth() { * By default, this value is 20. * Allowed values are 1-1000. * Field introduced in 17.2.13, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 20), basic edition(allowed values- 20), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 20), basic (allowed values- 20) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param sipLogDepth set the sipLogDepth. */ @@ -2526,7 +2523,7 @@ public void setSipLogDepth(Integer sipLogDepth) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -2537,7 +2534,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -2549,7 +2546,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Time tracker properties for connection establishment audit. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timeTrackerProps */ @@ -2561,7 +2558,7 @@ public TimeTrackerProperties getTimeTrackerProps() { * This is the setter method to the attribute. * Time tracker properties for connection establishment audit. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timeTrackerProps set the timeTrackerProps. */ @@ -2589,7 +2586,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the analytics profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -2600,7 +2597,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the analytics profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AnomalyEventDetails.java b/java/src/com/vmware/avi/sdk/model/AnomalyEventDetails.java index 41b46255fe..b2cc8d141d 100644 --- a/java/src/com/vmware/avi/sdk/model/AnomalyEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/AnomalyEventDetails.java @@ -61,7 +61,7 @@ public class AnomalyEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return deviation */ @@ -71,7 +71,7 @@ public Float getDeviation() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param deviation set the deviation. */ @@ -81,7 +81,7 @@ public void setDeviation(Float deviation) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricId */ @@ -91,7 +91,7 @@ public String getMetricId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricId set the metricId. */ @@ -101,7 +101,7 @@ public void setMetricId(String metricId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricTimestamp */ @@ -111,7 +111,7 @@ public String getMetricTimestamp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricTimestamp set the metricTimestamp. */ @@ -123,7 +123,7 @@ public void setMetricTimestamp(String metricTimestamp) { * This is the getter method this will return the attribute value. * Deprecated. * Enum options - EXPONENTIAL_MOVING_AVG, EXPONENTIAL_WEIGHTED_MOVING_AVG, HOLTWINTERS_AT_AS, HOLTWINTERS_AT_MS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EXPONENTIAL_WEIGHTED_MOVING_AVG". * @return model */ @@ -135,7 +135,7 @@ public String getModel() { * This is the setter method to the attribute. * Deprecated. * Enum options - EXPONENTIAL_MOVING_AVG, EXPONENTIAL_WEIGHTED_MOVING_AVG, HOLTWINTERS_AT_AS, HOLTWINTERS_AT_MS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EXPONENTIAL_WEIGHTED_MOVING_AVG". * @param model set the model. */ @@ -145,7 +145,7 @@ public void setModel(String model) { /** * This is the getter method this will return the attribute value. * Enum options - EXPONENTIAL_MOVING_AVG, EXPONENTIAL_WEIGHTED_MOVING_AVG, HOLTWINTERS_AT_AS, HOLTWINTERS_AT_MS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return models */ @@ -156,7 +156,7 @@ public List getModels() { /** * This is the setter method. this will set the models * Enum options - EXPONENTIAL_MOVING_AVG, EXPONENTIAL_WEIGHTED_MOVING_AVG, HOLTWINTERS_AT_AS, HOLTWINTERS_AT_MS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return models */ @@ -167,7 +167,7 @@ public void setModels(List models) { /** * This is the setter method this will set the models * Enum options - EXPONENTIAL_MOVING_AVG, EXPONENTIAL_WEIGHTED_MOVING_AVG, HOLTWINTERS_AT_AS, HOLTWINTERS_AT_MS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return models */ @@ -181,7 +181,7 @@ public AnomalyEventDetails addModelsItem(String modelsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeId */ @@ -191,7 +191,7 @@ public String getNodeId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeId set the nodeId. */ @@ -205,7 +205,7 @@ public void setNodeId(String nodeId) { * SE_METRICS_OBJ, VSERVER_RUM, CONTROLLER_METRICS_OBJ, METRICS_COLLECTION, METRICS_RUM_PREAGG_BROWSER_OBJ, METRICS_RUM_PREAGG_COUNTRY_OBJ, * METRICS_RUM_PREAGG_DEVTYPE_OBJ, METRICS_RUM_PREAGG_LANG_OBJ, METRICS_RUM_PREAGG_OS_OBJ, METRICS_RUM_PREAGG_URL_OBJ, METRICS_ANOMALY_OBJ, * METRICS_HEALTHSCORE_OBJ, METRICS_RESOURCE_TIMING_BROWSER_OBJ, METRICS_RESOURCE_TIMING_OS_OBJ... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objType */ @@ -219,7 +219,7 @@ public String getObjType() { * SE_METRICS_OBJ, VSERVER_RUM, CONTROLLER_METRICS_OBJ, METRICS_COLLECTION, METRICS_RUM_PREAGG_BROWSER_OBJ, METRICS_RUM_PREAGG_COUNTRY_OBJ, * METRICS_RUM_PREAGG_DEVTYPE_OBJ, METRICS_RUM_PREAGG_LANG_OBJ, METRICS_RUM_PREAGG_OS_OBJ, METRICS_RUM_PREAGG_URL_OBJ, METRICS_ANOMALY_OBJ, * METRICS_HEALTHSCORE_OBJ, METRICS_RESOURCE_TIMING_BROWSER_OBJ, METRICS_RESOURCE_TIMING_OS_OBJ... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objType set the objType. */ @@ -229,7 +229,7 @@ public void setObjType(String objType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -239,7 +239,7 @@ public String getPoolName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -249,7 +249,7 @@ public void setPoolName(String poolName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -259,7 +259,7 @@ public String getPoolUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ @@ -270,7 +270,7 @@ public void setPoolUuid(String poolUuid) { /** * This is the getter method this will return the attribute value. * Enum options - ANZ_PRIORITY_HIGH, ANZ_PRIORITY_MEDIUM, ANZ_PRIORITY_LOW. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return priority */ @@ -281,7 +281,7 @@ public String getPriority() { /** * This is the setter method to the attribute. * Enum options - ANZ_PRIORITY_HIGH, ANZ_PRIORITY_MEDIUM, ANZ_PRIORITY_LOW. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param priority set the priority. */ @@ -291,7 +291,7 @@ public void setPriority(String priority) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -301,7 +301,7 @@ public String getServer() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param server set the server. */ @@ -311,7 +311,7 @@ public void setServer(String server) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -321,7 +321,7 @@ public Float getValue() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/ApiVersionDeprecated.java b/java/src/com/vmware/avi/sdk/model/ApiVersionDeprecated.java index bcf994029f..9c563c6870 100644 --- a/java/src/com/vmware/avi/sdk/model/ApiVersionDeprecated.java +++ b/java/src/com/vmware/avi/sdk/model/ApiVersionDeprecated.java @@ -42,7 +42,7 @@ public class ApiVersionDeprecated { * This is the getter method this will return the attribute value. * Api version used. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apiVersionUsed */ @@ -54,7 +54,7 @@ public String getApiVersionUsed() { * This is the setter method to the attribute. * Api version used. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apiVersionUsed set the apiVersionUsed. */ @@ -66,7 +66,7 @@ public void setApiVersionUsed(String apiVersionUsed) { * This is the getter method this will return the attribute value. * Ip address of client who sent the request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -78,7 +78,7 @@ public String getClientIp() { * This is the setter method to the attribute. * Ip address of client who sent the request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -90,7 +90,7 @@ public void setClientIp(String clientIp) { * This is the getter method this will return the attribute value. * Minimum supported api version. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minSupportedApiVersion */ @@ -102,7 +102,7 @@ public String getMinSupportedApiVersion() { * This is the setter method to the attribute. * Minimum supported api version. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minSupportedApiVersion set the minSupportedApiVersion. */ @@ -114,7 +114,7 @@ public void setMinSupportedApiVersion(String minSupportedApiVersion) { * This is the getter method this will return the attribute value. * Uri of the request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -126,7 +126,7 @@ public String getPath() { * This is the setter method to the attribute. * Uri of the request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -138,7 +138,7 @@ public void setPath(String path) { * This is the getter method this will return the attribute value. * User who sent the request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -150,7 +150,7 @@ public String getUser() { * This is the setter method to the attribute. * User who sent the request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ diff --git a/java/src/com/vmware/avi/sdk/model/AppCookiePersistenceProfile.java b/java/src/com/vmware/avi/sdk/model/AppCookiePersistenceProfile.java index 1367719545..852ad000ff 100644 --- a/java/src/com/vmware/avi/sdk/model/AppCookiePersistenceProfile.java +++ b/java/src/com/vmware/avi/sdk/model/AppCookiePersistenceProfile.java @@ -35,7 +35,7 @@ public class AppCookiePersistenceProfile { /** * This is the getter method this will return the attribute value. * Key to use for cookie encryption. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return encryptionKey */ @@ -46,7 +46,7 @@ public String getEncryptionKey() { /** * This is the setter method to the attribute. * Key to use for cookie encryption. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param encryptionKey set the encryptionKey. */ @@ -57,7 +57,7 @@ public void setEncryptionKey(String encryptionKey) { /** * This is the getter method this will return the attribute value. * Header or cookie name for application cookie persistence. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prstHdrName */ @@ -68,7 +68,7 @@ public String getPrstHdrName() { /** * This is the setter method to the attribute. * Header or cookie name for application cookie persistence. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prstHdrName set the prstHdrName. */ @@ -81,7 +81,7 @@ public void setPrstHdrName(String prstHdrName) { * The length of time after a client's connections have closed before expiring the client's persistence to a server. * Allowed values are 1-720. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return timeout */ @@ -94,7 +94,7 @@ public Integer getTimeout() { * The length of time after a client's connections have closed before expiring the client's persistence to a server. * Allowed values are 1-720. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param timeout set the timeout. */ diff --git a/java/src/com/vmware/avi/sdk/model/AppHdr.java b/java/src/com/vmware/avi/sdk/model/AppHdr.java index e1aa5b42ea..a3a898e0c0 100644 --- a/java/src/com/vmware/avi/sdk/model/AppHdr.java +++ b/java/src/com/vmware/avi/sdk/model/AppHdr.java @@ -35,7 +35,7 @@ public class AppHdr { /** * This is the getter method this will return the attribute value. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrMatchCase */ @@ -46,7 +46,7 @@ public String getHdrMatchCase() { /** * This is the setter method to the attribute. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hdrMatchCase set the hdrMatchCase. */ @@ -56,7 +56,7 @@ public void setHdrMatchCase(String hdrMatchCase) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrName */ @@ -66,7 +66,7 @@ public String getHdrName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hdrName set the hdrName. */ @@ -78,10 +78,10 @@ public void setHdrName(String hdrName) { * This is the getter method this will return the attribute value. * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), enterprise with cloud services - * edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrStringOp */ @@ -93,10 +93,10 @@ public String getHdrStringOp() { * This is the setter method to the attribute. * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), enterprise with cloud services - * edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hdrStringOp set the hdrStringOp. */ diff --git a/java/src/com/vmware/avi/sdk/model/AppInfo.java b/java/src/com/vmware/avi/sdk/model/AppInfo.java index 15926eb2c3..0fe4b0a0fb 100644 --- a/java/src/com/vmware/avi/sdk/model/AppInfo.java +++ b/java/src/com/vmware/avi/sdk/model/AppInfo.java @@ -31,7 +31,7 @@ public class AppInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appHdrName */ @@ -41,7 +41,7 @@ public String getAppHdrName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appHdrName set the appHdrName. */ @@ -51,7 +51,7 @@ public void setAppHdrName(String appHdrName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appHdrValue */ @@ -61,7 +61,7 @@ public String getAppHdrValue() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appHdrValue set the appHdrValue. */ diff --git a/java/src/com/vmware/avi/sdk/model/AppLearningConfidenceOverride.java b/java/src/com/vmware/avi/sdk/model/AppLearningConfidenceOverride.java index a1a19317f6..93912cf4ba 100644 --- a/java/src/com/vmware/avi/sdk/model/AppLearningConfidenceOverride.java +++ b/java/src/com/vmware/avi/sdk/model/AppLearningConfidenceOverride.java @@ -39,7 +39,7 @@ public class AppLearningConfidenceOverride { * This is the getter method this will return the attribute value. * Confidence threshold for label confidence_high. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9500. * @return confidHighValue */ @@ -51,7 +51,7 @@ public Integer getConfidHighValue() { * This is the setter method to the attribute. * Confidence threshold for label confidence_high. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9500. * @param confidHighValue set the confidHighValue. */ @@ -63,7 +63,7 @@ public void setConfidHighValue(Integer confidHighValue) { * This is the getter method this will return the attribute value. * Confidence threshold for label confidence_low. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 7500. * @return confidLowValue */ @@ -75,7 +75,7 @@ public Integer getConfidLowValue() { * This is the setter method to the attribute. * Confidence threshold for label confidence_low. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 7500. * @param confidLowValue set the confidLowValue. */ @@ -87,7 +87,7 @@ public void setConfidLowValue(Integer confidLowValue) { * This is the getter method this will return the attribute value. * Confidence threshold for label confidence_probable. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9000. * @return confidProbableValue */ @@ -99,7 +99,7 @@ public Integer getConfidProbableValue() { * This is the setter method to the attribute. * Confidence threshold for label confidence_probable. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9000. * @param confidProbableValue set the confidProbableValue. */ @@ -111,7 +111,7 @@ public void setConfidProbableValue(Integer confidProbableValue) { * This is the getter method this will return the attribute value. * Confidence threshold for label confidence_very_high. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9999. * @return confidVeryHighValue */ @@ -123,7 +123,7 @@ public Integer getConfidVeryHighValue() { * This is the setter method to the attribute. * Confidence threshold for label confidence_very_high. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9999. * @param confidVeryHighValue set the confidVeryHighValue. */ diff --git a/java/src/com/vmware/avi/sdk/model/AppLearningParams.java b/java/src/com/vmware/avi/sdk/model/AppLearningParams.java index d10b222b77..53a0340df4 100644 --- a/java/src/com/vmware/avi/sdk/model/AppLearningParams.java +++ b/java/src/com/vmware/avi/sdk/model/AppLearningParams.java @@ -22,7 +22,7 @@ @JsonInclude(JsonInclude.Include.NON_NULL) public class AppLearningParams { @JsonProperty("enable_learn_from_bots") - private Boolean enableLearnFromBots = true; + private Boolean enableLearnFromBots = false; @JsonProperty("enable_per_uri_learning") private Boolean enablePerUriLearning = true; @@ -58,8 +58,8 @@ public class AppLearningParams { * If this is set to true, waf will only learn from clients which match the learn_from_bots specification. * The settings learn_from_authenticated_requests and trusted_ip_groups always take precedence. * 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 true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableLearnFromBots */ public Boolean getEnableLearnFromBots() { @@ -71,8 +71,8 @@ public Boolean getEnableLearnFromBots() { * If this is set to true, waf will only learn from clients which match the learn_from_bots specification. * The settings learn_from_authenticated_requests and trusted_ip_groups always take precedence. * 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 true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableLearnFromBots set the enableLearnFromBots. */ public void setEnableLearnFromBots(Boolean enableLearnFromBots) { @@ -83,7 +83,7 @@ public void setEnableLearnFromBots(Boolean enableLearnFromBots) { * This is the getter method this will return the attribute value. * Learn the params per uri path. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enablePerUriLearning */ @@ -95,7 +95,7 @@ public Boolean getEnablePerUriLearning() { * This is the setter method to the attribute. * Learn the params per uri path. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enablePerUriLearning set the enablePerUriLearning. */ @@ -108,7 +108,7 @@ public void setEnablePerUriLearning(Boolean enablePerUriLearning) { * If true, learning will only be performed on requests from clients who have passed the authentication process configured in the virtual service's * auth profile. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return learnFromAuthenticatedClientsOnly */ @@ -121,7 +121,7 @@ public Boolean getLearnFromAuthenticatedClientsOnly() { * If true, learning will only be performed on requests from clients who have passed the authentication process configured in the virtual service's * auth profile. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param learnFromAuthenticatedClientsOnly set the learnFromAuthenticatedClientsOnly. */ @@ -134,7 +134,7 @@ public void setLearnFromAuthenticatedClientsOnly(Boolean learnFromAuthenticated * If bot detection is active for this virtual service, learning will only be performed on requests from clients within the configured bot * classification types. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return learnFromBots */ @@ -147,7 +147,7 @@ public BotDetectionMatch getLearnFromBots() { * If bot detection is active for this virtual service, learning will only be performed on requests from clients within the configured bot * classification types. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param learnFromBots set the learnFromBots. */ @@ -160,7 +160,7 @@ public void setLearnFromBots(BotDetectionMatch learnFromBots) { * Maximum number of params programmed for an application. * Allowed values are 10-1000. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return maxParams */ @@ -173,7 +173,7 @@ public Integer getMaxParams() { * Maximum number of params programmed for an application. * Allowed values are 10-1000. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param maxParams set the maxParams. */ @@ -186,7 +186,7 @@ public void setMaxParams(Integer maxParams) { * Maximum number of uri paths programmed for an application. * Allowed values are 10-10000. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 500. * @return maxUris */ @@ -199,7 +199,7 @@ public Integer getMaxUris() { * Maximum number of uri paths programmed for an application. * Allowed values are 10-10000. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 500. * @param maxUris set the maxUris. */ @@ -211,7 +211,7 @@ public void setMaxUris(Integer maxUris) { * This is the getter method this will return the attribute value. * Minimum number of occurances required for a param to qualify for learning. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return minHitsToLearn */ @@ -223,7 +223,7 @@ public Integer getMinHitsToLearn() { * This is the setter method to the attribute. * Minimum number of occurances required for a param to qualify for learning. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param minHitsToLearn set the minHitsToLearn. */ @@ -237,7 +237,7 @@ public void setMinHitsToLearn(Integer minHitsToLearn) { * Allowed values are 1-100. * Field introduced in 18.2.3. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return samplingPercent */ @@ -251,7 +251,7 @@ public Integer getSamplingPercent() { * Allowed values are 1-100. * Field introduced in 18.2.3. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param samplingPercent set the samplingPercent. */ @@ -264,7 +264,7 @@ public void setSamplingPercent(Integer samplingPercent) { * If configured, learning will only be performed on requests from client ips within the configured ip address group. * It is a reference to an object of type ipaddrgroup. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trustedIpgroupRef */ @@ -277,7 +277,7 @@ public String getTrustedIpgroupRef() { * If configured, learning will only be performed on requests from client ips within the configured ip address group. * It is a reference to an object of type ipaddrgroup. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param trustedIpgroupRef set the trustedIpgroupRef. */ @@ -291,7 +291,7 @@ public void setTrustedIpgroupRef(String trustedIpgroupRef) { * Allowed values are 1-60. * Field introduced in 18.2.3. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return updateInterval */ @@ -305,7 +305,7 @@ public Integer getUpdateInterval() { * Allowed values are 1-60. * Field introduced in 18.2.3. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param updateInterval set the updateInterval. */ diff --git a/java/src/com/vmware/avi/sdk/model/AppSignatureConfig.java b/java/src/com/vmware/avi/sdk/model/AppSignatureConfig.java index 2a79d2040e..a93c8980ff 100644 --- a/java/src/com/vmware/avi/sdk/model/AppSignatureConfig.java +++ b/java/src/com/vmware/avi/sdk/model/AppSignatureConfig.java @@ -32,9 +32,8 @@ public class AppSignatureConfig { * Allowed values are 1440-10080. * Field introduced in 20.1.4. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. - * Special default for essentials edition is 1440, basic edition is 1440, enterprise is 1440. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Special default for essentials edition is 1440, basic edition is 1440, enterprise edition is 1440. * @return appSignatureSyncInterval */ public Integer getAppSignatureSyncInterval() { @@ -47,9 +46,8 @@ public Integer getAppSignatureSyncInterval() { * Allowed values are 1440-10080. * Field introduced in 20.1.4. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. - * Special default for essentials edition is 1440, basic edition is 1440, enterprise is 1440. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Special default for essentials edition is 1440, basic edition is 1440, enterprise edition is 1440. * @param appSignatureSyncInterval set the appSignatureSyncInterval. */ public void setAppSignatureSyncInterval(Integer appSignatureSyncInterval) { diff --git a/java/src/com/vmware/avi/sdk/model/AppSignatureEventData.java b/java/src/com/vmware/avi/sdk/model/AppSignatureEventData.java index 0909abf30e..3c96defdd1 100644 --- a/java/src/com/vmware/avi/sdk/model/AppSignatureEventData.java +++ b/java/src/com/vmware/avi/sdk/model/AppSignatureEventData.java @@ -36,7 +36,7 @@ public class AppSignatureEventData { * This is the getter method this will return the attribute value. * Last successful updated time of the appsignature. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastSuccessfulUpdatedTime */ @@ -48,7 +48,7 @@ public String getLastSuccessfulUpdatedTime() { * This is the setter method to the attribute. * Last successful updated time of the appsignature. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastSuccessfulUpdatedTime set the lastSuccessfulUpdatedTime. */ @@ -60,7 +60,7 @@ public void setLastSuccessfulUpdatedTime(String lastSuccessfulUpdatedTime) { * This is the getter method this will return the attribute value. * Reason for appsignature transaction failure. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -72,7 +72,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason for appsignature transaction failure. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -84,7 +84,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Status of appsignature transaction. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -96,7 +96,7 @@ public String getStatus() { * This is the setter method to the attribute. * Status of appsignature transaction. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ diff --git a/java/src/com/vmware/avi/sdk/model/Application.java b/java/src/com/vmware/avi/sdk/model/Application.java index 2d9388f5aa..8c882f8a5e 100644 --- a/java/src/com/vmware/avi/sdk/model/Application.java +++ b/java/src/com/vmware/avi/sdk/model/Application.java @@ -43,7 +43,7 @@ public class Application extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -53,7 +53,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -63,7 +63,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -73,7 +73,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -84,7 +84,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -95,7 +95,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -122,7 +122,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -132,7 +132,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -142,7 +142,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualserviceRefs */ @@ -153,7 +153,7 @@ public List getVirtualserviceRefs() { /** * This is the setter method. this will set the virtualserviceRefs * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualserviceRefs */ @@ -164,7 +164,7 @@ public void setVirtualserviceRefs(List virtualserviceRefs) { /** * This is the setter method this will set the virtualserviceRefs * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualserviceRefs */ diff --git a/java/src/com/vmware/avi/sdk/model/ApplicationLog.java b/java/src/com/vmware/avi/sdk/model/ApplicationLog.java index b660115628..14996ac8c9 100644 --- a/java/src/com/vmware/avi/sdk/model/ApplicationLog.java +++ b/java/src/com/vmware/avi/sdk/model/ApplicationLog.java @@ -424,7 +424,7 @@ public class ApplicationLog { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return adf */ @@ -434,7 +434,7 @@ public Boolean getAdf() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param adf set the adf. */ @@ -444,7 +444,7 @@ public void setAdf(Boolean adf) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allRequestHeaders */ @@ -454,7 +454,7 @@ public String getAllRequestHeaders() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allRequestHeaders set the allRequestHeaders. */ @@ -464,7 +464,7 @@ public void setAllRequestHeaders(String allRequestHeaders) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allResponseHeaders */ @@ -474,7 +474,7 @@ public String getAllResponseHeaders() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allResponseHeaders set the allResponseHeaders. */ @@ -485,7 +485,7 @@ public void setAllResponseHeaders(String allResponseHeaders) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appResponseTime */ @@ -496,7 +496,7 @@ public Integer getAppResponseTime() { /** * This is the setter method to the attribute. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appResponseTime set the appResponseTime. */ @@ -510,7 +510,7 @@ public void setAppResponseTime(Integer appResponseTime) { * Enum options - AUTH_STATUS_NO_AUTHENTICATION, AUTH_STATUS_AUTHENTICATION_SUCCESS, AUTH_STATUS_AUTHENTICATION_FAILURE, AUTH_STATUS_UNAUTHORIZED, * AUTH_STATUS_AUTHENTICATED_REQUEST, AUTH_STATUS_AUTHZ_FAILED. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_STATUS_NO_AUTHENTICATION". * @return authStatus */ @@ -524,7 +524,7 @@ public String getAuthStatus() { * Enum options - AUTH_STATUS_NO_AUTHENTICATION, AUTH_STATUS_AUTHENTICATION_SUCCESS, AUTH_STATUS_AUTHENTICATION_FAILURE, AUTH_STATUS_UNAUTHORIZED, * AUTH_STATUS_AUTHENTICATED_REQUEST, AUTH_STATUS_AUTHZ_FAILED. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_STATUS_NO_AUTHENTICATION". * @param authStatus set the authStatus. */ @@ -536,7 +536,7 @@ public void setAuthStatus(String authStatus) { * This is the getter method this will return the attribute value. * Average packet processing latency for the backend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgIngressLatencyBe */ @@ -548,7 +548,7 @@ public Integer getAvgIngressLatencyBe() { * This is the setter method to the attribute. * Average packet processing latency for the backend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgIngressLatencyBe set the avgIngressLatencyBe. */ @@ -560,7 +560,7 @@ public void setAvgIngressLatencyBe(Integer avgIngressLatencyBe) { * This is the getter method this will return the attribute value. * Average packet processing latency for the frontend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgIngressLatencyFe */ @@ -572,7 +572,7 @@ public Integer getAvgIngressLatencyFe() { * This is the setter method to the attribute. * Average packet processing latency for the frontend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgIngressLatencyFe set the avgIngressLatencyFe. */ @@ -584,7 +584,7 @@ public void setAvgIngressLatencyFe(Integer avgIngressLatencyFe) { * This is the getter method this will return the attribute value. * Enum options - NOT_UPDATED, BY_CONTENT_REWRITE_PROFILE, BY_DATA_SCRIPT. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NOT_UPDATED". * @return bodyUpdated */ @@ -596,7 +596,7 @@ public String getBodyUpdated() { * This is the setter method to the attribute. * Enum options - NOT_UPDATED, BY_CONTENT_REWRITE_PROFILE, BY_DATA_SCRIPT. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NOT_UPDATED". * @param bodyUpdated set the bodyUpdated. */ @@ -608,7 +608,7 @@ public void setBodyUpdated(String bodyUpdated) { * This is the getter method this will return the attribute value. * Logs related to bot detection. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return botManagementLog */ @@ -620,7 +620,7 @@ public BotManagementLog getBotManagementLog() { * This is the setter method to the attribute. * Logs related to bot detection. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param botManagementLog set the botManagementLog. */ @@ -632,7 +632,7 @@ public void setBotManagementLog(BotManagementLog botManagementLog) { * This is the getter method this will return the attribute value. * Cache fetch and store is disabled by the datascript policies. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return cacheDisabledByDs */ @@ -644,7 +644,7 @@ public Boolean getCacheDisabledByDs() { * This is the setter method to the attribute. * Cache fetch and store is disabled by the datascript policies. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param cacheDisabledByDs set the cacheDisabledByDs. */ @@ -654,7 +654,7 @@ public void setCacheDisabledByDs(Boolean cacheDisabledByDs) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return cacheHit */ @@ -664,7 +664,7 @@ public Boolean getCacheHit() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param cacheHit set the cacheHit. */ @@ -674,7 +674,7 @@ public void setCacheHit(Boolean cacheHit) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return cacheable */ @@ -684,7 +684,7 @@ public Boolean getCacheable() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param cacheable set the cacheable. */ @@ -694,7 +694,7 @@ public void setCacheable(Boolean cacheable) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientBrowser */ @@ -704,7 +704,7 @@ public String getClientBrowser() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientBrowser set the clientBrowser. */ @@ -717,7 +717,7 @@ public void setClientBrowser(String clientBrowser) { * List of ciphers sent by client in tls client hello. * This field is only generated when tls handshake fails due to no shared cipher. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientCipherList */ @@ -730,7 +730,7 @@ public SSLCipherList getClientCipherList() { * List of ciphers sent by client in tls client hello. * This field is only generated when tls handshake fails due to no shared cipher. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientCipherList set the clientCipherList. */ @@ -740,7 +740,7 @@ public void setClientCipherList(SSLCipherList clientCipherList) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientDestPort */ @@ -750,7 +750,7 @@ public Integer getClientDestPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientDestPort set the clientDestPort. */ @@ -760,7 +760,7 @@ public void setClientDestPort(Integer clientDestPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientDevice */ @@ -770,7 +770,7 @@ public String getClientDevice() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientDevice set the clientDevice. */ @@ -782,7 +782,7 @@ public void setClientDevice(String clientDevice) { * This is the getter method this will return the attribute value. * The fingerprints for this client. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientFingerprints */ @@ -794,7 +794,7 @@ public ClientFingerprints getClientFingerprints() { * This is the setter method to the attribute. * The fingerprints for this client. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientFingerprints set the clientFingerprints. */ @@ -807,7 +807,7 @@ public void setClientFingerprints(ClientFingerprints clientFingerprints) { * Enum options - INSIGHTS_DISABLED, NO_INSIGHTS_NOT_SAMPLED_COUNT, NO_INSIGHTS_NOT_SAMPLED_TYPE, NO_INSIGHTS_NOT_SAMPLED_SKIP_URI, * NO_INSIGHTS_NOT_SAMPLED_URI_NOT_IN_LIST, NO_INSIGHTS_NOT_SAMPLED_CLIENT_IP_NOT_IN_RANGE, NO_INSIGHTS_NOT_SAMPLED_OTHER, ACTIVE_INSIGHTS_FAILED, * ACTIVE_INSIGHTS_ENABLED, PASSIVE_INSIGHTS_ENABLED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientInsights */ @@ -820,7 +820,7 @@ public String getClientInsights() { * Enum options - INSIGHTS_DISABLED, NO_INSIGHTS_NOT_SAMPLED_COUNT, NO_INSIGHTS_NOT_SAMPLED_TYPE, NO_INSIGHTS_NOT_SAMPLED_SKIP_URI, * NO_INSIGHTS_NOT_SAMPLED_URI_NOT_IN_LIST, NO_INSIGHTS_NOT_SAMPLED_CLIENT_IP_NOT_IN_RANGE, NO_INSIGHTS_NOT_SAMPLED_OTHER, ACTIVE_INSIGHTS_FAILED, * ACTIVE_INSIGHTS_ENABLED, PASSIVE_INSIGHTS_ENABLED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientInsights set the clientInsights. */ @@ -832,7 +832,7 @@ public void setClientInsights(String clientInsights) { * This is the getter method this will return the attribute value. * Ipv4 address of the client. * When true client ip feature is enabled, this will be derived from the header configured in the true client ip feature, if present in the request. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -844,7 +844,7 @@ public Integer getClientIp() { * This is the setter method to the attribute. * Ipv4 address of the client. * When true client ip feature is enabled, this will be derived from the header configured in the true client ip feature, if present in the request. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -856,7 +856,7 @@ public void setClientIp(Integer clientIp) { * This is the getter method this will return the attribute value. * Ipv6 address of the client. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp6 */ @@ -868,7 +868,7 @@ public String getClientIp6() { * This is the setter method to the attribute. * Ipv6 address of the client. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp6 set the clientIp6. */ @@ -878,7 +878,7 @@ public void setClientIp6(String clientIp6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientLocation */ @@ -888,7 +888,7 @@ public String getClientLocation() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientLocation set the clientLocation. */ @@ -900,7 +900,7 @@ public void setClientLocation(String clientLocation) { * This is the getter method this will return the attribute value. * Name of the client log filter applied. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientLogFilterName */ @@ -912,7 +912,7 @@ public String getClientLogFilterName() { * This is the setter method to the attribute. * Name of the client log filter applied. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientLogFilterName set the clientLogFilterName. */ @@ -922,7 +922,7 @@ public void setClientLogFilterName(String clientLogFilterName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientOs */ @@ -932,7 +932,7 @@ public String getClientOs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientOs set the clientOs. */ @@ -943,7 +943,7 @@ public void setClientOs(String clientOs) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientRtt */ @@ -954,7 +954,7 @@ public Integer getClientRtt() { /** * This is the setter method to the attribute. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientRtt set the clientRtt. */ @@ -964,7 +964,7 @@ public void setClientRtt(Integer clientRtt) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientSrcPort */ @@ -974,7 +974,7 @@ public Integer getClientSrcPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientSrcPort set the clientSrcPort. */ @@ -986,7 +986,7 @@ public void setClientSrcPort(Integer clientSrcPort) { * This is the getter method this will return the attribute value. * Enum options - NO_COMPRESSION_DISABLED, NO_COMPRESSION_GZIP_CONTENT, NO_COMPRESSION_CONTENT_TYPE, NO_COMPRESSION_CUSTOM_FILTER, * NO_COMPRESSION_AUTO_FILTER, NO_COMPRESSION_MIN_LENGTH, NO_COMPRESSION_CAN_BE_COMPRESSED, COMPRESSED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return compression */ @@ -998,7 +998,7 @@ public String getCompression() { * This is the setter method to the attribute. * Enum options - NO_COMPRESSION_DISABLED, NO_COMPRESSION_GZIP_CONTENT, NO_COMPRESSION_CONTENT_TYPE, NO_COMPRESSION_CUSTOM_FILTER, * NO_COMPRESSION_AUTO_FILTER, NO_COMPRESSION_MIN_LENGTH, NO_COMPRESSION_CAN_BE_COMPRESSED, COMPRESSED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param compression set the compression. */ @@ -1008,7 +1008,7 @@ public void setCompression(String compression) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return compressionPercentage */ @@ -1018,7 +1018,7 @@ public Integer getCompressionPercentage() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param compressionPercentage set the compressionPercentage. */ @@ -1030,7 +1030,7 @@ public void setCompressionPercentage(Integer compressionPercentage) { * This is the getter method this will return the attribute value. * Tcp connection establishment time for the backend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connEstTimeBe */ @@ -1042,7 +1042,7 @@ public Integer getConnEstTimeBe() { * This is the setter method to the attribute. * Tcp connection establishment time for the backend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connEstTimeBe set the connEstTimeBe. */ @@ -1054,7 +1054,7 @@ public void setConnEstTimeBe(Integer connEstTimeBe) { * This is the getter method this will return the attribute value. * Tcp connection establishment time for the frontend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connEstTimeFe */ @@ -1066,7 +1066,7 @@ public Integer getConnEstTimeFe() { * This is the setter method to the attribute. * Tcp connection establishment time for the frontend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connEstTimeFe set the connEstTimeFe. */ @@ -1076,7 +1076,7 @@ public void setConnEstTimeFe(Integer connEstTimeFe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connectionErrorInfo */ @@ -1086,7 +1086,7 @@ public ConnErrorInfo getConnectionErrorInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connectionErrorInfo set the connectionErrorInfo. */ @@ -1098,7 +1098,7 @@ public void setConnectionErrorInfo(ConnErrorInfo connectionErrorInfo) { * This is the getter method this will return the attribute value. * Critical error encountered during request processing. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return criticalErrorEncountered */ @@ -1110,7 +1110,7 @@ public Boolean getCriticalErrorEncountered() { * This is the setter method to the attribute. * Critical error encountered during request processing. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param criticalErrorEncountered set the criticalErrorEncountered. */ @@ -1121,7 +1121,7 @@ public void setCriticalErrorEncountered(Boolean criticalErrorEncountered) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dataTransferTime */ @@ -1132,7 +1132,7 @@ public Integer getDataTransferTime() { /** * This is the setter method to the attribute. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dataTransferTime set the dataTransferTime. */ @@ -1142,7 +1142,7 @@ public void setDataTransferTime(Integer dataTransferTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datascriptErrorTrace */ @@ -1152,7 +1152,7 @@ public DataScriptErrorTrace getDatascriptErrorTrace() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datascriptErrorTrace set the datascriptErrorTrace. */ @@ -1163,7 +1163,7 @@ public void setDatascriptErrorTrace(DataScriptErrorTrace datascriptErrorTrace) { /** * This is the getter method this will return the attribute value. * Log created by the invocations of the datascript api avi.vs.log(). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datascriptLog */ @@ -1174,7 +1174,7 @@ public String getDatascriptLog() { /** * This is the setter method to the attribute. * Log created by the invocations of the datascript api avi.vs.log(). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datascriptLog set the datascriptLog. */ @@ -1184,7 +1184,7 @@ public void setDatascriptLog(String datascriptLog) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return etag */ @@ -1194,7 +1194,7 @@ public String getEtag() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param etag set the etag. */ @@ -1206,7 +1206,7 @@ public void setEtag(String etag) { * This is the getter method this will return the attribute value. * The method called by the grpc request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return grpcMethodName */ @@ -1218,7 +1218,7 @@ public String getGrpcMethodName() { * This is the setter method to the attribute. * The method called by the grpc request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param grpcMethodName set the grpcMethodName. */ @@ -1230,7 +1230,7 @@ public void setGrpcMethodName(String grpcMethodName) { * This is the getter method this will return the attribute value. * The service called by the grpc request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return grpcServiceName */ @@ -1242,7 +1242,7 @@ public String getGrpcServiceName() { * This is the setter method to the attribute. * The service called by the grpc request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param grpcServiceName set the grpcServiceName. */ @@ -1255,7 +1255,7 @@ public void setGrpcServiceName(String grpcServiceName) { * Grpc response status sent in the grpc trailer. * Special values are -1- no grpc status recevied even though client sent content-type as application/grpc. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return grpcStatus */ @@ -1268,7 +1268,7 @@ public Integer getGrpcStatus() { * Grpc response status sent in the grpc trailer. * Special values are -1- no grpc status recevied even though client sent content-type as application/grpc. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param grpcStatus set the grpcStatus. */ @@ -1285,7 +1285,7 @@ public void setGrpcStatus(Integer grpcStatus) { * GRPC_STATUS_CODE_UNIMPLEMENTED, GRPC_STATUS_CODE_INTERNAL, GRPC_STATUS_CODE_UNAVAILABLE, GRPC_STATUS_CODE_DATA_LOSS, * GRPC_STATUS_CODE_UNAUTHENTICATED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return grpcStatusReasonPhrase */ @@ -1302,7 +1302,7 @@ public String getGrpcStatusReasonPhrase() { * GRPC_STATUS_CODE_UNIMPLEMENTED, GRPC_STATUS_CODE_INTERNAL, GRPC_STATUS_CODE_UNAVAILABLE, GRPC_STATUS_CODE_DATA_LOSS, * GRPC_STATUS_CODE_UNAUTHENTICATED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param grpcStatusReasonPhrase set the grpcStatusReasonPhrase. */ @@ -1313,7 +1313,7 @@ public void setGrpcStatusReasonPhrase(String grpcStatusReasonPhrase) { /** * This is the getter method this will return the attribute value. * Response headers received from backend server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersReceivedFromServer */ @@ -1324,7 +1324,7 @@ public String getHeadersReceivedFromServer() { /** * This is the setter method to the attribute. * Response headers received from backend server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersReceivedFromServer set the headersReceivedFromServer. */ @@ -1335,7 +1335,7 @@ public void setHeadersReceivedFromServer(String headersReceivedFromServer) { /** * This is the getter method this will return the attribute value. * Request headers sent to backend server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersSentToServer */ @@ -1346,7 +1346,7 @@ public String getHeadersSentToServer() { /** * This is the setter method to the attribute. * Request headers sent to backend server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersSentToServer set the headersSentToServer. */ @@ -1356,7 +1356,7 @@ public void setHeadersSentToServer(String headersSentToServer) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -1366,7 +1366,7 @@ public String getHost() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -1378,7 +1378,7 @@ public void setHost(String host) { * This is the getter method this will return the attribute value. * Stream identifier corresponding to an http2 request. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return http2StreamId */ @@ -1390,7 +1390,7 @@ public Integer getHttp2StreamId() { * This is the setter method to the attribute. * Stream identifier corresponding to an http2 request. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param http2StreamId set the http2StreamId. */ @@ -1400,7 +1400,7 @@ public void setHttp2StreamId(Integer http2StreamId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpRequestPolicyRuleName */ @@ -1410,7 +1410,7 @@ public String getHttpRequestPolicyRuleName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpRequestPolicyRuleName set the httpRequestPolicyRuleName. */ @@ -1420,7 +1420,7 @@ public void setHttpRequestPolicyRuleName(String httpRequestPolicyRuleName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponsePolicyRuleName */ @@ -1430,7 +1430,7 @@ public String getHttpResponsePolicyRuleName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpResponsePolicyRuleName set the httpResponsePolicyRuleName. */ @@ -1440,7 +1440,7 @@ public void setHttpResponsePolicyRuleName(String httpResponsePolicyRuleName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpSecurityPolicyRuleName */ @@ -1450,7 +1450,7 @@ public String getHttpSecurityPolicyRuleName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpSecurityPolicyRuleName set the httpSecurityPolicyRuleName. */ @@ -1460,7 +1460,7 @@ public void setHttpSecurityPolicyRuleName(String httpSecurityPolicyRuleName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpVersion */ @@ -1470,7 +1470,7 @@ public String getHttpVersion() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpVersion set the httpVersion. */ @@ -1482,7 +1482,7 @@ public void setHttpVersion(String httpVersion) { * This is the getter method this will return the attribute value. * Log for the icap processing. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapLog */ @@ -1494,7 +1494,7 @@ public IcapLog getIcapLog() { * This is the setter method to the attribute. * Log for the icap processing. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapLog set the icapLog. */ @@ -1506,7 +1506,7 @@ public void setIcapLog(IcapLog icapLog) { * This is the getter method this will return the attribute value. * Logs for the jwt validation process. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwtLog */ @@ -1518,7 +1518,7 @@ public JwtLog getJwtLog() { * This is the setter method to the attribute. * Logs for the jwt validation process. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwtLog set the jwtLog. */ @@ -1528,7 +1528,7 @@ public void setJwtLog(JwtLog jwtLog) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return logId */ @@ -1538,7 +1538,7 @@ public Integer getLogId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param logId set the logId. */ @@ -1550,7 +1550,7 @@ public void setLogId(Integer logId) { * This is the getter method this will return the attribute value. * Maximum packet processing latency for the backend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxIngressLatencyBe */ @@ -1562,7 +1562,7 @@ public Integer getMaxIngressLatencyBe() { * This is the setter method to the attribute. * Maximum packet processing latency for the backend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxIngressLatencyBe set the maxIngressLatencyBe. */ @@ -1574,7 +1574,7 @@ public void setMaxIngressLatencyBe(Integer maxIngressLatencyBe) { * This is the getter method this will return the attribute value. * Maximum packet processing latency for the frontend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxIngressLatencyFe */ @@ -1586,7 +1586,7 @@ public Integer getMaxIngressLatencyFe() { * This is the setter method to the attribute. * Maximum packet processing latency for the frontend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxIngressLatencyFe set the maxIngressLatencyFe. */ @@ -1596,7 +1596,7 @@ public void setMaxIngressLatencyFe(Integer maxIngressLatencyFe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -1606,7 +1606,7 @@ public String getMethod() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -1616,7 +1616,7 @@ public void setMethod(String method) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return microservice */ @@ -1626,7 +1626,7 @@ public String getMicroservice() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param microservice set the microservice. */ @@ -1636,7 +1636,7 @@ public void setMicroservice(String microservice) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return microserviceName */ @@ -1646,7 +1646,7 @@ public String getMicroserviceName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param microserviceName set the microserviceName. */ @@ -1656,7 +1656,7 @@ public void setMicroserviceName(String microserviceName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkSecurityPolicyRuleName */ @@ -1666,7 +1666,7 @@ public String getNetworkSecurityPolicyRuleName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkSecurityPolicyRuleName set the networkSecurityPolicyRuleName. */ @@ -1678,7 +1678,7 @@ public void setNetworkSecurityPolicyRuleName(String networkSecurityPolicyRuleNa * This is the getter method this will return the attribute value. * Ntlm auto-detection logs. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntlmLog */ @@ -1690,7 +1690,7 @@ public NtlmLog getNtlmLog() { * This is the setter method to the attribute. * Ntlm auto-detection logs. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ntlmLog set the ntlmLog. */ @@ -1702,7 +1702,7 @@ public void setNtlmLog(NtlmLog ntlmLog) { * This is the getter method this will return the attribute value. * Logs related to oauth requests. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthLog */ @@ -1714,7 +1714,7 @@ public OauthLog getOauthLog() { * This is the setter method to the attribute. * Logs related to oauth requests. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oauthLog set the oauthLog. */ @@ -1726,7 +1726,7 @@ public void setOauthLog(OauthLog oauthLog) { * This is the getter method this will return the attribute value. * Ocsp certificate status response sent in the ssl/tls connection handshake. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ocspStatusRespSent */ @@ -1738,7 +1738,7 @@ public Boolean getOcspStatusRespSent() { * This is the setter method to the attribute. * Ocsp certificate status response sent in the ssl/tls connection handshake. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ocspStatusRespSent set the ocspStatusRespSent. */ @@ -1750,7 +1750,7 @@ public void setOcspStatusRespSent(Boolean ocspStatusRespSent) { * This is the getter method this will return the attribute value. * Logs for http out-of-band requests. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oobLog */ @@ -1762,7 +1762,7 @@ public OutOfBandRequestLog getOobLog() { * This is the setter method to the attribute. * Logs for http out-of-band requests. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oobLog set the oobLog. */ @@ -1775,7 +1775,7 @@ public void setOobLog(OutOfBandRequestLog oobLog) { * The actual client request uri sent before normalization. * Only included if it differs from the normalized uri. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return origUri */ @@ -1788,7 +1788,7 @@ public String getOrigUri() { * The actual client request uri sent before normalization. * Only included if it differs from the normalized uri. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param origUri set the origUri. */ @@ -1800,7 +1800,7 @@ public void setOrigUri(String origUri) { * This is the getter method this will return the attribute value. * Logs for the pingaccess authentication process. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paaLog */ @@ -1812,7 +1812,7 @@ public PaaLog getPaaLog() { * This is the setter method to the attribute. * Logs for the pingaccess authentication process. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param paaLog set the paaLog. */ @@ -1822,7 +1822,7 @@ public void setPaaLog(PaaLog paaLog) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return persistenceUsed */ @@ -1832,7 +1832,7 @@ public Boolean getPersistenceUsed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param persistenceUsed set the persistenceUsed. */ @@ -1842,7 +1842,7 @@ public void setPersistenceUsed(Boolean persistenceUsed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return persistentSessionId */ @@ -1852,7 +1852,7 @@ public Integer getPersistentSessionId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param persistentSessionId set the persistentSessionId. */ @@ -1862,7 +1862,7 @@ public void setPersistentSessionId(Integer persistentSessionId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pool */ @@ -1872,7 +1872,7 @@ public String getPool() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pool set the pool. */ @@ -1882,7 +1882,7 @@ public void setPool(String pool) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -1892,7 +1892,7 @@ public String getPoolName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -1902,7 +1902,7 @@ public void setPoolName(String poolName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirectedUri */ @@ -1912,7 +1912,7 @@ public String getRedirectedUri() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param redirectedUri set the redirectedUri. */ @@ -1922,7 +1922,7 @@ public void setRedirectedUri(String redirectedUri) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return referer */ @@ -1932,7 +1932,7 @@ public String getReferer() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param referer set the referer. */ @@ -1942,7 +1942,7 @@ public void setReferer(String referer) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reportTimestamp */ @@ -1952,7 +1952,7 @@ public Integer getReportTimestamp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reportTimestamp set the reportTimestamp. */ @@ -1962,7 +1962,7 @@ public void setReportTimestamp(Integer reportTimestamp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestContentType */ @@ -1972,7 +1972,7 @@ public String getRequestContentType() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestContentType set the requestContentType. */ @@ -1982,7 +1982,7 @@ public void setRequestContentType(String requestContentType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestHeaders */ @@ -1992,7 +1992,7 @@ public Integer getRequestHeaders() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestHeaders set the requestHeaders. */ @@ -2004,7 +2004,7 @@ public void setRequestHeaders(Integer requestHeaders) { * This is the getter method this will return the attribute value. * Unique http request id. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestId */ @@ -2016,7 +2016,7 @@ public String getRequestId() { * This is the setter method to the attribute. * Unique http request id. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestId set the requestId. */ @@ -2027,7 +2027,7 @@ public void setRequestId(String requestId) { /** * This is the getter method this will return the attribute value. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLength */ @@ -2038,7 +2038,7 @@ public Integer getRequestLength() { /** * This is the setter method to the attribute. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestLength set the requestLength. */ @@ -2050,7 +2050,7 @@ public void setRequestLength(Integer requestLength) { * This is the getter method this will return the attribute value. * Flag to indicate if request was served locally because the remote site was down. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return requestServedLocallyRemoteSiteDown */ @@ -2062,7 +2062,7 @@ public Boolean getRequestServedLocallyRemoteSiteDown() { * This is the setter method to the attribute. * Flag to indicate if request was served locally because the remote site was down. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param requestServedLocallyRemoteSiteDown set the requestServedLocallyRemoteSiteDown. */ @@ -2080,7 +2080,7 @@ public void setRequestServedLocallyRemoteSiteDown(Boolean requestServedLocallyR * AVI_HTTP_REQUEST_STATE_READ_CLIENT_PIPELINE_REQ_LINE, AVI_HTTP_REQUEST_STATE_SSL_HANDSHAKE_TO_UPSTREAM, * AVI_HTTP_REQUEST_STATE_WAITING_IN_CONNPOOL_CACHE, AVI_HTTP_REQUEST_STATE_SEND_RESPONSE_HEADER_TO_CLIENT, * AVI_HTTP_REQUEST_STATE_SEND_RESPONSE_BODY_TO_CLIENT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestState */ @@ -2098,7 +2098,7 @@ public String getRequestState() { * AVI_HTTP_REQUEST_STATE_READ_CLIENT_PIPELINE_REQ_LINE, AVI_HTTP_REQUEST_STATE_SSL_HANDSHAKE_TO_UPSTREAM, * AVI_HTTP_REQUEST_STATE_WAITING_IN_CONNPOOL_CACHE, AVI_HTTP_REQUEST_STATE_SEND_RESPONSE_HEADER_TO_CLIENT, * AVI_HTTP_REQUEST_STATE_SEND_RESPONSE_BODY_TO_CLIENT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestState set the requestState. */ @@ -2108,7 +2108,7 @@ public void setRequestState(String requestState) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseCode */ @@ -2118,7 +2118,7 @@ public Integer getResponseCode() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseCode set the responseCode. */ @@ -2128,7 +2128,7 @@ public void setResponseCode(Integer responseCode) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseContentType */ @@ -2138,7 +2138,7 @@ public String getResponseContentType() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseContentType set the responseContentType. */ @@ -2148,7 +2148,7 @@ public void setResponseContentType(String responseContentType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseHeaders */ @@ -2158,7 +2158,7 @@ public Integer getResponseHeaders() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseHeaders set the responseHeaders. */ @@ -2169,7 +2169,7 @@ public void setResponseHeaders(Integer responseHeaders) { /** * This is the getter method this will return the attribute value. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseLength */ @@ -2180,7 +2180,7 @@ public Integer getResponseLength() { /** * This is the setter method to the attribute. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseLength set the responseLength. */ @@ -2191,7 +2191,7 @@ public void setResponseLength(Integer responseLength) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseTimeFirstByte */ @@ -2202,7 +2202,7 @@ public Integer getResponseTimeFirstByte() { /** * This is the setter method to the attribute. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseTimeFirstByte set the responseTimeFirstByte. */ @@ -2213,7 +2213,7 @@ public void setResponseTimeFirstByte(Integer responseTimeFirstByte) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseTimeLastByte */ @@ -2224,7 +2224,7 @@ public Integer getResponseTimeLastByte() { /** * This is the setter method to the attribute. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseTimeLastByte set the responseTimeLastByte. */ @@ -2234,7 +2234,7 @@ public void setResponseTimeLastByte(Integer responseTimeLastByte) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rewrittenUriPath */ @@ -2244,7 +2244,7 @@ public String getRewrittenUriPath() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rewrittenUriPath set the rewrittenUriPath. */ @@ -2254,7 +2254,7 @@ public void setRewrittenUriPath(String rewrittenUriPath) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rewrittenUriQuery */ @@ -2264,7 +2264,7 @@ public String getRewrittenUriQuery() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rewrittenUriQuery set the rewrittenUriQuery. */ @@ -2276,7 +2276,7 @@ public void setRewrittenUriQuery(String rewrittenUriQuery) { * This is the getter method this will return the attribute value. * Saml authentication request is generated. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return samlAuthRequestGenerated */ @@ -2288,7 +2288,7 @@ public Boolean getSamlAuthRequestGenerated() { * This is the setter method to the attribute. * Saml authentication request is generated. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param samlAuthRequestGenerated set the samlAuthRequestGenerated. */ @@ -2300,7 +2300,7 @@ public void setSamlAuthRequestGenerated(Boolean samlAuthRequestGenerated) { * This is the getter method this will return the attribute value. * Saml authentication response is received. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return samlAuthResponseReceived */ @@ -2312,7 +2312,7 @@ public Boolean getSamlAuthResponseReceived() { * This is the setter method to the attribute. * Saml authentication response is received. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param samlAuthResponseReceived set the samlAuthResponseReceived. */ @@ -2324,7 +2324,7 @@ public void setSamlAuthResponseReceived(Boolean samlAuthResponseReceived) { * This is the getter method this will return the attribute value. * Saml authentication session id. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthSessionId */ @@ -2336,7 +2336,7 @@ public Integer getSamlAuthSessionId() { * This is the setter method to the attribute. * Saml authentication session id. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthSessionId set the samlAuthSessionId. */ @@ -2348,7 +2348,7 @@ public void setSamlAuthSessionId(Integer samlAuthSessionId) { * This is the getter method this will return the attribute value. * Saml authentication is used. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return samlAuthenticationUsed */ @@ -2360,7 +2360,7 @@ public Boolean getSamlAuthenticationUsed() { * This is the setter method to the attribute. * Saml authentication is used. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param samlAuthenticationUsed set the samlAuthenticationUsed. */ @@ -2372,7 +2372,7 @@ public void setSamlAuthenticationUsed(Boolean samlAuthenticationUsed) { * This is the getter method this will return the attribute value. * Logs for the saml authentication/authorization process. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlLog */ @@ -2384,7 +2384,7 @@ public SamlLog getSamlLog() { * This is the setter method to the attribute. * Logs for the saml authentication/authorization process. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlLog set the samlLog. */ @@ -2396,7 +2396,7 @@ public void setSamlLog(SamlLog samlLog) { * This is the getter method this will return the attribute value. * Saml authentication session cookie is valid. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return samlSessionCookieValid */ @@ -2408,7 +2408,7 @@ public Boolean getSamlSessionCookieValid() { * This is the setter method to the attribute. * Saml authentication session cookie is valid. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param samlSessionCookieValid set the samlSessionCookieValid. */ @@ -2418,7 +2418,7 @@ public void setSamlSessionCookieValid(Boolean samlSessionCookieValid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverConnSrcIp */ @@ -2428,7 +2428,7 @@ public Integer getServerConnSrcIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverConnSrcIp set the serverConnSrcIp. */ @@ -2440,7 +2440,7 @@ public void setServerConnSrcIp(Integer serverConnSrcIp) { * This is the getter method this will return the attribute value. * Ipv6 address used to connect to server. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverConnSrcIp6 */ @@ -2452,7 +2452,7 @@ public String getServerConnSrcIp6() { * This is the setter method to the attribute. * Ipv6 address used to connect to server. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverConnSrcIp6 set the serverConnSrcIp6. */ @@ -2463,7 +2463,7 @@ public void setServerConnSrcIp6(String serverConnSrcIp6) { /** * This is the getter method this will return the attribute value. * Flag to indicate if connection from the connection pool was reused. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return serverConnectionReused */ @@ -2474,7 +2474,7 @@ public Boolean getServerConnectionReused() { /** * This is the setter method to the attribute. * Flag to indicate if connection from the connection pool was reused. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param serverConnectionReused set the serverConnectionReused. */ @@ -2484,7 +2484,7 @@ public void setServerConnectionReused(Boolean serverConnectionReused) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverDestPort */ @@ -2494,7 +2494,7 @@ public Integer getServerDestPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverDestPort set the serverDestPort. */ @@ -2504,7 +2504,7 @@ public void setServerDestPort(Integer serverDestPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ @@ -2514,7 +2514,7 @@ public Integer getServerIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp set the serverIp. */ @@ -2526,7 +2526,7 @@ public void setServerIp(Integer serverIp) { * This is the getter method this will return the attribute value. * Ipv6 address of the server. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp6 */ @@ -2538,7 +2538,7 @@ public String getServerIp6() { * This is the setter method to the attribute. * Ipv6 address of the server. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp6 set the serverIp6. */ @@ -2548,7 +2548,7 @@ public void setServerIp6(String serverIp6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverName */ @@ -2558,7 +2558,7 @@ public String getServerName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverName set the serverName. */ @@ -2570,7 +2570,7 @@ public void setServerName(String serverName) { * This is the getter method this will return the attribute value. * Request which initiates server push. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverPushInitiated */ @@ -2582,7 +2582,7 @@ public Boolean getServerPushInitiated() { * This is the setter method to the attribute. * Request which initiates server push. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverPushInitiated set the serverPushInitiated. */ @@ -2594,7 +2594,7 @@ public void setServerPushInitiated(Boolean serverPushInitiated) { * This is the getter method this will return the attribute value. * Requests served via server push. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverPushedRequest */ @@ -2606,7 +2606,7 @@ public Boolean getServerPushedRequest() { * This is the setter method to the attribute. * Requests served via server push. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverPushedRequest set the serverPushedRequest. */ @@ -2616,7 +2616,7 @@ public void setServerPushedRequest(Boolean serverPushedRequest) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverResponseCode */ @@ -2626,7 +2626,7 @@ public Integer getServerResponseCode() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverResponseCode set the serverResponseCode. */ @@ -2637,7 +2637,7 @@ public void setServerResponseCode(Integer serverResponseCode) { /** * This is the getter method this will return the attribute value. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverResponseLength */ @@ -2648,7 +2648,7 @@ public Integer getServerResponseLength() { /** * This is the setter method to the attribute. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverResponseLength set the serverResponseLength. */ @@ -2659,7 +2659,7 @@ public void setServerResponseLength(Integer serverResponseLength) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverResponseTimeFirstByte */ @@ -2670,7 +2670,7 @@ public Integer getServerResponseTimeFirstByte() { /** * This is the setter method to the attribute. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverResponseTimeFirstByte set the serverResponseTimeFirstByte. */ @@ -2681,7 +2681,7 @@ public void setServerResponseTimeFirstByte(Integer serverResponseTimeFirstByte) /** * This is the getter method this will return the attribute value. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverResponseTimeLastByte */ @@ -2692,7 +2692,7 @@ public Integer getServerResponseTimeLastByte() { /** * This is the setter method to the attribute. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverResponseTimeLastByte set the serverResponseTimeLastByte. */ @@ -2703,7 +2703,7 @@ public void setServerResponseTimeLastByte(Integer serverResponseTimeLastByte) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverRtt */ @@ -2714,7 +2714,7 @@ public Integer getServerRtt() { /** * This is the setter method to the attribute. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverRtt set the serverRtt. */ @@ -2724,7 +2724,7 @@ public void setServerRtt(Integer serverRtt) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverSideRedirectUri */ @@ -2734,7 +2734,7 @@ public String getServerSideRedirectUri() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverSideRedirectUri set the serverSideRedirectUri. */ @@ -2744,7 +2744,7 @@ public void setServerSideRedirectUri(String serverSideRedirectUri) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverSrcPort */ @@ -2754,7 +2754,7 @@ public Integer getServerSrcPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverSrcPort set the serverSrcPort. */ @@ -2765,7 +2765,7 @@ public void setServerSrcPort(Integer serverSrcPort) { /** * This is the getter method this will return the attribute value. * Ssl session id for the backend connection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverSslSessionId */ @@ -2776,7 +2776,7 @@ public String getServerSslSessionId() { /** * This is the setter method to the attribute. * Ssl session id for the backend connection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverSslSessionId set the serverSslSessionId. */ @@ -2787,7 +2787,7 @@ public void setServerSslSessionId(String serverSslSessionId) { /** * This is the getter method this will return the attribute value. * Flag to indicate if ssl session was reused. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return serverSslSessionReused */ @@ -2798,7 +2798,7 @@ public Boolean getServerSslSessionReused() { /** * This is the setter method to the attribute. * Flag to indicate if ssl session was reused. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param serverSslSessionReused set the serverSslSessionReused. */ @@ -2810,7 +2810,7 @@ public void setServerSslSessionReused(Boolean serverSslSessionReused) { * This is the getter method this will return the attribute value. * Number of servers tried during server reselect before the response is sent back. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return serversTried */ @@ -2822,7 +2822,7 @@ public Integer getServersTried() { * This is the setter method to the attribute. * Number of servers tried during server reselect before the response is sent back. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param serversTried set the serversTried. */ @@ -2832,7 +2832,7 @@ public void setServersTried(Integer serversTried) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceEngine */ @@ -2842,7 +2842,7 @@ public String getServiceEngine() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceEngine set the serviceEngine. */ @@ -2852,9 +2852,10 @@ public void setServiceEngine(String serviceEngine) { /** * This is the getter method this will return the attribute value. - * Field set by datascript using avi.vs.set_session_id(). + * If the http session module is enabled for the virtual service, this field will contain the session id created by the module. + * Later calls to the datascript function avi.vs.set_session_id() overwrite the value of this field with the value supplied in the function call. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sessionId */ @@ -2864,9 +2865,10 @@ public String getSessionId() { /** * This is the setter method to the attribute. - * Field set by datascript using avi.vs.set_session_id(). + * If the http session module is enabled for the virtual service, this field will contain the session id created by the module. + * Later calls to the datascript function avi.vs.set_session_id() overwrite the value of this field with the value supplied in the function call. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sessionId set the sessionId. */ @@ -2876,7 +2878,7 @@ public void setSessionId(String sessionId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return significance */ @@ -2886,7 +2888,7 @@ public String getSignificance() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param significance set the significance. */ @@ -2896,7 +2898,7 @@ public void setSignificance(String significance) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return significant */ @@ -2906,7 +2908,7 @@ public Integer getSignificant() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param significant set the significant. */ @@ -2922,7 +2924,7 @@ public void setSignificant(Integer significant) { * ADF_SCTP_SERVER_CONN_SETUP_TIMEDOUT, ADF_SCTP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, * ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, * ADF_CLIENT_SSL_HANDSHAKE_FAILURE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return significantLog */ @@ -2939,7 +2941,7 @@ public List getSignificantLog() { * ADF_SCTP_SERVER_CONN_SETUP_TIMEDOUT, ADF_SCTP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, * ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, * ADF_CLIENT_SSL_HANDSHAKE_FAILURE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return significantLog */ @@ -2956,7 +2958,7 @@ public void setSignificantLog(List significantLog) { * ADF_SCTP_SERVER_CONN_SETUP_TIMEDOUT, ADF_SCTP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, * ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, * ADF_CLIENT_SSL_HANDSHAKE_FAILURE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return significantLog */ @@ -2971,7 +2973,7 @@ public ApplicationLog addSignificantLogItem(String significantLogItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sniHostname */ @@ -2982,7 +2984,7 @@ public String getSniHostname() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sniHostname set the sniHostname. */ @@ -2995,7 +2997,7 @@ public void setSniHostname(String sniHostname) { * Source ip of the client connection to the vs. * This can be different from client ip when true client ip feature is enabled. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourceIp */ @@ -3008,7 +3010,7 @@ public Integer getSourceIp() { * Source ip of the client connection to the vs. * This can be different from client ip when true client ip feature is enabled. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourceIp set the sourceIp. */ @@ -3021,7 +3023,7 @@ public void setSourceIp(Integer sourceIp) { * Ipv6 address of the source of the client connection to the vs. * This can be different from client ipv6 address when true client ip feature is enabled. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourceIp6 */ @@ -3034,7 +3036,7 @@ public String getSourceIp6() { * Ipv6 address of the source of the client connection to the vs. * This can be different from client ipv6 address when true client ip feature is enabled. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourceIp6 set the sourceIp6. */ @@ -3044,7 +3046,7 @@ public void setSourceIp6(String sourceIp6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spdyVersion */ @@ -3054,7 +3056,7 @@ public String getSpdyVersion() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param spdyVersion set the spdyVersion. */ @@ -3064,7 +3066,7 @@ public void setSpdyVersion(String spdyVersion) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslCipher */ @@ -3074,7 +3076,7 @@ public String getSslCipher() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslCipher set the sslCipher. */ @@ -3084,7 +3086,7 @@ public void setSslCipher(String sslCipher) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslSessionId */ @@ -3094,7 +3096,7 @@ public String getSslSessionId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslSessionId set the sslSessionId. */ @@ -3104,7 +3106,7 @@ public void setSslSessionId(String sslSessionId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslVersion */ @@ -3114,7 +3116,7 @@ public String getSslVersion() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslVersion set the sslVersion. */ @@ -3125,7 +3127,7 @@ public void setSslVersion(String sslVersion) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalTime */ @@ -3136,7 +3138,7 @@ public Integer getTotalTime() { /** * This is the setter method to the attribute. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalTime set the totalTime. */ @@ -3146,7 +3148,7 @@ public void setTotalTime(Integer totalTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return udf */ @@ -3156,7 +3158,7 @@ public Boolean getUdf() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param udf set the udf. */ @@ -3166,7 +3168,7 @@ public void setUdf(Boolean udf) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriPath */ @@ -3176,7 +3178,7 @@ public String getUriPath() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriPath set the uriPath. */ @@ -3186,7 +3188,7 @@ public void setUriPath(String uriPath) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriQuery */ @@ -3196,7 +3198,7 @@ public String getUriQuery() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriQuery set the uriQuery. */ @@ -3206,7 +3208,7 @@ public void setUriQuery(String uriQuery) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAgent */ @@ -3216,7 +3218,7 @@ public String getUserAgent() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userAgent set the userAgent. */ @@ -3226,7 +3228,7 @@ public void setUserAgent(String userAgent) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userId */ @@ -3236,7 +3238,7 @@ public String getUserId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userId set the userId. */ @@ -3246,7 +3248,7 @@ public void setUserId(String userId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcpuId */ @@ -3256,7 +3258,7 @@ public Integer getVcpuId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcpuId set the vcpuId. */ @@ -3268,7 +3270,7 @@ public void setVcpuId(Integer vcpuId) { * This is the getter method this will return the attribute value. * Evh rule matching the request. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhMatchRule */ @@ -3280,7 +3282,7 @@ public String getVhMatchRule() { * This is the setter method to the attribute. * Evh rule matching the request. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vhMatchRule set the vhMatchRule. */ @@ -3290,7 +3292,7 @@ public void setVhMatchRule(String vhMatchRule) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualservice */ @@ -3300,7 +3302,7 @@ public String getVirtualservice() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualservice set the virtualservice. */ @@ -3311,7 +3313,7 @@ public void setVirtualservice(String virtualservice) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsIp */ @@ -3322,7 +3324,7 @@ public Integer getVsIp() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsIp set the vsIp. */ @@ -3334,7 +3336,7 @@ public void setVsIp(Integer vsIp) { * This is the getter method this will return the attribute value. * Virtual ipv6 address of the vs. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsIp6 */ @@ -3346,7 +3348,7 @@ public String getVsIp6() { * This is the setter method to the attribute. * Virtual ipv6 address of the vs. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsIp6 set the vsIp6. */ @@ -3358,7 +3360,7 @@ public void setVsIp6(String vsIp6) { * This is the getter method this will return the attribute value. * Presence of waf_log indicates that atleast 1 waf rule was hit for the transaction. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafLog */ @@ -3370,7 +3372,7 @@ public WafLog getWafLog() { * This is the setter method to the attribute. * Presence of waf_log indicates that atleast 1 waf rule was hit for the transaction. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param wafLog set the wafLog. */ @@ -3380,7 +3382,7 @@ public void setWafLog(WafLog wafLog) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return xff */ @@ -3390,7 +3392,7 @@ public String getXff() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param xff set the xff. */ diff --git a/java/src/com/vmware/avi/sdk/model/ApplicationPersistenceProfile.java b/java/src/com/vmware/avi/sdk/model/ApplicationPersistenceProfile.java index b67b3bc905..d5b232b46d 100644 --- a/java/src/com/vmware/avi/sdk/model/ApplicationPersistenceProfile.java +++ b/java/src/com/vmware/avi/sdk/model/ApplicationPersistenceProfile.java @@ -27,6 +27,9 @@ public class ApplicationPersistenceProfile extends AviRestResource { @JsonProperty("description") private String description; + @JsonProperty("diameter_app_persistence_profile") + private DiameterAVPPersistenceProfile diameterAppPersistenceProfile; + @JsonProperty("hdr_persistence_profile") private HdrPersistenceProfile hdrPersistenceProfile; @@ -65,7 +68,7 @@ public class ApplicationPersistenceProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Specifies the application cookie persistence profile parameters. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appCookiePersistenceProfile */ @@ -76,7 +79,7 @@ public AppCookiePersistenceProfile getAppCookiePersistenceProfile() { /** * This is the setter method to the attribute. * Specifies the application cookie persistence profile parameters. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appCookiePersistenceProfile set the appCookiePersistenceProfile. */ @@ -86,7 +89,7 @@ public void setAppCookiePersistenceProfile(AppCookiePersistenceProfile appCookie /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -96,7 +99,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -104,10 +107,34 @@ public void setDescription(String description) { this.description = description; } + /** + * This is the getter method this will return the attribute value. + * Specifies the diameter persistence profile parameters. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return diameterAppPersistenceProfile + */ + public DiameterAVPPersistenceProfile getDiameterAppPersistenceProfile() { + return diameterAppPersistenceProfile; + } + + /** + * This is the setter method to the attribute. + * Specifies the diameter persistence profile parameters. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param diameterAppPersistenceProfile set the diameterAppPersistenceProfile. + */ + public void setDiameterAppPersistenceProfile(DiameterAVPPersistenceProfile diameterAppPersistenceProfile) { + this.diameterAppPersistenceProfile = diameterAppPersistenceProfile; + } + /** * This is the getter method this will return the attribute value. * Specifies the custom http header persistence profile parameters. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrPersistenceProfile */ @@ -118,7 +145,7 @@ public HdrPersistenceProfile getHdrPersistenceProfile() { /** * This is the setter method to the attribute. * Specifies the custom http header persistence profile parameters. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hdrPersistenceProfile set the hdrPersistenceProfile. */ @@ -129,7 +156,7 @@ public void setHdrPersistenceProfile(HdrPersistenceProfile hdrPersistenceProfile /** * This is the getter method this will return the attribute value. * Specifies the http cookie persistence profile parameters. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpCookiePersistenceProfile */ @@ -140,7 +167,7 @@ public HttpCookiePersistenceProfile getHttpCookiePersistenceProfile() { /** * This is the setter method to the attribute. * Specifies the http cookie persistence profile parameters. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpCookiePersistenceProfile set the httpCookiePersistenceProfile. */ @@ -151,7 +178,7 @@ public void setHttpCookiePersistenceProfile(HttpCookiePersistenceProfile httpCoo /** * This is the getter method this will return the attribute value. * Specifies the client ip persistence profile parameters. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipPersistenceProfile */ @@ -162,7 +189,7 @@ public IPPersistenceProfile getIpPersistenceProfile() { /** * This is the setter method to the attribute. * Specifies the client ip persistence profile parameters. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipPersistenceProfile set the ipPersistenceProfile. */ @@ -176,7 +203,7 @@ public void setIpPersistenceProfile(IPPersistenceProfile ipPersistenceProfile) { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isFederated */ @@ -190,7 +217,7 @@ public Boolean getIsFederated() { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isFederated set the isFederated. */ @@ -201,8 +228,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -214,8 +240,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -227,8 +252,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -243,7 +267,7 @@ public ApplicationPersistenceProfile addMarkersItem(RoleFilterMatchLabel markers /** * This is the getter method this will return the attribute value. * A user-friendly name for the persistence profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -254,7 +278,7 @@ public String getName() { /** * This is the setter method to the attribute. * A user-friendly name for the persistence profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -266,10 +290,10 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Method used to persist clients to the same server for a duration of time or a session. * Enum options - PERSISTENCE_TYPE_CLIENT_IP_ADDRESS, PERSISTENCE_TYPE_HTTP_COOKIE, PERSISTENCE_TYPE_TLS, PERSISTENCE_TYPE_CLIENT_IPV6_ADDRESS, - * PERSISTENCE_TYPE_CUSTOM_HTTP_HEADER, PERSISTENCE_TYPE_APP_COOKIE, PERSISTENCE_TYPE_GSLB_SITE. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * persistence_type_client_ip_address,persistence_type_http_cookie), basic edition(allowed values- - * persistence_type_client_ip_address,persistence_type_http_cookie), enterprise with cloud services edition. + * PERSISTENCE_TYPE_CUSTOM_HTTP_HEADER, PERSISTENCE_TYPE_APP_COOKIE, PERSISTENCE_TYPE_GSLB_SITE, PERSISTENCE_TYPE_APP_DIAMETER. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- persistence_type_client_ip_address,persistence_type_http_cookie), basic (allowed values- + * persistence_type_client_ip_address,persistence_type_http_cookie) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PERSISTENCE_TYPE_CLIENT_IP_ADDRESS". * @return persistenceType */ @@ -281,10 +305,10 @@ public String getPersistenceType() { * This is the setter method to the attribute. * Method used to persist clients to the same server for a duration of time or a session. * Enum options - PERSISTENCE_TYPE_CLIENT_IP_ADDRESS, PERSISTENCE_TYPE_HTTP_COOKIE, PERSISTENCE_TYPE_TLS, PERSISTENCE_TYPE_CLIENT_IPV6_ADDRESS, - * PERSISTENCE_TYPE_CUSTOM_HTTP_HEADER, PERSISTENCE_TYPE_APP_COOKIE, PERSISTENCE_TYPE_GSLB_SITE. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * persistence_type_client_ip_address,persistence_type_http_cookie), basic edition(allowed values- - * persistence_type_client_ip_address,persistence_type_http_cookie), enterprise with cloud services edition. + * PERSISTENCE_TYPE_CUSTOM_HTTP_HEADER, PERSISTENCE_TYPE_APP_COOKIE, PERSISTENCE_TYPE_GSLB_SITE, PERSISTENCE_TYPE_APP_DIAMETER. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- persistence_type_client_ip_address,persistence_type_http_cookie), basic (allowed values- + * persistence_type_client_ip_address,persistence_type_http_cookie) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PERSISTENCE_TYPE_CLIENT_IP_ADDRESS". * @param persistenceType set the persistenceType. */ @@ -296,8 +320,8 @@ public void setPersistenceType(String persistenceType) { * This is the getter method this will return the attribute value. * Specifies behavior when a persistent server has been marked down by a health monitor. * Enum options - HM_DOWN_PICK_NEW_SERVER, HM_DOWN_ABORT_CONNECTION, HM_DOWN_CONTINUE_PERSISTENT_SERVER. - * Allowed in enterprise edition with any value, essentials edition(allowed values- hm_down_pick_new_server), basic edition(allowed values- - * hm_down_pick_new_server), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- hm_down_pick_new_server), basic (allowed values- hm_down_pick_new_server) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HM_DOWN_PICK_NEW_SERVER". * @return serverHmDownRecovery */ @@ -309,8 +333,8 @@ public String getServerHmDownRecovery() { * This is the setter method to the attribute. * Specifies behavior when a persistent server has been marked down by a health monitor. * Enum options - HM_DOWN_PICK_NEW_SERVER, HM_DOWN_ABORT_CONNECTION, HM_DOWN_CONTINUE_PERSISTENT_SERVER. - * Allowed in enterprise edition with any value, essentials edition(allowed values- hm_down_pick_new_server), basic edition(allowed values- - * hm_down_pick_new_server), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- hm_down_pick_new_server), basic (allowed values- hm_down_pick_new_server) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HM_DOWN_PICK_NEW_SERVER". * @param serverHmDownRecovery set the serverHmDownRecovery. */ @@ -321,7 +345,7 @@ public void setServerHmDownRecovery(String serverHmDownRecovery) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -332,7 +356,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -360,7 +384,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the persistence profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -371,7 +395,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the persistence profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -400,7 +424,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.markers, objApplicationPersistenceProfile.markers)&& Objects.equals(this.isFederated, objApplicationPersistenceProfile.isFederated)&& Objects.equals(this.description, objApplicationPersistenceProfile.description)&& - Objects.equals(this.tenantRef, objApplicationPersistenceProfile.tenantRef); + Objects.equals(this.tenantRef, objApplicationPersistenceProfile.tenantRef)&& + Objects.equals(this.diameterAppPersistenceProfile, objApplicationPersistenceProfile.diameterAppPersistenceProfile); } @Override @@ -409,6 +434,7 @@ public String toString() { sb.append("class ApplicationPersistenceProfile {\n"); sb.append(" appCookiePersistenceProfile: ").append(toIndentedString(appCookiePersistenceProfile)).append("\n"); sb.append(" description: ").append(toIndentedString(description)).append("\n"); + sb.append(" diameterAppPersistenceProfile: ").append(toIndentedString(diameterAppPersistenceProfile)).append("\n"); sb.append(" hdrPersistenceProfile: ").append(toIndentedString(hdrPersistenceProfile)).append("\n"); sb.append(" httpCookiePersistenceProfile: ").append(toIndentedString(httpCookiePersistenceProfile)).append("\n"); sb.append(" ipPersistenceProfile: ").append(toIndentedString(ipPersistenceProfile)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/ApplicationProfile.java b/java/src/com/vmware/avi/sdk/model/ApplicationProfile.java index b688b95f2c..fb13c1df73 100644 --- a/java/src/com/vmware/avi/sdk/model/ApplicationProfile.java +++ b/java/src/com/vmware/avi/sdk/model/ApplicationProfile.java @@ -33,6 +33,9 @@ public class ApplicationProfile extends AviRestResource { @JsonProperty("description") private String description; + @JsonProperty("diameter_service_profile") + private DiameterServiceApplicationProfile diameterServiceProfile; + @JsonProperty("dns_service_profile") private DnsServiceApplicationProfile dnsServiceProfile; @@ -85,7 +88,7 @@ public class ApplicationProfile extends AviRestResource { * Specifies app service type for an application. * Enum options - APP_SERVICE_TYPE_L7_HORIZON, APP_SERVICE_TYPE_L4_BLAST, APP_SERVICE_TYPE_L4_PCOIP, APP_SERVICE_TYPE_L4_FTP. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appServiceType */ @@ -98,7 +101,7 @@ public String getAppServiceType() { * Specifies app service type for an application. * Enum options - APP_SERVICE_TYPE_L7_HORIZON, APP_SERVICE_TYPE_L4_BLAST, APP_SERVICE_TYPE_L4_PCOIP, APP_SERVICE_TYPE_L4_FTP. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appServiceType set the appServiceType. */ @@ -111,7 +114,7 @@ public void setAppServiceType(String appServiceType) { * Checksum of application profiles. * Internally set by cloud connector. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConfigCksum */ @@ -124,7 +127,7 @@ public String getCloudConfigCksum() { * Checksum of application profiles. * Internally set by cloud connector. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConfigCksum set the cloudConfigCksum. */ @@ -136,7 +139,7 @@ public void setCloudConfigCksum(String cloudConfigCksum) { * This is the getter method this will return the attribute value. * Name of the application profile creator. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -148,7 +151,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Name of the application profile creator. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -158,7 +161,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -168,7 +171,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -176,10 +179,34 @@ public void setDescription(String description) { this.description = description; } + /** + * This is the getter method this will return the attribute value. + * Specifies various diameter service related controls for virtual service. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return diameterServiceProfile + */ + public DiameterServiceApplicationProfile getDiameterServiceProfile() { + return diameterServiceProfile; + } + + /** + * This is the setter method to the attribute. + * Specifies various diameter service related controls for virtual service. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param diameterServiceProfile set the diameterServiceProfile. + */ + public void setDiameterServiceProfile(DiameterServiceApplicationProfile diameterServiceProfile) { + this.diameterServiceProfile = diameterServiceProfile; + } + /** * This is the getter method this will return the attribute value. * Specifies various dns service related controls for virtual service. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsServiceProfile */ @@ -190,7 +217,7 @@ public DnsServiceApplicationProfile getDnsServiceProfile() { /** * This is the setter method to the attribute. * Specifies various dns service related controls for virtual service. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsServiceProfile set the dnsServiceProfile. */ @@ -201,7 +228,7 @@ public void setDnsServiceProfile(DnsServiceApplicationProfile dnsServiceProfile) /** * This is the getter method this will return the attribute value. * Specifies various security related controls for virtual service. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dosRlProfile */ @@ -212,7 +239,7 @@ public DosRateLimitProfile getDosRlProfile() { /** * This is the setter method to the attribute. * Specifies various security related controls for virtual service. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dosRlProfile set the dosRlProfile. */ @@ -223,7 +250,7 @@ public void setDosRlProfile(DosRateLimitProfile dosRlProfile) { /** * This is the getter method this will return the attribute value. * Specifies the http application proxy profile parameters. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpProfile */ @@ -234,7 +261,7 @@ public HTTPApplicationProfile getHttpProfile() { /** * This is the setter method to the attribute. * Specifies the http application proxy profile parameters. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpProfile set the httpProfile. */ @@ -246,7 +273,7 @@ public void setHttpProfile(HTTPApplicationProfile httpProfile) { * This is the getter method this will return the attribute value. * Specifies various l4 ssl service related controls for virtual service. * Field introduced in 22.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return l4SslProfile */ @@ -258,7 +285,7 @@ public L4SSLApplicationProfile getL4SslProfile() { * This is the setter method to the attribute. * Specifies various l4 ssl service related controls for virtual service. * Field introduced in 22.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param l4SslProfile set the l4SslProfile. */ @@ -269,8 +296,7 @@ public void setL4SslProfile(L4SSLApplicationProfile l4SslProfile) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -282,8 +308,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -295,8 +320,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -311,7 +335,7 @@ public ApplicationProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * The name of the application profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -322,7 +346,7 @@ public String getName() { /** * This is the setter method to the attribute. * The name of the application profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -334,7 +358,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Specifies if client ip needs to be preserved for backend connection. * Not compatible with connection multiplexing. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return preserveClientIp */ @@ -346,7 +370,7 @@ public Boolean getPreserveClientIp() { * This is the setter method to the attribute. * Specifies if client ip needs to be preserved for backend connection. * Not compatible with connection multiplexing. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param preserveClientIp set the preserveClientIp. */ @@ -358,7 +382,7 @@ public void setPreserveClientIp(Boolean preserveClientIp) { * This is the getter method this will return the attribute value. * Specifies if we need to preserve client port while preserving client ip for backend connections. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return preserveClientPort */ @@ -370,7 +394,7 @@ public Boolean getPreserveClientPort() { * This is the setter method to the attribute. * Specifies if we need to preserve client port while preserving client ip for backend connections. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param preserveClientPort set the preserveClientPort. */ @@ -382,8 +406,8 @@ public void setPreserveClientPort(Boolean preserveClientPort) { * This is the getter method this will return the attribute value. * Specifies if destination ip and port needs to be preserved for backend connection. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return preserveDestIpPort */ @@ -395,8 +419,8 @@ public Boolean getPreserveDestIpPort() { * This is the setter method to the attribute. * Specifies if destination ip and port needs to be preserved for backend connection. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param preserveDestIpPort set the preserveDestIpPort. */ @@ -408,7 +432,7 @@ public void setPreserveDestIpPort(Boolean preserveDestIpPort) { * This is the getter method this will return the attribute value. * Specifies various sip service related controls for virtual service. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipServiceProfile */ @@ -420,7 +444,7 @@ public SipServiceApplicationProfile getSipServiceProfile() { * This is the setter method to the attribute. * Specifies various sip service related controls for virtual service. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sipServiceProfile set the sipServiceProfile. */ @@ -431,7 +455,7 @@ public void setSipServiceProfile(SipServiceApplicationProfile sipServiceProfile) /** * This is the getter method this will return the attribute value. * Specifies the tcp application proxy profile parameters. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpAppProfile */ @@ -442,7 +466,7 @@ public TCPApplicationProfile getTcpAppProfile() { /** * This is the setter method to the attribute. * Specifies the tcp application proxy profile parameters. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpAppProfile set the tcpAppProfile. */ @@ -453,7 +477,7 @@ public void setTcpAppProfile(TCPApplicationProfile tcpAppProfile) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -464,7 +488,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -476,9 +500,10 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Specifies which application layer proxy is enabled for the virtual service. * Enum options - APPLICATION_PROFILE_TYPE_L4, APPLICATION_PROFILE_TYPE_HTTP, APPLICATION_PROFILE_TYPE_SYSLOG, APPLICATION_PROFILE_TYPE_DNS, - * APPLICATION_PROFILE_TYPE_SSL, APPLICATION_PROFILE_TYPE_SIP. - * Allowed in enterprise edition with any value, essentials edition(allowed values- application_profile_type_l4), basic edition(allowed values- - * application_profile_type_l4,application_profile_type_http), enterprise with cloud services edition. + * APPLICATION_PROFILE_TYPE_SSL, APPLICATION_PROFILE_TYPE_SIP, APPLICATION_PROFILE_TYPE_DIAMETER. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- application_profile_type_l4), basic (allowed values- + * application_profile_type_l4,application_profile_type_http) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -490,9 +515,10 @@ public String getType() { * This is the setter method to the attribute. * Specifies which application layer proxy is enabled for the virtual service. * Enum options - APPLICATION_PROFILE_TYPE_L4, APPLICATION_PROFILE_TYPE_HTTP, APPLICATION_PROFILE_TYPE_SYSLOG, APPLICATION_PROFILE_TYPE_DNS, - * APPLICATION_PROFILE_TYPE_SSL, APPLICATION_PROFILE_TYPE_SIP. - * Allowed in enterprise edition with any value, essentials edition(allowed values- application_profile_type_l4), basic edition(allowed values- - * application_profile_type_l4,application_profile_type_http), enterprise with cloud services edition. + * APPLICATION_PROFILE_TYPE_SSL, APPLICATION_PROFILE_TYPE_SIP, APPLICATION_PROFILE_TYPE_DIAMETER. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- application_profile_type_l4), basic (allowed values- + * application_profile_type_l4,application_profile_type_http) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -520,7 +546,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the application profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -531,7 +557,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the application profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -564,6 +590,7 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.preserveDestIpPort, objApplicationProfile.preserveDestIpPort)&& Objects.equals(this.markers, objApplicationProfile.markers)&& Objects.equals(this.l4SslProfile, objApplicationProfile.l4SslProfile)&& + Objects.equals(this.diameterServiceProfile, objApplicationProfile.diameterServiceProfile)&& Objects.equals(this.description, objApplicationProfile.description)&& Objects.equals(this.tenantRef, objApplicationProfile.tenantRef)&& Objects.equals(this.appServiceType, objApplicationProfile.appServiceType); @@ -577,6 +604,7 @@ public String toString() { sb.append(" cloudConfigCksum: ").append(toIndentedString(cloudConfigCksum)).append("\n"); sb.append(" createdBy: ").append(toIndentedString(createdBy)).append("\n"); sb.append(" description: ").append(toIndentedString(description)).append("\n"); + sb.append(" diameterServiceProfile: ").append(toIndentedString(diameterServiceProfile)).append("\n"); sb.append(" dnsServiceProfile: ").append(toIndentedString(dnsServiceProfile)).append("\n"); sb.append(" dosRlProfile: ").append(toIndentedString(dosRlProfile)).append("\n"); sb.append(" httpProfile: ").append(toIndentedString(httpProfile)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/ApplyLogRecommendations.java b/java/src/com/vmware/avi/sdk/model/ApplyLogRecommendations.java deleted file mode 100644 index a2c1078925..0000000000 --- a/java/src/com/vmware/avi/sdk/model/ApplyLogRecommendations.java +++ /dev/null @@ -1,103 +0,0 @@ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache License 2.0 - */ - -package com.vmware.avi.sdk.model; - -import java.util.*; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; - -/** - * The ApplyLogRecommendations is a POJO class extends AviRestResource that used for creating - * ApplyLogRecommendations. - * - * @version 1.0 - * @since - * - */ -@JsonIgnoreProperties(ignoreUnknown = true) -@JsonInclude(JsonInclude.Include.NON_NULL) -public class ApplyLogRecommendations { - @JsonProperty("actions") - private List actions; - - - /** - * This is the getter method this will return the attribute value. - * Describe the actions we want to perform. - * Field introduced in 21.1.3. - * Minimum of 1 items required. - * 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. - * @return actions - */ - public List getActions() { - return actions; - } - - /** - * This is the setter method. this will set the actions - * Describe the actions we want to perform. - * Field introduced in 21.1.3. - * Minimum of 1 items required. - * 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. - * @return actions - */ - public void setActions(List actions) { - this.actions = actions; - } - - /** - * This is the setter method this will set the actions - * Describe the actions we want to perform. - * Field introduced in 21.1.3. - * Minimum of 1 items required. - * 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. - * @return actions - */ - public ApplyLogRecommendations addActionsItem(Action actionsItem) { - if (this.actions == null) { - this.actions = new ArrayList(); - } - this.actions.add(actionsItem); - return this; - } - - - @Override - public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - ApplyLogRecommendations objApplyLogRecommendations = (ApplyLogRecommendations) o; - return Objects.equals(this.actions, objApplyLogRecommendations.actions); - } - - @Override - public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class ApplyLogRecommendations {\n"); - sb.append(" actions: ").append(toIndentedString(actions)).append("\n"); - sb.append("}"); - return sb.toString(); - } - - /** - * Convert the given object to string with each line indented by 4 spaces - * (except the first line). - */ - private String toIndentedString(java.lang.Object o) { - if (o == null) { - return "null"; - } - return o.toString().replace("\n", "\n "); - } -} diff --git a/java/src/com/vmware/avi/sdk/model/ArpTableFilter.java b/java/src/com/vmware/avi/sdk/model/ArpTableFilter.java index 08dbd70584..041007ca5c 100644 --- a/java/src/com/vmware/avi/sdk/model/ArpTableFilter.java +++ b/java/src/com/vmware/avi/sdk/model/ArpTableFilter.java @@ -29,7 +29,7 @@ public class ArpTableFilter { /** * This is the getter method this will return the attribute value. * Ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -40,7 +40,7 @@ public IpAddr getIpAddress() { /** * This is the setter method to the attribute. * Ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddress set the ipAddress. */ diff --git a/java/src/com/vmware/avi/sdk/model/AsyncPatchState.java b/java/src/com/vmware/avi/sdk/model/AsyncPatchState.java index ee9be670bb..592b62e08c 100644 --- a/java/src/com/vmware/avi/sdk/model/AsyncPatchState.java +++ b/java/src/com/vmware/avi/sdk/model/AsyncPatchState.java @@ -60,7 +60,7 @@ public class AsyncPatchState { * This is the getter method this will return the attribute value. * Error message if request failed. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -72,7 +72,7 @@ public String getErrorMessage() { * This is the setter method to the attribute. * Error message if request failed. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -84,7 +84,7 @@ public void setErrorMessage(String errorMessage) { * This is the getter method this will return the attribute value. * Error status code if request failed. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorStatusCode */ @@ -96,7 +96,7 @@ public Integer getErrorStatusCode() { * This is the setter method to the attribute. * Error status code if request failed. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorStatusCode set the errorStatusCode. */ @@ -108,7 +108,7 @@ public void setErrorStatusCode(Integer errorStatusCode) { * This is the getter method this will return the attribute value. * Merged patch id. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mergedPatchId */ @@ -120,7 +120,7 @@ public Integer getMergedPatchId() { * This is the setter method to the attribute. * Merged patch id. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mergedPatchId set the mergedPatchId. */ @@ -132,7 +132,7 @@ public void setMergedPatchId(Integer mergedPatchId) { * This is the getter method this will return the attribute value. * List of patch ids. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchIds */ @@ -144,7 +144,7 @@ public String getPatchIds() { * This is the setter method to the attribute. * List of patch ids. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchIds set the patchIds. */ @@ -156,7 +156,7 @@ public void setPatchIds(String patchIds) { * This is the getter method this will return the attribute value. * Api path. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -168,7 +168,7 @@ public String getPath() { * This is the setter method to the attribute. * Api path. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -180,7 +180,7 @@ public void setPath(String path) { * This is the getter method this will return the attribute value. * Request data. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestData */ @@ -192,7 +192,7 @@ public String getRequestData() { * This is the setter method to the attribute. * Request data. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestData set the requestData. */ @@ -204,7 +204,7 @@ public void setRequestData(String requestData) { * This is the getter method this will return the attribute value. * Async patch queue data for which status is updated. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceData */ @@ -216,7 +216,7 @@ public String getResourceData() { * This is the setter method to the attribute. * Async patch queue data for which status is updated. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceData set the resourceData. */ @@ -228,7 +228,7 @@ public void setResourceData(String resourceData) { * This is the getter method this will return the attribute value. * Name of the resource. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceName */ @@ -240,7 +240,7 @@ public String getResourceName() { * This is the setter method to the attribute. * Name of the resource. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceName set the resourceName. */ @@ -252,7 +252,7 @@ public void setResourceName(String resourceName) { * This is the getter method this will return the attribute value. * Config type of the resource. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceType */ @@ -264,7 +264,7 @@ public String getResourceType() { * This is the setter method to the attribute. * Config type of the resource. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceType set the resourceType. */ @@ -276,7 +276,7 @@ public void setResourceType(String resourceType) { * This is the getter method this will return the attribute value. * Status of async patch. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -288,7 +288,7 @@ public String getStatus() { * This is the setter method to the attribute. * Status of async patch. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -300,7 +300,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Request user. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -312,7 +312,7 @@ public String getUser() { * This is the setter method to the attribute. * Request user. * Field introduced in 22.1.6,30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ diff --git a/java/src/com/vmware/avi/sdk/model/AttachIpStatusEventDetails.java b/java/src/com/vmware/avi/sdk/model/AttachIpStatusEventDetails.java index 5325f86fd6..995cd4ba3b 100644 --- a/java/src/com/vmware/avi/sdk/model/AttachIpStatusEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/AttachIpStatusEventDetails.java @@ -39,7 +39,7 @@ public class AttachIpStatusEventDetails { * This is the getter method this will return the attribute value. * Reason if attach ip failed. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -51,7 +51,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason if attach ip failed. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -63,7 +63,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Name of the service engine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -75,7 +75,7 @@ public String getSeName() { * This is the setter method to the attribute. * Name of the service engine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -87,7 +87,7 @@ public void setSeName(String seName) { * This is the getter method this will return the attribute value. * Vip id. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -99,7 +99,7 @@ public String getVipId() { * This is the setter method to the attribute. * Vip id. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -111,7 +111,7 @@ public void setVipId(String vipId) { * This is the getter method this will return the attribute value. * Name of the virtual service. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -123,7 +123,7 @@ public String getVsName() { * This is the setter method to the attribute. * Name of the virtual service. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ diff --git a/java/src/com/vmware/avi/sdk/model/AttackDnsAmplification.java b/java/src/com/vmware/avi/sdk/model/AttackDnsAmplification.java index 1d1c69b5ac..cc71af9ef3 100644 --- a/java/src/com/vmware/avi/sdk/model/AttackDnsAmplification.java +++ b/java/src/com/vmware/avi/sdk/model/AttackDnsAmplification.java @@ -36,7 +36,7 @@ public class AttackDnsAmplification { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recordType */ @@ -51,7 +51,7 @@ public String getRecordType() { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param recordType set the recordType. */ @@ -63,7 +63,7 @@ public void setRecordType(String recordType) { * This is the getter method this will return the attribute value. * The source port for the dns query. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcPort */ @@ -75,7 +75,7 @@ public Integer getSrcPort() { * This is the setter method to the attribute. * The source port for the dns query. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcPort set the srcPort. */ diff --git a/java/src/com/vmware/avi/sdk/model/AttackMetaData.java b/java/src/com/vmware/avi/sdk/model/AttackMetaData.java index 86db86f5d2..17e3401736 100644 --- a/java/src/com/vmware/avi/sdk/model/AttackMetaData.java +++ b/java/src/com/vmware/avi/sdk/model/AttackMetaData.java @@ -39,7 +39,7 @@ public class AttackMetaData { * This is the getter method this will return the attribute value. * Dns amplification attack record. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return amplification */ @@ -51,7 +51,7 @@ public AttackDnsAmplification getAmplification() { * This is the setter method to the attribute. * Dns amplification attack record. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param amplification set the amplification. */ @@ -61,7 +61,7 @@ public void setAmplification(AttackDnsAmplification amplification) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -71,7 +71,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -81,7 +81,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxRespTime */ @@ -91,7 +91,7 @@ public Integer getMaxRespTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxRespTime set the maxRespTime. */ @@ -100,7 +100,7 @@ public void setMaxRespTime(Integer maxRespTime) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return url */ @@ -110,7 +110,7 @@ public String getUrl() { /** * This is the setter method. this will set the url - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return url */ diff --git a/java/src/com/vmware/avi/sdk/model/AttackMitigationAction.java b/java/src/com/vmware/avi/sdk/model/AttackMitigationAction.java index 545e6443b3..558624a20c 100644 --- a/java/src/com/vmware/avi/sdk/model/AttackMitigationAction.java +++ b/java/src/com/vmware/avi/sdk/model/AttackMitigationAction.java @@ -30,7 +30,7 @@ public class AttackMitigationAction { * This is the getter method this will return the attribute value. * Deny the attack packets further processing and drop them. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return deny */ @@ -42,7 +42,7 @@ public Boolean getDeny() { * This is the setter method to the attribute. * Deny the attack packets further processing and drop them. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param deny set the deny. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuditComplianceEventInfo.java b/java/src/com/vmware/avi/sdk/model/AuditComplianceEventInfo.java index fe607b00d3..003786cab4 100644 --- a/java/src/com/vmware/avi/sdk/model/AuditComplianceEventInfo.java +++ b/java/src/com/vmware/avi/sdk/model/AuditComplianceEventInfo.java @@ -75,7 +75,7 @@ public class AuditComplianceEventInfo { * This is the getter method this will return the attribute value. * Cluster uuid used for controller event. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterUuid */ @@ -87,7 +87,7 @@ public String getClusterUuid() { * This is the setter method to the attribute. * Cluster uuid used for controller event. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterUuid set the clusterUuid. */ @@ -99,7 +99,7 @@ public void setClusterUuid(String clusterUuid) { * This is the getter method this will return the attribute value. * Name of core archive. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return coreArchive */ @@ -111,7 +111,7 @@ public String getCoreArchive() { * This is the setter method to the attribute. * Name of core archive. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param coreArchive set the coreArchive. */ @@ -123,7 +123,7 @@ public void setCoreArchive(String coreArchive) { * This is the getter method this will return the attribute value. * Detailed report of the audit event. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return detailedReason */ @@ -135,7 +135,7 @@ public String getDetailedReason() { * This is the setter method to the attribute. * Detailed report of the audit event. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param detailedReason set the detailedReason. */ @@ -147,7 +147,7 @@ public void setDetailedReason(String detailedReason) { * This is the getter method this will return the attribute value. * Set the flag if event is generated by se. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventGeneratedBySe */ @@ -159,7 +159,7 @@ public Boolean getEventGeneratedBySe() { * This is the setter method to the attribute. * Set the flag if event is generated by se. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventGeneratedBySe set the eventGeneratedBySe. */ @@ -171,7 +171,7 @@ public void setEventGeneratedBySe(Boolean eventGeneratedBySe) { * This is the getter method this will return the attribute value. * Fingerprint extracted from the stacktrace. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fingerprint */ @@ -183,7 +183,7 @@ public String getFingerprint() { * This is the setter method to the attribute. * Fingerprint extracted from the stacktrace. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fingerprint set the fingerprint. */ @@ -196,7 +196,7 @@ public void setFingerprint(String fingerprint) { * Information identifying physical location for audit event (e.g. * Santa clara (usa), bengaluru (india)). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -209,7 +209,7 @@ public String getLocation() { * Information identifying physical location for audit event (e.g. * Santa clara (usa), bengaluru (india)). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -221,7 +221,7 @@ public void setLocation(String location) { * This is the getter method this will return the attribute value. * Node on which crash is generated. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return node */ @@ -233,7 +233,7 @@ public String getNode() { * This is the setter method to the attribute. * Node on which crash is generated. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param node set the node. */ @@ -245,7 +245,7 @@ public void setNode(String node) { * This is the getter method this will return the attribute value. * Patch version of node. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchVersion */ @@ -257,7 +257,7 @@ public String getPatchVersion() { * This is the setter method to the attribute. * Patch version of node. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchVersion set the patchVersion. */ @@ -269,7 +269,7 @@ public void setPatchVersion(String patchVersion) { * This is the getter method this will return the attribute value. * Crashed core process name. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return processName */ @@ -281,7 +281,7 @@ public String getProcessName() { * This is the setter method to the attribute. * Crashed core process name. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param processName set the processName. */ @@ -294,7 +294,7 @@ public void setProcessName(String processName) { * Protocol used for communication to the external entity. * Enum options - SSH1_0, AVI_TLS1_2, HTTPS1_0, HTTP_PLAIN_TEXT, HTTPS_INSECURE, SSH2_0. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -307,7 +307,7 @@ public String getProtocol() { * Protocol used for communication to the external entity. * Enum options - SSH1_0, AVI_TLS1_2, HTTPS1_0, HTTP_PLAIN_TEXT, HTTPS_INSECURE, SSH2_0. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -320,7 +320,7 @@ public void setProtocol(String protocol) { * Summarized failure of the transaction (e.g. * Invalid request, expired certificate). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return result */ @@ -333,7 +333,7 @@ public String getResult() { * Summarized failure of the transaction (e.g. * Invalid request, expired certificate). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param result set the result. */ @@ -345,7 +345,7 @@ public void setResult(String result) { * This is the getter method this will return the attribute value. * Service engine uuid used for service engine event. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -357,7 +357,7 @@ public String getSeUuid() { * This is the setter method to the attribute. * Service engine uuid used for service engine event. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ @@ -369,7 +369,7 @@ public void setSeUuid(String seUuid) { * Subjects of audit event. * Field introduced in 20.1.3. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjects */ @@ -382,7 +382,7 @@ public List getSubjects() { * Subjects of audit event. * Field introduced in 20.1.3. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjects */ @@ -395,7 +395,7 @@ public void setSubjects(List subjects) { * Subjects of audit event. * Field introduced in 20.1.3. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjects */ @@ -415,7 +415,7 @@ public AuditComplianceEventInfo addSubjectsItem(ACSubjectInfo subjectsItem) { * AUDIT_SECURE_KEY_EXCHANGE_BAD_FIELD_VALUE, AUDIT_SECURE_KEY_EXCHANGE_INVALID_AUTHORIZATION, AUDIT_SECURE_KEY_EXCHANGE_INTERNAL_ERROR, * AUDIT_SECURE_KEY_EXCHANGE_CERTIFICATE_VERIFY_ERROR, AUDIT_SECURE_KEY_EXCHANGE_RESPONSE_ERROR. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -431,7 +431,7 @@ public String getType() { * AUDIT_SECURE_KEY_EXCHANGE_BAD_FIELD_VALUE, AUDIT_SECURE_KEY_EXCHANGE_INVALID_AUTHORIZATION, AUDIT_SECURE_KEY_EXCHANGE_INTERNAL_ERROR, * AUDIT_SECURE_KEY_EXCHANGE_CERTIFICATE_VERIFY_ERROR, AUDIT_SECURE_KEY_EXCHANGE_RESPONSE_ERROR. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -443,7 +443,7 @@ public void setType(String type) { * List of users (username etc) related to the audit event. * Field introduced in 20.1.3. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userIdentities */ @@ -456,7 +456,7 @@ public List getUserIdentities() { * List of users (username etc) related to the audit event. * Field introduced in 20.1.3. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userIdentities */ @@ -469,7 +469,7 @@ public void setUserIdentities(List userIdentities) { * List of users (username etc) related to the audit event. * Field introduced in 20.1.3. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userIdentities */ @@ -485,7 +485,7 @@ public AuditComplianceEventInfo addUserIdentitiesItem(ACUserIdentity userIdentit * This is the getter method this will return the attribute value. * Version tag of node. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -497,7 +497,7 @@ public String getVersion() { * This is the setter method to the attribute. * Version tag of node. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthAttributeMatch.java b/java/src/com/vmware/avi/sdk/model/AuthAttributeMatch.java index 8fddc4da8d..f289ae4af6 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthAttributeMatch.java +++ b/java/src/com/vmware/avi/sdk/model/AuthAttributeMatch.java @@ -33,7 +33,7 @@ public class AuthAttributeMatch { * This is the getter method this will return the attribute value. * Attribute name whose values will be looked up in the access lists. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attributeName */ @@ -45,7 +45,7 @@ public String getAttributeName() { * This is the setter method to the attribute. * Attribute name whose values will be looked up in the access lists. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attributeName set the attributeName. */ @@ -57,7 +57,7 @@ public void setAttributeName(String attributeName) { * This is the getter method this will return the attribute value. * Attribute values used to determine access when authentication applies. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attributeValueList */ @@ -69,7 +69,7 @@ public StringMatch getAttributeValueList() { * This is the setter method to the attribute. * Attribute values used to determine access when authentication applies. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attributeValueList set the attributeValueList. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthMappingProfile.java b/java/src/com/vmware/avi/sdk/model/AuthMappingProfile.java index a56a1d3e53..3b7a1cef2b 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthMappingProfile.java +++ b/java/src/com/vmware/avi/sdk/model/AuthMappingProfile.java @@ -48,7 +48,7 @@ public class AuthMappingProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Description for the authmappingprofile. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -60,7 +60,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description for the authmappingprofile. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -72,7 +72,7 @@ public void setDescription(String description) { * Rules list for tenant or role mapping. * Field introduced in 22.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappingRules */ @@ -85,7 +85,7 @@ public List getMappingRules() { * Rules list for tenant or role mapping. * Field introduced in 22.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappingRules */ @@ -98,7 +98,7 @@ public void setMappingRules(List mappingRules) { * Rules list for tenant or role mapping. * Field introduced in 22.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappingRules */ @@ -114,7 +114,7 @@ public AuthMappingProfile addMappingRulesItem(AuthMappingRule mappingRulesItem) * This is the getter method this will return the attribute value. * Name of the authmappingprofile. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -126,7 +126,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the authmappingprofile. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -139,7 +139,7 @@ public void setName(String name) { * Tenant ref for the auth mapping profile. * It is a reference to an object of type tenant. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -152,7 +152,7 @@ public String getTenantRef() { * Tenant ref for the auth mapping profile. * It is a reference to an object of type tenant. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -165,7 +165,7 @@ public void setTenantRef(String tenantRef) { * Type of the auth profile for which these rules can be linked. * Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -178,7 +178,7 @@ public String getType() { * Type of the auth profile for which these rules can be linked. * Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -207,7 +207,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the authmappingprofile. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -219,7 +219,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the authmappingprofile. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthMappingRule.java b/java/src/com/vmware/avi/sdk/model/AuthMappingRule.java index 2b792d7427..a143cda364 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthMappingRule.java +++ b/java/src/com/vmware/avi/sdk/model/AuthMappingRule.java @@ -77,7 +77,7 @@ public class AuthMappingRule { * Enum options - ASSIGN_ALL, ASSIGN_FROM_SELECT_LIST, ASSIGN_MATCHING_GROUP_NAME, ASSIGN_MATCHING_ATTRIBUTE_VALUE, ASSIGN_MATCHING_GROUP_REGEX, * ASSIGN_MATCHING_ATTRIBUTE_REGEX, ASSIGN_CONFIG_CONTAINS_ATTRIBUTE_VALUE. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return assignPolicy */ @@ -91,7 +91,7 @@ public String getAssignPolicy() { * Enum options - ASSIGN_ALL, ASSIGN_FROM_SELECT_LIST, ASSIGN_MATCHING_GROUP_NAME, ASSIGN_MATCHING_ATTRIBUTE_VALUE, ASSIGN_MATCHING_GROUP_REGEX, * ASSIGN_MATCHING_ATTRIBUTE_REGEX, ASSIGN_CONFIG_CONTAINS_ATTRIBUTE_VALUE. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param assignPolicy set the assignPolicy. */ @@ -103,7 +103,7 @@ public void setAssignPolicy(String assignPolicy) { * This is the getter method this will return the attribute value. * Enum options - ASSIGN_ALL, ASSIGN_FROM_SELECT_LIST, ASSIGN_MATCHING_GROUP_NAME, ASSIGN_MATCHING_ATTRIBUTE_VALUE, ASSIGN_MATCHING_GROUP_REGEX, * ASSIGN_MATCHING_ATTRIBUTE_REGEX, ASSIGN_CONFIG_CONTAINS_ATTRIBUTE_VALUE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return assignRole */ @@ -115,7 +115,7 @@ public String getAssignRole() { * This is the setter method to the attribute. * Enum options - ASSIGN_ALL, ASSIGN_FROM_SELECT_LIST, ASSIGN_MATCHING_GROUP_NAME, ASSIGN_MATCHING_ATTRIBUTE_VALUE, ASSIGN_MATCHING_GROUP_REGEX, * ASSIGN_MATCHING_ATTRIBUTE_REGEX, ASSIGN_CONFIG_CONTAINS_ATTRIBUTE_VALUE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param assignRole set the assignRole. */ @@ -127,7 +127,7 @@ public void setAssignRole(String assignRole) { * This is the getter method this will return the attribute value. * Enum options - ASSIGN_ALL, ASSIGN_FROM_SELECT_LIST, ASSIGN_MATCHING_GROUP_NAME, ASSIGN_MATCHING_ATTRIBUTE_VALUE, ASSIGN_MATCHING_GROUP_REGEX, * ASSIGN_MATCHING_ATTRIBUTE_REGEX, ASSIGN_CONFIG_CONTAINS_ATTRIBUTE_VALUE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return assignTenant */ @@ -139,7 +139,7 @@ public String getAssignTenant() { * This is the setter method to the attribute. * Enum options - ASSIGN_ALL, ASSIGN_FROM_SELECT_LIST, ASSIGN_MATCHING_GROUP_NAME, ASSIGN_MATCHING_ATTRIBUTE_VALUE, ASSIGN_MATCHING_GROUP_REGEX, * ASSIGN_MATCHING_ATTRIBUTE_REGEX, ASSIGN_CONFIG_CONTAINS_ATTRIBUTE_VALUE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param assignTenant set the assignTenant. */ @@ -153,7 +153,7 @@ public void setAssignTenant(String assignTenant) { * Enum options - ASSIGN_ALL, ASSIGN_FROM_SELECT_LIST, ASSIGN_MATCHING_GROUP_NAME, ASSIGN_MATCHING_ATTRIBUTE_VALUE, ASSIGN_MATCHING_GROUP_REGEX, * ASSIGN_MATCHING_ATTRIBUTE_REGEX, ASSIGN_CONFIG_CONTAINS_ATTRIBUTE_VALUE. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return assignUserprofile */ @@ -167,7 +167,7 @@ public String getAssignUserprofile() { * Enum options - ASSIGN_ALL, ASSIGN_FROM_SELECT_LIST, ASSIGN_MATCHING_GROUP_NAME, ASSIGN_MATCHING_ATTRIBUTE_VALUE, ASSIGN_MATCHING_GROUP_REGEX, * ASSIGN_MATCHING_ATTRIBUTE_REGEX, ASSIGN_CONFIG_CONTAINS_ATTRIBUTE_VALUE. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param assignUserprofile set the assignUserprofile. */ @@ -177,7 +177,7 @@ public void setAssignUserprofile(String assignUserprofile) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attributeMatch */ @@ -187,7 +187,7 @@ public AuthMatchAttribute getAttributeMatch() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attributeMatch set the attributeMatch. */ @@ -200,7 +200,7 @@ public void setAttributeMatch(AuthMatchAttribute attributeMatch) { * Default tenant ref to assign to user. * It is a reference to an object of type tenant. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return defaultTenantRef */ @@ -213,7 +213,7 @@ public String getDefaultTenantRef() { * Default tenant ref to assign to user. * It is a reference to an object of type tenant. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param defaultTenantRef set the defaultTenantRef. */ @@ -223,7 +223,7 @@ public void setDefaultTenantRef(String defaultTenantRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupMatch */ @@ -233,7 +233,7 @@ public AuthMatchGroupMembership getGroupMatch() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param groupMatch set the groupMatch. */ @@ -243,7 +243,7 @@ public void setGroupMatch(AuthMatchGroupMembership groupMatch) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -253,7 +253,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -263,7 +263,7 @@ public void setIndex(Integer index) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isSuperuser */ @@ -273,7 +273,7 @@ public Boolean getIsSuperuser() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isSuperuser set the isSuperuser. */ @@ -285,7 +285,7 @@ public void setIsSuperuser(Boolean isSuperuser) { * This is the getter method this will return the attribute value. * Attribute name for object access policy assignment. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return policyAttributeName */ @@ -297,7 +297,7 @@ public String getPolicyAttributeName() { * This is the setter method to the attribute. * Attribute name for object access policy assignment. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param policyAttributeName set the policyAttributeName. */ @@ -307,7 +307,7 @@ public void setPolicyAttributeName(String policyAttributeName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return roleAttributeName */ @@ -317,7 +317,7 @@ public String getRoleAttributeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param roleAttributeName set the roleAttributeName. */ @@ -327,7 +327,7 @@ public void setRoleAttributeName(String roleAttributeName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type role. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return roleRefs */ @@ -338,7 +338,7 @@ public List getRoleRefs() { /** * This is the setter method. this will set the roleRefs * It is a reference to an object of type role. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return roleRefs */ @@ -349,7 +349,7 @@ public void setRoleRefs(List roleRefs) { /** * This is the setter method this will set the roleRefs * It is a reference to an object of type role. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return roleRefs */ @@ -363,7 +363,7 @@ public AuthMappingRule addRoleRefsItem(String roleRefsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantAttributeName */ @@ -373,7 +373,7 @@ public String getTenantAttributeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantAttributeName set the tenantAttributeName. */ @@ -383,7 +383,7 @@ public void setTenantAttributeName(String tenantAttributeName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRefs */ @@ -394,7 +394,7 @@ public List getTenantRefs() { /** * This is the setter method. this will set the tenantRefs * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRefs */ @@ -405,7 +405,7 @@ public void setTenantRefs(List tenantRefs) { /** * This is the setter method this will set the tenantRefs * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRefs */ @@ -421,7 +421,7 @@ public AuthMappingRule addTenantRefsItem(String tenantRefsItem) { * This is the getter method this will return the attribute value. * Attribute name for user account profile assignment. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userprofileAttributeName */ @@ -433,7 +433,7 @@ public String getUserprofileAttributeName() { * This is the setter method to the attribute. * Attribute name for user account profile assignment. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userprofileAttributeName set the userprofileAttributeName. */ @@ -446,7 +446,7 @@ public void setUserprofileAttributeName(String userprofileAttributeName) { * User account profile to assign to user on successful match. * It is a reference to an object of type useraccountprofile. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userprofileRef */ @@ -459,7 +459,7 @@ public String getUserprofileRef() { * User account profile to assign to user on successful match. * It is a reference to an object of type useraccountprofile. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userprofileRef set the userprofileRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthMatchAttribute.java b/java/src/com/vmware/avi/sdk/model/AuthMatchAttribute.java index 863e558b37..50fc467683 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthMatchAttribute.java +++ b/java/src/com/vmware/avi/sdk/model/AuthMatchAttribute.java @@ -36,7 +36,7 @@ public class AuthMatchAttribute { * This is the getter method this will return the attribute value. * Rule match criteria. * Enum options - AUTH_MATCH_CONTAINS, AUTH_MATCH_DOES_NOT_CONTAIN, AUTH_MATCH_REGEX. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return criteria */ @@ -48,7 +48,7 @@ public String getCriteria() { * This is the setter method to the attribute. * Rule match criteria. * Enum options - AUTH_MATCH_CONTAINS, AUTH_MATCH_DOES_NOT_CONTAIN, AUTH_MATCH_REGEX. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param criteria set the criteria. */ @@ -58,7 +58,7 @@ public void setCriteria(String criteria) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -68,7 +68,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -77,7 +77,7 @@ public void setName(String name) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -87,7 +87,7 @@ public List getValues() { /** * This is the setter method. this will set the values - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -97,7 +97,7 @@ public void setValues(List values) { /** * This is the setter method this will set the values - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthMatchGroupMembership.java b/java/src/com/vmware/avi/sdk/model/AuthMatchGroupMembership.java index 218908ff09..3d8e10f001 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthMatchGroupMembership.java +++ b/java/src/com/vmware/avi/sdk/model/AuthMatchGroupMembership.java @@ -33,7 +33,7 @@ public class AuthMatchGroupMembership { * This is the getter method this will return the attribute value. * Rule match criteria. * Enum options - AUTH_MATCH_CONTAINS, AUTH_MATCH_DOES_NOT_CONTAIN, AUTH_MATCH_REGEX. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return criteria */ @@ -45,7 +45,7 @@ public String getCriteria() { * This is the setter method to the attribute. * Rule match criteria. * Enum options - AUTH_MATCH_CONTAINS, AUTH_MATCH_DOES_NOT_CONTAIN, AUTH_MATCH_REGEX. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param criteria set the criteria. */ @@ -54,7 +54,7 @@ public void setCriteria(String criteria) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -64,7 +64,7 @@ public List getGroups() { /** * This is the setter method. this will set the groups - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -74,7 +74,7 @@ public void setGroups(List groups) { /** * This is the setter method this will set the groups - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthProfile.java b/java/src/com/vmware/avi/sdk/model/AuthProfile.java index d78c332d58..804c712ef0 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthProfile.java +++ b/java/src/com/vmware/avi/sdk/model/AuthProfile.java @@ -64,7 +64,7 @@ public class AuthProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -74,7 +74,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -85,7 +85,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Http user authentication params. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return http */ @@ -96,7 +96,7 @@ public AuthProfileHTTPClientParams getHttp() { /** * This is the setter method to the attribute. * Http user authentication params. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param http set the http. */ @@ -109,7 +109,7 @@ public void setHttp(AuthProfileHTTPClientParams http) { * Jwtserverprofile to be used for authentication. * It is a reference to an object of type jwtserverprofile. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwtProfileRef */ @@ -122,7 +122,7 @@ public String getJwtProfileRef() { * Jwtserverprofile to be used for authentication. * It is a reference to an object of type jwtserverprofile. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwtProfileRef set the jwtProfileRef. */ @@ -133,7 +133,7 @@ public void setJwtProfileRef(String jwtProfileRef) { /** * This is the getter method this will return the attribute value. * Ldap server and directory settings. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ldap */ @@ -144,7 +144,7 @@ public LdapAuthSettings getLdap() { /** * This is the setter method to the attribute. * Ldap server and directory settings. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ldap set the ldap. */ @@ -155,8 +155,7 @@ public void setLdap(LdapAuthSettings ldap) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -168,8 +167,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -181,8 +179,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -197,7 +194,7 @@ public AuthProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Name of the auth profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -208,7 +205,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the auth profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -220,7 +217,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Oauth profile - common endpoint information. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthProfile */ @@ -232,7 +229,7 @@ public OAuthProfile getOauthProfile() { * This is the setter method to the attribute. * Oauth profile - common endpoint information. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oauthProfile set the oauthProfile. */ @@ -244,7 +241,7 @@ public void setOauthProfile(OAuthProfile oauthProfile) { * This is the getter method this will return the attribute value. * Saml settings. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return saml */ @@ -256,7 +253,7 @@ public SamlSettings getSaml() { * This is the setter method to the attribute. * Saml settings. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param saml set the saml. */ @@ -267,7 +264,7 @@ public void setSaml(SamlSettings saml) { /** * This is the getter method this will return the attribute value. * Tacacs+ settings. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tacacsPlus */ @@ -278,7 +275,7 @@ public TacacsPlusAuthSettings getTacacsPlus() { /** * This is the setter method to the attribute. * Tacacs+ settings. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tacacsPlus set the tacacsPlus. */ @@ -289,7 +286,7 @@ public void setTacacsPlus(TacacsPlusAuthSettings tacacsPlus) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -300,7 +297,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -312,9 +309,9 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Type of the auth profile. * Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * auth_profile_ldap,auth_profile_tacacs_plus,auth_profile_saml,auth_profile_jwt,auth_profile_oauth), basic edition(allowed values- - * auth_profile_ldap,auth_profile_tacacs_plus,auth_profile_saml,auth_profile_jwt,auth_profile_oauth), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- auth_profile_ldap,auth_profile_tacacs_plus,auth_profile_saml,auth_profile_jwt,auth_profile_oauth), basic + * (allowed values- auth_profile_ldap,auth_profile_tacacs_plus,auth_profile_saml,auth_profile_jwt,auth_profile_oauth) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -326,9 +323,9 @@ public String getType() { * This is the setter method to the attribute. * Type of the auth profile. * Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * auth_profile_ldap,auth_profile_tacacs_plus,auth_profile_saml,auth_profile_jwt,auth_profile_oauth), basic edition(allowed values- - * auth_profile_ldap,auth_profile_tacacs_plus,auth_profile_saml,auth_profile_jwt,auth_profile_oauth), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- auth_profile_ldap,auth_profile_tacacs_plus,auth_profile_saml,auth_profile_jwt,auth_profile_oauth), basic + * (allowed values- auth_profile_ldap,auth_profile_tacacs_plus,auth_profile_saml,auth_profile_jwt,auth_profile_oauth) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -356,7 +353,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the auth profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -367,7 +364,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the auth profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthProfileHTTPClientParams.java b/java/src/com/vmware/avi/sdk/model/AuthProfileHTTPClientParams.java index b887142c1a..285f8e82f1 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthProfileHTTPClientParams.java +++ b/java/src/com/vmware/avi/sdk/model/AuthProfileHTTPClientParams.java @@ -37,7 +37,7 @@ public class AuthProfileHTTPClientParams { * The max allowed length of time a clients authentication is cached. * Allowed values are 1-30. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return cacheExpirationTime */ @@ -50,7 +50,7 @@ public Integer getCacheExpirationTime() { * The max allowed length of time a clients authentication is cached. * Allowed values are 1-30. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param cacheExpirationTime set the cacheExpirationTime. */ @@ -63,7 +63,7 @@ public void setCacheExpirationTime(Integer cacheExpirationTime) { * Insert an http header. * This field is used to define the header name. * The value of the header is set to the client's http auth user id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestHeader */ @@ -76,7 +76,7 @@ public String getRequestHeader() { * Insert an http header. * This field is used to define the header name. * The value of the header is set to the client's http auth user id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestHeader set the requestHeader. */ @@ -88,7 +88,7 @@ public void setRequestHeader(String requestHeader) { * A user should be a member of these groups. * Each group is defined by the dn. * For example, cn=testgroup,ou=groups,dc=example,dc=avinetworks,dc=com. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requireUserGroups */ @@ -101,7 +101,7 @@ public List getRequireUserGroups() { * A user should be a member of these groups. * Each group is defined by the dn. * For example, cn=testgroup,ou=groups,dc=example,dc=avinetworks,dc=com. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requireUserGroups */ @@ -114,7 +114,7 @@ public void setRequireUserGroups(List requireUserGroups) { * A user should be a member of these groups. * Each group is defined by the dn. * For example, cn=testgroup,ou=groups,dc=example,dc=avinetworks,dc=com. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requireUserGroups */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthTacacsPlusAttributeValuePair.java b/java/src/com/vmware/avi/sdk/model/AuthTacacsPlusAttributeValuePair.java index 0c9f24e12a..d2ea07ff85 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthTacacsPlusAttributeValuePair.java +++ b/java/src/com/vmware/avi/sdk/model/AuthTacacsPlusAttributeValuePair.java @@ -35,7 +35,7 @@ public class AuthTacacsPlusAttributeValuePair { /** * This is the getter method this will return the attribute value. * Mandatory. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatory */ @@ -46,7 +46,7 @@ public Boolean getMandatory() { /** * This is the setter method to the attribute. * Mandatory. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mandatory set the mandatory. */ @@ -57,7 +57,7 @@ public void setMandatory(Boolean mandatory) { /** * This is the getter method this will return the attribute value. * Attribute name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -68,7 +68,7 @@ public String getName() { /** * This is the setter method to the attribute. * Attribute name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -79,7 +79,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -90,7 +90,7 @@ public String getValue() { /** * This is the setter method to the attribute. * Attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthenticationAction.java b/java/src/com/vmware/avi/sdk/model/AuthenticationAction.java index 978cc6c7c8..ec834bff17 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthenticationAction.java +++ b/java/src/com/vmware/avi/sdk/model/AuthenticationAction.java @@ -31,7 +31,7 @@ public class AuthenticationAction { * Authentication action to be taken for a matched rule. * Enum options - SKIP_AUTHENTICATION, USE_DEFAULT_AUTHENTICATION. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "USE_DEFAULT_AUTHENTICATION". * @return type */ @@ -44,7 +44,7 @@ public String getType() { * Authentication action to be taken for a matched rule. * Enum options - SKIP_AUTHENTICATION, USE_DEFAULT_AUTHENTICATION. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "USE_DEFAULT_AUTHENTICATION". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthenticationMatch.java b/java/src/com/vmware/avi/sdk/model/AuthenticationMatch.java index 1c83f169eb..b314c29ebf 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthenticationMatch.java +++ b/java/src/com/vmware/avi/sdk/model/AuthenticationMatch.java @@ -36,7 +36,7 @@ public class AuthenticationMatch { * This is the getter method this will return the attribute value. * Configure client ip addresses. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -48,7 +48,7 @@ public IpAddrMatch getClientIp() { * This is the setter method to the attribute. * Configure client ip addresses. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -60,7 +60,7 @@ public void setClientIp(IpAddrMatch clientIp) { * This is the getter method this will return the attribute value. * Configure the host header. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostHdr */ @@ -72,7 +72,7 @@ public HostHdrMatch getHostHdr() { * This is the setter method to the attribute. * Configure the host header. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostHdr set the hostHdr. */ @@ -84,7 +84,7 @@ public void setHostHdr(HostHdrMatch hostHdr) { * This is the getter method this will return the attribute value. * Configure request paths. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -96,7 +96,7 @@ public PathMatch getPath() { * This is the setter method to the attribute. * Configure request paths. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthenticationPolicy.java b/java/src/com/vmware/avi/sdk/model/AuthenticationPolicy.java index 3c43b02657..18f4ca347c 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthenticationPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/AuthenticationPolicy.java @@ -32,7 +32,7 @@ public class AuthenticationPolicy { * This is the getter method this will return the attribute value. * Add rules to apply auth profile to specific targets. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authnRules */ @@ -44,7 +44,7 @@ public List getAuthnRules() { * This is the setter method. this will set the authnRules * Add rules to apply auth profile to specific targets. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authnRules */ @@ -56,7 +56,7 @@ public void setAuthnRules(List authnRules) { * This is the setter method this will set the authnRules * Add rules to apply auth profile to specific targets. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authnRules */ @@ -73,7 +73,7 @@ public AuthenticationPolicy addAuthnRulesItem(AuthenticationRule authnRulesItem) * Auth profile to use for validating users. * It is a reference to an object of type authprofile. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return defaultAuthProfileRef */ @@ -86,7 +86,7 @@ public String getDefaultAuthProfileRef() { * Auth profile to use for validating users. * It is a reference to an object of type authprofile. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param defaultAuthProfileRef set the defaultAuthProfileRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthenticationRule.java b/java/src/com/vmware/avi/sdk/model/AuthenticationRule.java index c8da6f2006..f57bea609e 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthenticationRule.java +++ b/java/src/com/vmware/avi/sdk/model/AuthenticationRule.java @@ -42,7 +42,7 @@ public class AuthenticationRule { * This is the getter method this will return the attribute value. * Enable or disable authentication for matched targets. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -54,7 +54,7 @@ public AuthenticationAction getAction() { * This is the setter method to the attribute. * Enable or disable authentication for matched targets. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -66,7 +66,7 @@ public void setAction(AuthenticationAction action) { * This is the getter method this will return the attribute value. * Enable or disable the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -78,7 +78,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -90,7 +90,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Index of the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -102,7 +102,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -114,7 +114,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Add match criteria to the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -126,7 +126,7 @@ public AuthenticationMatch getMatch() { * This is the setter method to the attribute. * Add match criteria to the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -138,7 +138,7 @@ public void setMatch(AuthenticationMatch match) { * This is the getter method this will return the attribute value. * Name of the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -150,7 +150,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthnRuleMatch.java b/java/src/com/vmware/avi/sdk/model/AuthnRuleMatch.java index d7060643cf..ca8e131763 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthnRuleMatch.java +++ b/java/src/com/vmware/avi/sdk/model/AuthnRuleMatch.java @@ -34,7 +34,7 @@ public class AuthnRuleMatch { * Name of the executed authentication rule action. * Enum options - SKIP_AUTHENTICATION, USE_DEFAULT_AUTHENTICATION. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleAction */ @@ -47,7 +47,7 @@ public String getRuleAction() { * Name of the executed authentication rule action. * Enum options - SKIP_AUTHENTICATION, USE_DEFAULT_AUTHENTICATION. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleAction set the ruleAction. */ @@ -59,7 +59,7 @@ public void setRuleAction(String ruleAction) { * This is the getter method this will return the attribute value. * Name of the matched authentication rule. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleName */ @@ -71,7 +71,7 @@ public String getRuleName() { * This is the setter method to the attribute. * Name of the matched authentication rule. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleName set the ruleName. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthorizationAction.java b/java/src/com/vmware/avi/sdk/model/AuthorizationAction.java index 13311cc7b1..7180f1b844 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthorizationAction.java +++ b/java/src/com/vmware/avi/sdk/model/AuthorizationAction.java @@ -34,7 +34,7 @@ public class AuthorizationAction { * Http status code to use for local response when an policy rule is matched. * Enum options - HTTP_RESPONSE_STATUS_CODE_401, HTTP_RESPONSE_STATUS_CODE_403. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCode */ @@ -47,7 +47,7 @@ public String getStatusCode() { * Http status code to use for local response when an policy rule is matched. * Enum options - HTTP_RESPONSE_STATUS_CODE_401, HTTP_RESPONSE_STATUS_CODE_403. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statusCode set the statusCode. */ @@ -61,7 +61,7 @@ public void setStatusCode(String statusCode) { * By default, access is allowed to the requested resource. * Enum options - ALLOW_ACCESS, CLOSE_CONNECTION, HTTP_LOCAL_RESPONSE. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ALLOW_ACCESS". * @return type */ @@ -75,7 +75,7 @@ public String getType() { * By default, access is allowed to the requested resource. * Enum options - ALLOW_ACCESS, CLOSE_CONNECTION, HTTP_LOCAL_RESPONSE. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ALLOW_ACCESS". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthorizationMatch.java b/java/src/com/vmware/avi/sdk/model/AuthorizationMatch.java index 5d9f496bbc..f143ad3ec5 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthorizationMatch.java +++ b/java/src/com/vmware/avi/sdk/model/AuthorizationMatch.java @@ -42,7 +42,7 @@ public class AuthorizationMatch { * This is the getter method this will return the attribute value. * Access token claims to be matched. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return accessToken */ @@ -54,7 +54,7 @@ public JWTMatch getAccessToken() { * This is the setter method to the attribute. * Access token claims to be matched. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param accessToken set the accessToken. */ @@ -65,7 +65,7 @@ public void setAccessToken(JWTMatch accessToken) { * This is the getter method this will return the attribute value. * Attributes whose values need to be matched. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrMatches */ @@ -77,7 +77,7 @@ public List getAttrMatches() { * This is the setter method. this will set the attrMatches * Attributes whose values need to be matched. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrMatches */ @@ -89,7 +89,7 @@ public void setAttrMatches(List attrMatches) { * This is the setter method this will set the attrMatches * Attributes whose values need to be matched. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrMatches */ @@ -105,7 +105,7 @@ public AuthorizationMatch addAttrMatchesItem(AuthAttributeMatch attrMatchesItem) * This is the getter method this will return the attribute value. * Host header value to be matched. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostHdr */ @@ -117,7 +117,7 @@ public HostHdrMatch getHostHdr() { * This is the setter method to the attribute. * Host header value to be matched. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostHdr set the hostHdr. */ @@ -129,7 +129,7 @@ public void setHostHdr(HostHdrMatch hostHdr) { * This is the getter method this will return the attribute value. * Http methods to be matched. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -141,7 +141,7 @@ public MethodMatch getMethod() { * This is the setter method to the attribute. * Http methods to be matched. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -153,7 +153,7 @@ public void setMethod(MethodMatch method) { * This is the getter method this will return the attribute value. * Paths/urls to be matched. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -165,7 +165,7 @@ public PathMatch getPath() { * This is the setter method to the attribute. * Paths/urls to be matched. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthorizationPolicy.java b/java/src/com/vmware/avi/sdk/model/AuthorizationPolicy.java index 0b81019673..7ffc166432 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthorizationPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/AuthorizationPolicy.java @@ -29,7 +29,7 @@ public class AuthorizationPolicy { * This is the getter method this will return the attribute value. * Authorization policy rules. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authzRules */ @@ -41,7 +41,7 @@ public List getAuthzRules() { * This is the setter method. this will set the authzRules * Authorization policy rules. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authzRules */ @@ -53,7 +53,7 @@ public void setAuthzRules(List authzRules) { * This is the setter method this will set the authzRules * Authorization policy rules. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authzRules */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthorizationRule.java b/java/src/com/vmware/avi/sdk/model/AuthorizationRule.java index b356233b4c..8bac18be89 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthorizationRule.java +++ b/java/src/com/vmware/avi/sdk/model/AuthorizationRule.java @@ -42,7 +42,7 @@ public class AuthorizationRule { * This is the getter method this will return the attribute value. * Authorization action when rule is matched. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -54,7 +54,7 @@ public AuthorizationAction getAction() { * This is the setter method to the attribute. * Authorization action when rule is matched. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -66,7 +66,7 @@ public void setAction(AuthorizationAction action) { * This is the getter method this will return the attribute value. * Enable or disable the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -78,7 +78,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -90,7 +90,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Index of the authorization policy rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -102,7 +102,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the authorization policy rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -114,7 +114,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Authorization match criteria for the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -126,7 +126,7 @@ public AuthorizationMatch getMatch() { * This is the setter method to the attribute. * Authorization match criteria for the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -138,7 +138,7 @@ public void setMatch(AuthorizationMatch match) { * This is the getter method this will return the attribute value. * Name of the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -150,7 +150,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the rule. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/AuthzRuleMatch.java b/java/src/com/vmware/avi/sdk/model/AuthzRuleMatch.java index 67e80926ae..2456024795 100644 --- a/java/src/com/vmware/avi/sdk/model/AuthzRuleMatch.java +++ b/java/src/com/vmware/avi/sdk/model/AuthzRuleMatch.java @@ -34,7 +34,7 @@ public class AuthzRuleMatch { * Name of the executed authorization rule action. * Enum options - ALLOW_ACCESS, CLOSE_CONNECTION, HTTP_LOCAL_RESPONSE. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleAction */ @@ -47,7 +47,7 @@ public String getRuleAction() { * Name of the executed authorization rule action. * Enum options - ALLOW_ACCESS, CLOSE_CONNECTION, HTTP_LOCAL_RESPONSE. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleAction set the ruleAction. */ @@ -59,7 +59,7 @@ public void setRuleAction(String ruleAction) { * This is the getter method this will return the attribute value. * Name of the matched authorization rule. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleName */ @@ -71,7 +71,7 @@ public String getRuleName() { * This is the setter method to the attribute. * Name of the matched authorization rule. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleName set the ruleName. */ diff --git a/java/src/com/vmware/avi/sdk/model/AutoScaleLaunchConfig.java b/java/src/com/vmware/avi/sdk/model/AutoScaleLaunchConfig.java index 5b0e713c9c..f054ba56ab 100644 --- a/java/src/com/vmware/avi/sdk/model/AutoScaleLaunchConfig.java +++ b/java/src/com/vmware/avi/sdk/model/AutoScaleLaunchConfig.java @@ -55,7 +55,7 @@ public class AutoScaleLaunchConfig extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -65,7 +65,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -76,7 +76,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Unique id of the amazon machine image (ami) or openstack vm id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageId */ @@ -87,7 +87,7 @@ public String getImageId() { /** * This is the setter method to the attribute. * Unique id of the amazon machine image (ami) or openstack vm id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageId set the imageId. */ @@ -98,8 +98,7 @@ public void setImageId(String imageId) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -111,8 +110,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -124,8 +122,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -139,7 +136,7 @@ public AutoScaleLaunchConfig addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mesos */ @@ -149,7 +146,7 @@ public AutoScaleMesosSettings getMesos() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mesos set the mesos. */ @@ -159,7 +156,7 @@ public void setMesos(AutoScaleMesosSettings mesos) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -169,7 +166,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -179,7 +176,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return openstack */ @@ -189,7 +186,7 @@ public AutoScaleOpenStackSettings getOpenstack() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param openstack set the openstack. */ @@ -200,7 +197,7 @@ public void setOpenstack(AutoScaleOpenStackSettings openstack) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -211,7 +208,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -241,7 +238,7 @@ public void setUrl(String url) { * If set to true, serverautoscalepolicy will use the autoscaling group (external_autoscaling_groups) from pool to perform scale up and scale down. * Pool should have single autoscaling group configured. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useExternalAsg */ @@ -254,7 +251,7 @@ public Boolean getUseExternalAsg() { * If set to true, serverautoscalepolicy will use the autoscaling group (external_autoscaling_groups) from pool to perform scale up and scale down. * Pool should have single autoscaling group configured. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useExternalAsg set the useExternalAsg. */ @@ -264,7 +261,7 @@ public void setUseExternalAsg(Boolean useExternalAsg) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -274,7 +271,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AutoScaleMesosSettings.java b/java/src/com/vmware/avi/sdk/model/AutoScaleMesosSettings.java index ac84f94534..9ae7fc6d31 100644 --- a/java/src/com/vmware/avi/sdk/model/AutoScaleMesosSettings.java +++ b/java/src/com/vmware/avi/sdk/model/AutoScaleMesosSettings.java @@ -29,7 +29,7 @@ public class AutoScaleMesosSettings { /** * This is the getter method this will return the attribute value. * Apply scale-out even when there are deployments inprogress. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return force */ @@ -40,7 +40,7 @@ public Boolean getForce() { /** * This is the setter method to the attribute. * Apply scale-out even when there are deployments inprogress. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param force set the force. */ diff --git a/java/src/com/vmware/avi/sdk/model/AutoScaleMgrDebugFilter.java b/java/src/com/vmware/avi/sdk/model/AutoScaleMgrDebugFilter.java index ea1fca459a..b6814ddc55 100644 --- a/java/src/com/vmware/avi/sdk/model/AutoScaleMgrDebugFilter.java +++ b/java/src/com/vmware/avi/sdk/model/AutoScaleMgrDebugFilter.java @@ -37,7 +37,7 @@ public class AutoScaleMgrDebugFilter { * Enable aws autoscale integration. * This is an alpha feature. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableAwsAutoscaleIntegration */ @@ -50,7 +50,7 @@ public Boolean getEnableAwsAutoscaleIntegration() { * Enable aws autoscale integration. * This is an alpha feature. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableAwsAutoscaleIntegration set the enableAwsAutoscaleIntegration. */ @@ -61,7 +61,7 @@ public void setEnableAwsAutoscaleIntegration(Boolean enableAwsAutoscaleIntegrat /** * This is the getter method this will return the attribute value. * Period of running intelligent autoscale check. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return intelligentAutoscalePeriod */ @@ -72,7 +72,7 @@ public Integer getIntelligentAutoscalePeriod() { /** * This is the setter method to the attribute. * Period of running intelligent autoscale check. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param intelligentAutoscalePeriod set the intelligentAutoscalePeriod. */ @@ -84,7 +84,7 @@ public void setIntelligentAutoscalePeriod(Integer intelligentAutoscalePeriod) { * This is the getter method this will return the attribute value. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -96,7 +96,7 @@ public String getPoolRef() { * This is the setter method to the attribute. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/AutoScaleOpenStackSettings.java b/java/src/com/vmware/avi/sdk/model/AutoScaleOpenStackSettings.java index b8c70ca510..e478bee196 100644 --- a/java/src/com/vmware/avi/sdk/model/AutoScaleOpenStackSettings.java +++ b/java/src/com/vmware/avi/sdk/model/AutoScaleOpenStackSettings.java @@ -35,7 +35,7 @@ public class AutoScaleOpenStackSettings { * Cloud connector will automatically update the membership. * This is an alpha feature. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return heatScaleDownUrl */ @@ -49,7 +49,7 @@ public String getHeatScaleDownUrl() { * Cloud connector will automatically update the membership. * This is an alpha feature. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param heatScaleDownUrl set the heatScaleDownUrl. */ @@ -63,7 +63,7 @@ public void setHeatScaleDownUrl(String heatScaleDownUrl) { * Cloud connector will automatically update the membership. * This is an alpha feature. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return heatScaleUpUrl */ @@ -77,7 +77,7 @@ public String getHeatScaleUpUrl() { * Cloud connector will automatically update the membership. * This is an alpha feature. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param heatScaleUpUrl set the heatScaleUpUrl. */ diff --git a/java/src/com/vmware/avi/sdk/model/AvailabilityZone.java b/java/src/com/vmware/avi/sdk/model/AvailabilityZone.java index 9534bb8eb7..a355635955 100644 --- a/java/src/com/vmware/avi/sdk/model/AvailabilityZone.java +++ b/java/src/com/vmware/avi/sdk/model/AvailabilityZone.java @@ -21,6 +21,12 @@ @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) public class AvailabilityZone extends AviRestResource { + @JsonProperty("az_clusters") + private List azClusters; + + @JsonProperty("az_datastore") + private AZDatastore azDatastore; + @JsonProperty("cloud_ref") private String cloudRef; @@ -40,13 +46,76 @@ public class AvailabilityZone extends AviRestResource { private List vcenterRefs; + /** + * This is the getter method this will return the attribute value. + * Group of clusters belongs to the az. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return azClusters + */ + public List getAzClusters() { + return azClusters; + } + + /** + * This is the setter method. this will set the azClusters + * Group of clusters belongs to the az. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return azClusters + */ + public void setAzClusters(List azClusters) { + this.azClusters = azClusters; + } + + /** + * This is the setter method this will set the azClusters + * Group of clusters belongs to the az. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return azClusters + */ + public AvailabilityZone addAzClustersItem(AZCluster azClustersItem) { + if (this.azClusters == null) { + this.azClusters = new ArrayList(); + } + this.azClusters.add(azClustersItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Datastores associated with the az. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return azDatastore + */ + public AZDatastore getAzDatastore() { + return azDatastore; + } + + /** + * This is the setter method to the attribute. + * Datastores associated with the az. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param azDatastore set the azDatastore. + */ + public void setAzDatastore(AZDatastore azDatastore) { + this.azDatastore = azDatastore; + } /** * This is the getter method this will return the attribute value. * Availability zone belongs to cloud. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -59,7 +128,7 @@ public String getCloudRef() { * Availability zone belongs to cloud. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -71,7 +140,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * Availabilty zone where vcenter list belongs to. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -83,7 +152,7 @@ public String getName() { * This is the setter method to the attribute. * Availabilty zone where vcenter list belongs to. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -96,7 +165,7 @@ public void setName(String name) { * Availabilityzone belongs to tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -109,7 +178,7 @@ public String getTenantRef() { * Availabilityzone belongs to tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -138,7 +207,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Availability zone config uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -150,7 +219,7 @@ public String getUuid() { * This is the setter method to the attribute. * Availability zone config uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -161,10 +230,10 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Group of vcenter list belong to availabilty zone. * It is a reference to an object of type vcenterserver. + * Field deprecated in 31.1.1. * Field introduced in 20.1.1. * Minimum of 1 items required. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return vcenterRefs */ public List getVcenterRefs() { @@ -175,10 +244,10 @@ public List getVcenterRefs() { * This is the setter method. this will set the vcenterRefs * Group of vcenter list belong to availabilty zone. * It is a reference to an object of type vcenterserver. + * Field deprecated in 31.1.1. * Field introduced in 20.1.1. * Minimum of 1 items required. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return vcenterRefs */ public void setVcenterRefs(List vcenterRefs) { @@ -189,10 +258,10 @@ public void setVcenterRefs(List vcenterRefs) { * This is the setter method this will set the vcenterRefs * Group of vcenter list belong to availabilty zone. * It is a reference to an object of type vcenterserver. + * Field deprecated in 31.1.1. * Field introduced in 20.1.1. * Minimum of 1 items required. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return vcenterRefs */ public AvailabilityZone addVcenterRefsItem(String vcenterRefsItem) { @@ -217,14 +286,18 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.name, objAvailabilityZone.name)&& Objects.equals(this.vcenterRefs, objAvailabilityZone.vcenterRefs)&& Objects.equals(this.tenantRef, objAvailabilityZone.tenantRef)&& - Objects.equals(this.cloudRef, objAvailabilityZone.cloudRef); + Objects.equals(this.cloudRef, objAvailabilityZone.cloudRef)&& + Objects.equals(this.azClusters, objAvailabilityZone.azClusters)&& + Objects.equals(this.azDatastore, objAvailabilityZone.azDatastore); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class AvailabilityZone {\n"); - sb.append(" cloudRef: ").append(toIndentedString(cloudRef)).append("\n"); + sb.append(" azClusters: ").append(toIndentedString(azClusters)).append("\n"); + sb.append(" azDatastore: ").append(toIndentedString(azDatastore)).append("\n"); + sb.append(" cloudRef: ").append(toIndentedString(cloudRef)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/AvgUptimeChangeDetails.java b/java/src/com/vmware/avi/sdk/model/AvgUptimeChangeDetails.java index e17f7378fb..85a130f1f1 100644 --- a/java/src/com/vmware/avi/sdk/model/AvgUptimeChangeDetails.java +++ b/java/src/com/vmware/avi/sdk/model/AvgUptimeChangeDetails.java @@ -40,7 +40,7 @@ public class AvgUptimeChangeDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currentValue */ @@ -50,7 +50,7 @@ public Float getCurrentValue() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currentValue set the currentValue. */ @@ -60,7 +60,7 @@ public void setCurrentValue(Float currentValue) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricId */ @@ -70,7 +70,7 @@ public String getMetricId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricId set the metricId. */ @@ -80,7 +80,7 @@ public void setMetricId(String metricId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricName */ @@ -90,7 +90,7 @@ public String getMetricName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricName set the metricName. */ @@ -100,7 +100,7 @@ public void setMetricName(String metricName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceStr */ @@ -110,7 +110,7 @@ public String getResourceStr() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceStr set the resourceStr. */ @@ -120,7 +120,7 @@ public void setResourceStr(String resourceStr) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshold */ @@ -130,7 +130,7 @@ public Float getThreshold() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param threshold set the threshold. */ diff --git a/java/src/com/vmware/avi/sdk/model/AwsConfiguration.java b/java/src/com/vmware/avi/sdk/model/AwsConfiguration.java index 253aec5ae5..8036b5cd28 100644 --- a/java/src/com/vmware/avi/sdk/model/AwsConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/AwsConfiguration.java @@ -77,7 +77,7 @@ public class AwsConfiguration { /** * This is the getter method this will return the attribute value. * Aws access key id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return accessKeyId */ @@ -88,7 +88,7 @@ public String getAccessKeyId() { /** * This is the setter method to the attribute. * Aws access key id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param accessKeyId set the accessKeyId. */ @@ -102,7 +102,7 @@ public void setAccessKeyId(String accessKeyId) { * Allowed values are 60-1800. * Field introduced in 17.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @return asgPollInterval */ @@ -116,7 +116,7 @@ public Integer getAsgPollInterval() { * Allowed values are 60-1800. * Field introduced in 17.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @param asgPollInterval set the asgPollInterval. */ @@ -128,7 +128,7 @@ public void setAsgPollInterval(Integer asgPollInterval) { * This is the getter method this will return the attribute value. * Ebs encryption mode and the master key to be used for encrypting se ami, volumes, and snapshots. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ebsEncryption */ @@ -140,7 +140,7 @@ public AwsEncryption getEbsEncryption() { * This is the setter method to the attribute. * Ebs encryption mode and the master key to be used for encrypting se ami, volumes, and snapshots. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ebsEncryption set the ebsEncryption. */ @@ -151,7 +151,7 @@ public void setEbsEncryption(AwsEncryption ebsEncryption) { /** * This is the getter method this will return the attribute value. * Free unused elastic ip addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return freeElasticips */ @@ -162,7 +162,7 @@ public Boolean getFreeElasticips() { /** * This is the setter method to the attribute. * Free unused elastic ip addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param freeElasticips set the freeElasticips. */ @@ -173,7 +173,7 @@ public void setFreeElasticips(Boolean freeElasticips) { /** * This is the getter method this will return the attribute value. * Iam assume role for cross-account access. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return iamAssumeRole */ @@ -184,7 +184,7 @@ public String getIamAssumeRole() { /** * This is the setter method to the attribute. * Iam assume role for cross-account access. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param iamAssumeRole set the iamAssumeRole. */ @@ -196,7 +196,7 @@ public void setIamAssumeRole(String iamAssumeRole) { * This is the getter method this will return the attribute value. * If enabled and the virtual service is not floating ip capable, vip will be published to both private and public zones. * Field introduced in 17.2.10. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return publishVipToPublicZone */ @@ -208,7 +208,7 @@ public Boolean getPublishVipToPublicZone() { * This is the setter method to the attribute. * If enabled and the virtual service is not floating ip capable, vip will be published to both private and public zones. * Field introduced in 17.2.10. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param publishVipToPublicZone set the publishVipToPublicZone. */ @@ -219,7 +219,7 @@ public void setPublishVipToPublicZone(Boolean publishVipToPublicZone) { /** * This is the getter method this will return the attribute value. * Aws region. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "us-west-1". * @return region */ @@ -230,7 +230,7 @@ public String getRegion() { /** * This is the setter method to the attribute. * Aws region. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "us-west-1". * @param region set the region. */ @@ -241,7 +241,7 @@ public void setRegion(String region) { /** * This is the getter method this will return the attribute value. * If enabled, create/update dns entries in amazon route 53 zones. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return route53Integration */ @@ -252,7 +252,7 @@ public Boolean getRoute53Integration() { /** * This is the setter method to the attribute. * If enabled, create/update dns entries in amazon route 53 zones. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param route53Integration set the route53Integration. */ @@ -265,7 +265,7 @@ public void setRoute53Integration(Boolean route53Integration) { * S3 encryption mode and the master key to be used for encrypting s3 buckets during se ami upload. * Only sse-kms mode is supported. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return s3Encryption */ @@ -278,7 +278,7 @@ public AwsEncryption getS3Encryption() { * S3 encryption mode and the master key to be used for encrypting s3 buckets during se ami upload. * Only sse-kms mode is supported. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param s3Encryption set the s3Encryption. */ @@ -289,7 +289,7 @@ public void setS3Encryption(AwsEncryption s3Encryption) { /** * This is the getter method this will return the attribute value. * Aws secret access key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secretAccessKey */ @@ -300,7 +300,7 @@ public String getSecretAccessKey() { /** * This is the setter method to the attribute. * Aws secret access key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secretAccessKey set the secretAccessKey. */ @@ -312,7 +312,7 @@ public void setSecretAccessKey(String secretAccessKey) { * This is the getter method this will return the attribute value. * Server side encryption to be used for encrypting sqs queues. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sqsEncryption */ @@ -324,7 +324,7 @@ public AwsEncryption getSqsEncryption() { * This is the setter method to the attribute. * Server side encryption to be used for encrypting sqs queues. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sqsEncryption set the sqsEncryption. */ @@ -338,7 +338,7 @@ public void setSqsEncryption(AwsEncryption sqsEncryption) { * Allowed values are 1-172800. * Field introduced in 17.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return ttl */ @@ -352,7 +352,7 @@ public Integer getTtl() { * Allowed values are 1-172800. * Field introduced in 17.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param ttl set the ttl. */ @@ -363,7 +363,7 @@ public void setTtl(Integer ttl) { /** * This is the getter method this will return the attribute value. * Use iam roles instead of access and secret key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useIamRoles */ @@ -374,7 +374,7 @@ public Boolean getUseIamRoles() { /** * This is the setter method to the attribute. * Use iam roles instead of access and secret key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useIamRoles set the useIamRoles. */ @@ -386,7 +386,7 @@ public void setUseIamRoles(Boolean useIamRoles) { * This is the getter method this will return the attribute value. * Use sns/sqs based notifications for monitoring auto scaling groups. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useSnsSqs */ @@ -398,7 +398,7 @@ public Boolean getUseSnsSqs() { * This is the setter method to the attribute. * Use sns/sqs based notifications for monitoring auto scaling groups. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useSnsSqs set the useSnsSqs. */ @@ -409,7 +409,7 @@ public void setUseSnsSqs(Boolean useSnsSqs) { /** * This is the getter method this will return the attribute value. * Vpc name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpc */ @@ -420,7 +420,7 @@ public String getVpc() { /** * This is the setter method to the attribute. * Vpc name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpc set the vpc. */ @@ -431,7 +431,7 @@ public void setVpc(String vpc) { /** * This is the getter method this will return the attribute value. * Vpc id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcId */ @@ -442,7 +442,7 @@ public String getVpcId() { /** * This is the setter method to the attribute. * Vpc id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcId set the vpcId. */ @@ -451,7 +451,7 @@ public void setVpcId(String vpcId) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -461,7 +461,7 @@ public List getZones() { /** * This is the setter method. this will set the zones - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -471,7 +471,7 @@ public void setZones(List zones) { /** * This is the setter method this will set the zones - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ diff --git a/java/src/com/vmware/avi/sdk/model/AwsEncryption.java b/java/src/com/vmware/avi/sdk/model/AwsEncryption.java index bdcb8c9a8b..6db6428474 100644 --- a/java/src/com/vmware/avi/sdk/model/AwsEncryption.java +++ b/java/src/com/vmware/avi/sdk/model/AwsEncryption.java @@ -33,7 +33,7 @@ public class AwsEncryption { * This is the getter method this will return the attribute value. * Aws kms arn id of the master key for encryption. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return masterKey */ @@ -45,7 +45,7 @@ public String getMasterKey() { * This is the setter method to the attribute. * Aws kms arn id of the master key for encryption. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param masterKey set the masterKey. */ @@ -58,7 +58,7 @@ public void setMasterKey(String masterKey) { * Aws encryption mode. * Enum options - AWS_ENCRYPTION_MODE_NONE, AWS_ENCRYPTION_MODE_SSE_KMS. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AWS_ENCRYPTION_MODE_NONE". * @return mode */ @@ -71,7 +71,7 @@ public String getMode() { * Aws encryption mode. * Enum options - AWS_ENCRYPTION_MODE_NONE, AWS_ENCRYPTION_MODE_SSE_KMS. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AWS_ENCRYPTION_MODE_NONE". * @param mode set the mode. */ diff --git a/java/src/com/vmware/avi/sdk/model/AwsZoneConfig.java b/java/src/com/vmware/avi/sdk/model/AwsZoneConfig.java index a3d7077726..284b462a5d 100644 --- a/java/src/com/vmware/avi/sdk/model/AwsZoneConfig.java +++ b/java/src/com/vmware/avi/sdk/model/AwsZoneConfig.java @@ -35,7 +35,7 @@ public class AwsZoneConfig { /** * This is the getter method this will return the attribute value. * Availability zone. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZone */ @@ -46,7 +46,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. * Availability zone. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availabilityZone set the availabilityZone. */ @@ -57,7 +57,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. * Name or cidr of the network in the availability zone that will be used as management network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtNetworkName */ @@ -68,7 +68,7 @@ public String getMgmtNetworkName() { /** * This is the setter method to the attribute. * Name or cidr of the network in the availability zone that will be used as management network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtNetworkName set the mgmtNetworkName. */ @@ -79,7 +79,7 @@ public void setMgmtNetworkName(String mgmtNetworkName) { /** * This is the getter method this will return the attribute value. * Uuid of the network in the availability zone that will be used as management network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtNetworkUuid */ @@ -90,7 +90,7 @@ public String getMgmtNetworkUuid() { /** * This is the setter method to the attribute. * Uuid of the network in the availability zone that will be used as management network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtNetworkUuid set the mgmtNetworkUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/AwsZoneNetwork.java b/java/src/com/vmware/avi/sdk/model/AwsZoneNetwork.java index 59c2638457..7c1eb58e4d 100644 --- a/java/src/com/vmware/avi/sdk/model/AwsZoneNetwork.java +++ b/java/src/com/vmware/avi/sdk/model/AwsZoneNetwork.java @@ -33,7 +33,7 @@ public class AwsZoneNetwork { * This is the getter method this will return the attribute value. * Availability zone. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZone */ @@ -45,7 +45,7 @@ public String getAvailabilityZone() { * This is the setter method to the attribute. * Availability zone. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availabilityZone set the availabilityZone. */ @@ -58,7 +58,7 @@ public void setAvailabilityZone(String availabilityZone) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -72,7 +72,7 @@ public List getUsableNetworkUuids() { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -86,7 +86,7 @@ public void setUsableNetworkUuids(List usableNetworkUuids) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ diff --git a/java/src/com/vmware/avi/sdk/model/AzureClusterInfo.java b/java/src/com/vmware/avi/sdk/model/AzureClusterInfo.java index 813b22f8de..c2c44d1ac3 100644 --- a/java/src/com/vmware/avi/sdk/model/AzureClusterInfo.java +++ b/java/src/com/vmware/avi/sdk/model/AzureClusterInfo.java @@ -33,7 +33,7 @@ public class AzureClusterInfo { * This is the getter method this will return the attribute value. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudCredentialRef */ @@ -45,7 +45,7 @@ public String getCloudCredentialRef() { * This is the setter method to the attribute. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudCredentialRef set the cloudCredentialRef. */ @@ -56,7 +56,7 @@ public void setCloudCredentialRef(String cloudCredentialRef) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subscriptionId */ @@ -67,7 +67,7 @@ public String getSubscriptionId() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subscriptionId set the subscriptionId. */ diff --git a/java/src/com/vmware/avi/sdk/model/AzureConfiguration.java b/java/src/com/vmware/avi/sdk/model/AzureConfiguration.java index 6a23348d48..6bda531ee5 100644 --- a/java/src/com/vmware/avi/sdk/model/AzureConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/AzureConfiguration.java @@ -62,7 +62,7 @@ public class AzureConfiguration { * This is the getter method this will return the attribute value. * Availability zones to be used in azure. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZones */ @@ -74,7 +74,7 @@ public List getAvailabilityZones() { * This is the setter method. this will set the availabilityZones * Availability zones to be used in azure. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZones */ @@ -86,7 +86,7 @@ public void setAvailabilityZones(List availabilityZones) { * This is the setter method this will set the availabilityZones * Availability zones to be used in azure. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZones */ @@ -103,7 +103,7 @@ public AzureConfiguration addAvailabilityZonesItem(String availabilityZonesItem) * Credentials to access azure cloud. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudCredentialsRef */ @@ -116,7 +116,7 @@ public String getCloudCredentialsRef() { * Credentials to access azure cloud. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudCredentialsRef set the cloudCredentialsRef. */ @@ -128,7 +128,7 @@ public void setCloudCredentialsRef(String cloudCredentialsRef) { * This is the getter method this will return the attribute value. * Disks encryption set resource-id (des_id) to encrypt se image and managed disk using customer-managed-keys. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return desId */ @@ -140,7 +140,7 @@ public String getDesId() { * This is the setter method to the attribute. * Disks encryption set resource-id (des_id) to encrypt se image and managed disk using customer-managed-keys. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param desId set the desId. */ @@ -152,7 +152,7 @@ public void setDesId(String desId) { * This is the getter method this will return the attribute value. * Azure location where this cloud will be located. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -164,7 +164,7 @@ public String getLocation() { * This is the setter method to the attribute. * Azure location where this cloud will be located. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -177,7 +177,7 @@ public void setLocation(String location) { * Field introduced in 17.2.1. * Minimum of 1 items required. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkInfo */ @@ -191,7 +191,7 @@ public List getNetworkInfo() { * Field introduced in 17.2.1. * Minimum of 1 items required. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkInfo */ @@ -205,7 +205,7 @@ public void setNetworkInfo(List networkInfo) { * Field introduced in 17.2.1. * Minimum of 1 items required. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkInfo */ @@ -222,7 +222,7 @@ public AzureConfiguration addNetworkInfoItem(AzureNetworkInfo networkInfoItem) { * Azure resource group dedicated for avi controller. * Avi controller will create all its resources in this resource group. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceGroup */ @@ -235,7 +235,7 @@ public String getResourceGroup() { * Azure resource group dedicated for avi controller. * Avi controller will create all its resources in this resource group. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceGroup set the resourceGroup. */ @@ -249,7 +249,7 @@ public void setResourceGroup(String resourceGroup) { * Must include the resource group name. * Format ' '. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seStorageAccount */ @@ -263,7 +263,7 @@ public String getSeStorageAccount() { * Must include the resource group name. * Format ' '. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seStorageAccount set the seStorageAccount. */ @@ -275,7 +275,7 @@ public void setSeStorageAccount(String seStorageAccount) { * This is the getter method this will return the attribute value. * Subscription id for the azure subscription. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subscriptionId */ @@ -287,7 +287,7 @@ public String getSubscriptionId() { * This is the setter method to the attribute. * Subscription id for the azure subscription. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subscriptionId set the subscriptionId. */ @@ -299,7 +299,7 @@ public void setSubscriptionId(String subscriptionId) { * This is the getter method this will return the attribute value. * Azure is the dns provider. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useAzureDns */ @@ -311,7 +311,7 @@ public Boolean getUseAzureDns() { * This is the setter method to the attribute. * Azure is the dns provider. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useAzureDns set the useAzureDns. */ @@ -324,7 +324,7 @@ public void setUseAzureDns(Boolean useAzureDns) { * Use azure's enhanced ha features. * This needs a public ip to be associated with the vip. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useEnhancedHa */ @@ -337,7 +337,7 @@ public Boolean getUseEnhancedHa() { * Use azure's enhanced ha features. * This needs a public ip to be associated with the vip. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useEnhancedHa set the useEnhancedHa. */ @@ -349,7 +349,7 @@ public void setUseEnhancedHa(Boolean useEnhancedHa) { * This is the getter method this will return the attribute value. * Use azure managed disks for se storage. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useManagedDisks */ @@ -361,7 +361,7 @@ public Boolean getUseManagedDisks() { * This is the setter method to the attribute. * Use azure managed disks for se storage. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useManagedDisks set the useManagedDisks. */ @@ -374,7 +374,7 @@ public void setUseManagedDisks(Boolean useManagedDisks) { * Use standard sku azure load balancer. * By default standard sku load balancer is used. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useStandardAlb */ @@ -387,7 +387,7 @@ public Boolean getUseStandardAlb() { * Use standard sku azure load balancer. * By default standard sku load balancer is used. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useStandardAlb set the useStandardAlb. */ diff --git a/java/src/com/vmware/avi/sdk/model/AzureInfo.java b/java/src/com/vmware/avi/sdk/model/AzureInfo.java index 5b72f9b5b8..286190f756 100644 --- a/java/src/com/vmware/avi/sdk/model/AzureInfo.java +++ b/java/src/com/vmware/avi/sdk/model/AzureInfo.java @@ -51,7 +51,7 @@ public class AzureInfo { * This is the getter method this will return the attribute value. * Name of the availability set of which the vm is a part of. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilitySet */ @@ -63,7 +63,7 @@ public String getAvailabilitySet() { * This is the setter method to the attribute. * Name of the availability set of which the vm is a part of. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availabilitySet set the availabilitySet. */ @@ -75,7 +75,7 @@ public void setAvailabilitySet(String availabilitySet) { * This is the getter method this will return the attribute value. * Fault domain within the availability set the vm is a part of. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return faultDomain */ @@ -87,7 +87,7 @@ public String getFaultDomain() { * This is the setter method to the attribute. * Fault domain within the availability set the vm is a part of. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param faultDomain set the faultDomain. */ @@ -99,7 +99,7 @@ public void setFaultDomain(String faultDomain) { * This is the getter method this will return the attribute value. * Name of the azure vm. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -111,7 +111,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the azure vm. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -123,7 +123,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Resource group name for the vm. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceGroup */ @@ -135,7 +135,7 @@ public String getResourceGroup() { * This is the setter method to the attribute. * Resource group name for the vm. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceGroup set the resourceGroup. */ @@ -147,7 +147,7 @@ public void setResourceGroup(String resourceGroup) { * This is the getter method this will return the attribute value. * Subnet id of the primary nic of the vm. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetId */ @@ -159,7 +159,7 @@ public String getSubnetId() { * This is the setter method to the attribute. * Subnet id of the primary nic of the vm. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetId set the subnetId. */ @@ -171,7 +171,7 @@ public void setSubnetId(String subnetId) { * This is the getter method this will return the attribute value. * Update domain within the availability set the vm is a part of. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return updateDomain */ @@ -183,7 +183,7 @@ public String getUpdateDomain() { * This is the setter method to the attribute. * Update domain within the availability set the vm is a part of. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param updateDomain set the updateDomain. */ @@ -195,7 +195,7 @@ public void setUpdateDomain(String updateDomain) { * This is the getter method this will return the attribute value. * Azure vm uuid for the se vm. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmUuid */ @@ -207,7 +207,7 @@ public String getVmUuid() { * This is the setter method to the attribute. * Azure vm uuid for the se vm. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vmUuid set the vmUuid. */ @@ -219,7 +219,7 @@ public void setVmUuid(String vmUuid) { * This is the getter method this will return the attribute value. * Vnic id of the primary nic of the vm. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnicId */ @@ -231,7 +231,7 @@ public String getVnicId() { * This is the setter method to the attribute. * Vnic id of the primary nic of the vm. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vnicId set the vnicId. */ diff --git a/java/src/com/vmware/avi/sdk/model/AzureMarketplace.java b/java/src/com/vmware/avi/sdk/model/AzureMarketplace.java index ea3d5464ef..1af2e27549 100644 --- a/java/src/com/vmware/avi/sdk/model/AzureMarketplace.java +++ b/java/src/com/vmware/avi/sdk/model/AzureMarketplace.java @@ -54,7 +54,7 @@ public class AzureMarketplace { * This is the getter method this will return the attribute value. * Azure cloud id. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -66,7 +66,7 @@ public String getCcId() { * This is the setter method to the attribute. * Azure cloud id. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -78,7 +78,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Avi azure marketplace offer name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return offer */ @@ -90,7 +90,7 @@ public String getOffer() { * This is the setter method to the attribute. * Avi azure marketplace offer name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param offer set the offer. */ @@ -102,7 +102,7 @@ public void setOffer(String offer) { * This is the getter method this will return the attribute value. * Avi azure marketplace publisher name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return publisher */ @@ -114,7 +114,7 @@ public String getPublisher() { * This is the setter method to the attribute. * Avi azure marketplace publisher name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param publisher set the publisher. */ @@ -126,7 +126,7 @@ public void setPublisher(String publisher) { * This is the getter method this will return the attribute value. * Azure marketplace license term failure status. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -138,7 +138,7 @@ public String getReason() { * This is the setter method to the attribute. * Azure marketplace license term failure status. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -150,7 +150,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Azure resource group name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceGroup */ @@ -162,7 +162,7 @@ public String getResourceGroup() { * This is the setter method to the attribute. * Azure resource group name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceGroup set the resourceGroup. */ @@ -173,7 +173,7 @@ public void setResourceGroup(String resourceGroup) { * This is the getter method this will return the attribute value. * Avi azure marketplace skus list. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return skus */ @@ -185,7 +185,7 @@ public List getSkus() { * This is the setter method. this will set the skus * Avi azure marketplace skus list. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return skus */ @@ -197,7 +197,7 @@ public void setSkus(List skus) { * This is the setter method this will set the skus * Avi azure marketplace skus list. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return skus */ @@ -213,7 +213,7 @@ public AzureMarketplace addSkusItem(String skusItem) { * This is the getter method this will return the attribute value. * Azure marketplace license term acceptance status. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -225,7 +225,7 @@ public String getStatus() { * This is the setter method to the attribute. * Azure marketplace license term acceptance status. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -237,7 +237,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Azure subscription id. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subscriptionId */ @@ -249,7 +249,7 @@ public String getSubscriptionId() { * This is the setter method to the attribute. * Azure subscription id. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subscriptionId set the subscriptionId. */ @@ -261,7 +261,7 @@ public void setSubscriptionId(String subscriptionId) { * This is the getter method this will return the attribute value. * Azure vnet id. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnetId */ @@ -273,7 +273,7 @@ public String getVnetId() { * This is the setter method to the attribute. * Azure vnet id. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vnetId set the vnetId. */ diff --git a/java/src/com/vmware/avi/sdk/model/AzureNetworkInfo.java b/java/src/com/vmware/avi/sdk/model/AzureNetworkInfo.java index b9fbcb47c6..e3079aa2d8 100644 --- a/java/src/com/vmware/avi/sdk/model/AzureNetworkInfo.java +++ b/java/src/com/vmware/avi/sdk/model/AzureNetworkInfo.java @@ -37,7 +37,7 @@ public class AzureNetworkInfo { * Id of the azure subnet used as management network for the service engines. * If set, service engines will have a dedicated management nic, otherwise, they operate in inband mode. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementNetworkId */ @@ -50,7 +50,7 @@ public String getManagementNetworkId() { * Id of the azure subnet used as management network for the service engines. * If set, service engines will have a dedicated management nic, otherwise, they operate in inband mode. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementNetworkId set the managementNetworkId. */ @@ -62,7 +62,7 @@ public void setManagementNetworkId(String managementNetworkId) { * This is the getter method this will return the attribute value. * Id of the azure subnet where avi controller will create the service engines. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seNetworkId */ @@ -74,7 +74,7 @@ public String getSeNetworkId() { * This is the setter method to the attribute. * Id of the azure subnet where avi controller will create the service engines. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seNetworkId set the seNetworkId. */ @@ -86,7 +86,7 @@ public void setSeNetworkId(String seNetworkId) { * This is the getter method this will return the attribute value. * Virtual network where virtual ips will belong. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualNetworkId */ @@ -98,7 +98,7 @@ public String getVirtualNetworkId() { * This is the setter method to the attribute. * Virtual network where virtual ips will belong. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualNetworkId set the virtualNetworkId. */ diff --git a/java/src/com/vmware/avi/sdk/model/AzureServicePrincipalCredentials.java b/java/src/com/vmware/avi/sdk/model/AzureServicePrincipalCredentials.java index 368d096850..776d23f9e5 100644 --- a/java/src/com/vmware/avi/sdk/model/AzureServicePrincipalCredentials.java +++ b/java/src/com/vmware/avi/sdk/model/AzureServicePrincipalCredentials.java @@ -37,7 +37,7 @@ public class AzureServicePrincipalCredentials { * Application id created for avi controller. * Required for application id based authentication only. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationId */ @@ -50,7 +50,7 @@ public String getApplicationId() { * Application id created for avi controller. * Required for application id based authentication only. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param applicationId set the applicationId. */ @@ -63,7 +63,7 @@ public void setApplicationId(String applicationId) { * Authentication token created for the avi controller application. * Required for application id based authentication only. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authenticationToken */ @@ -76,7 +76,7 @@ public String getAuthenticationToken() { * Authentication token created for the avi controller application. * Required for application id based authentication only. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authenticationToken set the authenticationToken. */ @@ -89,7 +89,7 @@ public void setAuthenticationToken(String authenticationToken) { * Tenant id for the subscription. * Required for application id based authentication only. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantId */ @@ -102,7 +102,7 @@ public String getTenantId() { * Tenant id for the subscription. * Required for application id based authentication only. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantId set the tenantId. */ diff --git a/java/src/com/vmware/avi/sdk/model/AzureSetup.java b/java/src/com/vmware/avi/sdk/model/AzureSetup.java index e2db8611ca..3b1c9c1c91 100644 --- a/java/src/com/vmware/avi/sdk/model/AzureSetup.java +++ b/java/src/com/vmware/avi/sdk/model/AzureSetup.java @@ -55,7 +55,7 @@ public class AzureSetup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return albId */ @@ -65,7 +65,7 @@ public String getAlbId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param albId set the albId. */ @@ -75,7 +75,7 @@ public void setAlbId(String albId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -85,7 +85,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -95,7 +95,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nicId */ @@ -105,7 +105,7 @@ public String getNicId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nicId set the nicId. */ @@ -115,7 +115,7 @@ public void setNicId(String nicId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -125,7 +125,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -135,7 +135,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceGroup */ @@ -145,7 +145,7 @@ public String getResourceGroup() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceGroup set the resourceGroup. */ @@ -155,7 +155,7 @@ public void setResourceGroup(String resourceGroup) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -165,7 +165,7 @@ public String getStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -175,7 +175,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subscriptionId */ @@ -185,7 +185,7 @@ public String getSubscriptionId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subscriptionId set the subscriptionId. */ @@ -194,7 +194,7 @@ public void setSubscriptionId(String subscriptionId) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vips */ @@ -204,7 +204,7 @@ public List getVips() { /** * This is the setter method. this will set the vips - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vips */ @@ -214,7 +214,7 @@ public void setVips(List vips) { /** * This is the setter method this will set the vips - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vips */ @@ -228,7 +228,7 @@ public AzureSetup addVipsItem(IpAddr vipsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnetId */ @@ -238,7 +238,7 @@ public String getVnetId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vnetId set the vnetId. */ @@ -247,7 +247,7 @@ public void setVnetId(String vnetId) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuids */ @@ -257,7 +257,7 @@ public List getVsUuids() { /** * This is the setter method. this will set the vsUuids - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuids */ @@ -267,7 +267,7 @@ public void setVsUuids(List vsUuids) { /** * This is the setter method this will set the vsUuids - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuids */ diff --git a/java/src/com/vmware/avi/sdk/model/AzureUserPassCredentials.java b/java/src/com/vmware/avi/sdk/model/AzureUserPassCredentials.java index 95bff4101a..3a989840bc 100644 --- a/java/src/com/vmware/avi/sdk/model/AzureUserPassCredentials.java +++ b/java/src/com/vmware/avi/sdk/model/AzureUserPassCredentials.java @@ -37,7 +37,7 @@ public class AzureUserPassCredentials { * Password for azure subscription. * Required only if username is provided. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -50,7 +50,7 @@ public String getPassword() { * Password for azure subscription. * Required only if username is provided. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -63,7 +63,7 @@ public void setPassword(String password) { * Tenant or the active directory associated with the subscription. * Required for user name password authentication. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantName */ @@ -76,7 +76,7 @@ public String getTenantName() { * Tenant or the active directory associated with the subscription. * Required for user name password authentication. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantName set the tenantName. */ @@ -89,7 +89,7 @@ public void setTenantName(String tenantName) { * Username for azure subscription. * Required only for username password based authentication. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -102,7 +102,7 @@ public String getUsername() { * Username for azure subscription. * Required only for username password based authentication. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ diff --git a/java/src/com/vmware/avi/sdk/model/BMSetup.java b/java/src/com/vmware/avi/sdk/model/BMSetup.java index 8d92389f46..555ad7f060 100644 --- a/java/src/com/vmware/avi/sdk/model/BMSetup.java +++ b/java/src/com/vmware/avi/sdk/model/BMSetup.java @@ -31,7 +31,7 @@ public class BMSetup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -41,7 +41,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -51,7 +51,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -61,7 +61,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ diff --git a/java/src/com/vmware/avi/sdk/model/BOTLimits.java b/java/src/com/vmware/avi/sdk/model/BOTLimits.java index 048e58c553..6ca107c1ee 100644 --- a/java/src/com/vmware/avi/sdk/model/BOTLimits.java +++ b/java/src/com/vmware/avi/sdk/model/BOTLimits.java @@ -36,7 +36,7 @@ public class BOTLimits { * This is the getter method this will return the attribute value. * Maximum number of rules to control which requests undergo bot detection. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowRules */ @@ -48,7 +48,7 @@ public Integer getAllowRules() { * This is the setter method to the attribute. * Maximum number of rules to control which requests undergo bot detection. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allowRules set the allowRules. */ @@ -60,7 +60,7 @@ public void setAllowRules(Integer allowRules) { * This is the getter method this will return the attribute value. * Maximum number of configurable http header(s). * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -72,7 +72,7 @@ public Integer getHdrs() { * This is the setter method to the attribute. * Maximum number of configurable http header(s). * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hdrs set the hdrs. */ @@ -84,7 +84,7 @@ public void setHdrs(Integer hdrs) { * This is the getter method this will return the attribute value. * Maximum number of rules in a botmapping object. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappingRules */ @@ -96,7 +96,7 @@ public Integer getMappingRules() { * This is the setter method to the attribute. * Maximum number of rules in a botmapping object. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mappingRules set the mappingRules. */ diff --git a/java/src/com/vmware/avi/sdk/model/Backup.java b/java/src/com/vmware/avi/sdk/model/Backup.java index 929922b384..a4a105e522 100644 --- a/java/src/com/vmware/avi/sdk/model/Backup.java +++ b/java/src/com/vmware/avi/sdk/model/Backup.java @@ -54,7 +54,7 @@ public class Backup extends AviRestResource { * This is the getter method this will return the attribute value. * Backupconfiguration information. * It is a reference to an object of type backupconfiguration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backupConfigRef */ @@ -66,7 +66,7 @@ public String getBackupConfigRef() { * This is the setter method to the attribute. * Backupconfiguration information. * It is a reference to an object of type backupconfiguration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backupConfigRef set the backupConfigRef. */ @@ -77,7 +77,7 @@ public void setBackupConfigRef(String backupConfigRef) { /** * This is the getter method this will return the attribute value. * The file name of backup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fileName */ @@ -88,7 +88,7 @@ public String getFileName() { /** * This is the setter method to the attribute. * The file name of backup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fileName set the fileName. */ @@ -99,7 +99,7 @@ public void setFileName(String fileName) { /** * This is the getter method this will return the attribute value. * Url to download the backup file. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return localFileUrl */ @@ -110,7 +110,7 @@ public String getLocalFileUrl() { /** * This is the setter method to the attribute. * Url to download the backup file. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param localFileUrl set the localFileUrl. */ @@ -121,7 +121,7 @@ public void setLocalFileUrl(String localFileUrl) { /** * This is the getter method this will return the attribute value. * Url to download the backup file. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteFileUrl */ @@ -132,7 +132,7 @@ public String getRemoteFileUrl() { /** * This is the setter method to the attribute. * Url to download the backup file. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteFileUrl set the remoteFileUrl. */ @@ -144,7 +144,7 @@ public void setRemoteFileUrl(String remoteFileUrl) { * This is the getter method this will return the attribute value. * Scheduler information. * It is a reference to an object of type scheduler. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return schedulerRef */ @@ -156,7 +156,7 @@ public String getSchedulerRef() { * This is the setter method to the attribute. * Scheduler information. * It is a reference to an object of type scheduler. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param schedulerRef set the schedulerRef. */ @@ -167,7 +167,7 @@ public void setSchedulerRef(String schedulerRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -178,7 +178,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -189,7 +189,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. * Unix timestamp of when the backup file is created. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timestamp */ @@ -200,7 +200,7 @@ public String getTimestamp() { /** * This is the setter method to the attribute. * Unix timestamp of when the backup file is created. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timestamp set the timestamp. */ @@ -227,7 +227,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -237,7 +237,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/BackupConfiguration.java b/java/src/com/vmware/avi/sdk/model/BackupConfiguration.java index ffed96ee8b..d0ee064caa 100644 --- a/java/src/com/vmware/avi/sdk/model/BackupConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/BackupConfiguration.java @@ -39,6 +39,9 @@ public class BackupConfiguration extends AviRestResource { @JsonProperty("backup_passphrase") private String backupPassphrase; + @JsonProperty("bundle_mode") + private Boolean bundleMode = false; + @JsonProperty("maximum_backups_stored") private Integer maximumBackupsStored = 4; @@ -84,7 +87,7 @@ public class BackupConfiguration extends AviRestResource { * This is the getter method this will return the attribute value. * Aws access key id. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return awsAccessKey */ @@ -96,7 +99,7 @@ public String getAwsAccessKey() { * This is the setter method to the attribute. * Aws access key id. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param awsAccessKey set the awsAccessKey. */ @@ -108,7 +111,7 @@ public void setAwsAccessKey(String awsAccessKey) { * This is the getter method this will return the attribute value. * Aws bucket. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return awsBucketId */ @@ -120,7 +123,7 @@ public String getAwsBucketId() { * This is the setter method to the attribute. * Aws bucket. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param awsBucketId set the awsBucketId. */ @@ -132,7 +135,7 @@ public void setAwsBucketId(String awsBucketId) { * This is the getter method this will return the attribute value. * The name of the aws region associated with the bucket. * Field introduced in 21.1.5, 22.1.1, 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return awsBucketRegion */ @@ -144,7 +147,7 @@ public String getAwsBucketRegion() { * This is the setter method to the attribute. * The name of the aws region associated with the bucket. * Field introduced in 21.1.5, 22.1.1, 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param awsBucketRegion set the awsBucketRegion. */ @@ -156,7 +159,7 @@ public void setAwsBucketRegion(String awsBucketRegion) { * This is the getter method this will return the attribute value. * Aws secret access key. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return awsSecretAccess */ @@ -168,7 +171,7 @@ public String getAwsSecretAccess() { * This is the setter method to the attribute. * Aws secret access key. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param awsSecretAccess set the awsSecretAccess. */ @@ -180,7 +183,7 @@ public void setAwsSecretAccess(String awsSecretAccess) { * This is the getter method this will return the attribute value. * Prefix of the exported configuration file. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backupFilePrefix */ @@ -192,7 +195,7 @@ public String getBackupFilePrefix() { * This is the setter method to the attribute. * Prefix of the exported configuration file. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backupFilePrefix set the backupFilePrefix. */ @@ -204,7 +207,7 @@ public void setBackupFilePrefix(String backupFilePrefix) { * This is the getter method this will return the attribute value. * Default passphrase to encrypt sensitive fields for configuration export and periodic backup. * The same passphrase must be provided to import the configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backupPassphrase */ @@ -216,7 +219,7 @@ public String getBackupPassphrase() { * This is the setter method to the attribute. * Default passphrase to encrypt sensitive fields for configuration export and periodic backup. * The same passphrase must be provided to import the configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backupPassphrase set the backupPassphrase. */ @@ -224,11 +227,37 @@ public void setBackupPassphrase(String backupPassphrase) { this.backupPassphrase = backupPassphrase; } + /** + * This is the getter method this will return the attribute value. + * By default, json backups are generated. + * When this flag is enabled, bundle backups will be generated. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return bundleMode + */ + public Boolean getBundleMode() { + return bundleMode; + } + + /** + * This is the setter method to the attribute. + * By default, json backups are generated. + * When this flag is enabled, bundle backups will be generated. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param bundleMode set the bundleMode. + */ + public void setBundleMode(Boolean bundleMode) { + this.bundleMode = bundleMode; + } + /** * This is the getter method this will return the attribute value. * Rotate the backup files based on this count. * Allowed values are 1-20. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return maximumBackupsStored */ @@ -240,7 +269,7 @@ public Integer getMaximumBackupsStored() { * This is the setter method to the attribute. * Rotate the backup files based on this count. * Allowed values are 1-20. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param maximumBackupsStored set the maximumBackupsStored. */ @@ -251,7 +280,7 @@ public void setMaximumBackupsStored(Integer maximumBackupsStored) { /** * This is the getter method this will return the attribute value. * Name of backup configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -262,7 +291,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of backup configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -273,7 +302,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Directory at remote destination with write permission for ssh user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteDirectory */ @@ -284,7 +313,7 @@ public String getRemoteDirectory() { /** * This is the setter method to the attribute. * Directory at remote destination with write permission for ssh user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteDirectory set the remoteDirectory. */ @@ -297,7 +326,8 @@ public void setRemoteDirectory(String remoteDirectory) { * Remote file transfer protocol type. * Enum options - SCP, SFTP. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, basic edition(allowed values- scp,sftp), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in basic (allowed values- scp,sftp) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SCP". * @return remoteFileTransferProtocol */ @@ -310,7 +340,8 @@ public String getRemoteFileTransferProtocol() { * Remote file transfer protocol type. * Enum options - SCP, SFTP. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, basic edition(allowed values- scp,sftp), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in basic (allowed values- scp,sftp) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SCP". * @param remoteFileTransferProtocol set the remoteFileTransferProtocol. */ @@ -321,7 +352,7 @@ public void setRemoteFileTransferProtocol(String remoteFileTransferProtocol) { /** * This is the getter method this will return the attribute value. * Remote destination. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteHostname */ @@ -332,7 +363,7 @@ public String getRemoteHostname() { /** * This is the setter method to the attribute. * Remote destination. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteHostname set the remoteHostname. */ @@ -344,7 +375,7 @@ public void setRemoteHostname(String remoteHostname) { * This is the getter method this will return the attribute value. * The folder name in s3 bucket where backup will be stored. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return s3BucketFolder */ @@ -356,7 +387,7 @@ public String getS3BucketFolder() { * This is the setter method to the attribute. * The folder name in s3 bucket where backup will be stored. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param s3BucketFolder set the s3BucketFolder. */ @@ -367,7 +398,7 @@ public void setS3BucketFolder(String s3BucketFolder) { /** * This is the getter method this will return the attribute value. * Local backup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return saveLocal */ @@ -378,7 +409,7 @@ public Boolean getSaveLocal() { /** * This is the setter method to the attribute. * Local backup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param saveLocal set the saveLocal. */ @@ -390,7 +421,7 @@ public void setSaveLocal(Boolean saveLocal) { * This is the getter method this will return the attribute value. * Access credentials for remote destination. * It is a reference to an object of type cloudconnectoruser. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshUserRef */ @@ -402,7 +433,7 @@ public String getSshUserRef() { * This is the setter method to the attribute. * Access credentials for remote destination. * It is a reference to an object of type cloudconnectoruser. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sshUserRef set the sshUserRef. */ @@ -413,7 +444,7 @@ public void setSshUserRef(String sshUserRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -424,7 +455,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -435,7 +466,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. * Remote backup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uploadToRemoteHost */ @@ -446,7 +477,7 @@ public Boolean getUploadToRemoteHost() { /** * This is the setter method to the attribute. * Remote backup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uploadToRemoteHost set the uploadToRemoteHost. */ @@ -458,7 +489,7 @@ public void setUploadToRemoteHost(Boolean uploadToRemoteHost) { * This is the getter method this will return the attribute value. * Cloud backup. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uploadToS3 */ @@ -470,7 +501,7 @@ public Boolean getUploadToS3() { * This is the setter method to the attribute. * Cloud backup. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uploadToS3 set the uploadToS3. */ @@ -497,7 +528,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -507,7 +538,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -542,6 +573,7 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.remoteFileTransferProtocol, objBackupConfiguration.remoteFileTransferProtocol)&& Objects.equals(this.awsBucketRegion, objBackupConfiguration.awsBucketRegion)&& Objects.equals(this.s3BucketFolder, objBackupConfiguration.s3BucketFolder)&& + Objects.equals(this.bundleMode, objBackupConfiguration.bundleMode)&& Objects.equals(this.tenantRef, objBackupConfiguration.tenantRef); } @@ -555,6 +587,7 @@ public String toString() { sb.append(" awsSecretAccess: ").append(toIndentedString(awsSecretAccess)).append("\n"); sb.append(" backupFilePrefix: ").append(toIndentedString(backupFilePrefix)).append("\n"); sb.append(" backupPassphrase: ").append(toIndentedString(backupPassphrase)).append("\n"); + sb.append(" bundleMode: ").append(toIndentedString(bundleMode)).append("\n"); sb.append(" maximumBackupsStored: ").append(toIndentedString(maximumBackupsStored)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" remoteDirectory: ").append(toIndentedString(remoteDirectory)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/BfdProfile.java b/java/src/com/vmware/avi/sdk/model/BfdProfile.java index 4c7a0276d4..e4e5e0018f 100644 --- a/java/src/com/vmware/avi/sdk/model/BfdProfile.java +++ b/java/src/com/vmware/avi/sdk/model/BfdProfile.java @@ -38,7 +38,7 @@ public class BfdProfile { * Allowed values are 500-4000000. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return minrx */ @@ -52,7 +52,7 @@ public Integer getMinrx() { * Allowed values are 500-4000000. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param minrx set the minrx. */ @@ -66,7 +66,7 @@ public void setMinrx(Integer minrx) { * Allowed values are 500-4000000. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return mintx */ @@ -80,7 +80,7 @@ public Integer getMintx() { * Allowed values are 500-4000000. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param mintx set the mintx. */ @@ -93,7 +93,7 @@ public void setMintx(Integer mintx) { * Default detection multiplier used in bfd. * Allowed values are 3-255. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return multi */ @@ -106,7 +106,7 @@ public Integer getMulti() { * Default detection multiplier used in bfd. * Allowed values are 3-255. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param multi set the multi. */ diff --git a/java/src/com/vmware/avi/sdk/model/BgpPeer.java b/java/src/com/vmware/avi/sdk/model/BgpPeer.java index a65bef0f0e..833dc52fbc 100644 --- a/java/src/com/vmware/avi/sdk/model/BgpPeer.java +++ b/java/src/com/vmware/avi/sdk/model/BgpPeer.java @@ -83,7 +83,7 @@ public class BgpPeer { /** * This is the getter method this will return the attribute value. * Advertise snat ip to this peer. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return advertiseSnatIp */ @@ -94,7 +94,7 @@ public Boolean getAdvertiseSnatIp() { /** * This is the setter method to the attribute. * Advertise snat ip to this peer. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param advertiseSnatIp set the advertiseSnatIp. */ @@ -105,7 +105,7 @@ public void setAdvertiseSnatIp(Boolean advertiseSnatIp) { /** * This is the getter method this will return the attribute value. * Advertise vip to this peer. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return advertiseVip */ @@ -116,7 +116,7 @@ public Boolean getAdvertiseVip() { /** * This is the setter method to the attribute. * Advertise vip to this peer. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param advertiseVip set the advertiseVip. */ @@ -128,7 +128,7 @@ public void setAdvertiseVip(Boolean advertiseVip) { * This is the getter method this will return the attribute value. * Advertisement interval for this peer. * Allowed values are 1-60. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return advertisementInterval */ @@ -140,7 +140,7 @@ public Integer getAdvertisementInterval() { * This is the setter method to the attribute. * Advertisement interval for this peer. * Allowed values are 1-60. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param advertisementInterval set the advertisementInterval. */ @@ -152,7 +152,7 @@ public void setAdvertisementInterval(Integer advertisementInterval) { * This is the getter method this will return the attribute value. * Enable bi-directional forward detection. * Only async mode supported. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return bfd */ @@ -164,7 +164,7 @@ public Boolean getBfd() { * This is the setter method to the attribute. * Enable bi-directional forward detection. * Only async mode supported. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param bfd set the bfd. */ @@ -176,7 +176,7 @@ public void setBfd(Boolean bfd) { * This is the getter method this will return the attribute value. * Connect timer for this peer. * Allowed values are 1-120. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return connectTimer */ @@ -188,7 +188,7 @@ public Integer getConnectTimer() { * This is the setter method to the attribute. * Connect timer for this peer. * Allowed values are 1-120. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param connectTimer set the connectTimer. */ @@ -201,7 +201,7 @@ public void setConnectTimer(Integer connectTimer) { * Ttl for multihop ebgp peer. * Allowed values are 0-255. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return ebgpMultihop */ @@ -214,7 +214,7 @@ public Integer getEbgpMultihop() { * Ttl for multihop ebgp peer. * Allowed values are 0-255. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param ebgpMultihop set the ebgpMultihop. */ @@ -226,7 +226,7 @@ public void setEbgpMultihop(Integer ebgpMultihop) { * This is the getter method this will return the attribute value. * Hold time for this peer. * Allowed values are 3-7200. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return holdTime */ @@ -238,7 +238,7 @@ public Integer getHoldTime() { * This is the setter method to the attribute. * Hold time for this peer. * Allowed values are 3-7200. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param holdTime set the holdTime. */ @@ -250,7 +250,7 @@ public void setHoldTime(Integer holdTime) { * This is the getter method this will return the attribute value. * Override the profile level local_as with the peer level remote_as. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ibgpLocalAsOverride */ @@ -262,7 +262,7 @@ public Boolean getIbgpLocalAsOverride() { * This is the setter method to the attribute. * Override the profile level local_as with the peer level remote_as. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ibgpLocalAsOverride set the ibgpLocalAsOverride. */ @@ -274,7 +274,7 @@ public void setIbgpLocalAsOverride(Boolean ibgpLocalAsOverride) { * This is the getter method this will return the attribute value. * Keepalive interval for this peer. * Allowed values are 0-3600. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keepaliveInterval */ @@ -286,7 +286,7 @@ public Integer getKeepaliveInterval() { * This is the setter method to the attribute. * Keepalive interval for this peer. * Allowed values are 0-3600. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keepaliveInterval set the keepaliveInterval. */ @@ -298,7 +298,7 @@ public void setKeepaliveInterval(Integer keepaliveInterval) { * This is the getter method this will return the attribute value. * Label used to enable learning and/or advertisement of routes to this peer. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return label */ @@ -310,7 +310,7 @@ public String getLabel() { * This is the setter method to the attribute. * Label used to enable learning and/or advertisement of routes to this peer. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param label set the label. */ @@ -324,7 +324,7 @@ public void setLabel(String label) { * If specified, this will override the local as configured at the vrf level. * Allowed values are 1-4294967295. * Field introduced in 17.1.6,17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return localAs */ @@ -338,7 +338,7 @@ public Integer getLocalAs() { * If specified, this will override the local as configured at the vrf level. * Allowed values are 1-4294967295. * Field introduced in 17.1.6,17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param localAs set the localAs. */ @@ -349,7 +349,7 @@ public void setLocalAs(Integer localAs) { /** * This is the getter method this will return the attribute value. * Peer autonomous system md5 digest secret key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return md5Secret */ @@ -360,7 +360,7 @@ public String getMd5Secret() { /** * This is the setter method to the attribute. * Peer autonomous system md5 digest secret key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param md5Secret set the md5Secret. */ @@ -372,7 +372,7 @@ public void setMd5Secret(String md5Secret) { * This is the getter method this will return the attribute value. * Network providing reachability for peer. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -384,7 +384,7 @@ public String getNetworkRef() { * This is the setter method to the attribute. * Network providing reachability for peer. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -395,7 +395,7 @@ public void setNetworkRef(String networkRef) { /** * This is the getter method this will return the attribute value. * Ip address of the bgp peer. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return peerIp */ @@ -406,7 +406,7 @@ public IpAddr getPeerIp() { /** * This is the setter method to the attribute. * Ip address of the bgp peer. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param peerIp set the peerIp. */ @@ -418,7 +418,7 @@ public void setPeerIp(IpAddr peerIp) { * This is the getter method this will return the attribute value. * Ipv6 address of the bgp peer. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return peerIp6 */ @@ -430,7 +430,7 @@ public IpAddr getPeerIp6() { * This is the setter method to the attribute. * Ipv6 address of the bgp peer. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param peerIp6 set the peerIp6. */ @@ -442,7 +442,7 @@ public void setPeerIp6(IpAddr peerIp6) { * This is the getter method this will return the attribute value. * Peer autonomous system id. * Allowed values are 1-4294967295. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteAs */ @@ -454,7 +454,7 @@ public Integer getRemoteAs() { * This is the setter method to the attribute. * Peer autonomous system id. * Allowed values are 1-4294967295. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteAs set the remoteAs. */ @@ -466,7 +466,7 @@ public void setRemoteAs(Integer remoteAs) { * This is the getter method this will return the attribute value. * Shutdown the bgp peer. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return shutdown */ @@ -478,7 +478,7 @@ public Boolean getShutdown() { * This is the setter method to the attribute. * Shutdown the bgp peer. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param shutdown set the shutdown. */ @@ -489,7 +489,7 @@ public void setShutdown(Boolean shutdown) { /** * This is the getter method this will return the attribute value. * Subnet providing reachability for peer. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -500,7 +500,7 @@ public IpAddrPrefix getSubnet() { /** * This is the setter method to the attribute. * Subnet providing reachability for peer. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -512,7 +512,7 @@ public void setSubnet(IpAddrPrefix subnet) { * This is the getter method this will return the attribute value. * Ipv6 subnet providing reachability for peer. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -524,7 +524,7 @@ public IpAddrPrefix getSubnet6() { * This is the setter method to the attribute. * Ipv6 subnet providing reachability for peer. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet6 set the subnet6. */ diff --git a/java/src/com/vmware/avi/sdk/model/BgpProfile.java b/java/src/com/vmware/avi/sdk/model/BgpProfile.java index 07e65faf4a..20a3e85aec 100644 --- a/java/src/com/vmware/avi/sdk/model/BgpProfile.java +++ b/java/src/com/vmware/avi/sdk/model/BgpProfile.java @@ -63,7 +63,7 @@ public class BgpProfile { * Community string either in aa nn format where aa, nn is within [1,65535] or local-as|no-advertise|no-export|internet. * Field introduced in 17.1.2. * Maximum of 16 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return community */ @@ -76,7 +76,7 @@ public List getCommunity() { * Community string either in aa nn format where aa, nn is within [1,65535] or local-as|no-advertise|no-export|internet. * Field introduced in 17.1.2. * Maximum of 16 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return community */ @@ -89,7 +89,7 @@ public void setCommunity(List community) { * Community string either in aa nn format where aa, nn is within [1,65535] or local-as|no-advertise|no-export|internet. * Field introduced in 17.1.2. * Maximum of 16 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return community */ @@ -105,7 +105,7 @@ public BgpProfile addCommunityItem(String communityItem) { * This is the getter method this will return the attribute value. * Hold time for peers. * Allowed values are 3-7200. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @return holdTime */ @@ -117,7 +117,7 @@ public Integer getHoldTime() { * This is the setter method to the attribute. * Hold time for peers. * Allowed values are 3-7200. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @param holdTime set the holdTime. */ @@ -128,7 +128,7 @@ public void setHoldTime(Integer holdTime) { /** * This is the getter method this will return the attribute value. * Bgp peer type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ibgp */ @@ -139,7 +139,7 @@ public Boolean getIbgp() { /** * This is the setter method to the attribute. * Bgp peer type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param ibgp set the ibgp. */ @@ -151,7 +151,7 @@ public void setIbgp(Boolean ibgp) { * Communities per ip address range. * Field introduced in 17.1.3. * Maximum of 1024 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipCommunities */ @@ -164,7 +164,7 @@ public List getIpCommunities() { * Communities per ip address range. * Field introduced in 17.1.3. * Maximum of 1024 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipCommunities */ @@ -177,7 +177,7 @@ public void setIpCommunities(List ipCommunities) { * Communities per ip address range. * Field introduced in 17.1.3. * Maximum of 1024 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipCommunities */ @@ -193,7 +193,7 @@ public BgpProfile addIpCommunitiesItem(IpCommunity ipCommunitiesItem) { * This is the getter method this will return the attribute value. * Keepalive interval for peers. * Allowed values are 0-3600. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return keepaliveInterval */ @@ -205,7 +205,7 @@ public Integer getKeepaliveInterval() { * This is the setter method to the attribute. * Keepalive interval for peers. * Allowed values are 0-3600. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param keepaliveInterval set the keepaliveInterval. */ @@ -217,7 +217,7 @@ public void setKeepaliveInterval(Integer keepaliveInterval) { * This is the getter method this will return the attribute value. * Local autonomous system id. * Allowed values are 1-4294967295. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return localAs */ @@ -229,7 +229,7 @@ public Integer getLocalAs() { * This is the setter method to the attribute. * Local autonomous system id. * Allowed values are 1-4294967295. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param localAs set the localAs. */ @@ -242,7 +242,7 @@ public void setLocalAs(Integer localAs) { * Local_pref to be used for routes advertised. * Applicable only over ibgp. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return localPreference */ @@ -255,7 +255,7 @@ public Integer getLocalPreference() { * Local_pref to be used for routes advertised. * Applicable only over ibgp. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param localPreference set the localPreference. */ @@ -268,7 +268,7 @@ public void setLocalPreference(Integer localPreference) { * Number of times the local as should be prepended additionally. * Allowed values are 1-10. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numAsPathPrepend */ @@ -281,7 +281,7 @@ public Integer getNumAsPathPrepend() { * Number of times the local as should be prepended additionally. * Allowed values are 1-10. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numAsPathPrepend set the numAsPathPrepend. */ @@ -292,7 +292,7 @@ public void setNumAsPathPrepend(Integer numAsPathPrepend) { * This is the getter method this will return the attribute value. * Bgp peers. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return peers */ @@ -304,7 +304,7 @@ public List getPeers() { * This is the setter method. this will set the peers * Bgp peers. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return peers */ @@ -316,7 +316,7 @@ public void setPeers(List peers) { * This is the setter method this will set the peers * Bgp peers. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return peers */ @@ -332,7 +332,7 @@ public BgpProfile addPeersItem(BgpPeer peersItem) { * Learning and advertising options for bgp peers. * Field introduced in 20.1.1. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routingOptions */ @@ -345,7 +345,7 @@ public List getRoutingOptions() { * Learning and advertising options for bgp peers. * Field introduced in 20.1.1. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routingOptions */ @@ -358,7 +358,7 @@ public void setRoutingOptions(List routingOptions) { * Learning and advertising options for bgp peers. * Field introduced in 20.1.1. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routingOptions */ @@ -374,7 +374,7 @@ public BgpProfile addRoutingOptionsItem(BgpRoutingOptions routingOptionsItem) { * This is the getter method this will return the attribute value. * Send community attribute to all peers. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sendCommunity */ @@ -386,7 +386,7 @@ public Boolean getSendCommunity() { * This is the setter method to the attribute. * Send community attribute to all peers. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sendCommunity set the sendCommunity. */ @@ -398,7 +398,7 @@ public void setSendCommunity(Boolean sendCommunity) { * This is the getter method this will return the attribute value. * Shutdown the bgp. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return shutdown */ @@ -410,7 +410,7 @@ public Boolean getShutdown() { * This is the setter method to the attribute. * Shutdown the bgp. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param shutdown set the shutdown. */ diff --git a/java/src/com/vmware/avi/sdk/model/BgpRoutingOptions.java b/java/src/com/vmware/avi/sdk/model/BgpRoutingOptions.java index 4f618b93c7..909d0cffde 100644 --- a/java/src/com/vmware/avi/sdk/model/BgpRoutingOptions.java +++ b/java/src/com/vmware/avi/sdk/model/BgpRoutingOptions.java @@ -45,7 +45,7 @@ public class BgpRoutingOptions { * This is the getter method this will return the attribute value. * Advertise self as default router to the bgp peer. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return advertiseDefaultRoute */ @@ -57,7 +57,7 @@ public Boolean getAdvertiseDefaultRoute() { * This is the setter method to the attribute. * Advertise self as default router to the bgp peer. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param advertiseDefaultRoute set the advertiseDefaultRoute. */ @@ -69,7 +69,7 @@ public void setAdvertiseDefaultRoute(Boolean advertiseDefaultRoute) { * This is the getter method this will return the attribute value. * Advertise the learned routes to the bgp peer. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return advertiseLearnedRoutes */ @@ -81,7 +81,7 @@ public Boolean getAdvertiseLearnedRoutes() { * This is the setter method to the attribute. * Advertise the learned routes to the bgp peer. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param advertiseLearnedRoutes set the advertiseLearnedRoutes. */ @@ -93,7 +93,7 @@ public void setAdvertiseLearnedRoutes(Boolean advertiseLearnedRoutes) { * This is the getter method this will return the attribute value. * Features are applied to peers matching this label. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return label */ @@ -105,7 +105,7 @@ public String getLabel() { * This is the setter method to the attribute. * Features are applied to peers matching this label. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param label set the label. */ @@ -117,7 +117,7 @@ public void setLabel(String label) { * This is the getter method this will return the attribute value. * Learn only default route from the bgp peer. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return learnOnlyDefaultRoute */ @@ -129,7 +129,7 @@ public Boolean getLearnOnlyDefaultRoute() { * This is the setter method to the attribute. * Learn only default route from the bgp peer. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param learnOnlyDefaultRoute set the learnOnlyDefaultRoute. */ @@ -141,7 +141,7 @@ public void setLearnOnlyDefaultRoute(Boolean learnOnlyDefaultRoute) { * This is the getter method this will return the attribute value. * Learn routes from the bgp peer. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return learnRoutes */ @@ -153,7 +153,7 @@ public Boolean getLearnRoutes() { * This is the setter method to the attribute. * Learn routes from the bgp peer. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param learnRoutes set the learnRoutes. */ @@ -166,7 +166,7 @@ public void setLearnRoutes(Boolean learnRoutes) { * Maximum number of routes that can be learned from a bgp peer. * Allowed values are 50-250. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @return maxLearnLimit */ @@ -179,7 +179,7 @@ public Integer getMaxLearnLimit() { * Maximum number of routes that can be learned from a bgp peer. * Allowed values are 50-250. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @param maxLearnLimit set the maxLearnLimit. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotAllowList.java b/java/src/com/vmware/avi/sdk/model/BotAllowList.java index c93f0a433e..2e6337ead4 100644 --- a/java/src/com/vmware/avi/sdk/model/BotAllowList.java +++ b/java/src/com/vmware/avi/sdk/model/BotAllowList.java @@ -29,7 +29,7 @@ public class BotAllowList { * This is the getter method this will return the attribute value. * Allow rules to control which requests undergo bot detection. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -41,7 +41,7 @@ public List getRules() { * This is the setter method. this will set the rules * Allow rules to control which requests undergo bot detection. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -53,7 +53,7 @@ public void setRules(List rules) { * This is the setter method this will set the rules * Allow rules to control which requests undergo bot detection. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ diff --git a/java/src/com/vmware/avi/sdk/model/BotAllowRule.java b/java/src/com/vmware/avi/sdk/model/BotAllowRule.java index 8b8cbf9ea6..2d5d506c9f 100644 --- a/java/src/com/vmware/avi/sdk/model/BotAllowRule.java +++ b/java/src/com/vmware/avi/sdk/model/BotAllowRule.java @@ -40,7 +40,7 @@ public class BotAllowRule { * The action to take. * Enum options - BOT_ACTION_BYPASS, BOT_ACTION_CONTINUE. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -53,7 +53,7 @@ public String getAction() { * The action to take. * Enum options - BOT_ACTION_BYPASS, BOT_ACTION_CONTINUE. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -65,7 +65,7 @@ public void setAction(String action) { * This is the getter method this will return the attribute value. * The condition to match. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return condition */ @@ -77,7 +77,7 @@ public MatchTarget getCondition() { * This is the setter method to the attribute. * The condition to match. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param condition set the condition. */ @@ -89,7 +89,7 @@ public void setCondition(MatchTarget condition) { * This is the getter method this will return the attribute value. * Rules are processed in order of this index field. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -101,7 +101,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Rules are processed in order of this index field. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -113,7 +113,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * A name describing the rule in a short form. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -125,7 +125,7 @@ public String getName() { * This is the setter method to the attribute. * A name describing the rule in a short form. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotClassMatcher.java b/java/src/com/vmware/avi/sdk/model/BotClassMatcher.java index 78b89536d7..46276a2040 100644 --- a/java/src/com/vmware/avi/sdk/model/BotClassMatcher.java +++ b/java/src/com/vmware/avi/sdk/model/BotClassMatcher.java @@ -34,7 +34,7 @@ public class BotClassMatcher { * Enum options - UNDETERMINED_CLIENT, HUMAN_CLIENT, BOT_CLIENT. * Field introduced in 21.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientClasses */ @@ -48,7 +48,7 @@ public List getClientClasses() { * Enum options - UNDETERMINED_CLIENT, HUMAN_CLIENT, BOT_CLIENT. * Field introduced in 21.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientClasses */ @@ -62,7 +62,7 @@ public void setClientClasses(List clientClasses) { * Enum options - UNDETERMINED_CLIENT, HUMAN_CLIENT, BOT_CLIENT. * Field introduced in 21.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientClasses */ @@ -79,7 +79,7 @@ public BotClassMatcher addClientClassesItem(String clientClassesItem) { * The match operation. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @return op */ @@ -92,7 +92,7 @@ public String getOp() { * The match operation. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @param op set the op. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotClassification.java b/java/src/com/vmware/avi/sdk/model/BotClassification.java index 51ad87466a..acda3c9f26 100644 --- a/java/src/com/vmware/avi/sdk/model/BotClassification.java +++ b/java/src/com/vmware/avi/sdk/model/BotClassification.java @@ -34,7 +34,7 @@ public class BotClassification { * One of the system-defined bot classification types. * Enum options - HUMAN, GOOD_BOT, BAD_BOT, DANGEROUS_BOT, USER_DEFINED_BOT, UNKNOWN_CLIENT. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -47,7 +47,7 @@ public String getType() { * One of the system-defined bot classification types. * Enum options - HUMAN, GOOD_BOT, BAD_BOT, DANGEROUS_BOT, USER_DEFINED_BOT, UNKNOWN_CLIENT. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -59,7 +59,7 @@ public void setType(String type) { * This is the getter method this will return the attribute value. * If 'type' has botclassificationtypes value 'user_defined', this is the user-defined value. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userDefinedType */ @@ -71,7 +71,7 @@ public String getUserDefinedType() { * This is the setter method to the attribute. * If 'type' has botclassificationtypes value 'user_defined', this is the user-defined value. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userDefinedType set the userDefinedType. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotConfigClientBehavior.java b/java/src/com/vmware/avi/sdk/model/BotConfigClientBehavior.java index a3b9b2a684..ae9ddcf05b 100644 --- a/java/src/com/vmware/avi/sdk/model/BotConfigClientBehavior.java +++ b/java/src/com/vmware/avi/sdk/model/BotConfigClientBehavior.java @@ -38,8 +38,9 @@ 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. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return badRequestPercent */ @@ -50,8 +51,9 @@ 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. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param badRequestPercent set the badRequestPercent. */ @@ -63,7 +65,7 @@ public void setBadRequestPercent(Integer badRequestPercent) { * This is the getter method this will return the attribute value. * Whether client behavior based bot detection is enabled. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enabled */ @@ -75,7 +77,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Whether client behavior based bot detection is enabled. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enabled set the enabled. */ @@ -86,8 +88,9 @@ 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. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return minimumRequests */ @@ -98,8 +101,9 @@ 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. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param minimumRequests set the minimumRequests. */ @@ -109,9 +113,11 @@ 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. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return minimumRequestsWithReferer */ @@ -121,9 +127,11 @@ 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. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param minimumRequestsWithReferer set the minimumRequestsWithReferer. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotConfigConsolidator.java b/java/src/com/vmware/avi/sdk/model/BotConfigConsolidator.java index 99bbdf2983..7e72879586 100644 --- a/java/src/com/vmware/avi/sdk/model/BotConfigConsolidator.java +++ b/java/src/com/vmware/avi/sdk/model/BotConfigConsolidator.java @@ -45,7 +45,7 @@ public class BotConfigConsolidator extends AviRestResource { * This is the getter method this will return the attribute value. * Human-readable description of this consolidator. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -57,7 +57,7 @@ public String getDescription() { * This is the setter method to the attribute. * Human-readable description of this consolidator. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -69,7 +69,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * The name of this consolidator. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -81,7 +81,7 @@ public String getName() { * This is the setter method to the attribute. * The name of this consolidator. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -93,7 +93,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Script that consolidates results from all bot decision components. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return script */ @@ -105,7 +105,7 @@ public String getScript() { * This is the setter method to the attribute. * Script that consolidates results from all bot decision components. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param script set the script. */ @@ -118,7 +118,7 @@ public void setScript(String script) { * The unique identifier of the tenant to which this consolidator belongs. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -131,7 +131,7 @@ public String getTenantRef() { * The unique identifier of the tenant to which this consolidator belongs. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -160,7 +160,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * A unique identifier for this consolidator. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -172,7 +172,7 @@ public String getUuid() { * This is the setter method to the attribute. * A unique identifier for this consolidator. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotConfigIPLocation.java b/java/src/com/vmware/avi/sdk/model/BotConfigIPLocation.java index dacbed9663..fdfb322471 100644 --- a/java/src/com/vmware/avi/sdk/model/BotConfigIPLocation.java +++ b/java/src/com/vmware/avi/sdk/model/BotConfigIPLocation.java @@ -39,7 +39,7 @@ public class BotConfigIPLocation { * This is the getter method this will return the attribute value. * If this is enabled, ip location information is used to determine if a client is a known search engine bot, comes from the cloud, etc. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -51,7 +51,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * If this is enabled, ip location information is used to determine if a client is a known search engine bot, comes from the cloud, etc. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -64,7 +64,7 @@ public void setEnabled(Boolean enabled) { * The uuid of the geo-ip database to use. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipLocationDbRef */ @@ -77,7 +77,7 @@ public String getIpLocationDbRef() { * The uuid of the geo-ip database to use. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipLocationDbRef set the ipLocationDbRef. */ @@ -90,7 +90,7 @@ public void setIpLocationDbRef(String ipLocationDbRef) { * The system-defined cloud providers. * It is a reference to an object of type stringgroup. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return systemCloudProvidersRef */ @@ -103,7 +103,7 @@ public String getSystemCloudProvidersRef() { * The system-defined cloud providers. * It is a reference to an object of type stringgroup. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param systemCloudProvidersRef set the systemCloudProvidersRef. */ @@ -116,7 +116,7 @@ public void setSystemCloudProvidersRef(String systemCloudProvidersRef) { * The system-defined search engines. * It is a reference to an object of type stringgroup. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return systemSearchEnginesRef */ @@ -129,7 +129,7 @@ public String getSystemSearchEnginesRef() { * The system-defined search engines. * It is a reference to an object of type stringgroup. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param systemSearchEnginesRef set the systemSearchEnginesRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotConfigIPReputation.java b/java/src/com/vmware/avi/sdk/model/BotConfigIPReputation.java index bace0c1239..7c1ca5c349 100644 --- a/java/src/com/vmware/avi/sdk/model/BotConfigIPReputation.java +++ b/java/src/com/vmware/avi/sdk/model/BotConfigIPReputation.java @@ -36,7 +36,7 @@ public class BotConfigIPReputation { * This is the getter method this will return the attribute value. * Whether ip reputation-based bot detection is enabled. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -48,7 +48,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Whether ip reputation-based bot detection is enabled. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -61,7 +61,7 @@ public void setEnabled(Boolean enabled) { * The uuid of the ip reputation db to use. * It is a reference to an object of type ipreputationdb. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationDbRef */ @@ -74,7 +74,7 @@ public String getIpReputationDbRef() { * The uuid of the ip reputation db to use. * It is a reference to an object of type ipreputationdb. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipReputationDbRef set the ipReputationDbRef. */ @@ -87,7 +87,7 @@ public void setIpReputationDbRef(String ipReputationDbRef) { * The system-provided mapping from ip reputation types to bot types. * It is a reference to an object of type botipreputationtypemapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return systemIpReputationMappingRef */ @@ -100,7 +100,7 @@ public String getSystemIpReputationMappingRef() { * The system-provided mapping from ip reputation types to bot types. * It is a reference to an object of type botipreputationtypemapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param systemIpReputationMappingRef set the systemIpReputationMappingRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotConfigUserAgent.java b/java/src/com/vmware/avi/sdk/model/BotConfigUserAgent.java index ada5b5f88f..5c06b80956 100644 --- a/java/src/com/vmware/avi/sdk/model/BotConfigUserAgent.java +++ b/java/src/com/vmware/avi/sdk/model/BotConfigUserAgent.java @@ -33,7 +33,7 @@ public class BotConfigUserAgent { * This is the getter method this will return the attribute value. * Whether user agent-based bot detection is enabled. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -45,7 +45,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Whether user agent-based bot detection is enabled. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -57,7 +57,7 @@ public void setEnabled(Boolean enabled) { * This is the getter method this will return the attribute value. * Whether to match the tls fingerprint observed on the request against tls fingerprints expected for the user agent. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useTlsFingerprint */ @@ -69,7 +69,7 @@ public Boolean getUseTlsFingerprint() { * This is the setter method to the attribute. * Whether to match the tls fingerprint observed on the request against tls fingerprints expected for the user agent. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useTlsFingerprint set the useTlsFingerprint. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotDetectionMatch.java b/java/src/com/vmware/avi/sdk/model/BotDetectionMatch.java index dafe12ac58..d43f31dcaa 100644 --- a/java/src/com/vmware/avi/sdk/model/BotDetectionMatch.java +++ b/java/src/com/vmware/avi/sdk/model/BotDetectionMatch.java @@ -32,7 +32,7 @@ public class BotDetectionMatch { * This is the getter method this will return the attribute value. * Bot classification types. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return classifications */ @@ -44,7 +44,7 @@ public List getClassifications() { * This is the setter method. this will set the classifications * Bot classification types. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return classifications */ @@ -56,7 +56,7 @@ public void setClassifications(List classifications) { * This is the setter method this will set the classifications * Bot classification types. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return classifications */ @@ -73,7 +73,7 @@ public BotDetectionMatch addClassificationsItem(BotClassification classification * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchOperation */ @@ -86,7 +86,7 @@ public String getMatchOperation() { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchOperation set the matchOperation. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotDetectionPolicy.java b/java/src/com/vmware/avi/sdk/model/BotDetectionPolicy.java index 28362f4221..1537207fc8 100644 --- a/java/src/com/vmware/avi/sdk/model/BotDetectionPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/BotDetectionPolicy.java @@ -69,7 +69,7 @@ public class BotDetectionPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Allow the user to skip botmanagement for selected requests. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowList */ @@ -81,7 +81,7 @@ public BotAllowList getAllowList() { * This is the setter method to the attribute. * Allow the user to skip botmanagement for selected requests. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allowList set the allowList. */ @@ -93,7 +93,7 @@ public void setAllowList(BotAllowList allowList) { * This is the getter method this will return the attribute value. * The client behavior configuration used in this policy. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientBehaviorDetector */ @@ -105,7 +105,7 @@ public BotConfigClientBehavior getClientBehaviorDetector() { * This is the setter method to the attribute. * The client behavior configuration used in this policy. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientBehaviorDetector set the clientBehaviorDetector. */ @@ -117,7 +117,7 @@ public void setClientBehaviorDetector(BotConfigClientBehavior clientBehaviorDete * This is the getter method this will return the attribute value. * Human-readable description of this bot detection policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -129,7 +129,7 @@ public String getDescription() { * This is the setter method to the attribute. * Human-readable description of this bot detection policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -141,7 +141,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * The ip location configuration used in this policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipLocationDetector */ @@ -153,7 +153,7 @@ public BotConfigIPLocation getIpLocationDetector() { * This is the setter method to the attribute. * The ip location configuration used in this policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipLocationDetector set the ipLocationDetector. */ @@ -165,7 +165,7 @@ public void setIpLocationDetector(BotConfigIPLocation ipLocationDetector) { * This is the getter method this will return the attribute value. * The ip reputation configuration used in this policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationDetector */ @@ -177,7 +177,7 @@ public BotConfigIPReputation getIpReputationDetector() { * This is the setter method to the attribute. * The ip reputation configuration used in this policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipReputationDetector set the ipReputationDetector. */ @@ -189,7 +189,7 @@ public void setIpReputationDetector(BotConfigIPReputation ipReputationDetector) * This is the getter method this will return the attribute value. * The name of this bot detection policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -201,7 +201,7 @@ public String getName() { * This is the setter method to the attribute. * The name of this bot detection policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -214,7 +214,7 @@ public void setName(String name) { * System-defined rules for classification. * It is a reference to an object of type botmapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return systemBotMappingRef */ @@ -227,7 +227,7 @@ public String getSystemBotMappingRef() { * System-defined rules for classification. * It is a reference to an object of type botmapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param systemBotMappingRef set the systemBotMappingRef. */ @@ -240,7 +240,7 @@ public void setSystemBotMappingRef(String systemBotMappingRef) { * The installation provides an updated ruleset for consolidating the results of different decider phases. * It is a reference to an object of type botconfigconsolidator. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return systemConsolidatorRef */ @@ -253,7 +253,7 @@ public String getSystemConsolidatorRef() { * The installation provides an updated ruleset for consolidating the results of different decider phases. * It is a reference to an object of type botconfigconsolidator. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param systemConsolidatorRef set the systemConsolidatorRef. */ @@ -266,7 +266,7 @@ public void setSystemConsolidatorRef(String systemConsolidatorRef) { * The unique identifier of the tenant to which this policy belongs. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -279,7 +279,7 @@ public String getTenantRef() { * The unique identifier of the tenant to which this policy belongs. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -308,7 +308,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * The user-agent configuration used in this policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAgentDetector */ @@ -320,7 +320,7 @@ public BotConfigUserAgent getUserAgentDetector() { * This is the setter method to the attribute. * The user-agent configuration used in this policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userAgentDetector set the userAgentDetector. */ @@ -335,7 +335,7 @@ public void setUserAgentDetector(BotConfigUserAgent userAgentDetector) { * If a rule matches, processing terminates and the system-defined rules will not run. * It is a reference to an object of type botmapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userBotMappingRef */ @@ -350,7 +350,7 @@ public String getUserBotMappingRef() { * If a rule matches, processing terminates and the system-defined rules will not run. * It is a reference to an object of type botmapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userBotMappingRef set the userBotMappingRef. */ @@ -365,7 +365,7 @@ public void setUserBotMappingRef(String userBotMappingRef) { * If it successfully sets a consolidation, the system consolidator will not change it. * It is a reference to an object of type botconfigconsolidator. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userConsolidatorRef */ @@ -380,7 +380,7 @@ public String getUserConsolidatorRef() { * If it successfully sets a consolidation, the system consolidator will not change it. * It is a reference to an object of type botconfigconsolidator. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userConsolidatorRef set the userConsolidatorRef. */ @@ -392,7 +392,7 @@ public void setUserConsolidatorRef(String userConsolidatorRef) { * This is the getter method this will return the attribute value. * A unique identifier to this bot detection policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -404,7 +404,7 @@ public String getUuid() { * This is the setter method to the attribute. * A unique identifier to this bot detection policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotEvaluationResult.java b/java/src/com/vmware/avi/sdk/model/BotEvaluationResult.java index f764f17640..25e966607b 100644 --- a/java/src/com/vmware/avi/sdk/model/BotEvaluationResult.java +++ b/java/src/com/vmware/avi/sdk/model/BotEvaluationResult.java @@ -41,7 +41,7 @@ public class BotEvaluationResult { * Enum options - BOT_DECIDER_CONSOLIDATION, BOT_DECIDER_USER_AGENT, BOT_DECIDER_IP_REPUTATION, BOT_DECIDER_IP_NETWORK_LOCATION, * BOT_DECIDER_CLIENT_BEHAVIOR. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return component */ @@ -55,7 +55,7 @@ public String getComponent() { * Enum options - BOT_DECIDER_CONSOLIDATION, BOT_DECIDER_USER_AGENT, BOT_DECIDER_IP_REPUTATION, BOT_DECIDER_IP_NETWORK_LOCATION, * BOT_DECIDER_CLIENT_BEHAVIOR. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param component set the component. */ @@ -68,7 +68,7 @@ public void setComponent(String component) { * The confidence of this evaluation. * Enum options - LOW_CONFIDENCE, MEDIUM_CONFIDENCE, HIGH_CONFIDENCE. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return confidence */ @@ -81,7 +81,7 @@ public String getConfidence() { * The confidence of this evaluation. * Enum options - LOW_CONFIDENCE, MEDIUM_CONFIDENCE, HIGH_CONFIDENCE. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param confidence set the confidence. */ @@ -93,7 +93,7 @@ public void setConfidence(String confidence) { * This is the getter method this will return the attribute value. * The resulting bot identification. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return identification */ @@ -105,7 +105,7 @@ public BotIdentification getIdentification() { * This is the setter method to the attribute. * The resulting bot identification. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param identification set the identification. */ @@ -116,7 +116,7 @@ public void setIdentification(BotIdentification identification) { * This is the getter method this will return the attribute value. * Additional notes for this result. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -128,7 +128,7 @@ public List getNotes() { * This is the setter method. this will set the notes * Additional notes for this result. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -140,7 +140,7 @@ public void setNotes(List notes) { * This is the setter method this will set the notes * Additional notes for this result. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ diff --git a/java/src/com/vmware/avi/sdk/model/BotIPReputationTypeMapping.java b/java/src/com/vmware/avi/sdk/model/BotIPReputationTypeMapping.java index 699e2011ff..b97acfc7ea 100644 --- a/java/src/com/vmware/avi/sdk/model/BotIPReputationTypeMapping.java +++ b/java/src/com/vmware/avi/sdk/model/BotIPReputationTypeMapping.java @@ -41,7 +41,7 @@ public class BotIPReputationTypeMapping extends AviRestResource { * This is the getter method this will return the attribute value. * Map every ipreputationtype to a bot type (can be unknown). * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationMappings */ @@ -53,7 +53,7 @@ public List getIpReputationMappings() { * This is the setter method. this will set the ipReputationMappings * Map every ipreputationtype to a bot type (can be unknown). * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationMappings */ @@ -65,7 +65,7 @@ public void setIpReputationMappings(List ipReputationM * This is the setter method this will set the ipReputationMappings * Map every ipreputationtype to a bot type (can be unknown). * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationMappings */ @@ -81,7 +81,7 @@ public BotIPReputationTypeMapping addIpReputationMappingsItem(IPReputationTypeMa * This is the getter method this will return the attribute value. * The name of this mapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -93,7 +93,7 @@ public String getName() { * This is the setter method to the attribute. * The name of this mapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -106,7 +106,7 @@ public void setName(String name) { * The unique identifier of the tenant to which this mapping belongs. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -119,7 +119,7 @@ public String getTenantRef() { * The unique identifier of the tenant to which this mapping belongs. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -148,7 +148,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * A unique identifier of this mapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -160,7 +160,7 @@ public String getUuid() { * This is the setter method to the attribute. * A unique identifier of this mapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotIdentification.java b/java/src/com/vmware/avi/sdk/model/BotIdentification.java index 00cbd84604..a3b4c627b5 100644 --- a/java/src/com/vmware/avi/sdk/model/BotIdentification.java +++ b/java/src/com/vmware/avi/sdk/model/BotIdentification.java @@ -37,7 +37,7 @@ public class BotIdentification { * The bot client class of this identification. * Enum options - UNDETERMINED_CLIENT, HUMAN_CLIENT, BOT_CLIENT. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return classStr */ @@ -50,7 +50,7 @@ public String getClassStr() { * The bot client class of this identification. * Enum options - UNDETERMINED_CLIENT, HUMAN_CLIENT, BOT_CLIENT. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param classStr set the classStr. */ @@ -62,7 +62,7 @@ public void setClassStr(String classStr) { * This is the getter method this will return the attribute value. * A free-form string to identify the client. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return identifier */ @@ -74,7 +74,7 @@ public String getIdentifier() { * This is the setter method to the attribute. * A free-form string to identify the client. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param identifier set the identifier. */ @@ -88,7 +88,7 @@ public void setIdentifier(String identifier) { * Enum options - UNDETERMINED_CLIENT_TYPE, WEB_BROWSER, IN_APP_BROWSER, SEARCH_ENGINE, IMPERSONATOR, SPAM_SOURCE, WEB_ATTACKS, BOTNET, SCANNER, * DENIAL_OF_SERVICE, CLOUD_SOURCE, SECURITY_SCANNER, SITE_MONITOR, GENERIC_APPLICATION, SUSPICIOUS_APPLICATION. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -102,7 +102,7 @@ public String getType() { * Enum options - UNDETERMINED_CLIENT_TYPE, WEB_BROWSER, IN_APP_BROWSER, SEARCH_ENGINE, IMPERSONATOR, SPAM_SOURCE, WEB_ATTACKS, BOTNET, SCANNER, * DENIAL_OF_SERVICE, CLOUD_SOURCE, SECURITY_SCANNER, SITE_MONITOR, GENERIC_APPLICATION, SUSPICIOUS_APPLICATION. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotManagementLog.java b/java/src/com/vmware/avi/sdk/model/BotManagementLog.java index dd190653bf..35ce15a186 100644 --- a/java/src/com/vmware/avi/sdk/model/BotManagementLog.java +++ b/java/src/com/vmware/avi/sdk/model/BotManagementLog.java @@ -36,7 +36,7 @@ public class BotManagementLog { * This is the getter method this will return the attribute value. * The final classification of the bot management module. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return classification */ @@ -48,7 +48,7 @@ public BotClassification getClassification() { * This is the setter method to the attribute. * The final classification of the bot management module. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param classification set the classification. */ @@ -60,7 +60,7 @@ public void setClassification(BotClassification classification) { * This is the getter method this will return the attribute value. * Bot mapping details. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappingDecision */ @@ -72,7 +72,7 @@ public BotMappingDecision getMappingDecision() { * This is the setter method to the attribute. * Bot mapping details. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mappingDecision set the mappingDecision. */ @@ -83,7 +83,7 @@ public void setMappingDecision(BotMappingDecision mappingDecision) { * This is the getter method this will return the attribute value. * The evaluation results of the various bot module components. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -95,7 +95,7 @@ public List getResults() { * This is the setter method. this will set the results * The evaluation results of the various bot module components. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -107,7 +107,7 @@ public void setResults(List results) { * This is the setter method this will set the results * The evaluation results of the various bot module components. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ diff --git a/java/src/com/vmware/avi/sdk/model/BotMapping.java b/java/src/com/vmware/avi/sdk/model/BotMapping.java index a7bb7866ef..311122e3dd 100644 --- a/java/src/com/vmware/avi/sdk/model/BotMapping.java +++ b/java/src/com/vmware/avi/sdk/model/BotMapping.java @@ -41,7 +41,7 @@ public class BotMapping extends AviRestResource { * This is the getter method this will return the attribute value. * Rules for bot classification. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappingRules */ @@ -53,7 +53,7 @@ public List getMappingRules() { * This is the setter method. this will set the mappingRules * Rules for bot classification. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappingRules */ @@ -65,7 +65,7 @@ public void setMappingRules(List mappingRules) { * This is the setter method this will set the mappingRules * Rules for bot classification. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappingRules */ @@ -81,7 +81,7 @@ public BotMapping addMappingRulesItem(BotMappingRule mappingRulesItem) { * This is the getter method this will return the attribute value. * The name of this mapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -93,7 +93,7 @@ public String getName() { * This is the setter method to the attribute. * The name of this mapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -106,7 +106,7 @@ public void setName(String name) { * The unique identifier of the tenant to which this mapping belongs. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -119,7 +119,7 @@ public String getTenantRef() { * The unique identifier of the tenant to which this mapping belongs. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -148,7 +148,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * A unique identifier for this mapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -160,7 +160,7 @@ public String getUuid() { * This is the setter method to the attribute. * A unique identifier for this mapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotMappingDecision.java b/java/src/com/vmware/avi/sdk/model/BotMappingDecision.java index 6b7d3ce179..908f4fb0cd 100644 --- a/java/src/com/vmware/avi/sdk/model/BotMappingDecision.java +++ b/java/src/com/vmware/avi/sdk/model/BotMappingDecision.java @@ -33,7 +33,7 @@ public class BotMappingDecision { * This is the getter method this will return the attribute value. * The name of the bot mapping that made the decision. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappingName */ @@ -45,7 +45,7 @@ public String getMappingName() { * This is the setter method to the attribute. * The name of the bot mapping that made the decision. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mappingName set the mappingName. */ @@ -57,7 +57,7 @@ public void setMappingName(String mappingName) { * This is the getter method this will return the attribute value. * The name of the bot mapping rule that made the decision. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappingRuleName */ @@ -69,7 +69,7 @@ public String getMappingRuleName() { * This is the setter method to the attribute. * The name of the bot mapping rule that made the decision. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mappingRuleName set the mappingRuleName. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotMappingRule.java b/java/src/com/vmware/avi/sdk/model/BotMappingRule.java index dd87aaddf2..5c5a211825 100644 --- a/java/src/com/vmware/avi/sdk/model/BotMappingRule.java +++ b/java/src/com/vmware/avi/sdk/model/BotMappingRule.java @@ -39,7 +39,7 @@ public class BotMappingRule { * This is the getter method this will return the attribute value. * The assigned classification for this client. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return classification */ @@ -51,7 +51,7 @@ public BotClassification getClassification() { * This is the setter method to the attribute. * The assigned classification for this client. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param classification set the classification. */ @@ -63,7 +63,7 @@ public void setClassification(BotClassification classification) { * This is the getter method this will return the attribute value. * Rules are processed in order of this index field. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -75,7 +75,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Rules are processed in order of this index field. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -87,7 +87,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * How to match the request all the specified properties must be fulfilled. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -99,7 +99,7 @@ public BotMappingRuleMatchTarget getMatch() { * This is the setter method to the attribute. * How to match the request all the specified properties must be fulfilled. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -111,7 +111,7 @@ public void setMatch(BotMappingRuleMatchTarget match) { * This is the getter method this will return the attribute value. * A name describing the rule in a short form. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -123,7 +123,7 @@ public String getName() { * This is the setter method to the attribute. * A name describing the rule in a short form. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotMappingRuleMatchTarget.java b/java/src/com/vmware/avi/sdk/model/BotMappingRuleMatchTarget.java index d7f9a0257e..da4dc23640 100644 --- a/java/src/com/vmware/avi/sdk/model/BotMappingRuleMatchTarget.java +++ b/java/src/com/vmware/avi/sdk/model/BotMappingRuleMatchTarget.java @@ -54,7 +54,7 @@ public class BotMappingRuleMatchTarget { * This is the getter method this will return the attribute value. * How to match the botclientclass. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return classMatcher */ @@ -66,7 +66,7 @@ public BotClassMatcher getClassMatcher() { * This is the setter method to the attribute. * How to match the botclientclass. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param classMatcher set the classMatcher. */ @@ -78,7 +78,7 @@ public void setClassMatcher(BotClassMatcher classMatcher) { * This is the getter method this will return the attribute value. * Configure client ip addresses. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -90,7 +90,7 @@ public IpAddrMatch getClientIp() { * This is the setter method to the attribute. * Configure client ip addresses. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -104,7 +104,7 @@ public void setClientIp(IpAddrMatch clientIp) { * Enum options - BOT_DECIDER_CONSOLIDATION, BOT_DECIDER_USER_AGENT, BOT_DECIDER_IP_REPUTATION, BOT_DECIDER_IP_NETWORK_LOCATION, * BOT_DECIDER_CLIENT_BEHAVIOR. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return componentMatcher */ @@ -118,7 +118,7 @@ public String getComponentMatcher() { * Enum options - BOT_DECIDER_CONSOLIDATION, BOT_DECIDER_USER_AGENT, BOT_DECIDER_IP_REPUTATION, BOT_DECIDER_IP_NETWORK_LOCATION, * BOT_DECIDER_CLIENT_BEHAVIOR. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param componentMatcher set the componentMatcher. */ @@ -130,7 +130,7 @@ public void setComponentMatcher(String componentMatcher) { * Configure http header(s). * All configured headers must match. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -143,7 +143,7 @@ public List getHdrs() { * Configure http header(s). * All configured headers must match. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -156,7 +156,7 @@ public void setHdrs(List hdrs) { * Configure http header(s). * All configured headers must match. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -172,7 +172,7 @@ public BotMappingRuleMatchTarget addHdrsItem(HdrMatch hdrsItem) { * This is the getter method this will return the attribute value. * Configure the host header. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostHdr */ @@ -184,7 +184,7 @@ public HostHdrMatch getHostHdr() { * This is the setter method to the attribute. * Configure the host header. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostHdr set the hostHdr. */ @@ -196,7 +196,7 @@ public void setHostHdr(HostHdrMatch hostHdr) { * This is the getter method this will return the attribute value. * The list of bot identifier names and how they're matched. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return identifierMatcher */ @@ -208,7 +208,7 @@ public StringMatch getIdentifierMatcher() { * This is the setter method to the attribute. * The list of bot identifier names and how they're matched. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param identifierMatcher set the identifierMatcher. */ @@ -220,7 +220,7 @@ public void setIdentifierMatcher(StringMatch identifierMatcher) { * This is the getter method this will return the attribute value. * Configure http methods. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -232,7 +232,7 @@ public MethodMatch getMethod() { * This is the setter method to the attribute. * Configure http methods. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -244,7 +244,7 @@ public void setMethod(MethodMatch method) { * This is the getter method this will return the attribute value. * Configure request paths. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -256,7 +256,7 @@ public PathMatch getPath() { * This is the setter method to the attribute. * Configure request paths. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -268,7 +268,7 @@ public void setPath(PathMatch path) { * This is the getter method this will return the attribute value. * How to match the botclienttype. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return typeMatcher */ @@ -280,7 +280,7 @@ public BotTypeMatcher getTypeMatcher() { * This is the setter method to the attribute. * How to match the botclienttype. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param typeMatcher set the typeMatcher. */ diff --git a/java/src/com/vmware/avi/sdk/model/BotTypeMatcher.java b/java/src/com/vmware/avi/sdk/model/BotTypeMatcher.java index a9627f048e..03e9070e7e 100644 --- a/java/src/com/vmware/avi/sdk/model/BotTypeMatcher.java +++ b/java/src/com/vmware/avi/sdk/model/BotTypeMatcher.java @@ -35,7 +35,7 @@ public class BotTypeMatcher { * DENIAL_OF_SERVICE, CLOUD_SOURCE, SECURITY_SCANNER, SITE_MONITOR, GENERIC_APPLICATION, SUSPICIOUS_APPLICATION. * Field introduced in 21.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientTypes */ @@ -50,7 +50,7 @@ public List getClientTypes() { * DENIAL_OF_SERVICE, CLOUD_SOURCE, SECURITY_SCANNER, SITE_MONITOR, GENERIC_APPLICATION, SUSPICIOUS_APPLICATION. * Field introduced in 21.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientTypes */ @@ -65,7 +65,7 @@ public void setClientTypes(List clientTypes) { * DENIAL_OF_SERVICE, CLOUD_SOURCE, SECURITY_SCANNER, SITE_MONITOR, GENERIC_APPLICATION, SUSPICIOUS_APPLICATION. * Field introduced in 21.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientTypes */ @@ -82,7 +82,7 @@ public BotTypeMatcher addClientTypesItem(String clientTypesItem) { * The match operation. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @return op */ @@ -95,7 +95,7 @@ public String getOp() { * The match operation. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @param op set the op. */ diff --git a/java/src/com/vmware/avi/sdk/model/BuildInfo.java b/java/src/com/vmware/avi/sdk/model/BuildInfo.java index fb6cc08c0d..564f8058af 100644 --- a/java/src/com/vmware/avi/sdk/model/BuildInfo.java +++ b/java/src/com/vmware/avi/sdk/model/BuildInfo.java @@ -55,7 +55,7 @@ public class BuildInfo { * This is the getter method this will return the attribute value. * Build number for easy identification. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return buildNo */ @@ -67,7 +67,7 @@ public Integer getBuildNo() { * This is the setter method to the attribute. * Build number for easy identification. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param buildNo set the buildNo. */ @@ -79,7 +79,7 @@ public void setBuildNo(Integer buildNo) { * This is the getter method this will return the attribute value. * Date when the package created. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return date */ @@ -91,7 +91,7 @@ public String getDate() { * This is the setter method to the attribute. * Date when the package created. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param date set the date. */ @@ -103,7 +103,7 @@ public void setDate(String date) { * This is the getter method this will return the attribute value. * Min version of the image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minVersion */ @@ -115,7 +115,7 @@ public String getMinVersion() { * This is the setter method to the attribute. * Min version of the image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minVersion set the minVersion. */ @@ -127,7 +127,7 @@ public void setMinVersion(String minVersion) { * This is the getter method this will return the attribute value. * Patch version of the image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchVersion */ @@ -139,7 +139,7 @@ public String getPatchVersion() { * This is the setter method to the attribute. * Patch version of the image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchVersion set the patchVersion. */ @@ -151,7 +151,7 @@ public void setPatchVersion(String patchVersion) { * This is the getter method this will return the attribute value. * Product type. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return product */ @@ -163,7 +163,7 @@ public String getProduct() { * This is the setter method to the attribute. * Product type. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param product set the product. */ @@ -175,7 +175,7 @@ public void setProduct(String product) { * This is the getter method this will return the attribute value. * Product name. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return productName */ @@ -187,7 +187,7 @@ public String getProductName() { * This is the setter method to the attribute. * Product name. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param productName set the productName. */ @@ -198,9 +198,9 @@ public void setProductName(String productName) { /** * This is the getter method this will return the attribute value. * Remote reference of the container image. + * Field deprecated in 31.1.1. * Field introduced in 30.1.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 null. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @return remoteImageRef */ public String getRemoteImageRef() { @@ -210,9 +210,9 @@ public String getRemoteImageRef() { /** * This is the setter method to the attribute. * Remote reference of the container image. + * Field deprecated in 31.1.1. * Field introduced in 30.1.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 null. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @param remoteImageRef set the remoteImageRef. */ public void setRemoteImageRef(String remoteImageRef) { @@ -223,7 +223,7 @@ public void setRemoteImageRef(String remoteImageRef) { * This is the getter method this will return the attribute value. * Tag related to the package. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tag */ @@ -235,7 +235,7 @@ public String getTag() { * This is the setter method to the attribute. * Tag related to the package. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tag set the tag. */ @@ -247,7 +247,7 @@ public void setTag(String tag) { * This is the getter method this will return the attribute value. * Major version of the image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -259,7 +259,7 @@ public String getVersion() { * This is the setter method to the attribute. * Major version of the image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/BurstLicenseDetails.java b/java/src/com/vmware/avi/sdk/model/BurstLicenseDetails.java index 7755256829..acb5023425 100644 --- a/java/src/com/vmware/avi/sdk/model/BurstLicenseDetails.java +++ b/java/src/com/vmware/avi/sdk/model/BurstLicenseDetails.java @@ -40,7 +40,7 @@ public class BurstLicenseDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cores */ @@ -50,7 +50,7 @@ public Integer getCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cores set the cores. */ @@ -60,7 +60,7 @@ public void setCores(Integer cores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -70,7 +70,7 @@ public String getEndTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -80,7 +80,7 @@ public void setEndTime(String endTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -90,7 +90,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -100,7 +100,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -110,7 +110,7 @@ public String getSeUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ @@ -120,7 +120,7 @@ public void setSeUuid(String seUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -130,7 +130,7 @@ public String getStartTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ diff --git a/java/src/com/vmware/avi/sdk/model/BurstResource.java b/java/src/com/vmware/avi/sdk/model/BurstResource.java index c58699b3c4..26a9a4d047 100644 --- a/java/src/com/vmware/avi/sdk/model/BurstResource.java +++ b/java/src/com/vmware/avi/sdk/model/BurstResource.java @@ -45,7 +45,7 @@ public class BurstResource { * This is the getter method this will return the attribute value. * License id against which this burst has been accounted. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return accountedLicenseId */ @@ -57,7 +57,7 @@ public String getAccountedLicenseId() { * This is the setter method to the attribute. * License id against which this burst has been accounted. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param accountedLicenseId set the accountedLicenseId. */ @@ -69,7 +69,7 @@ public void setAccountedLicenseId(String accountedLicenseId) { * This is the getter method this will return the attribute value. * Time utc of the last alert created for this burst resource. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastAlertTime */ @@ -81,7 +81,7 @@ public String getLastAlertTime() { * This is the setter method to the attribute. * Time utc of the last alert created for this burst resource. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastAlertTime set the lastAlertTime. */ @@ -93,7 +93,7 @@ public void setLastAlertTime(String lastAlertTime) { * This is the getter method this will return the attribute value. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTier */ @@ -105,7 +105,7 @@ public String getLicenseTier() { * This is the setter method to the attribute. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseTier set the licenseTier. */ @@ -116,7 +116,7 @@ public void setLicenseTier(String licenseTier) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seCookie */ @@ -127,7 +127,7 @@ public String getSeCookie() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seCookie set the seCookie. */ @@ -139,7 +139,7 @@ public void setSeCookie(String seCookie) { * This is the getter method this will return the attribute value. * Service engine which triggered the burst license usage. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -151,7 +151,7 @@ public String getSeUuid() { * This is the setter method to the attribute. * Service engine which triggered the burst license usage. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ @@ -163,7 +163,7 @@ public void setSeUuid(String seUuid) { * This is the getter method this will return the attribute value. * Time utc when the burst license was put in use. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -175,7 +175,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Time utc when the burst license was put in use. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ diff --git a/java/src/com/vmware/avi/sdk/model/CCScaleSetNotifDetails.java b/java/src/com/vmware/avi/sdk/model/CCScaleSetNotifDetails.java index f97810f33d..97326335f7 100644 --- a/java/src/com/vmware/avi/sdk/model/CCScaleSetNotifDetails.java +++ b/java/src/com/vmware/avi/sdk/model/CCScaleSetNotifDetails.java @@ -36,7 +36,7 @@ public class CCScaleSetNotifDetails { * This is the getter method this will return the attribute value. * Cloud id. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -48,7 +48,7 @@ public String getCcId() { * This is the setter method to the attribute. * Cloud id. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -60,7 +60,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Detailed reason for the scale set notification. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -72,7 +72,7 @@ public String getReason() { * This is the setter method to the attribute. * Detailed reason for the scale set notification. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -83,7 +83,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Names of scale sets for which polling failed. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scalesetNames */ @@ -95,7 +95,7 @@ public List getScalesetNames() { * This is the setter method. this will set the scalesetNames * Names of scale sets for which polling failed. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scalesetNames */ @@ -107,7 +107,7 @@ public void setScalesetNames(List scalesetNames) { * This is the setter method this will set the scalesetNames * Names of scale sets for which polling failed. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scalesetNames */ diff --git a/java/src/com/vmware/avi/sdk/model/CC_AgentProperties.java b/java/src/com/vmware/avi/sdk/model/CC_AgentProperties.java index 9995c7ac3a..3f452445d0 100644 --- a/java/src/com/vmware/avi/sdk/model/CC_AgentProperties.java +++ b/java/src/com/vmware/avi/sdk/model/CC_AgentProperties.java @@ -59,7 +59,7 @@ public class CC_AgentProperties { /** * This is the getter method this will return the attribute value. * Maximum polls to check for async jobs to finish. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return asyncRetries */ @@ -70,7 +70,7 @@ public Integer getAsyncRetries() { /** * This is the setter method to the attribute. * Maximum polls to check for async jobs to finish. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param asyncRetries set the asyncRetries. */ @@ -82,7 +82,7 @@ public void setAsyncRetries(Integer asyncRetries) { * This is the getter method this will return the attribute value. * Delay between each async job status poll check. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return asyncRetriesDelay */ @@ -94,7 +94,7 @@ public Integer getAsyncRetriesDelay() { * This is the setter method to the attribute. * Delay between each async job status poll check. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param asyncRetriesDelay set the asyncRetriesDelay. */ @@ -107,7 +107,7 @@ public void setAsyncRetriesDelay(Integer asyncRetriesDelay) { * Discovery poll target duration; a scale factor of 1+ is computed with the actual discovery (actual/target) and used to tweak slow and fast poll * intervals. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return pollDurationTarget */ @@ -120,7 +120,7 @@ public Integer getPollDurationTarget() { * Discovery poll target duration; a scale factor of 1+ is computed with the actual discovery (actual/target) and used to tweak slow and fast poll * intervals. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param pollDurationTarget set the pollDurationTarget. */ @@ -132,7 +132,7 @@ public void setPollDurationTarget(Integer pollDurationTarget) { * This is the getter method this will return the attribute value. * Fast poll interval. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return pollFastTarget */ @@ -144,7 +144,7 @@ public Integer getPollFastTarget() { * This is the setter method to the attribute. * Fast poll interval. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param pollFastTarget set the pollFastTarget. */ @@ -156,7 +156,7 @@ public void setPollFastTarget(Integer pollFastTarget) { * This is the getter method this will return the attribute value. * Slow poll interval. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 240. * @return pollSlowTarget */ @@ -168,7 +168,7 @@ public Integer getPollSlowTarget() { * This is the setter method to the attribute. * Slow poll interval. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 240. * @param pollSlowTarget set the pollSlowTarget. */ @@ -182,7 +182,7 @@ public void setPollSlowTarget(Integer pollSlowTarget) { * Allowed values are 60-3600. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return vcenterHostPingInterval */ @@ -196,7 +196,7 @@ public Integer getVcenterHostPingInterval() { * Allowed values are 60-3600. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param vcenterHostPingInterval set the vcenterHostPingInterval. */ @@ -209,7 +209,7 @@ public void setVcenterHostPingInterval(Integer vcenterHostPingInterval) { * Batch size of vcenter inventory updates. * Allowed values are 1-500. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return vcenterInventoryMaxObjectUpdates */ @@ -222,7 +222,7 @@ public Integer getVcenterInventoryMaxObjectUpdates() { * Batch size of vcenter inventory updates. * Allowed values are 1-500. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param vcenterInventoryMaxObjectUpdates set the vcenterInventoryMaxObjectUpdates. */ @@ -235,7 +235,7 @@ public void setVcenterInventoryMaxObjectUpdates(Integer vcenterInventoryMaxObje * Max datastore processing go routines for vcenter datastore updates. * Allowed values are 1-40. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return vcenterMaxDatastoreGoRoutines */ @@ -248,7 +248,7 @@ public Integer getVcenterMaxDatastoreGoRoutines() { * Max datastore processing go routines for vcenter datastore updates. * Allowed values are 1-40. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param vcenterMaxDatastoreGoRoutines set the vcenterMaxDatastoreGoRoutines. */ @@ -262,7 +262,7 @@ public void setVcenterMaxDatastoreGoRoutines(Integer vcenterMaxDatastoreGoRouti * Allowed values are 60-3600. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @return vcenterReconcileInterval */ @@ -276,7 +276,7 @@ public Integer getVcenterReconcileInterval() { * Allowed values are 60-3600. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @param vcenterReconcileInterval set the vcenterReconcileInterval. */ @@ -287,7 +287,7 @@ public void setVcenterReconcileInterval(Integer vcenterReconcileInterval) { /** * This is the getter method this will return the attribute value. * Maximum polls to check for vnics to be attached to vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return vnicRetries */ @@ -298,7 +298,7 @@ public Integer getVnicRetries() { /** * This is the setter method to the attribute. * Maximum polls to check for vnics to be attached to vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param vnicRetries set the vnicRetries. */ @@ -310,7 +310,7 @@ public void setVnicRetries(Integer vnicRetries) { * This is the getter method this will return the attribute value. * Delay between each vnic status poll check. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return vnicRetriesDelay */ @@ -322,7 +322,7 @@ public Integer getVnicRetriesDelay() { * This is the setter method to the attribute. * Delay between each vnic status poll check. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param vnicRetriesDelay set the vnicRetriesDelay. */ diff --git a/java/src/com/vmware/avi/sdk/model/CC_Properties.java b/java/src/com/vmware/avi/sdk/model/CC_Properties.java index e9cd3e7003..c7990c78a5 100644 --- a/java/src/com/vmware/avi/sdk/model/CC_Properties.java +++ b/java/src/com/vmware/avi/sdk/model/CC_Properties.java @@ -32,7 +32,7 @@ public class CC_Properties { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return rpcPollInterval */ @@ -43,7 +43,7 @@ public Integer getRpcPollInterval() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param rpcPollInterval set the rpcPollInterval. */ @@ -53,7 +53,7 @@ public void setRpcPollInterval(Integer rpcPollInterval) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return rpcQueueSize */ @@ -63,7 +63,7 @@ public Integer getRpcQueueSize() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param rpcQueueSize set the rpcQueueSize. */ diff --git a/java/src/com/vmware/avi/sdk/model/CC_VnicInfo.java b/java/src/com/vmware/avi/sdk/model/CC_VnicInfo.java index 2aabbd003b..7e5b3b5225 100644 --- a/java/src/com/vmware/avi/sdk/model/CC_VnicInfo.java +++ b/java/src/com/vmware/avi/sdk/model/CC_VnicInfo.java @@ -46,7 +46,7 @@ public class CC_VnicInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddress */ @@ -56,7 +56,7 @@ public String getMacAddress() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddress set the macAddress. */ @@ -66,7 +66,7 @@ public void setMacAddress(String macAddress) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuid */ @@ -76,7 +76,7 @@ public String getNetworkUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkUuid set the networkUuid. */ @@ -86,7 +86,7 @@ public void setNetworkUuid(String networkUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portUuid */ @@ -96,7 +96,7 @@ public String getPortUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param portUuid set the portUuid. */ @@ -108,8 +108,8 @@ public void setPortUuid(String portUuid) { * This is the getter method this will return the attribute value. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @return status */ @@ -121,8 +121,8 @@ public String getStatus() { * This is the setter method to the attribute. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @param status set the status. */ @@ -132,7 +132,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusString */ @@ -142,7 +142,7 @@ public String getStatusString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statusString set the statusString. */ @@ -152,7 +152,7 @@ public void setStatusString(String statusString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetUuid */ @@ -162,7 +162,7 @@ public String getSubnetUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetUuid set the subnetUuid. */ @@ -172,7 +172,7 @@ public void setSubnetUuid(String subnetUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfUuid */ @@ -182,7 +182,7 @@ public String getVrfUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfUuid set the vrfUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/CPUUsage.java b/java/src/com/vmware/avi/sdk/model/CPUUsage.java index 3c23a33f7e..1a38d64a24 100644 --- a/java/src/com/vmware/avi/sdk/model/CPUUsage.java +++ b/java/src/com/vmware/avi/sdk/model/CPUUsage.java @@ -34,7 +34,7 @@ public class CPUUsage { * Cpu usage in percentage. * Field introduced in 21.1.1. * Unit is percent. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cpuPercent */ @@ -47,7 +47,7 @@ public Float getCpuPercent() { * Cpu usage in percentage. * Field introduced in 21.1.1. * Unit is percent. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cpuPercent set the cpuPercent. */ @@ -57,7 +57,7 @@ public void setCpuPercent(Float cpuPercent) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numCores */ @@ -67,7 +67,7 @@ public Integer getNumCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numCores set the numCores. */ diff --git a/java/src/com/vmware/avi/sdk/model/CPUUsageInfo.java b/java/src/com/vmware/avi/sdk/model/CPUUsageInfo.java index aac1d1d266..56dd3d590b 100644 --- a/java/src/com/vmware/avi/sdk/model/CPUUsageInfo.java +++ b/java/src/com/vmware/avi/sdk/model/CPUUsageInfo.java @@ -29,7 +29,7 @@ public class CPUUsageInfo { * This is the getter method this will return the attribute value. * Identifies the cpu usage of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cpuUsageOnNodes */ @@ -41,7 +41,7 @@ public List getCpuUsageOnNodes() { * This is the setter method. this will set the cpuUsageOnNodes * Identifies the cpu usage of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cpuUsageOnNodes */ @@ -53,7 +53,7 @@ public void setCpuUsageOnNodes(List cpuUsageOnNodes) { * This is the setter method this will set the cpuUsageOnNodes * Identifies the cpu usage of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cpuUsageOnNodes */ diff --git a/java/src/com/vmware/avi/sdk/model/CPUUsagePerNode.java b/java/src/com/vmware/avi/sdk/model/CPUUsagePerNode.java index 8a48a49b05..da802a79a2 100644 --- a/java/src/com/vmware/avi/sdk/model/CPUUsagePerNode.java +++ b/java/src/com/vmware/avi/sdk/model/CPUUsagePerNode.java @@ -33,7 +33,7 @@ public class CPUUsagePerNode { * This is the getter method this will return the attribute value. * Identifies the cpu usage of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cpuInfo */ @@ -45,7 +45,7 @@ public CPUUsage getCpuInfo() { * This is the setter method to the attribute. * Identifies the cpu usage of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cpuInfo set the cpuInfo. */ @@ -57,7 +57,7 @@ public void setCpuInfo(CPUUsage cpuInfo) { * This is the getter method this will return the attribute value. * Identifies the ip address of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -69,7 +69,7 @@ public String getName() { * This is the setter method to the attribute. * Identifies the ip address of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/CRL.java b/java/src/com/vmware/avi/sdk/model/CRL.java index 44ff65c954..1c890a1da2 100644 --- a/java/src/com/vmware/avi/sdk/model/CRL.java +++ b/java/src/com/vmware/avi/sdk/model/CRL.java @@ -56,7 +56,7 @@ public class CRL { /** * This is the getter method this will return the attribute value. * Common name of the issuer in the certificate revocation list. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return commonName */ @@ -67,7 +67,7 @@ public String getCommonName() { /** * This is the setter method to the attribute. * Common name of the issuer in the certificate revocation list. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param commonName set the commonName. */ @@ -78,7 +78,7 @@ public void setCommonName(String commonName) { /** * This is the getter method this will return the attribute value. * Distinguished name of the issuer in the certificate revocation list. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return distinguishedName */ @@ -89,7 +89,7 @@ public String getDistinguishedName() { /** * This is the setter method to the attribute. * Distinguished name of the issuer in the certificate revocation list. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param distinguishedName set the distinguishedName. */ @@ -100,7 +100,7 @@ public void setDistinguishedName(String distinguishedName) { /** * This is the getter method this will return the attribute value. * Cached etag to optimize the download of the crl. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return etag */ @@ -111,7 +111,7 @@ public String getEtag() { /** * This is the setter method to the attribute. * Cached etag to optimize the download of the crl. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param etag set the etag. */ @@ -123,7 +123,7 @@ public void setEtag(String etag) { * This is the getter method this will return the attribute value. * Fingerprint of the crl. * Used to avoid configuring duplicates. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fingerprint */ @@ -135,7 +135,7 @@ public String getFingerprint() { * This is the setter method to the attribute. * Fingerprint of the crl. * Used to avoid configuring duplicates. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fingerprint set the fingerprint. */ @@ -147,7 +147,7 @@ public void setFingerprint(String fingerprint) { * This is the getter method this will return the attribute value. * Last time crl was refreshed by the system. * This is an internal field used by the system. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastRefreshed */ @@ -159,7 +159,7 @@ public String getLastRefreshed() { * This is the setter method to the attribute. * Last time crl was refreshed by the system. * This is an internal field used by the system. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastRefreshed set the lastRefreshed. */ @@ -170,7 +170,7 @@ public void setLastRefreshed(String lastRefreshed) { /** * This is the getter method this will return the attribute value. * The date when this crl was last issued. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastUpdate */ @@ -181,7 +181,7 @@ public String getLastUpdate() { /** * This is the setter method to the attribute. * The date when this crl was last issued. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastUpdate set the lastUpdate. */ @@ -193,7 +193,7 @@ public void setLastUpdate(String lastUpdate) { * This is the getter method this will return the attribute value. * The date when a newer crl will be available. * Also conveys the date after which the crl should be considered obsolete. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nextUpdate */ @@ -205,7 +205,7 @@ public String getNextUpdate() { * This is the setter method to the attribute. * The date when a newer crl will be available. * Also conveys the date after which the crl should be considered obsolete. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nextUpdate set the nextUpdate. */ @@ -218,7 +218,7 @@ public void setNextUpdate(String nextUpdate) { * Url of a server that issues the certificate revocation list. * If this is configured, crl will be periodically downloaded either based on the configured update interval or the next update interval in the crl. * Crl itself is stored in the body. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverUrl */ @@ -231,7 +231,7 @@ public String getServerUrl() { * Url of a server that issues the certificate revocation list. * If this is configured, crl will be periodically downloaded either based on the configured update interval or the next update interval in the crl. * Crl itself is stored in the body. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverUrl set the serverUrl. */ @@ -242,7 +242,7 @@ public void setServerUrl(String serverUrl) { /** * This is the getter method this will return the attribute value. * Certificate revocation list in plain text for readability. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return text */ @@ -253,7 +253,7 @@ public String getText() { /** * This is the setter method to the attribute. * Certificate revocation list in plain text for readability. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param text set the text. */ @@ -267,7 +267,7 @@ public void setText(String text) { * If not specified, interval will be 1 day. * Allowed values are 30-525600. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1440. * @return updateInterval */ @@ -281,7 +281,7 @@ public Integer getUpdateInterval() { * If not specified, interval will be 1 day. * Allowed values are 30-525600. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1440. * @param updateInterval set the updateInterval. */ diff --git a/java/src/com/vmware/avi/sdk/model/CRSDeploymentFailure.java b/java/src/com/vmware/avi/sdk/model/CRSDeploymentFailure.java index e7b8349224..db806e3047 100644 --- a/java/src/com/vmware/avi/sdk/model/CRSDeploymentFailure.java +++ b/java/src/com/vmware/avi/sdk/model/CRSDeploymentFailure.java @@ -32,7 +32,7 @@ public class CRSDeploymentFailure { * This is the getter method this will return the attribute value. * List of all crs updates that failed to install. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsInfo */ @@ -44,7 +44,7 @@ public List getCrsInfo() { * This is the setter method. this will set the crsInfo * List of all crs updates that failed to install. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsInfo */ @@ -56,7 +56,7 @@ public void setCrsInfo(List crsInfo) { * This is the setter method this will set the crsInfo * List of all crs updates that failed to install. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsInfo */ @@ -72,7 +72,7 @@ public CRSDeploymentFailure addCrsInfoItem(CRSDetails crsInfoItem) { * This is the getter method this will return the attribute value. * Error message to be conveyed to controller ui. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -84,7 +84,7 @@ public String getMessage() { * This is the setter method to the attribute. * Error message to be conveyed to controller ui. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ diff --git a/java/src/com/vmware/avi/sdk/model/CRSDeploymentSuccess.java b/java/src/com/vmware/avi/sdk/model/CRSDeploymentSuccess.java index 875eff19c8..980a04a00f 100644 --- a/java/src/com/vmware/avi/sdk/model/CRSDeploymentSuccess.java +++ b/java/src/com/vmware/avi/sdk/model/CRSDeploymentSuccess.java @@ -29,7 +29,7 @@ public class CRSDeploymentSuccess { * This is the getter method this will return the attribute value. * List of all installed crs updates. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsInfo */ @@ -41,7 +41,7 @@ public List getCrsInfo() { * This is the setter method. this will set the crsInfo * List of all installed crs updates. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsInfo */ @@ -53,7 +53,7 @@ public void setCrsInfo(List crsInfo) { * This is the setter method this will set the crsInfo * List of all installed crs updates. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsInfo */ diff --git a/java/src/com/vmware/avi/sdk/model/CRSDetails.java b/java/src/com/vmware/avi/sdk/model/CRSDetails.java index 3fb292d4ad..ea2de04fab 100644 --- a/java/src/com/vmware/avi/sdk/model/CRSDetails.java +++ b/java/src/com/vmware/avi/sdk/model/CRSDetails.java @@ -39,7 +39,7 @@ public class CRSDetails { * This is the getter method this will return the attribute value. * Name of the crs release. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -51,7 +51,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the crs release. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -63,7 +63,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Crs release date. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return releaseDate */ @@ -75,7 +75,7 @@ public String getReleaseDate() { * This is the setter method to the attribute. * Crs release date. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param releaseDate set the releaseDate. */ @@ -86,7 +86,7 @@ public void setReleaseDate(String releaseDate) { * This is the getter method this will return the attribute value. * Download link of the crs release. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return url */ @@ -98,7 +98,7 @@ public String getUrl() { * This is the setter method. this will set the url * Download link of the crs release. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return url */ @@ -110,7 +110,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Version of the crs release. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -122,7 +122,7 @@ public String getVersion() { * This is the setter method to the attribute. * Version of the crs release. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/CRSUpdateDetails.java b/java/src/com/vmware/avi/sdk/model/CRSUpdateDetails.java index a5c76c9a43..13dd4eb431 100644 --- a/java/src/com/vmware/avi/sdk/model/CRSUpdateDetails.java +++ b/java/src/com/vmware/avi/sdk/model/CRSUpdateDetails.java @@ -29,7 +29,7 @@ public class CRSUpdateDetails { * This is the getter method this will return the attribute value. * List of all available crs updates. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsInfo */ @@ -41,7 +41,7 @@ public List getCrsInfo() { * This is the setter method. this will set the crsInfo * List of all available crs updates. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsInfo */ @@ -53,7 +53,7 @@ public void setCrsInfo(List crsInfo) { * This is the setter method this will set the crsInfo * List of all available crs updates. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsInfo */ diff --git a/java/src/com/vmware/avi/sdk/model/CSRFPolicy.java b/java/src/com/vmware/avi/sdk/model/CSRFPolicy.java index 6b6c2edf03..ffe3450e8e 100644 --- a/java/src/com/vmware/avi/sdk/model/CSRFPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/CSRFPolicy.java @@ -24,6 +24,9 @@ public class CSRFPolicy extends AviRestResource { @JsonProperty("cookie_name") private String cookieName = "X-CSRF-TOKEN"; + @JsonProperty("csrf_file_ref") + private String csrfFileRef; + @JsonProperty("description") private String description; @@ -51,7 +54,7 @@ public class CSRFPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Name of the cookie to be used for csrf token. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "X-CSRF-TOKEN". * @return cookieName */ @@ -63,7 +66,7 @@ public String getCookieName() { * This is the setter method to the attribute. * Name of the cookie to be used for csrf token. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "X-CSRF-TOKEN". * @param cookieName set the cookieName. */ @@ -71,11 +74,39 @@ public void setCookieName(String cookieName) { this.cookieName = cookieName; } + /** + * This is the getter method this will return the attribute value. + * The file object that contains csrf javascript content. + * Must be of type 'csrf'. + * It is a reference to an object of type fileobject. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return csrfFileRef + */ + public String getCsrfFileRef() { + return csrfFileRef; + } + + /** + * This is the setter method to the attribute. + * The file object that contains csrf javascript content. + * Must be of type 'csrf'. + * It is a reference to an object of type fileobject. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param csrfFileRef set the csrfFileRef. + */ + public void setCsrfFileRef(String csrfFileRef) { + this.csrfFileRef = csrfFileRef; + } + /** * This is the getter method this will return the attribute value. * Human-readable description of this csrf protection policy. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -87,7 +118,7 @@ public String getDescription() { * This is the setter method to the attribute. * Human-readable description of this csrf protection policy. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -99,7 +130,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * The name of this csrf protection policy. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -111,7 +142,7 @@ public String getName() { * This is the setter method to the attribute. * The name of this csrf protection policy. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -124,7 +155,7 @@ public void setName(String name) { * applied. * Field introduced in 30.2.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -138,7 +169,7 @@ public List getRules() { * applied. * Field introduced in 30.2.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -152,7 +183,7 @@ public void setRules(List rules) { * applied. * Field introduced in 30.2.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -169,7 +200,7 @@ public CSRFPolicy addRulesItem(CSRFRule rulesItem) { * The unique identifier of the tenant to which this policy belongs. * It is a reference to an object of type tenant. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -182,7 +213,7 @@ public String getTenantRef() { * The unique identifier of the tenant to which this policy belongs. * It is a reference to an object of type tenant. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -192,13 +223,16 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. - * Csrf token is rotated when this time expires. - * Tokens will be acceptable for twice the token_validity_time time. + * A csrf token is rotated when this amount of time has passed. + * Even after that, tokens will be accepted until twice this amount of time has passed. + * Note, however, that other timeouts from the underlying session layer also affect how long a given token can be used. + * A token will be invalidated (rotated or deleted) after one of 'token_validity_time_min' (this value), 'session_establishment_timeout', + * 'session_idle_timeout', 'session_maximum_timeout' is reached, whichever occurs first. * Allowed values are 10-1440. * Special values are 0- unlimited. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @return tokenValidityTimeMin */ @@ -208,13 +242,16 @@ public Integer getTokenValidityTimeMin() { /** * This is the setter method to the attribute. - * Csrf token is rotated when this time expires. - * Tokens will be acceptable for twice the token_validity_time time. + * A csrf token is rotated when this amount of time has passed. + * Even after that, tokens will be accepted until twice this amount of time has passed. + * Note, however, that other timeouts from the underlying session layer also affect how long a given token can be used. + * A token will be invalidated (rotated or deleted) after one of 'token_validity_time_min' (this value), 'session_establishment_timeout', + * 'session_idle_timeout', 'session_maximum_timeout' is reached, whichever occurs first. * Allowed values are 10-1440. * Special values are 0- unlimited. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @param tokenValidityTimeMin set the tokenValidityTimeMin. */ @@ -243,7 +280,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * A unique identifier to this csrf protection policy. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -255,7 +292,7 @@ public String getUuid() { * This is the setter method to the attribute. * A unique identifier to this csrf protection policy. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -279,7 +316,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.description, objCSRFPolicy.description)&& Objects.equals(this.tokenValidityTimeMin, objCSRFPolicy.tokenValidityTimeMin)&& Objects.equals(this.rules, objCSRFPolicy.rules)&& - Objects.equals(this.cookieName, objCSRFPolicy.cookieName); + Objects.equals(this.cookieName, objCSRFPolicy.cookieName)&& + Objects.equals(this.csrfFileRef, objCSRFPolicy.csrfFileRef); } @Override @@ -287,6 +325,7 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CSRFPolicy {\n"); sb.append(" cookieName: ").append(toIndentedString(cookieName)).append("\n"); + sb.append(" csrfFileRef: ").append(toIndentedString(csrfFileRef)).append("\n"); sb.append(" description: ").append(toIndentedString(description)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" rules: ").append(toIndentedString(rules)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/CSRFRule.java b/java/src/com/vmware/avi/sdk/model/CSRFRule.java index 14bb3a47c9..9c6d83bee4 100644 --- a/java/src/com/vmware/avi/sdk/model/CSRFRule.java +++ b/java/src/com/vmware/avi/sdk/model/CSRFRule.java @@ -43,7 +43,7 @@ public class CSRFRule { * Csrf action to be applied for matched target. * Enum options - VERIFY_CSRF_TOKEN, VERIFY_ORIGIN, VERIFY_ORIGIN_AND_CSRF_TOKEN, BYPASS_CSRF. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VERIFY_ORIGIN_AND_CSRF_TOKEN". * @return action */ @@ -56,7 +56,7 @@ public String getAction() { * Csrf action to be applied for matched target. * Enum options - VERIFY_CSRF_TOKEN, VERIFY_ORIGIN, VERIFY_ORIGIN_AND_CSRF_TOKEN, BYPASS_CSRF. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VERIFY_ORIGIN_AND_CSRF_TOKEN". * @param action set the action. */ @@ -68,7 +68,7 @@ public void setAction(String action) { * This is the getter method this will return the attribute value. * Enable or deactivate the rule. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -80,7 +80,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or deactivate the rule. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -92,7 +92,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Rules are processed in order of this index field. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -104,7 +104,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Rules are processed in order of this index field. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -116,7 +116,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Match criteria for requests to apply csrf action. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -128,7 +128,7 @@ public MatchTarget getMatch() { * This is the setter method to the attribute. * Match criteria for requests to apply csrf action. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -140,7 +140,7 @@ public void setMatch(MatchTarget match) { * This is the getter method this will return the attribute value. * A name describing the rule in a short form. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -152,7 +152,7 @@ public String getName() { * This is the setter method to the attribute. * A name describing the rule in a short form. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/CaptureFileSize.java b/java/src/com/vmware/avi/sdk/model/CaptureFileSize.java index ddf05c47dc..ea70753856 100644 --- a/java/src/com/vmware/avi/sdk/model/CaptureFileSize.java +++ b/java/src/com/vmware/avi/sdk/model/CaptureFileSize.java @@ -37,7 +37,7 @@ public class CaptureFileSize { * Special values are 0 - avi_default. * Field introduced in 18.2.8. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return absoluteSize */ @@ -53,7 +53,7 @@ public Integer getAbsoluteSize() { * Special values are 0 - avi_default. * Field introduced in 18.2.8. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param absoluteSize set the absoluteSize. */ @@ -67,7 +67,7 @@ public void setAbsoluteSize(Integer absoluteSize) { * Set 0 for avi default size. * Allowed values are 0-75. * Field introduced in 18.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return percentageSize */ @@ -81,7 +81,7 @@ public Integer getPercentageSize() { * Set 0 for avi default size. * Allowed values are 0-75. * Field introduced in 18.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param percentageSize set the percentageSize. */ diff --git a/java/src/com/vmware/avi/sdk/model/CaptureFilters.java b/java/src/com/vmware/avi/sdk/model/CaptureFilters.java index 26d98b205e..7c288a7aad 100644 --- a/java/src/com/vmware/avi/sdk/model/CaptureFilters.java +++ b/java/src/com/vmware/avi/sdk/model/CaptureFilters.java @@ -65,7 +65,7 @@ public class CaptureFilters { * Matches with source and destination address. * Curently not applicable for debugserviceengine. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureIp */ @@ -79,7 +79,7 @@ public DebugIpAddr getCaptureIp() { * Matches with source and destination address. * Curently not applicable for debugserviceengine. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param captureIp set the captureIp. */ @@ -92,7 +92,7 @@ public void setCaptureIp(DebugIpAddr captureIp) { * Capture filter for se ipc. * Not applicable for debug virtual service. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureIpc */ @@ -105,7 +105,7 @@ public CaptureIPC getCaptureIpc() { * Capture filter for se ipc. * Not applicable for debug virtual service. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param captureIpc set the captureIpc. */ @@ -116,8 +116,9 @@ public void setCaptureIpc(CaptureIPC captureIpc) { /** * This is the getter method this will return the attribute value. * Destination port range filter. + * Allowed values are 1-65535. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dstPortEnd */ @@ -128,8 +129,9 @@ public Integer getDstPortEnd() { /** * This is the setter method to the attribute. * Destination port range filter. + * Allowed values are 1-65535. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dstPortEnd set the dstPortEnd. */ @@ -140,8 +142,9 @@ public void setDstPortEnd(Integer dstPortEnd) { /** * This is the getter method this will return the attribute value. * Destination port range filter. + * Allowed values are 1-65535. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dstPortStart */ @@ -152,8 +155,9 @@ public Integer getDstPortStart() { /** * This is the setter method to the attribute. * Destination port range filter. + * Allowed values are 1-65535. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dstPortStart set the dstPortStart. */ @@ -164,9 +168,9 @@ public void setDstPortStart(Integer dstPortStart) { /** * This is the getter method this will return the attribute value. * Ethernet proto filter. - * Enum options - ETH_TYPE_IPV4. + * Enum options - ETH_TYPE_IPV4, ETH_TYPE_IPV6. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ethProto */ @@ -177,9 +181,9 @@ public String getEthProto() { /** * This is the setter method to the attribute. * Ethernet proto filter. - * Enum options - ETH_TYPE_IPV4. + * Enum options - ETH_TYPE_IPV4, ETH_TYPE_IPV6. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ethProto set the ethProto. */ @@ -193,7 +197,7 @@ public void setEthProto(String ethProto) { * Support for tcp only for now. * Enum options - IP_TYPE_TCP. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipProto */ @@ -207,7 +211,7 @@ public String getIpProto() { * Support for tcp only for now. * Enum options - IP_TYPE_TCP. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipProto set the ipProto. */ @@ -218,8 +222,9 @@ public void setIpProto(String ipProto) { /** * This is the getter method this will return the attribute value. * Source port filter. + * Allowed values are 1-65535. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcPort */ @@ -230,8 +235,9 @@ public Integer getSrcPort() { /** * This is the setter method to the attribute. * Source port filter. + * Allowed values are 1-65535. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcPort set the srcPort. */ @@ -244,8 +250,9 @@ public void setSrcPort(Integer srcPort) { * Source port range end filter. * If specified, the source port filter will be a range. * The filter range will be between src_port and src_port_range_end. + * Allowed values are 1-65535. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcPortRangeEnd */ @@ -258,8 +265,9 @@ public Integer getSrcPortRangeEnd() { * Source port range end filter. * If specified, the source port filter will be a range. * The filter range will be between src_port and src_port_range_end. + * Allowed values are 1-65535. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcPortRangeEnd set the srcPortRangeEnd. */ @@ -271,7 +279,7 @@ public void setSrcPortRangeEnd(Integer srcPortRangeEnd) { * This is the getter method this will return the attribute value. * Tcp ack flag filter. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpAck */ @@ -283,7 +291,7 @@ public Boolean getTcpAck() { * This is the setter method to the attribute. * Tcp ack flag filter. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpAck set the tcpAck. */ @@ -295,7 +303,7 @@ public void setTcpAck(Boolean tcpAck) { * This is the getter method this will return the attribute value. * Tcp fin flag filter. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpFin */ @@ -307,7 +315,7 @@ public Boolean getTcpFin() { * This is the setter method to the attribute. * Tcp fin flag filter. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpFin set the tcpFin. */ @@ -319,7 +327,7 @@ public void setTcpFin(Boolean tcpFin) { * This is the getter method this will return the attribute value. * Tcp push flag filter. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpPush */ @@ -331,7 +339,7 @@ public Boolean getTcpPush() { * This is the setter method to the attribute. * Tcp push flag filter. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpPush set the tcpPush. */ @@ -343,7 +351,7 @@ public void setTcpPush(Boolean tcpPush) { * This is the getter method this will return the attribute value. * Tcp syn flag filter. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpSyn */ @@ -355,7 +363,7 @@ public Boolean getTcpSyn() { * This is the setter method to the attribute. * Tcp syn flag filter. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpSyn set the tcpSyn. */ diff --git a/java/src/com/vmware/avi/sdk/model/CaptureIPC.java b/java/src/com/vmware/avi/sdk/model/CaptureIPC.java index c970665fb3..762d116be0 100644 --- a/java/src/com/vmware/avi/sdk/model/CaptureIPC.java +++ b/java/src/com/vmware/avi/sdk/model/CaptureIPC.java @@ -63,7 +63,7 @@ public class CaptureIPC { * This is the getter method this will return the attribute value. * Flow del probe filter for se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flowDelProbe */ @@ -75,7 +75,7 @@ public Boolean getFlowDelProbe() { * This is the setter method to the attribute. * Flow del probe filter for se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flowDelProbe set the flowDelProbe. */ @@ -87,7 +87,7 @@ public void setFlowDelProbe(Boolean flowDelProbe) { * This is the getter method this will return the attribute value. * Flow mirror add filter for se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flowMirrorAdd */ @@ -99,7 +99,7 @@ public Boolean getFlowMirrorAdd() { * This is the setter method to the attribute. * Flow mirror add filter for se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flowMirrorAdd set the flowMirrorAdd. */ @@ -111,7 +111,7 @@ public void setFlowMirrorAdd(Boolean flowMirrorAdd) { * This is the getter method this will return the attribute value. * Filter for all flow mirror se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flowMirrorAll */ @@ -123,7 +123,7 @@ public Boolean getFlowMirrorAll() { * This is the setter method to the attribute. * Filter for all flow mirror se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flowMirrorAll set the flowMirrorAll. */ @@ -135,7 +135,7 @@ public void setFlowMirrorAll(Boolean flowMirrorAll) { * This is the getter method this will return the attribute value. * Flow mirror del filter for se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flowMirrorDel */ @@ -147,7 +147,7 @@ public Boolean getFlowMirrorDel() { * This is the setter method to the attribute. * Flow mirror del filter for se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flowMirrorDel set the flowMirrorDel. */ @@ -159,7 +159,7 @@ public void setFlowMirrorDel(Boolean flowMirrorDel) { * This is the getter method this will return the attribute value. * Flow probe filter for se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flowProbe */ @@ -171,7 +171,7 @@ public Boolean getFlowProbe() { * This is the setter method to the attribute. * Flow probe filter for se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flowProbe set the flowProbe. */ @@ -183,7 +183,7 @@ public void setFlowProbe(Boolean flowProbe) { * This is the getter method this will return the attribute value. * Filter for all flow probe se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flowProbeAll */ @@ -195,7 +195,7 @@ public Boolean getFlowProbeAll() { * This is the setter method to the attribute. * Filter for all flow probe se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flowProbeAll set the flowProbeAll. */ @@ -207,7 +207,7 @@ public void setFlowProbeAll(Boolean flowProbeAll) { * This is the getter method this will return the attribute value. * Ipc batched filter for se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipcBatched */ @@ -219,7 +219,7 @@ public Boolean getIpcBatched() { * This is the setter method to the attribute. * Ipc batched filter for se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipcBatched set the ipcBatched. */ @@ -231,7 +231,7 @@ public void setIpcBatched(Boolean ipcBatched) { * This is the getter method this will return the attribute value. * Filter for incoming ipc request. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipcRxReq */ @@ -243,7 +243,7 @@ public Boolean getIpcRxReq() { * This is the setter method to the attribute. * Filter for incoming ipc request. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipcRxReq set the ipcRxReq. */ @@ -255,7 +255,7 @@ public void setIpcRxReq(Boolean ipcRxReq) { * This is the getter method this will return the attribute value. * Filter for incoming ipc response. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipcRxRes */ @@ -267,7 +267,7 @@ public Boolean getIpcRxRes() { * This is the setter method to the attribute. * Filter for incoming ipc response. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipcRxRes set the ipcRxRes. */ @@ -279,7 +279,7 @@ public void setIpcRxRes(Boolean ipcRxRes) { * This is the getter method this will return the attribute value. * Filter for outgoing ipc request. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipcTxReq */ @@ -291,7 +291,7 @@ public Boolean getIpcTxReq() { * This is the setter method to the attribute. * Filter for outgoing ipc request. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipcTxReq set the ipcTxReq. */ @@ -303,7 +303,7 @@ public void setIpcTxReq(Boolean ipcTxReq) { * This is the getter method this will return the attribute value. * Filter for outgoing ipc response. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipcTxRes */ @@ -315,7 +315,7 @@ public Boolean getIpcTxRes() { * This is the setter method to the attribute. * Filter for outgoing ipc response. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipcTxRes set the ipcTxRes. */ @@ -327,7 +327,7 @@ public void setIpcTxRes(Boolean ipcTxRes) { * This is the getter method this will return the attribute value. * Vs heart beat filter for se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsHb */ @@ -339,7 +339,7 @@ public Boolean getVsHb() { * This is the setter method to the attribute. * Vs heart beat filter for se ipc. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsHb set the vsHb. */ diff --git a/java/src/com/vmware/avi/sdk/model/CapturePacketFilter.java b/java/src/com/vmware/avi/sdk/model/CapturePacketFilter.java index 679bcc91ea..082f8ab2f2 100644 --- a/java/src/com/vmware/avi/sdk/model/CapturePacketFilter.java +++ b/java/src/com/vmware/avi/sdk/model/CapturePacketFilter.java @@ -31,7 +31,7 @@ public class CapturePacketFilter { * And'ed internally and or'ed amongst each other. * Field introduced in 30.2.1. * Maximum of 20 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureTcpFilters */ @@ -45,7 +45,7 @@ public List getCaptureTcpFilters() { * And'ed internally and or'ed amongst each other. * Field introduced in 30.2.1. * Maximum of 20 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureTcpFilters */ @@ -59,7 +59,7 @@ public void setCaptureTcpFilters(List captureTcpFilters) { * And'ed internally and or'ed amongst each other. * Field introduced in 30.2.1. * Maximum of 20 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureTcpFilters */ diff --git a/java/src/com/vmware/avi/sdk/model/CaptureTCPFilter.java b/java/src/com/vmware/avi/sdk/model/CaptureTCPFilter.java index 373e21f482..330e615b2a 100644 --- a/java/src/com/vmware/avi/sdk/model/CaptureTCPFilter.java +++ b/java/src/com/vmware/avi/sdk/model/CaptureTCPFilter.java @@ -42,7 +42,7 @@ public class CaptureTCPFilter { * This is the getter method this will return the attribute value. * Destination port range filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dstPortRange */ @@ -54,7 +54,7 @@ public DestinationPortAddr getDstPortRange() { * This is the setter method to the attribute. * Destination port range filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dstPortRange set the dstPortRange. */ @@ -65,9 +65,9 @@ public void setDstPortRange(DestinationPortAddr dstPortRange) { /** * This is the getter method this will return the attribute value. * Ethernet proto filter. - * Enum options - ETH_TYPE_IPV4. + * Enum options - ETH_TYPE_IPV4, ETH_TYPE_IPV6. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ETH_TYPE_IPV4". * @return ethProto */ @@ -78,9 +78,9 @@ public String getEthProto() { /** * This is the setter method to the attribute. * Ethernet proto filter. - * Enum options - ETH_TYPE_IPV4. + * Enum options - ETH_TYPE_IPV4, ETH_TYPE_IPV6. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ETH_TYPE_IPV4". * @param ethProto set the ethProto. */ @@ -93,7 +93,7 @@ public void setEthProto(String ethProto) { * Per packet ip filter for service engine pcap. * Matches with source and destination address. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostIp */ @@ -106,7 +106,7 @@ public DebugIpAddr getHostIp() { * Per packet ip filter for service engine pcap. * Matches with source and destination address. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostIp set the hostIp. */ @@ -118,7 +118,7 @@ public void setHostIp(DebugIpAddr hostIp) { * This is the getter method this will return the attribute value. * Source port range filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcPortRange */ @@ -130,7 +130,7 @@ public SourcePortAddr getSrcPortRange() { * This is the setter method to the attribute. * Source port range filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcPortRange set the srcPortRange. */ @@ -143,7 +143,7 @@ public void setSrcPortRange(SourcePortAddr srcPortRange) { * Tcp flags filter. * Or'ed internally and and'ed amongst each other. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpflag */ @@ -156,7 +156,7 @@ public CaptureTCPFlags getTcpflag() { * Tcp flags filter. * Or'ed internally and and'ed amongst each other. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpflag set the tcpflag. */ diff --git a/java/src/com/vmware/avi/sdk/model/CaptureTCPFlags.java b/java/src/com/vmware/avi/sdk/model/CaptureTCPFlags.java index aea53291d2..0c179449fa 100644 --- a/java/src/com/vmware/avi/sdk/model/CaptureTCPFlags.java +++ b/java/src/com/vmware/avi/sdk/model/CaptureTCPFlags.java @@ -49,7 +49,7 @@ public class CaptureTCPFlags { * Logical operation based filter criteria. * Enum options - OR, AND. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OR". * @return filterOp */ @@ -62,7 +62,7 @@ public String getFilterOp() { * Logical operation based filter criteria. * Enum options - OR, AND. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OR". * @param filterOp set the filterOp. */ @@ -75,7 +75,7 @@ public void setFilterOp(String filterOp) { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @return matchOperation */ @@ -88,7 +88,7 @@ public String getMatchOperation() { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @param matchOperation set the matchOperation. */ @@ -100,7 +100,7 @@ public void setMatchOperation(String matchOperation) { * This is the getter method this will return the attribute value. * Tcp ack flag filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpAck */ @@ -112,7 +112,7 @@ public Boolean getTcpAck() { * This is the setter method to the attribute. * Tcp ack flag filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpAck set the tcpAck. */ @@ -124,7 +124,7 @@ public void setTcpAck(Boolean tcpAck) { * This is the getter method this will return the attribute value. * Tcp fin flag filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpFin */ @@ -136,7 +136,7 @@ public Boolean getTcpFin() { * This is the setter method to the attribute. * Tcp fin flag filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpFin set the tcpFin. */ @@ -148,7 +148,7 @@ public void setTcpFin(Boolean tcpFin) { * This is the getter method this will return the attribute value. * Tcp push flag filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpPush */ @@ -160,7 +160,7 @@ public Boolean getTcpPush() { * This is the setter method to the attribute. * Tcp push flag filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpPush set the tcpPush. */ @@ -172,7 +172,7 @@ public void setTcpPush(Boolean tcpPush) { * This is the getter method this will return the attribute value. * Tcp rst flag filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpRst */ @@ -184,7 +184,7 @@ public Boolean getTcpRst() { * This is the setter method to the attribute. * Tcp rst flag filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpRst set the tcpRst. */ @@ -196,7 +196,7 @@ public void setTcpRst(Boolean tcpRst) { * This is the getter method this will return the attribute value. * Tcp syn flag filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpSyn */ @@ -208,7 +208,7 @@ public Boolean getTcpSyn() { * This is the setter method to the attribute. * Tcp syn flag filter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpSyn set the tcpSyn. */ diff --git a/java/src/com/vmware/avi/sdk/model/CaseConfig.java b/java/src/com/vmware/avi/sdk/model/CaseConfig.java index ebe1fb9443..6144c04e81 100644 --- a/java/src/com/vmware/avi/sdk/model/CaseConfig.java +++ b/java/src/com/vmware/avi/sdk/model/CaseConfig.java @@ -38,7 +38,7 @@ public class CaseConfig { * This is the getter method this will return the attribute value. * Additional emails to get notified when the case gets created. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return additionalEmails */ @@ -50,7 +50,7 @@ public List getAdditionalEmails() { * This is the setter method. this will set the additionalEmails * Additional emails to get notified when the case gets created. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return additionalEmails */ @@ -62,7 +62,7 @@ public void setAdditionalEmails(List additionalEmails) { * This is the setter method this will set the additionalEmails * Additional emails to get notified when the case gets created. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return additionalEmails */ @@ -78,8 +78,8 @@ public CaseConfig addAdditionalEmailsItem(String additionalEmailsItem) { * This is the getter method this will return the attribute value. * Enable pro-active support case creation when a controller failure occurs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableAutoCaseCreationOnControllerFailure */ @@ -91,8 +91,8 @@ public Boolean getEnableAutoCaseCreationOnControllerFailure() { * This is the setter method to the attribute. * Enable pro-active support case creation when a controller failure occurs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableAutoCaseCreationOnControllerFailure set the enableAutoCaseCreationOnControllerFailure. */ @@ -104,8 +104,8 @@ public void setEnableAutoCaseCreationOnControllerFailure(Boolean enableAutoCase * This is the getter method this will return the attribute value. * Enable pro-active support case creation when a service engine failure occurs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableAutoCaseCreationOnSeFailure */ @@ -117,8 +117,8 @@ public Boolean getEnableAutoCaseCreationOnSeFailure() { * This is the setter method to the attribute. * Enable pro-active support case creation when a service engine failure occurs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableAutoCaseCreationOnSeFailure set the enableAutoCaseCreationOnSeFailure. */ @@ -130,9 +130,9 @@ public void setEnableAutoCaseCreationOnSeFailure(Boolean enableAutoCaseCreation * This is the getter method this will return the attribute value. * Enable cleanup of successfully attached files to support case. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @return enableCleanupOfAttachedFiles */ public Boolean getEnableCleanupOfAttachedFiles() { @@ -143,9 +143,9 @@ public Boolean getEnableCleanupOfAttachedFiles() { * This is the setter method to the attribute. * Enable cleanup of successfully attached files to support case. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @param enableCleanupOfAttachedFiles set the enableCleanupOfAttachedFiles. */ public void setEnableCleanupOfAttachedFiles(Boolean enableCleanupOfAttachedFiles) { diff --git a/java/src/com/vmware/avi/sdk/model/CdpLldpInfo.java b/java/src/com/vmware/avi/sdk/model/CdpLldpInfo.java index 63af87356b..6c3c538e18 100644 --- a/java/src/com/vmware/avi/sdk/model/CdpLldpInfo.java +++ b/java/src/com/vmware/avi/sdk/model/CdpLldpInfo.java @@ -43,7 +43,7 @@ public class CdpLldpInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return chassis */ @@ -53,7 +53,7 @@ public String getChassis() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param chassis set the chassis. */ @@ -63,7 +63,7 @@ public void setChassis(String chassis) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return device */ @@ -73,7 +73,7 @@ public String getDevice() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param device set the device. */ @@ -83,7 +83,7 @@ public void setDevice(String device) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtaddr */ @@ -93,7 +93,7 @@ public String getMgmtaddr() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtaddr set the mgmtaddr. */ @@ -103,7 +103,7 @@ public void setMgmtaddr(String mgmtaddr) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -113,7 +113,7 @@ public String getPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -124,7 +124,7 @@ public void setPort(String port) { /** * This is the getter method this will return the attribute value. * Enum options - CDP, LLDP, NOT_APPLICABLE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return switchInfoType */ @@ -135,7 +135,7 @@ public String getSwitchInfoType() { /** * This is the setter method to the attribute. * Enum options - CDP, LLDP, NOT_APPLICABLE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param switchInfoType set the switchInfoType. */ @@ -145,7 +145,7 @@ public void setSwitchInfoType(String switchInfoType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return systemName */ @@ -155,7 +155,7 @@ public String getSystemName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param systemName set the systemName. */ diff --git a/java/src/com/vmware/avi/sdk/model/CentralLicenseRefreshDetails.java b/java/src/com/vmware/avi/sdk/model/CentralLicenseRefreshDetails.java index c60c23222f..0c9368ceed 100644 --- a/java/src/com/vmware/avi/sdk/model/CentralLicenseRefreshDetails.java +++ b/java/src/com/vmware/avi/sdk/model/CentralLicenseRefreshDetails.java @@ -36,7 +36,7 @@ public class CentralLicenseRefreshDetails { * This is the getter method this will return the attribute value. * Message. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -48,7 +48,7 @@ public String getMessage() { * This is the setter method to the attribute. * Message. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ @@ -60,7 +60,7 @@ public void setMessage(String message) { * This is the getter method this will return the attribute value. * Service units. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceUnits */ @@ -72,7 +72,7 @@ public Float getServiceUnits() { * This is the setter method to the attribute. * Service units. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceUnits set the serviceUnits. */ @@ -84,7 +84,7 @@ public void setServiceUnits(Float serviceUnits) { * This is the getter method this will return the attribute value. * Tenant uuid. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -96,7 +96,7 @@ public String getTenantUuid() { * This is the setter method to the attribute. * Tenant uuid. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/CentralLicenseSubscriptionDetails.java b/java/src/com/vmware/avi/sdk/model/CentralLicenseSubscriptionDetails.java index f94625333e..a4ea5d89a5 100644 --- a/java/src/com/vmware/avi/sdk/model/CentralLicenseSubscriptionDetails.java +++ b/java/src/com/vmware/avi/sdk/model/CentralLicenseSubscriptionDetails.java @@ -33,7 +33,7 @@ public class CentralLicenseSubscriptionDetails { * This is the getter method this will return the attribute value. * Message. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -45,7 +45,7 @@ public String getMessage() { * This is the setter method to the attribute. * Message. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ @@ -57,7 +57,7 @@ public void setMessage(String message) { * This is the getter method this will return the attribute value. * Tenant uuid. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -69,7 +69,7 @@ public String getTenantUuid() { * This is the setter method to the attribute. * Tenant uuid. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/CertificateAuthority.java b/java/src/com/vmware/avi/sdk/model/CertificateAuthority.java index e088ba11d7..93ee6b8b3d 100644 --- a/java/src/com/vmware/avi/sdk/model/CertificateAuthority.java +++ b/java/src/com/vmware/avi/sdk/model/CertificateAuthority.java @@ -32,7 +32,7 @@ public class CertificateAuthority { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caRef */ @@ -43,7 +43,7 @@ public String getCaRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param caRef set the caRef. */ @@ -53,7 +53,7 @@ public void setCaRef(String caRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -63,7 +63,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/CertificateManagementProfile.java b/java/src/com/vmware/avi/sdk/model/CertificateManagementProfile.java index 1a95a5497b..f26b0f7274 100644 --- a/java/src/com/vmware/avi/sdk/model/CertificateManagementProfile.java +++ b/java/src/com/vmware/avi/sdk/model/CertificateManagementProfile.java @@ -47,8 +47,7 @@ public class CertificateManagementProfile extends AviRestResource { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -60,8 +59,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -73,8 +71,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -89,7 +86,7 @@ public CertificateManagementProfile addMarkersItem(RoleFilterMatchLabel markersI /** * This is the getter method this will return the attribute value. * Name of the pki profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -100,7 +97,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the pki profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -113,7 +110,7 @@ public void setName(String name) { * Alert script config object for certificate management profile. * It is a reference to an object of type alertscriptconfig. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return runScriptRef */ @@ -126,7 +123,7 @@ public String getRunScriptRef() { * Alert script config object for certificate management profile. * It is a reference to an object of type alertscriptconfig. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param runScriptRef set the runScriptRef. */ @@ -135,7 +132,7 @@ public void setRunScriptRef(String runScriptRef) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scriptParams */ @@ -145,7 +142,7 @@ public List getScriptParams() { /** * This is the setter method. this will set the scriptParams - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scriptParams */ @@ -155,7 +152,7 @@ public void setScriptParams(List scriptParams) { /** * This is the setter method this will set the scriptParams - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scriptParams */ @@ -170,7 +167,7 @@ public CertificateManagementProfile addScriptParamsItem(CustomParams scriptParam /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -181,7 +178,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -208,7 +205,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -218,7 +215,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/CfgState.java b/java/src/com/vmware/avi/sdk/model/CfgState.java index 4188ecc3cb..0b4372538d 100644 --- a/java/src/com/vmware/avi/sdk/model/CfgState.java +++ b/java/src/com/vmware/avi/sdk/model/CfgState.java @@ -20,7 +20,7 @@ */ @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) -public class CfgState extends AviRestResource { +public class CfgState { @JsonProperty("cfg_version") private Integer cfgVersion; @@ -30,6 +30,9 @@ public class CfgState extends AviRestResource { @JsonProperty("last_changed_time") private TimeStamp lastChangedTime; + @JsonProperty("local_config") + private LocalConfig localConfig; + @JsonProperty("reason") private String reason; @@ -39,15 +42,12 @@ public class CfgState extends AviRestResource { @JsonProperty("status") private String status = "SYSERR_SUCCESS"; - @JsonProperty("uuid") - private String uuid; - /** * This is the getter method this will return the attribute value. * Cfg-version synced to follower. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cfgVersion */ @@ -58,7 +58,7 @@ public Integer getCfgVersion() { /** * This is the setter method to the attribute. * Cfg-version synced to follower. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cfgVersion set the cfgVersion. */ @@ -69,7 +69,7 @@ public void setCfgVersion(Integer cfgVersion) { /** * This is the getter method this will return the attribute value. * Cfg-version in flight to follower. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cfgVersionInFlight */ @@ -80,7 +80,7 @@ public Integer getCfgVersionInFlight() { /** * This is the setter method to the attribute. * Cfg-version in flight to follower. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cfgVersionInFlight set the cfgVersionInFlight. */ @@ -90,7 +90,7 @@ public void setCfgVersionInFlight(Integer cfgVersionInFlight) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -100,7 +100,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -110,7 +110,31 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Config push to se(s) information in the local site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return localConfig + */ + public LocalConfig getLocalConfig() { + return localConfig; + } + + /** + * This is the setter method to the attribute. + * Config push to se(s) information in the local site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param localConfig set the localConfig. + */ + public void setLocalConfig(LocalConfig localConfig) { + this.localConfig = localConfig; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -120,7 +144,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -131,7 +155,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. * Site_uuid to which the object was synced. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteUuid */ @@ -142,7 +166,7 @@ public String getSiteUuid() { /** * This is the setter method to the attribute. * Site_uuid to which the object was synced. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteUuid set the siteUuid. */ @@ -155,8 +179,8 @@ public void setSiteUuid(String siteUuid) { * Status of the object. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @return status */ @@ -169,8 +193,8 @@ public String getStatus() { * Status of the object. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @param status set the status. */ @@ -178,28 +202,6 @@ public void setStatus(String status) { this.status = status; } - /** - * This is the getter method this will return the attribute value. - * Object-uuid that is being synced to follower. - * 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 null. - * @return uuid - */ - public String getUuid() { - return uuid; - } - - /** - * This is the setter method to the attribute. - * Object-uuid that is being synced to follower. - * 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 null. - * @param uuid set the uuid. - */ - public void setUuid(String uuid) { - this.uuid = uuid; - } - @Override public boolean equals(java.lang.Object o) { @@ -210,13 +212,13 @@ public boolean equals(java.lang.Object o) { return false; } CfgState objCfgState = (CfgState) o; - return Objects.equals(this.uuid, objCfgState.uuid)&& - Objects.equals(this.cfgVersion, objCfgState.cfgVersion)&& + return Objects.equals(this.cfgVersion, objCfgState.cfgVersion)&& Objects.equals(this.cfgVersionInFlight, objCfgState.cfgVersionInFlight)&& Objects.equals(this.status, objCfgState.status)&& Objects.equals(this.reason, objCfgState.reason)&& Objects.equals(this.siteUuid, objCfgState.siteUuid)&& - Objects.equals(this.lastChangedTime, objCfgState.lastChangedTime); + Objects.equals(this.lastChangedTime, objCfgState.lastChangedTime)&& + Objects.equals(this.localConfig, objCfgState.localConfig); } @Override @@ -226,10 +228,10 @@ public String toString() { sb.append(" cfgVersion: ").append(toIndentedString(cfgVersion)).append("\n"); sb.append(" cfgVersionInFlight: ").append(toIndentedString(cfgVersionInFlight)).append("\n"); sb.append(" lastChangedTime: ").append(toIndentedString(lastChangedTime)).append("\n"); + sb.append(" localConfig: ").append(toIndentedString(localConfig)).append("\n"); sb.append(" reason: ").append(toIndentedString(reason)).append("\n"); sb.append(" siteUuid: ").append(toIndentedString(siteUuid)).append("\n"); sb.append(" status: ").append(toIndentedString(status)).append("\n"); - sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/java/src/com/vmware/avi/sdk/model/ChildProcessInfo.java b/java/src/com/vmware/avi/sdk/model/ChildProcessInfo.java index 77599b80b9..39a0046ded 100644 --- a/java/src/com/vmware/avi/sdk/model/ChildProcessInfo.java +++ b/java/src/com/vmware/avi/sdk/model/ChildProcessInfo.java @@ -32,7 +32,7 @@ public class ChildProcessInfo { /** * This is the getter method this will return the attribute value. * Amount of memory (in mb) used by the sub process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memory */ @@ -43,7 +43,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. * Amount of memory (in mb) used by the sub process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memory set the memory. */ @@ -54,7 +54,7 @@ public void setMemory(Integer memory) { /** * This is the getter method this will return the attribute value. * Process id of the sub process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pid */ @@ -65,7 +65,7 @@ public Integer getPid() { /** * This is the setter method to the attribute. * Process id of the sub process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pid set the pid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClientFingerprints.java b/java/src/com/vmware/avi/sdk/model/ClientFingerprints.java index 39cc1a7bf6..e1e15f91f4 100644 --- a/java/src/com/vmware/avi/sdk/model/ClientFingerprints.java +++ b/java/src/com/vmware/avi/sdk/model/ClientFingerprints.java @@ -40,7 +40,7 @@ public class ClientFingerprints { * Message digest (md5) of filtered ja3 from clienthello. * This can deviate from 'tls_fingerprint' because not all extensions are considered. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filteredTlsFingerprint */ @@ -53,7 +53,7 @@ public String getFilteredTlsFingerprint() { * Message digest (md5) of filtered ja3 from clienthello. * This can deviate from 'tls_fingerprint' because not all extensions are considered. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filteredTlsFingerprint set the filteredTlsFingerprint. */ @@ -66,7 +66,7 @@ public void setFilteredTlsFingerprint(String filteredTlsFingerprint) { * Message digest (md5) of ja3 from clienthello. * Only present if the full tls fingerprint is different from the filtered fingerprint. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fullTlsFingerprint */ @@ -79,7 +79,7 @@ public String getFullTlsFingerprint() { * Message digest (md5) of ja3 from clienthello. * Only present if the full tls fingerprint is different from the filtered fingerprint. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fullTlsFingerprint set the fullTlsFingerprint. */ @@ -93,7 +93,7 @@ public void setFullTlsFingerprint(String fullTlsFingerprint) { * This can deviate from 'full_tls_fingerprint' because extensions 21 and 35 are removed and the remaining values are sorted numerically before the * md5 is calculated. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return normalizedTlsFingerprint */ @@ -107,7 +107,7 @@ public String getNormalizedTlsFingerprint() { * This can deviate from 'full_tls_fingerprint' because extensions 21 and 35 are removed and the remaining values are sorted numerically before the * md5 is calculated. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param normalizedTlsFingerprint set the normalizedTlsFingerprint. */ @@ -119,7 +119,7 @@ public void setNormalizedTlsFingerprint(String normalizedTlsFingerprint) { * This is the getter method this will return the attribute value. * Values of selected fields from the clienthello. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tlsClientInfo */ @@ -131,7 +131,7 @@ public TlsClientInfo getTlsClientInfo() { * This is the setter method to the attribute. * Values of selected fields from the clienthello. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tlsClientInfo set the tlsClientInfo. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClientInsightsSampling.java b/java/src/com/vmware/avi/sdk/model/ClientInsightsSampling.java index a6215981e3..0369bfe388 100644 --- a/java/src/com/vmware/avi/sdk/model/ClientInsightsSampling.java +++ b/java/src/com/vmware/avi/sdk/model/ClientInsightsSampling.java @@ -35,7 +35,7 @@ public class ClientInsightsSampling { /** * This is the getter method this will return the attribute value. * Client ip addresses to check when inserting rum script. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -46,7 +46,7 @@ public IpAddrMatch getClientIp() { /** * This is the setter method to the attribute. * Client ip addresses to check when inserting rum script. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -57,7 +57,7 @@ public void setClientIp(IpAddrMatch clientIp) { /** * This is the getter method this will return the attribute value. * Url patterns to check when inserting rum script. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sampleUris */ @@ -68,7 +68,7 @@ public StringMatch getSampleUris() { /** * This is the setter method to the attribute. * Url patterns to check when inserting rum script. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sampleUris set the sampleUris. */ @@ -79,7 +79,7 @@ public void setSampleUris(StringMatch sampleUris) { /** * This is the getter method this will return the attribute value. * Url patterns to avoid when inserting rum script. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return skipUris */ @@ -90,7 +90,7 @@ public StringMatch getSkipUris() { /** * This is the setter method to the attribute. * Url patterns to avoid when inserting rum script. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param skipUris set the skipUris. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClientLogConfiguration.java b/java/src/com/vmware/avi/sdk/model/ClientLogConfiguration.java index d5a2149af4..487545c2c4 100644 --- a/java/src/com/vmware/avi/sdk/model/ClientLogConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/ClientLogConfiguration.java @@ -41,9 +41,9 @@ public class ClientLogConfiguration { * By default, this flag is enabled, which means that avi ses collect significant logs and forward them to controller for further processing. * For example, these logs correspond to error conditions such as when the response code for a request is 500. * Users can deactivate this flag to turn off default significant log collection. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @return enableSignificantLogCollection */ public Boolean getEnableSignificantLogCollection() { @@ -56,9 +56,9 @@ public Boolean getEnableSignificantLogCollection() { * By default, this flag is enabled, which means that avi ses collect significant logs and forward them to controller for further processing. * For example, these logs correspond to error conditions such as when the response code for a request is 500. * Users can deactivate this flag to turn off default significant log collection. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @param enableSignificantLogCollection set the enableSignificantLogCollection. */ public void setEnableSignificantLogCollection(Boolean enableSignificantLogCollection) { @@ -72,7 +72,7 @@ public void setEnableSignificantLogCollection(Boolean enableSignificantLogColle * Enum options - LOGS_PROCESSING_NONE, LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND, LOGS_PROCESSING_AUTO_SYNC_AND_INDEX, * LOGS_PROCESSING_AUTO_SYNC_BUT_INDEX_ON_DEMAND. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND". * @return filteredLogProcessing */ @@ -87,7 +87,7 @@ public String getFilteredLogProcessing() { * Enum options - LOGS_PROCESSING_NONE, LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND, LOGS_PROCESSING_AUTO_SYNC_AND_INDEX, * LOGS_PROCESSING_AUTO_SYNC_BUT_INDEX_ON_DEMAND. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND". * @param filteredLogProcessing set the filteredLogProcessing. */ @@ -101,7 +101,7 @@ public void setFilteredLogProcessing(String filteredLogProcessing) { * Enum options - LOGS_PROCESSING_NONE, LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND, LOGS_PROCESSING_AUTO_SYNC_AND_INDEX, * LOGS_PROCESSING_AUTO_SYNC_BUT_INDEX_ON_DEMAND. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND". * @return nonSignificantLogProcessing */ @@ -115,7 +115,7 @@ public String getNonSignificantLogProcessing() { * Enum options - LOGS_PROCESSING_NONE, LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND, LOGS_PROCESSING_AUTO_SYNC_AND_INDEX, * LOGS_PROCESSING_AUTO_SYNC_BUT_INDEX_ON_DEMAND. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND". * @param nonSignificantLogProcessing set the nonSignificantLogProcessing. */ @@ -129,7 +129,7 @@ public void setNonSignificantLogProcessing(String nonSignificantLogProcessing) * Enum options - LOGS_PROCESSING_NONE, LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND, LOGS_PROCESSING_AUTO_SYNC_AND_INDEX, * LOGS_PROCESSING_AUTO_SYNC_BUT_INDEX_ON_DEMAND. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND". * @return significantLogProcessing */ @@ -143,7 +143,7 @@ public String getSignificantLogProcessing() { * Enum options - LOGS_PROCESSING_NONE, LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND, LOGS_PROCESSING_AUTO_SYNC_AND_INDEX, * LOGS_PROCESSING_AUTO_SYNC_BUT_INDEX_ON_DEMAND. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND". * @param significantLogProcessing set the significantLogProcessing. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClientLogFilter.java b/java/src/com/vmware/avi/sdk/model/ClientLogFilter.java index cfe7b9476e..103ab6f5d4 100644 --- a/java/src/com/vmware/avi/sdk/model/ClientLogFilter.java +++ b/java/src/com/vmware/avi/sdk/model/ClientLogFilter.java @@ -46,7 +46,7 @@ public class ClientLogFilter { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allHeaders */ @@ -56,7 +56,7 @@ public Boolean getAllHeaders() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allHeaders set the allHeaders. */ @@ -66,7 +66,7 @@ public void setAllHeaders(Boolean allHeaders) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -76,7 +76,7 @@ public IpAddrMatch getClientIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -88,7 +88,7 @@ public void setClientIp(IpAddrMatch clientIp) { * This is the getter method this will return the attribute value. * Special values are 0 - infinite. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return duration */ @@ -100,7 +100,7 @@ public Integer getDuration() { * This is the setter method to the attribute. * Special values are 0 - infinite. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param duration set the duration. */ @@ -110,7 +110,7 @@ public void setDuration(Integer duration) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enabled */ @@ -120,7 +120,7 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enabled set the enabled. */ @@ -130,7 +130,7 @@ public void setEnabled(Boolean enabled) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -140,7 +140,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -150,7 +150,7 @@ public void setIndex(Integer index) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -160,7 +160,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -170,7 +170,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uri */ @@ -180,7 +180,7 @@ public StringMatch getUri() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uri set the uri. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClientLogStreamingConfig.java b/java/src/com/vmware/avi/sdk/model/ClientLogStreamingConfig.java index dcd54dcecc..54f569f40b 100644 --- a/java/src/com/vmware/avi/sdk/model/ClientLogStreamingConfig.java +++ b/java/src/com/vmware/avi/sdk/model/ClientLogStreamingConfig.java @@ -55,7 +55,7 @@ public class ClientLogStreamingConfig { * 1. * Optionally, a separate port can be specified for each external server in the list, for example,11.11.11.11 234,12.12.12.12 343,[2001 123 1] 234. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalServer */ @@ -71,7 +71,7 @@ public String getExternalServer() { * 1. * Optionally, a separate port can be specified for each external server in the list, for example,11.11.11.11 234,12.12.12.12 343,[2001 123 1] 234. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param externalServer set the externalServer. */ @@ -85,7 +85,7 @@ public void setExternalServer(String externalServer) { * If multiple external servers have been specified, the single port number specified here will apply to all those servers for which an explicit * port number has not been specified in the external server list. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 514. * @return externalServerPort */ @@ -99,7 +99,7 @@ public Integer getExternalServerPort() { * If multiple external servers have been specified, the single port number specified here will apply to all those servers for which an explicit * port number has not been specified in the external server list. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 514. * @param externalServerPort set the externalServerPort. */ @@ -112,7 +112,7 @@ public void setExternalServerPort(Integer externalServerPort) { * Configuration to specify the format of streamed logs. * By default, each log is encoded in json format. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return formatConfig */ @@ -125,7 +125,7 @@ public ClientLogStreamingFormat getFormatConfig() { * Configuration to specify the format of streamed logs. * By default, each log is encoded in json format. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param formatConfig set the formatConfig. */ @@ -139,7 +139,7 @@ public void setFormatConfig(ClientLogStreamingFormat formatConfig) { * Default is logs_all, i.e., send all logs. * Enum options - LOGS_SIGNIFICANT_ONLY, LOGS_UDF_ONLY, LOGS_UDF_SIGNIFICANT, LOGS_ALL. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOGS_ALL". * @return logTypesToSend */ @@ -153,7 +153,7 @@ public String getLogTypesToSend() { * Default is logs_all, i.e., send all logs. * Enum options - LOGS_SIGNIFICANT_ONLY, LOGS_UDF_ONLY, LOGS_UDF_SIGNIFICANT, LOGS_ALL. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOGS_ALL". * @param logTypesToSend set the logTypesToSend. */ @@ -166,7 +166,7 @@ public void setLogTypesToSend(String logTypesToSend) { * Key along with values will be streamed out in log. * If key is not found in rbac markers, it will not be streamed. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markerKeys */ @@ -180,7 +180,7 @@ public List getMarkerKeys() { * Key along with values will be streamed out in log. * If key is not found in rbac markers, it will not be streamed. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markerKeys */ @@ -194,7 +194,7 @@ public void setMarkerKeys(List markerKeys) { * Key along with values will be streamed out in log. * If key is not found in rbac markers, it will not be streamed. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markerKeys */ @@ -208,11 +208,11 @@ public ClientLogStreamingConfig addMarkerKeysItem(RoleFilterMatchLabel markerKey /** * This is the getter method this will return the attribute value. - * Maximum number of logs per second streamed to the remote server. + * This setting limits the number of logs streamed per vs from each se to the external server. * By default, 100 logs per second are streamed. * Set this to zero(0) to not enforce any limit. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return maxLogsPerSecond */ @@ -222,11 +222,11 @@ public Integer getMaxLogsPerSecond() { /** * This is the setter method to the attribute. - * Maximum number of logs per second streamed to the remote server. + * This setting limits the number of logs streamed per vs from each se to the external server. * By default, 100 logs per second are streamed. * Set this to zero(0) to not enforce any limit. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param maxLogsPerSecond set the maxLogsPerSecond. */ @@ -240,7 +240,7 @@ public void setMaxLogsPerSecond(Integer maxLogsPerSecond) { * Enum options - LOG_STREAMING_PROTOCOL_UDP, LOG_STREAMING_PROTOCOL_SYSLOG_OVER_UDP, LOG_STREAMING_PROTOCOL_TCP, * LOG_STREAMING_PROTOCOL_SYSLOG_OVER_TCP, LOG_STREAMING_PROTOCOL_RAW_OVER_UDP, LOG_STREAMING_PROTOCOL_TLS, LOG_STREAMING_PROTOCOL_SYSLOG_OVER_TLS. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOG_STREAMING_PROTOCOL_UDP". * @return protocol */ @@ -254,7 +254,7 @@ public String getProtocol() { * Enum options - LOG_STREAMING_PROTOCOL_UDP, LOG_STREAMING_PROTOCOL_SYSLOG_OVER_UDP, LOG_STREAMING_PROTOCOL_TCP, * LOG_STREAMING_PROTOCOL_SYSLOG_OVER_TCP, LOG_STREAMING_PROTOCOL_RAW_OVER_UDP, LOG_STREAMING_PROTOCOL_TLS, LOG_STREAMING_PROTOCOL_SYSLOG_OVER_TLS. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOG_STREAMING_PROTOCOL_UDP". * @param protocol set the protocol. */ @@ -266,7 +266,7 @@ public void setProtocol(String protocol) { * This is the getter method this will return the attribute value. * Syslog configuration if a syslog-based protocol is specified for streaming. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return syslogConfig */ @@ -278,7 +278,7 @@ public StreamingSyslogConfig getSyslogConfig() { * This is the setter method to the attribute. * Syslog configuration if a syslog-based protocol is specified for streaming. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param syslogConfig set the syslogConfig. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClientLogStreamingFormat.java b/java/src/com/vmware/avi/sdk/model/ClientLogStreamingFormat.java index 7aff63f4e0..94cbca3384 100644 --- a/java/src/com/vmware/avi/sdk/model/ClientLogStreamingFormat.java +++ b/java/src/com/vmware/avi/sdk/model/ClientLogStreamingFormat.java @@ -34,7 +34,7 @@ public class ClientLogStreamingFormat { * Format for the streamed logs. * Enum options - LOG_STREAMING_FORMAT_JSON_FULL, LOG_STREAMING_FORMAT_JSON_SELECTED. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return format */ @@ -47,7 +47,7 @@ public String getFormat() { * Format for the streamed logs. * Enum options - LOG_STREAMING_FORMAT_JSON_FULL, LOG_STREAMING_FORMAT_JSON_SELECTED. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param format set the format. */ @@ -59,7 +59,7 @@ public void setFormat(String format) { * List of log fields to be streamed, when selective fields (log_streaming_format_json_selected) option is chosen. * Only top-level fields in application or connection logs are supported. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return includedFields */ @@ -72,7 +72,7 @@ public List getIncludedFields() { * List of log fields to be streamed, when selective fields (log_streaming_format_json_selected) option is chosen. * Only top-level fields in application or connection logs are supported. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return includedFields */ @@ -85,7 +85,7 @@ public void setIncludedFields(List includedFields) { * List of log fields to be streamed, when selective fields (log_streaming_format_json_selected) option is chosen. * Only top-level fields in application or connection logs are supported. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return includedFields */ diff --git a/java/src/com/vmware/avi/sdk/model/CloneServer.java b/java/src/com/vmware/avi/sdk/model/CloneServer.java index 7361d82202..e8cab9a7e9 100644 --- a/java/src/com/vmware/avi/sdk/model/CloneServer.java +++ b/java/src/com/vmware/avi/sdk/model/CloneServer.java @@ -39,7 +39,7 @@ public class CloneServer { * This is the getter method this will return the attribute value. * Ip address of the clone server. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -51,7 +51,7 @@ public IpAddr getIpAddress() { * This is the setter method to the attribute. * Ip address of the clone server. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddress set the ipAddress. */ @@ -63,7 +63,7 @@ public void setIpAddress(IpAddr ipAddress) { * This is the getter method this will return the attribute value. * Mac address of the clone server. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mac */ @@ -75,7 +75,7 @@ public String getMac() { * This is the setter method to the attribute. * Mac address of the clone server. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mac set the mac. */ @@ -88,7 +88,7 @@ public void setMac(String mac) { * Network to clone the traffic to. * It is a reference to an object of type network. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -101,7 +101,7 @@ public String getNetworkRef() { * Network to clone the traffic to. * It is a reference to an object of type network. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -113,7 +113,7 @@ public void setNetworkRef(String networkRef) { * This is the getter method this will return the attribute value. * Subnet of the network to clone the traffic to. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -125,7 +125,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Subnet of the network to clone the traffic to. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ diff --git a/java/src/com/vmware/avi/sdk/model/Cloud.java b/java/src/com/vmware/avi/sdk/model/Cloud.java index ae77b203c5..9df337dbb7 100644 --- a/java/src/com/vmware/avi/sdk/model/Cloud.java +++ b/java/src/com/vmware/avi/sdk/model/Cloud.java @@ -161,8 +161,8 @@ public class Cloud extends AviRestResource { * Allowed values are 60-3600. * Field introduced in 18.2.2. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 60), basic edition(allowed values- 60), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 60), basic (allowed values- 60) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return autoscalePollingInterval */ @@ -176,8 +176,8 @@ public Integer getAutoscalePollingInterval() { * Allowed values are 60-3600. * Field introduced in 18.2.2. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 60), basic edition(allowed values- 60), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 60), basic (allowed values- 60) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param autoscalePollingInterval set the autoscalePollingInterval. */ @@ -187,7 +187,7 @@ public void setAutoscalePollingInterval(Integer autoscalePollingInterval) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return awsConfiguration */ @@ -197,7 +197,7 @@ public AwsConfiguration getAwsConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param awsConfiguration set the awsConfiguration. */ @@ -208,7 +208,7 @@ public void setAwsConfiguration(AwsConfiguration awsConfiguration) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureConfiguration */ @@ -219,7 +219,7 @@ public AzureConfiguration getAzureConfiguration() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureConfiguration set the azureConfiguration. */ @@ -229,7 +229,7 @@ public void setAzureConfiguration(AzureConfiguration azureConfiguration) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudstackConfiguration */ @@ -239,7 +239,7 @@ public CloudStackConfiguration getCloudstackConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudstackConfiguration set the cloudstackConfiguration. */ @@ -250,7 +250,7 @@ public void setCloudstackConfiguration(CloudStackConfiguration cloudstackConfigu * This is the getter method this will return the attribute value. * Custom tags for all avi created resources in the cloud infrastructure. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customTags */ @@ -262,7 +262,7 @@ public List getCustomTags() { * This is the setter method. this will set the customTags * Custom tags for all avi created resources in the cloud infrastructure. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customTags */ @@ -274,7 +274,7 @@ public void setCustomTags(List customTags) { * This is the setter method this will set the customTags * Custom tags for all avi created resources in the cloud infrastructure. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customTags */ @@ -289,7 +289,7 @@ public Cloud addCustomTagsItem(CustomTag customTagsItem) { /** * This is the getter method this will return the attribute value. * Select the ip address management scheme. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return dhcpEnabled */ @@ -300,7 +300,7 @@ public Boolean getDhcpEnabled() { /** * This is the setter method to the attribute. * Select the ip address management scheme. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param dhcpEnabled set the dhcpEnabled. */ @@ -312,7 +312,7 @@ public void setDhcpEnabled(Boolean dhcpEnabled) { * This is the getter method this will return the attribute value. * Dns profile for the cloud. * It is a reference to an object of type ipamdnsproviderprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsProviderRef */ @@ -324,7 +324,7 @@ public String getDnsProviderRef() { * This is the setter method to the attribute. * Dns profile for the cloud. * It is a reference to an object of type ipamdnsproviderprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsProviderRef set the dnsProviderRef. */ @@ -338,8 +338,8 @@ public void setDnsProviderRef(String dnsProviderRef) { * When this is set, pool member fqdns are instead resolved on service engines in this cloud. * This is useful in scenarios where pool member fqdns can only be resolved from service engines and not from the controller. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return dnsResolutionOnSe */ @@ -353,8 +353,8 @@ public Boolean getDnsResolutionOnSe() { * When this is set, pool member fqdns are instead resolved on service engines in this cloud. * This is useful in scenarios where pool member fqdns can only be resolved from service engines and not from the controller. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param dnsResolutionOnSe set the dnsResolutionOnSe. */ @@ -366,7 +366,7 @@ public void setDnsResolutionOnSe(Boolean dnsResolutionOnSe) { * Dns resolver for the cloud. * Field introduced in 20.1.5. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsResolvers */ @@ -379,7 +379,7 @@ public List getDnsResolvers() { * Dns resolver for the cloud. * Field introduced in 20.1.5. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsResolvers */ @@ -392,7 +392,7 @@ public void setDnsResolvers(List dnsResolvers) { * Dns resolver for the cloud. * Field introduced in 20.1.5. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsResolvers */ @@ -406,7 +406,7 @@ public Cloud addDnsResolversItem(DnsResolver dnsResolversItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dockerConfiguration */ @@ -416,7 +416,7 @@ public DockerConfiguration getDockerConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dockerConfiguration set the dockerConfiguration. */ @@ -428,7 +428,7 @@ public void setDockerConfiguration(DockerConfiguration dockerConfiguration) { * This is the getter method this will return the attribute value. * Dns profile for east-west services. * It is a reference to an object of type ipamdnsproviderprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eastWestDnsProviderRef */ @@ -440,7 +440,7 @@ public String getEastWestDnsProviderRef() { * This is the setter method to the attribute. * Dns profile for east-west services. * It is a reference to an object of type ipamdnsproviderprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eastWestDnsProviderRef set the eastWestDnsProviderRef. */ @@ -455,7 +455,7 @@ public void setEastWestDnsProviderRef(String eastWestDnsProviderRef) { * For example in aws and gcp, 169.254.0.0/16 is used for storing instance metadata. * Hence, it should not be used in this profile. * It is a reference to an object of type ipamdnsproviderprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eastWestIpamProviderRef */ @@ -470,7 +470,7 @@ public String getEastWestIpamProviderRef() { * For example in aws and gcp, 169.254.0.0/16 is used for storing instance metadata. * Hence, it should not be used in this profile. * It is a reference to an object of type ipamdnsproviderprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eastWestIpamProviderRef set the eastWestIpamProviderRef. */ @@ -482,7 +482,7 @@ public void setEastWestIpamProviderRef(String eastWestIpamProviderRef) { * This is the getter method this will return the attribute value. * Enable vip on all data interfaces for the cloud. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableVipOnAllInterfaces */ @@ -494,7 +494,7 @@ public Boolean getEnableVipOnAllInterfaces() { * This is the setter method to the attribute. * Enable vip on all data interfaces for the cloud. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableVipOnAllInterfaces set the enableVipOnAllInterfaces. */ @@ -505,7 +505,7 @@ public void setEnableVipOnAllInterfaces(Boolean enableVipOnAllInterfaces) { /** * This is the getter method this will return the attribute value. * Use static routes for vip side network resolution during virtualservice placement. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableVipStaticRoutes */ @@ -516,7 +516,7 @@ public Boolean getEnableVipStaticRoutes() { /** * This is the setter method to the attribute. * Use static routes for vip side network resolution during virtualservice placement. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableVipStaticRoutes set the enableVipStaticRoutes. */ @@ -528,7 +528,7 @@ public void setEnableVipStaticRoutes(Boolean enableVipStaticRoutes) { * This is the getter method this will return the attribute value. * Google cloud platform configuration. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcpConfiguration */ @@ -540,7 +540,7 @@ public GCPConfiguration getGcpConfiguration() { * This is the setter method to the attribute. * Google cloud platform configuration. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcpConfiguration set the gcpConfiguration. */ @@ -552,7 +552,7 @@ public void setGcpConfiguration(GCPConfiguration gcpConfiguration) { * This is the getter method this will return the attribute value. * Enable ipv6 auto configuration. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ip6AutocfgEnabled */ @@ -564,7 +564,7 @@ public Boolean getIp6AutocfgEnabled() { * This is the setter method to the attribute. * Enable ipv6 auto configuration. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param ip6AutocfgEnabled set the ip6AutocfgEnabled. */ @@ -576,7 +576,7 @@ public void setIp6AutocfgEnabled(Boolean ip6AutocfgEnabled) { * This is the getter method this will return the attribute value. * Ipam profile for the cloud. * It is a reference to an object of type ipamdnsproviderprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipamProviderRef */ @@ -588,7 +588,7 @@ public String getIpamProviderRef() { * This is the setter method to the attribute. * Ipam profile for the cloud. * It is a reference to an object of type ipamdnsproviderprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipamProviderRef set the ipamProviderRef. */ @@ -602,7 +602,7 @@ public void setIpamProviderRef(String ipamProviderRef) { * This field by default inherits the value from system configuration. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTier */ @@ -616,7 +616,7 @@ public String getLicenseTier() { * This field by default inherits the value from system configuration. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseTier set the licenseTier. */ @@ -629,7 +629,7 @@ public void setLicenseTier(String licenseTier) { * If no license type is specified then default license enforcement for the cloud type is chosen. * The default mappings are container cloud is max ses, openstack and vmware is cores and linux it is sockets. * Enum options - LIC_BACKEND_SERVERS, LIC_SOCKETS, LIC_CORES, LIC_HOSTS, LIC_SE_BANDWIDTH, LIC_METERED_SE_BANDWIDTH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseType */ @@ -642,7 +642,7 @@ public String getLicenseType() { * If no license type is specified then default license enforcement for the cloud type is chosen. * The default mappings are container cloud is max ses, openstack and vmware is cores and linux it is sockets. * Enum options - LIC_BACKEND_SERVERS, LIC_SOCKETS, LIC_CORES, LIC_HOSTS, LIC_SE_BANDWIDTH, LIC_METERED_SE_BANDWIDTH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseType set the licenseType. */ @@ -652,7 +652,7 @@ public void setLicenseType(String licenseType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxserverConfiguration */ @@ -662,7 +662,7 @@ public LinuxServerConfiguration getLinuxserverConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxserverConfiguration set the linuxserverConfiguration. */ @@ -674,7 +674,7 @@ public void setLinuxserverConfiguration(LinuxServerConfiguration linuxserverConf * This is the getter method this will return the attribute value. * Cloud is in maintenance mode. * Field introduced in 20.1.7,21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return maintenanceMode */ @@ -686,7 +686,7 @@ public Boolean getMaintenanceMode() { * This is the setter method to the attribute. * Cloud is in maintenance mode. * Field introduced in 20.1.7,21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param maintenanceMode set the maintenanceMode. */ @@ -697,8 +697,7 @@ public void setMaintenanceMode(Boolean maintenanceMode) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -710,8 +709,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -723,8 +721,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -741,8 +738,7 @@ public Cloud addMarkersItem(RoleFilterMatchLabel markersItem) { * Cloud metrics collector polling interval in seconds. * Field introduced in 22.1.1. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return metricsPollingInterval */ @@ -755,8 +751,7 @@ public Integer getMetricsPollingInterval() { * Cloud metrics collector polling interval in seconds. * Field introduced in 22.1.1. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param metricsPollingInterval set the metricsPollingInterval. */ @@ -767,8 +762,9 @@ public void setMetricsPollingInterval(Integer metricsPollingInterval) { /** * This is the getter method this will return the attribute value. * Enable ipv4 on the management interface of the serviceengine. + * Defaults to dhcp if no static config on network present. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return mgmtIpV4Enabled */ @@ -779,8 +775,9 @@ public Boolean getMgmtIpV4Enabled() { /** * This is the setter method to the attribute. * Enable ipv4 on the management interface of the serviceengine. + * Defaults to dhcp if no static config on network present. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param mgmtIpV4Enabled set the mgmtIpV4Enabled. */ @@ -791,8 +788,9 @@ public void setMgmtIpV4Enabled(Boolean mgmtIpV4Enabled) { /** * This is the getter method this will return the attribute value. * Enable ipv6 on the management interface of the serviceengine. + * Defaults to autocfg if no static config on network present. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return mgmtIpV6Enabled */ @@ -803,8 +801,9 @@ public Boolean getMgmtIpV6Enabled() { /** * This is the setter method to the attribute. * Enable ipv6 on the management interface of the serviceengine. + * Defaults to autocfg if no static config on network present. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param mgmtIpV6Enabled set the mgmtIpV6Enabled. */ @@ -816,7 +815,7 @@ public void setMgmtIpV6Enabled(Boolean mgmtIpV6Enabled) { * This is the getter method this will return the attribute value. * Mtu setting for the cloud. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1500. * @return mtu */ @@ -828,7 +827,7 @@ public Integer getMtu() { * This is the setter method to the attribute. * Mtu setting for the cloud. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1500. * @param mtu set the mtu. */ @@ -838,7 +837,7 @@ public void setMtu(Integer mtu) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -848,7 +847,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -860,7 +859,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Nsx-t cloud platform configuration. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtConfiguration */ @@ -872,7 +871,7 @@ public NsxtConfiguration getNsxtConfiguration() { * This is the setter method to the attribute. * Nsx-t cloud platform configuration. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtConfiguration set the nsxtConfiguration. */ @@ -884,7 +883,7 @@ public void setNsxtConfiguration(NsxtConfiguration nsxtConfiguration) { * This is the getter method this will return the attribute value. * Ntp configuration for the cloud. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpConfiguration */ @@ -896,7 +895,7 @@ public NTPConfiguration getNtpConfiguration() { * This is the setter method to the attribute. * Ntp configuration for the cloud. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ntpConfiguration set the ntpConfiguration. */ @@ -908,7 +907,7 @@ public void setNtpConfiguration(NTPConfiguration ntpConfiguration) { * This is the getter method this will return the attribute value. * Default prefix for all automatically created objects in this cloud. * This prefix can be overridden by the se-group template. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objNamePrefix */ @@ -920,7 +919,7 @@ public String getObjNamePrefix() { * This is the setter method to the attribute. * Default prefix for all automatically created objects in this cloud. * This prefix can be overridden by the se-group template. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objNamePrefix set the objNamePrefix. */ @@ -930,8 +929,8 @@ public void setObjNamePrefix(String objNamePrefix) { /** * This is the getter method this will return the attribute value. - * 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. + * Field deprecated in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @return openstackConfiguration */ public OpenStackConfiguration getOpenstackConfiguration() { @@ -940,8 +939,8 @@ public OpenStackConfiguration getOpenstackConfiguration() { /** * This is the setter method to the attribute. - * 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. + * Field deprecated in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @param openstackConfiguration set the openstackConfiguration. */ public void setOpenstackConfiguration(OpenStackConfiguration openstackConfiguration) { @@ -951,7 +950,7 @@ public void setOpenstackConfiguration(OpenStackConfiguration openstackConfigurat /** * This is the getter method this will return the attribute value. * Prefer static routes over interface routes during virtualservice placement. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return preferStaticRoutes */ @@ -962,7 +961,7 @@ public Boolean getPreferStaticRoutes() { /** * This is the setter method to the attribute. * Prefer static routes over interface routes during virtualservice placement. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param preferStaticRoutes set the preferStaticRoutes. */ @@ -972,7 +971,7 @@ public void setPreferStaticRoutes(Boolean preferStaticRoutes) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return proxyConfiguration */ @@ -982,7 +981,7 @@ public ProxyConfiguration getProxyConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param proxyConfiguration set the proxyConfiguration. */ @@ -992,7 +991,7 @@ public void setProxyConfiguration(ProxyConfiguration proxyConfiguration) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rancherConfiguration */ @@ -1002,7 +1001,7 @@ public RancherConfiguration getRancherConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rancherConfiguration set the rancherConfiguration. */ @@ -1014,7 +1013,7 @@ public void setRancherConfiguration(RancherConfiguration rancherConfiguration) { * This is the getter method this will return the attribute value. * Resolve ipv6 address for pool member fqdns. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return resolveFqdnToIpv6 */ @@ -1026,7 +1025,7 @@ public Boolean getResolveFqdnToIpv6() { * This is the setter method to the attribute. * Resolve ipv6 address for pool member fqdns. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param resolveFqdnToIpv6 set the resolveFqdnToIpv6. */ @@ -1039,7 +1038,7 @@ public void setResolveFqdnToIpv6(Boolean resolveFqdnToIpv6) { * The service engine group to use as template. * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupTemplateRef */ @@ -1052,7 +1051,7 @@ public String getSeGroupTemplateRef() { * The service engine group to use as template. * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupTemplateRef set the seGroupTemplateRef. */ @@ -1064,8 +1063,8 @@ public void setSeGroupTemplateRef(String seGroupTemplateRef) { * This is the getter method this will return the attribute value. * Dns records for vips are added/deleted based on the operational state of the vips. * Field introduced in 17.1.12. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return stateBasedDnsRegistration */ @@ -1077,8 +1076,8 @@ public Boolean getStateBasedDnsRegistration() { * This is the setter method to the attribute. * Dns records for vips are added/deleted based on the operational state of the vips. * Field introduced in 17.1.12. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param stateBasedDnsRegistration set the stateBasedDnsRegistration. */ @@ -1089,7 +1088,7 @@ public void setStateBasedDnsRegistration(Boolean stateBasedDnsRegistration) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -1100,7 +1099,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -1127,7 +1126,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -1137,7 +1136,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -1147,7 +1146,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaConfiguration */ @@ -1157,7 +1156,7 @@ public vCloudAirConfiguration getVcaConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaConfiguration set the vcaConfiguration. */ @@ -1167,7 +1166,7 @@ public void setVcaConfiguration(vCloudAirConfiguration vcaConfiguration) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterConfiguration */ @@ -1177,7 +1176,7 @@ public vCenterConfiguration getVcenterConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterConfiguration set the vcenterConfiguration. */ @@ -1189,7 +1188,7 @@ public void setVcenterConfiguration(vCenterConfiguration vcenterConfiguration) { * This is the getter method this will return the attribute value. * This deployment is vmware on aws cloud. * Field introduced in 20.1.5, 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return vmcDeployment */ @@ -1201,7 +1200,7 @@ public Boolean getVmcDeployment() { * This is the setter method to the attribute. * This deployment is vmware on aws cloud. * Field introduced in 20.1.5, 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param vmcDeployment set the vmcDeployment. */ @@ -1214,8 +1213,8 @@ public void setVmcDeployment(Boolean vmcDeployment) { * Cloud type. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials edition(allowed values- cloud_none,cloud_vcenter), basic edition(allowed values- - * cloud_none,cloud_nsxt), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- cloud_none,cloud_vcenter), basic (allowed values- cloud_none,cloud_nsxt) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CLOUD_NONE". * @return vtype */ @@ -1228,8 +1227,8 @@ public String getVtype() { * Cloud type. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials edition(allowed values- cloud_none,cloud_vcenter), basic edition(allowed values- - * cloud_none,cloud_nsxt), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- cloud_none,cloud_vcenter), basic (allowed values- cloud_none,cloud_nsxt) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CLOUD_NONE". * @param vtype set the vtype. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudASGNotifDetails.java b/java/src/com/vmware/avi/sdk/model/CloudASGNotifDetails.java index 45d0f7a92a..f75ac67e0b 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudASGNotifDetails.java +++ b/java/src/com/vmware/avi/sdk/model/CloudASGNotifDetails.java @@ -39,7 +39,7 @@ public class CloudASGNotifDetails { * This is the getter method this will return the attribute value. * Autoscale group name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return asgName */ @@ -51,7 +51,7 @@ public String getAsgName() { * This is the setter method to the attribute. * Autoscale group name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param asgName set the asgName. */ @@ -63,7 +63,7 @@ public void setAsgName(String asgName) { * This is the getter method this will return the attribute value. * Cloud uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -75,7 +75,7 @@ public String getCcId() { * This is the setter method to the attribute. * Cloud uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -87,7 +87,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Failure reason if autoscale group creation or deletion fails. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -99,7 +99,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Failure reason if autoscale group creation or deletion fails. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -112,7 +112,7 @@ public void setErrorString(String errorString) { * Pool uuid. * It is a reference to an object of type pool. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -125,7 +125,7 @@ public String getPoolRef() { * Pool uuid. * It is a reference to an object of type pool. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudAutoscalingConfigFailureDetails.java b/java/src/com/vmware/avi/sdk/model/CloudAutoscalingConfigFailureDetails.java index 8620e05674..a7766797bf 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudAutoscalingConfigFailureDetails.java +++ b/java/src/com/vmware/avi/sdk/model/CloudAutoscalingConfigFailureDetails.java @@ -33,7 +33,7 @@ public class CloudAutoscalingConfigFailureDetails { * This is the getter method this will return the attribute value. * Cloud uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -45,7 +45,7 @@ public String getCcId() { * This is the setter method to the attribute. * Cloud uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -57,7 +57,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Failure reason if autoscaling configuration fails. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -69,7 +69,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Failure reason if autoscaling configuration fails. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudClusterVip.java b/java/src/com/vmware/avi/sdk/model/CloudClusterVip.java index 53abc63507..b0cfc42909 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudClusterVip.java +++ b/java/src/com/vmware/avi/sdk/model/CloudClusterVip.java @@ -37,7 +37,7 @@ public class CloudClusterVip { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -47,7 +47,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -57,7 +57,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -67,7 +67,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -77,7 +77,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -87,7 +87,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -99,7 +99,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vtype */ @@ -111,7 +111,7 @@ public String getVtype() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vtype set the vtype. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudConnectorDebugFilter.java b/java/src/com/vmware/avi/sdk/model/CloudConnectorDebugFilter.java index 432f0dfbeb..7db4cf8e27 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudConnectorDebugFilter.java +++ b/java/src/com/vmware/avi/sdk/model/CloudConnectorDebugFilter.java @@ -35,7 +35,7 @@ public class CloudConnectorDebugFilter { /** * This is the getter method this will return the attribute value. * Filter debugs for an app. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appId */ @@ -46,7 +46,7 @@ public String getAppId() { /** * This is the setter method to the attribute. * Filter debugs for an app. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appId set the appId. */ @@ -57,7 +57,7 @@ public void setAppId(String appId) { /** * This is the getter method this will return the attribute value. * Disable se reboot via cloud connector on hb miss. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disableSeReboot */ @@ -68,7 +68,7 @@ public Boolean getDisableSeReboot() { /** * This is the setter method to the attribute. * Disable se reboot via cloud connector on hb miss. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param disableSeReboot set the disableSeReboot. */ @@ -79,7 +79,7 @@ public void setDisableSeReboot(Boolean disableSeReboot) { /** * This is the getter method this will return the attribute value. * Filter debugs for a se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seId */ @@ -90,7 +90,7 @@ public String getSeId() { /** * This is the setter method to the attribute. * Filter debugs for a se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seId set the seId. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudConnectorUser.java b/java/src/com/vmware/avi/sdk/model/CloudConnectorUser.java index 7f6fb28b9c..d4b899f2e1 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudConnectorUser.java +++ b/java/src/com/vmware/avi/sdk/model/CloudConnectorUser.java @@ -68,7 +68,7 @@ public class CloudConnectorUser extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureServiceprincipal */ @@ -79,7 +79,7 @@ public AzureServicePrincipalCredentials getAzureServiceprincipal() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureServiceprincipal set the azureServiceprincipal. */ @@ -90,7 +90,7 @@ public void setAzureServiceprincipal(AzureServicePrincipalCredentials azureServi /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureUserpass */ @@ -101,7 +101,7 @@ public AzureUserPassCredentials getAzureUserpass() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureUserpass set the azureUserpass. */ @@ -113,7 +113,7 @@ public void setAzureUserpass(AzureUserPassCredentials azureUserpass) { * This is the getter method this will return the attribute value. * Credentials for google cloud platform. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcpCredentials */ @@ -125,7 +125,7 @@ public GCPCredentials getGcpCredentials() { * This is the setter method to the attribute. * Credentials for google cloud platform. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcpCredentials set the gcpCredentials. */ @@ -135,7 +135,7 @@ public void setGcpCredentials(GCPCredentials gcpCredentials) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -145,7 +145,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -157,7 +157,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Credentials to talk to nsx-t manager. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtCredentials */ @@ -169,7 +169,7 @@ public NsxtCredentials getNsxtCredentials() { * This is the setter method to the attribute. * Credentials to talk to nsx-t manager. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtCredentials set the nsxtCredentials. */ @@ -180,9 +180,9 @@ public void setNsxtCredentials(NsxtCredentials nsxtCredentials) { /** * This is the getter method this will return the attribute value. * Credentials for oracle cloud infrastructure. + * Field deprecated in 31.1.1. * Field introduced in 18.2.1,18.1.3. - * 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. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @return ociCredentials */ public OCICredentials getOciCredentials() { @@ -192,9 +192,9 @@ public OCICredentials getOciCredentials() { /** * This is the setter method to the attribute. * Credentials for oracle cloud infrastructure. + * Field deprecated in 31.1.1. * Field introduced in 18.2.1,18.1.3. - * 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. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @param ociCredentials set the ociCredentials. */ public void setOciCredentials(OCICredentials ociCredentials) { @@ -203,7 +203,7 @@ public void setOciCredentials(OCICredentials ociCredentials) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -213,7 +213,7 @@ public String getPassword() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -223,7 +223,7 @@ public void setPassword(String password) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privateKey */ @@ -233,7 +233,7 @@ public String getPrivateKey() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param privateKey set the privateKey. */ @@ -243,7 +243,7 @@ public void setPrivateKey(String privateKey) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return publicKey */ @@ -253,7 +253,7 @@ public String getPublicKey() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param publicKey set the publicKey. */ @@ -264,7 +264,7 @@ public void setPublicKey(String publicKey) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -275,7 +275,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -287,7 +287,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Credentials for tencent cloud. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tencentCredentials */ @@ -299,7 +299,7 @@ public TencentCredentials getTencentCredentials() { * This is the setter method to the attribute. * Credentials for tencent cloud. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tencentCredentials set the tencentCredentials. */ @@ -326,7 +326,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -336,7 +336,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -348,7 +348,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Credentials to talk to vcenter. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterCredentials */ @@ -360,7 +360,7 @@ public VCenterCredentials getVcenterCredentials() { * This is the setter method to the attribute. * Credentials to talk to vcenter. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterCredentials set the vcenterCredentials. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudConnectorUserTestParams.java b/java/src/com/vmware/avi/sdk/model/CloudConnectorUserTestParams.java index 4464c3e610..576ca8da00 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudConnectorUserTestParams.java +++ b/java/src/com/vmware/avi/sdk/model/CloudConnectorUserTestParams.java @@ -28,7 +28,7 @@ public class CloudConnectorUserTestParams { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -38,7 +38,7 @@ public String getHost() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudDnsUpdate.java b/java/src/com/vmware/avi/sdk/model/CloudDnsUpdate.java index 3328e8b629..da9f8d1961 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudDnsUpdate.java +++ b/java/src/com/vmware/avi/sdk/model/CloudDnsUpdate.java @@ -46,7 +46,7 @@ public class CloudDnsUpdate { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -56,7 +56,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -66,7 +66,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsFqdn */ @@ -76,7 +76,7 @@ public String getDnsFqdn() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsFqdn set the dnsFqdn. */ @@ -86,7 +86,7 @@ public void setDnsFqdn(String dnsFqdn) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -96,7 +96,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -106,7 +106,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fip */ @@ -116,7 +116,7 @@ public IpAddr getFip() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fip set the fip. */ @@ -126,7 +126,7 @@ public void setFip(IpAddr fip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -136,7 +136,7 @@ public IpAddr getVip() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vip set the vip. */ @@ -146,7 +146,7 @@ public void setVip(IpAddr vip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -156,7 +156,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ @@ -168,7 +168,7 @@ public void setVsUuid(String vsUuid) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vtype */ @@ -180,7 +180,7 @@ public String getVtype() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vtype set the vtype. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudFlavor.java b/java/src/com/vmware/avi/sdk/model/CloudFlavor.java index a7730ad3cc..09a899aa50 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudFlavor.java +++ b/java/src/com/vmware/avi/sdk/model/CloudFlavor.java @@ -64,7 +64,7 @@ public class CloudFlavor { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cost */ @@ -74,7 +74,7 @@ public String getCost() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cost set the cost. */ @@ -84,7 +84,7 @@ public void setCost(String cost) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return diskGb */ @@ -94,7 +94,7 @@ public Integer getDiskGb() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param diskGb set the diskGb. */ @@ -104,7 +104,7 @@ public void setDiskGb(Integer diskGb) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enhancedNw */ @@ -114,7 +114,7 @@ public Boolean getEnhancedNw() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enhancedNw set the enhancedNw. */ @@ -124,7 +124,7 @@ public void setEnhancedNw(Boolean enhancedNw) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return id */ @@ -134,7 +134,7 @@ public String getId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param id set the id. */ @@ -147,7 +147,7 @@ public void setId(String id) { * If a vm flavor is recommended for requested se_usage_type.set to true if the chosen vm flavor is recommended for requested se_usage_type.else set * to false. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isRecommended */ @@ -160,7 +160,7 @@ public Boolean getIsRecommended() { * If a vm flavor is recommended for requested se_usage_type.set to true if the chosen vm flavor is recommended for requested se_usage_type.else set * to false. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isRecommended set the isRecommended. */ @@ -172,7 +172,7 @@ public void setIsRecommended(Boolean isRecommended) { * This is the getter method this will return the attribute value. * Maximum number of ipv6 addresses that can be configured per nic. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxIp6SPerNic */ @@ -184,7 +184,7 @@ public Integer getMaxIp6SPerNic() { * This is the setter method to the attribute. * Maximum number of ipv6 addresses that can be configured per nic. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxIp6SPerNic set the maxIp6SPerNic. */ @@ -194,7 +194,7 @@ public void setMaxIp6SPerNic(Integer maxIp6SPerNic) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxIpsPerNic */ @@ -204,7 +204,7 @@ public Integer getMaxIpsPerNic() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxIpsPerNic set the maxIpsPerNic. */ @@ -214,7 +214,7 @@ public void setMaxIpsPerNic(Integer maxIpsPerNic) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxNics */ @@ -224,7 +224,7 @@ public Integer getMaxNics() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxNics set the maxNics. */ @@ -233,7 +233,7 @@ public void setMaxNics(Integer maxNics) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return meta */ @@ -243,7 +243,7 @@ public List getMeta() { /** * This is the setter method. this will set the meta - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return meta */ @@ -253,7 +253,7 @@ public void setMeta(List meta) { /** * This is the setter method this will set the meta - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return meta */ @@ -267,7 +267,7 @@ public CloudFlavor addMetaItem(CloudMeta metaItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -277,7 +277,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -287,7 +287,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return publics */ @@ -297,7 +297,7 @@ public Boolean getPublics() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param publics set the publics. */ @@ -307,7 +307,7 @@ public void setPublics(Boolean publics) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ramMb */ @@ -317,7 +317,7 @@ public Integer getRamMb() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ramMb set the ramMb. */ @@ -327,7 +327,7 @@ public void setRamMb(Integer ramMb) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcpus */ @@ -337,7 +337,7 @@ public Integer getVcpus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcpus set the vcpus. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudGeneric.java b/java/src/com/vmware/avi/sdk/model/CloudGeneric.java index ba6a992cd0..139818e86f 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudGeneric.java +++ b/java/src/com/vmware/avi/sdk/model/CloudGeneric.java @@ -34,7 +34,7 @@ public class CloudGeneric { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -44,7 +44,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -54,7 +54,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -64,7 +64,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -76,7 +76,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vtype */ @@ -88,7 +88,7 @@ public String getVtype() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vtype set the vtype. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudHealth.java b/java/src/com/vmware/avi/sdk/model/CloudHealth.java index 565d900caa..5acfcd8750 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudHealth.java +++ b/java/src/com/vmware/avi/sdk/model/CloudHealth.java @@ -46,7 +46,7 @@ public class CloudHealth { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -56,7 +56,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -66,7 +66,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -76,7 +76,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -86,7 +86,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return firstFail */ @@ -96,7 +96,7 @@ public String getFirstFail() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param firstFail set the firstFail. */ @@ -106,7 +106,7 @@ public void setFirstFail(String firstFail) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastFail */ @@ -116,7 +116,7 @@ public String getLastFail() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastFail set the lastFail. */ @@ -126,7 +126,7 @@ public void setLastFail(String lastFail) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastOk */ @@ -136,7 +136,7 @@ public String getLastOk() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastOk set the lastOk. */ @@ -146,7 +146,7 @@ public void setLastOk(String lastOk) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numFails */ @@ -156,7 +156,7 @@ public Integer getNumFails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numFails set the numFails. */ @@ -168,7 +168,7 @@ public void setNumFails(Integer numFails) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vtype */ @@ -180,7 +180,7 @@ public String getVtype() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vtype set the vtype. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudInfo.java b/java/src/com/vmware/avi/sdk/model/CloudInfo.java index 1b4745fb7a..ba8b391d5d 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudInfo.java +++ b/java/src/com/vmware/avi/sdk/model/CloudInfo.java @@ -44,7 +44,7 @@ public class CloudInfo { /** * This is the getter method this will return the attribute value. * Cloudconnectoragent properties specific to this cloud type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccaProps */ @@ -55,7 +55,7 @@ public CC_AgentProperties getCcaProps() { /** * This is the setter method to the attribute. * Cloudconnectoragent properties specific to this cloud type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccaProps set the ccaProps. */ @@ -66,7 +66,7 @@ public void setCcaProps(CC_AgentProperties ccaProps) { /** * This is the getter method this will return the attribute value. * Controller properties specific to this cloud type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerProps */ @@ -77,7 +77,7 @@ public ControllerProperties getControllerProps() { /** * This is the setter method to the attribute. * Controller properties specific to this cloud type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerProps set the controllerProps. */ @@ -87,7 +87,7 @@ public void setControllerProps(ControllerProperties controllerProps) { /** * This is the getter method this will return the attribute value. * Flavor properties specific to this cloud type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flavorProps */ @@ -98,7 +98,7 @@ public List getFlavorProps() { /** * This is the setter method. this will set the flavorProps * Flavor properties specific to this cloud type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flavorProps */ @@ -109,7 +109,7 @@ public void setFlavorProps(List flavorProps) { /** * This is the setter method this will set the flavorProps * Flavor properties specific to this cloud type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flavorProps */ @@ -123,7 +123,7 @@ public CloudInfo addFlavorPropsItem(CloudFlavor flavorPropsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flavorRegexFilter */ @@ -133,7 +133,7 @@ public String getFlavorRegexFilter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flavorRegexFilter set the flavorRegexFilter. */ @@ -144,7 +144,7 @@ public void setFlavorRegexFilter(String flavorRegexFilter) { * This is the getter method this will return the attribute value. * Supported hypervisors. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return htypes */ @@ -156,7 +156,7 @@ public List getHtypes() { * This is the setter method. this will set the htypes * Supported hypervisors. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return htypes */ @@ -168,7 +168,7 @@ public void setHtypes(List htypes) { * This is the setter method this will set the htypes * Supported hypervisors. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return htypes */ @@ -185,7 +185,7 @@ public CloudInfo addHtypesItem(String htypesItem) { * Cloud type. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vtype */ @@ -198,7 +198,7 @@ public String getVtype() { * Cloud type. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vtype set the vtype. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudIpChange.java b/java/src/com/vmware/avi/sdk/model/CloudIpChange.java index cf8e9746d5..b8f85d22ab 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudIpChange.java +++ b/java/src/com/vmware/avi/sdk/model/CloudIpChange.java @@ -55,7 +55,7 @@ public class CloudIpChange { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -65,7 +65,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -75,7 +75,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -85,7 +85,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -95,7 +95,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -105,7 +105,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -116,7 +116,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -127,7 +127,7 @@ public IpAddr getIp6() { /** * This is the setter method to the attribute. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -138,7 +138,7 @@ public void setIp6(IpAddr ip6) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return ip6Mask */ @@ -149,7 +149,7 @@ public Integer getIp6Mask() { /** * This is the setter method to the attribute. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param ip6Mask set the ip6Mask. */ @@ -160,7 +160,7 @@ public void setIp6Mask(Integer ip6Mask) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @return ipMask */ @@ -171,7 +171,7 @@ public Integer getIpMask() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @param ipMask set the ipMask. */ @@ -181,7 +181,7 @@ public void setIpMask(Integer ipMask) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddr */ @@ -191,7 +191,7 @@ public String getMacAddr() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddr set the macAddr. */ @@ -201,7 +201,7 @@ public void setMacAddr(String macAddr) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portUuid */ @@ -211,7 +211,7 @@ public String getPortUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param portUuid set the portUuid. */ @@ -221,7 +221,7 @@ public void setPortUuid(String portUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVmUuid */ @@ -231,7 +231,7 @@ public String getSeVmUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVmUuid set the seVmUuid. */ @@ -243,7 +243,7 @@ public void setSeVmUuid(String seVmUuid) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vtype */ @@ -255,7 +255,7 @@ public String getVtype() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vtype set the vtype. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudMeta.java b/java/src/com/vmware/avi/sdk/model/CloudMeta.java index bc8f4117a7..0425b98ae9 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudMeta.java +++ b/java/src/com/vmware/avi/sdk/model/CloudMeta.java @@ -31,7 +31,7 @@ public class CloudMeta { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -41,7 +41,7 @@ public String getKey() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -51,7 +51,7 @@ public void setKey(String key) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -61,7 +61,7 @@ public String getValue() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudProperties.java b/java/src/com/vmware/avi/sdk/model/CloudProperties.java index d418a98104..014b3807e9 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudProperties.java +++ b/java/src/com/vmware/avi/sdk/model/CloudProperties.java @@ -44,7 +44,7 @@ public class CloudProperties extends AviRestResource { /** * This is the getter method this will return the attribute value. * Cloudconnector properties. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccProps */ @@ -55,7 +55,7 @@ public CC_Properties getCcProps() { /** * This is the setter method to the attribute. * Cloudconnector properties. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccProps set the ccProps. */ @@ -67,7 +67,7 @@ public void setCcProps(CC_Properties ccProps) { * Cloud types supported by cloudconnector. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccVtypes */ @@ -80,7 +80,7 @@ public List getCcVtypes() { * Cloud types supported by cloudconnector. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccVtypes */ @@ -93,7 +93,7 @@ public void setCcVtypes(List ccVtypes) { * Cloud types supported by cloudconnector. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccVtypes */ @@ -107,7 +107,7 @@ public CloudProperties addCcVtypesItem(String ccVtypesItem) { /** * This is the getter method this will return the attribute value. * Hypervisor properties. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypProps */ @@ -118,7 +118,7 @@ public List getHypProps() { /** * This is the setter method. this will set the hypProps * Hypervisor properties. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypProps */ @@ -129,7 +129,7 @@ public void setHypProps(List hypProps) { /** * This is the setter method this will set the hypProps * Hypervisor properties. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypProps */ @@ -143,7 +143,7 @@ public CloudProperties addHypPropsItem(Hypervisor_Properties hypPropsItem) { /** * This is the getter method this will return the attribute value. * Properties specific to a cloud type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return info */ @@ -154,7 +154,7 @@ public List getInfo() { /** * This is the setter method. this will set the info * Properties specific to a cloud type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return info */ @@ -165,7 +165,7 @@ public void setInfo(List info) { /** * This is the setter method this will set the info * Properties specific to a cloud type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return info */ @@ -196,7 +196,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -206,7 +206,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudRouteNotifDetails.java b/java/src/com/vmware/avi/sdk/model/CloudRouteNotifDetails.java index 6d2a1c8c9a..cf2604983e 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudRouteNotifDetails.java +++ b/java/src/com/vmware/avi/sdk/model/CloudRouteNotifDetails.java @@ -39,7 +39,7 @@ public class CloudRouteNotifDetails { * This is the getter method this will return the attribute value. * Cloud id. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -51,7 +51,7 @@ public String getCcId() { * This is the setter method to the attribute. * Cloud id. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -63,7 +63,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Detailed reason for the route update notification. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -75,7 +75,7 @@ public String getReason() { * This is the setter method to the attribute. * Detailed reason for the route update notification. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -87,7 +87,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Name of route table for which update was performed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routeTable */ @@ -99,7 +99,7 @@ public String getRouteTable() { * This is the setter method to the attribute. * Name of route table for which update was performed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routeTable set the routeTable. */ @@ -110,7 +110,7 @@ public void setRouteTable(String routeTable) { * This is the getter method this will return the attribute value. * Names of routes for which update was performed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routes */ @@ -122,7 +122,7 @@ public List getRoutes() { * This is the setter method. this will set the routes * Names of routes for which update was performed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routes */ @@ -134,7 +134,7 @@ public void setRoutes(List routes) { * This is the setter method this will set the routes * Names of routes for which update was performed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routes */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudRuntime.java b/java/src/com/vmware/avi/sdk/model/CloudRuntime.java index c3e337bf54..4f88be7653 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/CloudRuntime.java @@ -40,7 +40,7 @@ public class CloudRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -50,7 +50,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -60,7 +60,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return networkSyncComplete */ @@ -70,7 +70,7 @@ public Boolean getNetworkSyncComplete() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param networkSyncComplete set the networkSyncComplete. */ @@ -81,7 +81,7 @@ public void setNetworkSyncComplete(Boolean networkSyncComplete) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -92,7 +92,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -119,7 +119,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -129,7 +129,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudSeVmChange.java b/java/src/com/vmware/avi/sdk/model/CloudSeVmChange.java index 48771abe89..32cbdb1968 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudSeVmChange.java +++ b/java/src/com/vmware/avi/sdk/model/CloudSeVmChange.java @@ -37,7 +37,7 @@ public class CloudSeVmChange { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -47,7 +47,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -57,7 +57,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -67,7 +67,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -77,7 +77,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVmUuid */ @@ -87,7 +87,7 @@ public String getSeVmUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVmUuid set the seVmUuid. */ @@ -99,7 +99,7 @@ public void setSeVmUuid(String seVmUuid) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vtype */ @@ -111,7 +111,7 @@ public String getVtype() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vtype set the vtype. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudStackConfiguration.java b/java/src/com/vmware/avi/sdk/model/CloudStackConfiguration.java index 67e0a998ed..d50cb24985 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudStackConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/CloudStackConfiguration.java @@ -47,7 +47,7 @@ public class CloudStackConfiguration { /** * This is the getter method this will return the attribute value. * Cloudstack api key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return accessKeyId */ @@ -58,7 +58,7 @@ public String getAccessKeyId() { /** * This is the setter method to the attribute. * Cloudstack api key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param accessKeyId set the accessKeyId. */ @@ -69,7 +69,7 @@ public void setAccessKeyId(String accessKeyId) { /** * This is the getter method this will return the attribute value. * Cloudstack api url. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apiUrl */ @@ -80,7 +80,7 @@ public String getApiUrl() { /** * This is the setter method to the attribute. * Cloudstack api url. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apiUrl set the apiUrl. */ @@ -91,7 +91,7 @@ public void setApiUrl(String apiUrl) { /** * This is the getter method this will return the attribute value. * If controller's management ip is in a private network, a publicly accessible ip to reach the controller. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cntrPublicIp */ @@ -102,7 +102,7 @@ public String getCntrPublicIp() { /** * This is the setter method to the attribute. * If controller's management ip is in a private network, a publicly accessible ip to reach the controller. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cntrPublicIp set the cntrPublicIp. */ @@ -114,7 +114,7 @@ public void setCntrPublicIp(String cntrPublicIp) { * This is the getter method this will return the attribute value. * Default hypervisor type. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "KVM". * @return hypervisor */ @@ -126,7 +126,7 @@ public String getHypervisor() { * This is the setter method to the attribute. * Default hypervisor type. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "KVM". * @param hypervisor set the hypervisor. */ @@ -137,7 +137,7 @@ public void setHypervisor(String hypervisor) { /** * This is the getter method this will return the attribute value. * Avi management network name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtNetworkName */ @@ -148,7 +148,7 @@ public String getMgmtNetworkName() { /** * This is the setter method to the attribute. * Avi management network name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtNetworkName set the mgmtNetworkName. */ @@ -159,7 +159,7 @@ public void setMgmtNetworkName(String mgmtNetworkName) { /** * This is the getter method this will return the attribute value. * Avi management network name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtNetworkUuid */ @@ -170,7 +170,7 @@ public String getMgmtNetworkUuid() { /** * This is the setter method to the attribute. * Avi management network name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtNetworkUuid set the mgmtNetworkUuid. */ @@ -181,7 +181,7 @@ public void setMgmtNetworkUuid(String mgmtNetworkUuid) { /** * This is the getter method this will return the attribute value. * Cloudstack secret key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secretAccessKey */ @@ -192,7 +192,7 @@ public String getSecretAccessKey() { /** * This is the setter method to the attribute. * Cloudstack secret key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secretAccessKey set the secretAccessKey. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudStackSetup.java b/java/src/com/vmware/avi/sdk/model/CloudStackSetup.java index f7129fa76a..739cc0f3d6 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudStackSetup.java +++ b/java/src/com/vmware/avi/sdk/model/CloudStackSetup.java @@ -40,7 +40,7 @@ public class CloudStackSetup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return accessKeyId */ @@ -50,7 +50,7 @@ public String getAccessKeyId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param accessKeyId set the accessKeyId. */ @@ -60,7 +60,7 @@ public void setAccessKeyId(String accessKeyId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apiUrl */ @@ -70,7 +70,7 @@ public String getApiUrl() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apiUrl set the apiUrl. */ @@ -80,7 +80,7 @@ public void setApiUrl(String apiUrl) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -90,7 +90,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -100,7 +100,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -110,7 +110,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -121,7 +121,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privilege */ @@ -132,7 +132,7 @@ public String getPrivilege() { /** * This is the setter method to the attribute. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param privilege set the privilege. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudSyncServices.java b/java/src/com/vmware/avi/sdk/model/CloudSyncServices.java index 0edff3008e..4a0a74ec83 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudSyncServices.java +++ b/java/src/com/vmware/avi/sdk/model/CloudSyncServices.java @@ -40,7 +40,7 @@ public class CloudSyncServices { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -50,7 +50,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -60,7 +60,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -70,7 +70,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -80,7 +80,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVmUuid */ @@ -90,7 +90,7 @@ public String getSeVmUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVmUuid set the seVmUuid. */ @@ -101,7 +101,7 @@ public void setSeVmUuid(String seVmUuid) { * This is the getter method this will return the attribute value. * List of vips. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vips */ @@ -113,7 +113,7 @@ public List getVips() { * This is the setter method. this will set the vips * List of vips. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vips */ @@ -125,7 +125,7 @@ public void setVips(List vips) { * This is the setter method this will set the vips * List of vips. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vips */ @@ -141,7 +141,7 @@ public CloudSyncServices addVipsItem(IpAddr vipsItem) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vtype */ @@ -153,7 +153,7 @@ public String getVtype() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vtype set the vtype. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudTenantCleanup.java b/java/src/com/vmware/avi/sdk/model/CloudTenantCleanup.java index 75a6226d01..4e0a1d1b05 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudTenantCleanup.java +++ b/java/src/com/vmware/avi/sdk/model/CloudTenantCleanup.java @@ -43,7 +43,7 @@ public class CloudTenantCleanup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return id */ @@ -53,7 +53,7 @@ public String getId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param id set the id. */ @@ -63,7 +63,7 @@ public void setId(String id) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -73,7 +73,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -83,7 +83,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPorts */ @@ -93,7 +93,7 @@ public Integer getNumPorts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPorts set the numPorts. */ @@ -103,7 +103,7 @@ public void setNumPorts(Integer numPorts) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSe */ @@ -113,7 +113,7 @@ public Integer getNumSe() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSe set the numSe. */ @@ -123,7 +123,7 @@ public void setNumSe(Integer numSe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSecgrp */ @@ -133,7 +133,7 @@ public Integer getNumSecgrp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSecgrp set the numSecgrp. */ @@ -143,7 +143,7 @@ public void setNumSecgrp(Integer numSecgrp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSvrgrp */ @@ -153,7 +153,7 @@ public Integer getNumSvrgrp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSvrgrp set the numSvrgrp. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudTenantsDeleted.java b/java/src/com/vmware/avi/sdk/model/CloudTenantsDeleted.java index f0e4228555..eb7bca4e00 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudTenantsDeleted.java +++ b/java/src/com/vmware/avi/sdk/model/CloudTenantsDeleted.java @@ -34,7 +34,7 @@ public class CloudTenantsDeleted { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -44,7 +44,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -53,7 +53,7 @@ public void setCcId(String ccId) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenants */ @@ -63,7 +63,7 @@ public List getTenants() { /** * This is the setter method. this will set the tenants - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenants */ @@ -73,7 +73,7 @@ public void setTenants(List tenants) { /** * This is the setter method this will set the tenants - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenants */ @@ -89,7 +89,7 @@ public CloudTenantsDeleted addTenantsItem(CloudTenantCleanup tenantsItem) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vtype */ @@ -101,7 +101,7 @@ public String getVtype() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vtype set the vtype. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudVipParkingIntf.java b/java/src/com/vmware/avi/sdk/model/CloudVipParkingIntf.java index b04ab5562a..365038728b 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudVipParkingIntf.java +++ b/java/src/com/vmware/avi/sdk/model/CloudVipParkingIntf.java @@ -40,7 +40,7 @@ public class CloudVipParkingIntf { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -50,7 +50,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -60,7 +60,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -70,7 +70,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -80,7 +80,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return intfId */ @@ -90,7 +90,7 @@ public String getIntfId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param intfId set the intfId. */ @@ -100,7 +100,7 @@ public void setIntfId(String intfId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetId */ @@ -110,7 +110,7 @@ public String getSubnetId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetId set the subnetId. */ @@ -122,7 +122,7 @@ public void setSubnetId(String subnetId) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vtype */ @@ -134,7 +134,7 @@ public String getVtype() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vtype set the vtype. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudVipUpdate.java b/java/src/com/vmware/avi/sdk/model/CloudVipUpdate.java index 4b8ed2949f..efce96465d 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudVipUpdate.java +++ b/java/src/com/vmware/avi/sdk/model/CloudVipUpdate.java @@ -37,7 +37,7 @@ public class CloudVipUpdate { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -47,7 +47,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -57,7 +57,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -67,7 +67,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -77,7 +77,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -87,7 +87,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ @@ -99,7 +99,7 @@ public void setVsUuid(String vsUuid) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vtype */ @@ -111,7 +111,7 @@ public String getVtype() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vtype set the vtype. */ diff --git a/java/src/com/vmware/avi/sdk/model/CloudVnicChange.java b/java/src/com/vmware/avi/sdk/model/CloudVnicChange.java index e38aebd0fa..09fb56ea41 100644 --- a/java/src/com/vmware/avi/sdk/model/CloudVnicChange.java +++ b/java/src/com/vmware/avi/sdk/model/CloudVnicChange.java @@ -43,7 +43,7 @@ public class CloudVnicChange { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -53,7 +53,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -63,7 +63,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -73,7 +73,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -82,7 +82,7 @@ public void setErrorString(String errorString) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddrs */ @@ -92,7 +92,7 @@ public List getMacAddrs() { /** * This is the setter method. this will set the macAddrs - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddrs */ @@ -102,7 +102,7 @@ public void setMacAddrs(List macAddrs) { /** * This is the setter method this will set the macAddrs - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddrs */ @@ -116,7 +116,7 @@ public CloudVnicChange addMacAddrsItem(String macAddrsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVmUuid */ @@ -126,7 +126,7 @@ public String getSeVmUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVmUuid set the seVmUuid. */ @@ -135,7 +135,7 @@ public void setSeVmUuid(String seVmUuid) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnics */ @@ -145,7 +145,7 @@ public List getVnics() { /** * This is the setter method. this will set the vnics - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnics */ @@ -155,7 +155,7 @@ public void setVnics(List vnics) { /** * This is the setter method this will set the vnics - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnics */ @@ -171,7 +171,7 @@ public CloudVnicChange addVnicsItem(CC_VnicInfo vnicsItem) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vtype */ @@ -183,7 +183,7 @@ public String getVtype() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vtype set the vtype. */ diff --git a/java/src/com/vmware/avi/sdk/model/Cluster.java b/java/src/com/vmware/avi/sdk/model/Cluster.java index 110a9c0520..d2234b54c3 100644 --- a/java/src/com/vmware/avi/sdk/model/Cluster.java +++ b/java/src/com/vmware/avi/sdk/model/Cluster.java @@ -49,7 +49,7 @@ public class Cluster extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -59,7 +59,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -70,7 +70,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Minimum of 1 items required. * Maximum of 7 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodes */ @@ -82,7 +82,7 @@ public List getNodes() { * This is the setter method. this will set the nodes * Minimum of 1 items required. * Maximum of 7 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodes */ @@ -94,7 +94,7 @@ public void setNodes(List nodes) { * This is the setter method this will set the nodes * Minimum of 1 items required. * Maximum of 7 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodes */ @@ -109,7 +109,7 @@ public Cluster addNodesItem(ClusterNode nodesItem) { /** * This is the getter method this will return the attribute value. * Re-join cluster nodes automatically in the event one of the node is reset to factory. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return rejoinNodesAutomatically */ @@ -120,7 +120,7 @@ public Boolean getRejoinNodesAutomatically() { /** * This is the setter method to the attribute. * Re-join cluster nodes automatically in the event one of the node is reset to factory. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param rejoinNodesAutomatically set the rejoinNodesAutomatically. */ @@ -131,7 +131,7 @@ public void setRejoinNodesAutomatically(Boolean rejoinNodesAutomatically) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -142,7 +142,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -169,7 +169,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -179,7 +179,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -189,9 +189,8 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * A v4 virtual ip address. - * This v4 ip address will be dynamically reconfigured so that it always is the ip of the cluster leader. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * A v4 virtual ip address for the cluster that always points to the v4 ip of the leader node in cluster. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualIp */ @@ -201,9 +200,8 @@ public IpAddr getVirtualIp() { /** * This is the setter method to the attribute. - * A v4 virtual ip address. - * This v4 ip address will be dynamically reconfigured so that it always is the ip of the cluster leader. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * A v4 virtual ip address for the cluster that always points to the v4 ip of the leader node in cluster. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualIp set the virtualIp. */ @@ -213,10 +211,9 @@ public void setVirtualIp(IpAddr virtualIp) { /** * This is the getter method this will return the attribute value. - * A v6 virtual ip address. - * This v6 ip address will be dynamically reconfigured so that it always is the ip of the cluster leader. + * A v6 virtual ip address for the cluster that always points to the v6 ip of the leader node in cluster. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualIp6 */ @@ -226,10 +223,9 @@ public IpAddr getVirtualIp6() { /** * This is the setter method to the attribute. - * A v6 virtual ip address. - * This v6 ip address will be dynamically reconfigured so that it always is the ip of the cluster leader. + * A v6 virtual ip address for the cluster that always points to the v6 ip of the leader node in cluster. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualIp6 set the virtualIp6. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClusterCloudDetails.java b/java/src/com/vmware/avi/sdk/model/ClusterCloudDetails.java index b98ab6ebc8..ff10c9e432 100644 --- a/java/src/com/vmware/avi/sdk/model/ClusterCloudDetails.java +++ b/java/src/com/vmware/avi/sdk/model/ClusterCloudDetails.java @@ -42,7 +42,7 @@ public class ClusterCloudDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Azure info to configure cluster_vip on the controller. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureInfo */ @@ -54,7 +54,7 @@ public AzureClusterInfo getAzureInfo() { * This is the setter method to the attribute. * Azure info to configure cluster_vip on the controller. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureInfo set the azureInfo. */ @@ -65,7 +65,7 @@ public void setAzureInfo(AzureClusterInfo azureInfo) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -76,7 +76,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -88,7 +88,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -100,7 +100,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -128,7 +128,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -139,7 +139,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClusterConfigFailedEvent.java b/java/src/com/vmware/avi/sdk/model/ClusterConfigFailedEvent.java index 3bf381df2a..73a27d5fed 100644 --- a/java/src/com/vmware/avi/sdk/model/ClusterConfigFailedEvent.java +++ b/java/src/com/vmware/avi/sdk/model/ClusterConfigFailedEvent.java @@ -29,7 +29,7 @@ public class ClusterConfigFailedEvent { /** * This is the getter method this will return the attribute value. * Failure reason. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -40,7 +40,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Failure reason. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClusterHAConfig.java b/java/src/com/vmware/avi/sdk/model/ClusterHAConfig.java index 9e08821f3d..c844a7ea3d 100644 --- a/java/src/com/vmware/avi/sdk/model/ClusterHAConfig.java +++ b/java/src/com/vmware/avi/sdk/model/ClusterHAConfig.java @@ -38,7 +38,7 @@ public class ClusterHAConfig { * Avi derives vsphere ha property from vcenter cluster.if vsphere ha enabled on vcenter cluster, vsphere will handle ha of serviceengine vms in * case of underlying esx failure.ex mob domain-c23. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterId */ @@ -52,7 +52,7 @@ public String getClusterId() { * Avi derives vsphere ha property from vcenter cluster.if vsphere ha enabled on vcenter cluster, vsphere will handle ha of serviceengine vms in * case of underlying esx failure.ex mob domain-c23. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterId set the clusterId. */ @@ -64,7 +64,7 @@ public void setClusterId(String clusterId) { * This is the getter method this will return the attribute value. * If this flag set to true, avi handles serviceengine failure irrespective of vsphere ha enabled on vcenter cluster or not. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return overrideVsphereHa */ @@ -76,7 +76,7 @@ public Boolean getOverrideVsphereHa() { * This is the setter method to the attribute. * If this flag set to true, avi handles serviceengine failure irrespective of vsphere ha enabled on vcenter cluster or not. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param overrideVsphereHa set the overrideVsphereHa. */ @@ -88,7 +88,7 @@ public void setOverrideVsphereHa(Boolean overrideVsphereHa) { * This is the getter method this will return the attribute value. * Cluster vm group name.vm group name is unique inside cluster. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmgName */ @@ -100,7 +100,7 @@ public String getVmgName() { * This is the setter method to the attribute. * Cluster vm group name.vm group name is unique inside cluster. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vmgName set the vmgName. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClusterLeaderFailoverEvent.java b/java/src/com/vmware/avi/sdk/model/ClusterLeaderFailoverEvent.java index f00a5c0f82..b8767168ca 100644 --- a/java/src/com/vmware/avi/sdk/model/ClusterLeaderFailoverEvent.java +++ b/java/src/com/vmware/avi/sdk/model/ClusterLeaderFailoverEvent.java @@ -32,7 +32,7 @@ public class ClusterLeaderFailoverEvent { /** * This is the getter method this will return the attribute value. * Details of the new controller cluster leader node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return leaderNode */ @@ -43,7 +43,7 @@ public ClusterNode getLeaderNode() { /** * This is the setter method to the attribute. * Details of the new controller cluster leader node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param leaderNode set the leaderNode. */ @@ -54,7 +54,7 @@ public void setLeaderNode(ClusterNode leaderNode) { /** * This is the getter method this will return the attribute value. * Details of the previous controller cluster leader. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousLeaderNode */ @@ -65,7 +65,7 @@ public ClusterNode getPreviousLeaderNode() { /** * This is the setter method to the attribute. * Details of the previous controller cluster leader. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param previousLeaderNode set the previousLeaderNode. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClusterNode.java b/java/src/com/vmware/avi/sdk/model/ClusterNode.java index d02ebea3e8..c923e986ef 100644 --- a/java/src/com/vmware/avi/sdk/model/ClusterNode.java +++ b/java/src/com/vmware/avi/sdk/model/ClusterNode.java @@ -63,7 +63,7 @@ public class ClusterNode { * Optional service categories that a node can be assigned (e.g. * System, infrastructure or analytics). * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return categories */ @@ -76,7 +76,7 @@ public List getCategories() { * Optional service categories that a node can be assigned (e.g. * System, infrastructure or analytics). * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return categories */ @@ -89,7 +89,7 @@ public void setCategories(List categories) { * Optional service categories that a node can be assigned (e.g. * System, infrastructure or analytics). * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return categories */ @@ -104,7 +104,7 @@ public ClusterNode addCategoriesItem(String categoriesItem) { * This is the getter method this will return the attribute value. * Interface details of the controller node. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return interfaces */ @@ -116,7 +116,7 @@ public List getInterfaces() { * This is the setter method. this will set the interfaces * Interface details of the controller node. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return interfaces */ @@ -128,7 +128,7 @@ public void setInterfaces(List interfaces) { * This is the setter method this will set the interfaces * Interface details of the controller node. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return interfaces */ @@ -143,7 +143,7 @@ public ClusterNode addInterfacesItem(ControllerInterface interfacesItem) { /** * This is the getter method this will return the attribute value. * V4 ip address of controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -154,7 +154,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * V4 ip address of controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -166,7 +166,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * V6 ip address of controller vm. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -178,7 +178,7 @@ public IpAddr getIp6() { * This is the setter method to the attribute. * V6 ip address of controller vm. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -188,7 +188,7 @@ public void setIp6(IpAddr ip6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "node". * @return name */ @@ -198,7 +198,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "node". * @param name set the name. */ @@ -210,7 +210,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * The password we will use when authenticating with this node (not persisted). * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -222,7 +222,7 @@ public String getPassword() { * This is the setter method to the attribute. * The password we will use when authenticating with this node (not persisted). * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -234,7 +234,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Public ip address or hostname of the controller vm. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return publicIpOrName */ @@ -246,7 +246,7 @@ public IpAddr getPublicIpOrName() { * This is the setter method to the attribute. * Public ip address or hostname of the controller vm. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param publicIpOrName set the publicIpOrName. */ @@ -257,7 +257,7 @@ public void setPublicIpOrName(IpAddr publicIpOrName) { * This is the getter method this will return the attribute value. * Static routes configured on the controller node. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticRoutes */ @@ -269,7 +269,7 @@ public List getStaticRoutes() { * This is the setter method. this will set the staticRoutes * Static routes configured on the controller node. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticRoutes */ @@ -281,7 +281,7 @@ public void setStaticRoutes(List staticRoutes) { * This is the setter method this will set the staticRoutes * Static routes configured on the controller node. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticRoutes */ @@ -296,7 +296,7 @@ public ClusterNode addStaticRoutesItem(StaticRoute staticRoutesItem) { /** * This is the getter method this will return the attribute value. * Hostname assigned to this controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmHostname */ @@ -307,7 +307,7 @@ public String getVmHostname() { /** * This is the setter method to the attribute. * Hostname assigned to this controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vmHostname set the vmHostname. */ @@ -318,7 +318,7 @@ public void setVmHostname(String vmHostname) { /** * This is the getter method this will return the attribute value. * Managed object reference of this controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmMor */ @@ -329,7 +329,7 @@ public String getVmMor() { /** * This is the setter method to the attribute. * Managed object reference of this controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vmMor set the vmMor. */ @@ -340,7 +340,7 @@ public void setVmMor(String vmMor) { /** * This is the getter method this will return the attribute value. * Name of the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmName */ @@ -351,7 +351,7 @@ public String getVmName() { /** * This is the setter method to the attribute. * Name of the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vmName set the vmName. */ @@ -362,7 +362,7 @@ public void setVmName(String vmName) { /** * This is the getter method this will return the attribute value. * Uuid on the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmUuid */ @@ -373,7 +373,7 @@ public String getVmUuid() { /** * This is the setter method to the attribute. * Uuid on the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vmUuid set the vmUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClusterNodeAddEvent.java b/java/src/com/vmware/avi/sdk/model/ClusterNodeAddEvent.java index 16374fe22e..d06ce6077f 100644 --- a/java/src/com/vmware/avi/sdk/model/ClusterNodeAddEvent.java +++ b/java/src/com/vmware/avi/sdk/model/ClusterNodeAddEvent.java @@ -38,7 +38,7 @@ public class ClusterNodeAddEvent { /** * This is the getter method this will return the attribute value. * Ipv4 address of the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -49,7 +49,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ipv4 address of the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -61,7 +61,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Ipv6 address of the controller vm. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -73,7 +73,7 @@ public IpAddr getIp6() { * This is the setter method to the attribute. * Ipv6 address of the controller vm. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -84,7 +84,7 @@ public void setIp6(IpAddr ip6) { /** * This is the getter method this will return the attribute value. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeName */ @@ -95,7 +95,7 @@ public String getNodeName() { /** * This is the setter method to the attribute. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeName set the nodeName. */ @@ -106,8 +106,8 @@ public void setNodeName(String nodeName) { /** * This is the getter method this will return the attribute value. * Role of the controller within the cluster. - * Enum options - CLUSTER_LEADER, CLUSTER_FOLLOWER. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Enum options - CLUSTER_LEADER, CLUSTER_FOLLOWER, CLUSTER_UNKNOWN. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return role */ @@ -118,8 +118,8 @@ public String getRole() { /** * This is the setter method to the attribute. * Role of the controller within the cluster. - * Enum options - CLUSTER_LEADER, CLUSTER_FOLLOWER. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Enum options - CLUSTER_LEADER, CLUSTER_FOLLOWER, CLUSTER_UNKNOWN. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param role set the role. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClusterNodeDbFailedEvent.java b/java/src/com/vmware/avi/sdk/model/ClusterNodeDbFailedEvent.java index b0cd3d383a..71c0d39010 100644 --- a/java/src/com/vmware/avi/sdk/model/ClusterNodeDbFailedEvent.java +++ b/java/src/com/vmware/avi/sdk/model/ClusterNodeDbFailedEvent.java @@ -38,7 +38,7 @@ public class ClusterNodeDbFailedEvent { /** * This is the getter method this will return the attribute value. * Number of failures. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failureCount */ @@ -49,7 +49,7 @@ public Integer getFailureCount() { /** * This is the setter method to the attribute. * Number of failures. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param failureCount set the failureCount. */ @@ -60,7 +60,7 @@ public void setFailureCount(Integer failureCount) { /** * This is the getter method this will return the attribute value. * Ipv4 address of the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -71,7 +71,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ipv4 address of the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -83,7 +83,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Ipv6 address of the controller vm. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -95,7 +95,7 @@ public IpAddr getIp6() { * This is the setter method to the attribute. * Ipv6 address of the controller vm. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -106,7 +106,7 @@ public void setIp6(IpAddr ip6) { /** * This is the getter method this will return the attribute value. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeName */ @@ -117,7 +117,7 @@ public String getNodeName() { /** * This is the setter method to the attribute. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeName set the nodeName. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClusterNodeRemoveEvent.java b/java/src/com/vmware/avi/sdk/model/ClusterNodeRemoveEvent.java index 6f4be4c87d..d87f62430b 100644 --- a/java/src/com/vmware/avi/sdk/model/ClusterNodeRemoveEvent.java +++ b/java/src/com/vmware/avi/sdk/model/ClusterNodeRemoveEvent.java @@ -38,7 +38,7 @@ public class ClusterNodeRemoveEvent { /** * This is the getter method this will return the attribute value. * Ipv4 address of the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -49,7 +49,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ipv4 address of the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -61,7 +61,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Ipv6 address of the controller vm. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -73,7 +73,7 @@ public IpAddr getIp6() { * This is the setter method to the attribute. * Ipv6 address of the controller vm. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -84,7 +84,7 @@ public void setIp6(IpAddr ip6) { /** * This is the getter method this will return the attribute value. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeName */ @@ -95,7 +95,7 @@ public String getNodeName() { /** * This is the setter method to the attribute. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeName set the nodeName. */ @@ -106,8 +106,8 @@ public void setNodeName(String nodeName) { /** * This is the getter method this will return the attribute value. * Role of the node when it left the controller cluster. - * Enum options - CLUSTER_LEADER, CLUSTER_FOLLOWER. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Enum options - CLUSTER_LEADER, CLUSTER_FOLLOWER, CLUSTER_UNKNOWN. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return role */ @@ -118,8 +118,8 @@ public String getRole() { /** * This is the setter method to the attribute. * Role of the node when it left the controller cluster. - * Enum options - CLUSTER_LEADER, CLUSTER_FOLLOWER. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Enum options - CLUSTER_LEADER, CLUSTER_FOLLOWER, CLUSTER_UNKNOWN. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param role set the role. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClusterNodeShutdownEvent.java b/java/src/com/vmware/avi/sdk/model/ClusterNodeShutdownEvent.java index dbe1fc6234..bfae50d888 100644 --- a/java/src/com/vmware/avi/sdk/model/ClusterNodeShutdownEvent.java +++ b/java/src/com/vmware/avi/sdk/model/ClusterNodeShutdownEvent.java @@ -38,7 +38,7 @@ public class ClusterNodeShutdownEvent { /** * This is the getter method this will return the attribute value. * Ipv4 address of the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -49,7 +49,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ipv4 address of the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -61,7 +61,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Ipv6 address of the controller vm. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -73,7 +73,7 @@ public IpAddr getIp6() { * This is the setter method to the attribute. * Ipv6 address of the controller vm. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -84,7 +84,7 @@ public void setIp6(IpAddr ip6) { /** * This is the getter method this will return the attribute value. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeName */ @@ -95,7 +95,7 @@ public String getNodeName() { /** * This is the setter method to the attribute. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeName set the nodeName. */ @@ -106,7 +106,7 @@ public void setNodeName(String nodeName) { /** * This is the getter method this will return the attribute value. * Reason for controller node shutdown. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -117,7 +117,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for controller node shutdown. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClusterNodeStartedEvent.java b/java/src/com/vmware/avi/sdk/model/ClusterNodeStartedEvent.java index 12aa6300fb..67c79e44b9 100644 --- a/java/src/com/vmware/avi/sdk/model/ClusterNodeStartedEvent.java +++ b/java/src/com/vmware/avi/sdk/model/ClusterNodeStartedEvent.java @@ -35,7 +35,7 @@ public class ClusterNodeStartedEvent { /** * This is the getter method this will return the attribute value. * Ipv4 address of the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -46,7 +46,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ipv4 address of the controller vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -58,7 +58,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Ipv6 address of the controller vm. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -70,7 +70,7 @@ public IpAddr getIp6() { * This is the setter method to the attribute. * Ipv6 address of the controller vm. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -81,7 +81,7 @@ public void setIp6(IpAddr ip6) { /** * This is the getter method this will return the attribute value. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeName */ @@ -92,7 +92,7 @@ public String getNodeName() { /** * This is the setter method to the attribute. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeName set the nodeName. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClusterServiceCriticalFailureEvent.java b/java/src/com/vmware/avi/sdk/model/ClusterServiceCriticalFailureEvent.java index 180436763a..4e6dd2e147 100644 --- a/java/src/com/vmware/avi/sdk/model/ClusterServiceCriticalFailureEvent.java +++ b/java/src/com/vmware/avi/sdk/model/ClusterServiceCriticalFailureEvent.java @@ -32,7 +32,7 @@ public class ClusterServiceCriticalFailureEvent { /** * This is the getter method this will return the attribute value. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeName */ @@ -43,7 +43,7 @@ public String getNodeName() { /** * This is the setter method to the attribute. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeName set the nodeName. */ @@ -54,7 +54,7 @@ public void setNodeName(String nodeName) { /** * This is the getter method this will return the attribute value. * Name of the controller service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceName */ @@ -65,7 +65,7 @@ public String getServiceName() { /** * This is the setter method to the attribute. * Name of the controller service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceName set the serviceName. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClusterServiceFailedEvent.java b/java/src/com/vmware/avi/sdk/model/ClusterServiceFailedEvent.java index b427b6d2b3..beb2984ba1 100644 --- a/java/src/com/vmware/avi/sdk/model/ClusterServiceFailedEvent.java +++ b/java/src/com/vmware/avi/sdk/model/ClusterServiceFailedEvent.java @@ -32,7 +32,7 @@ public class ClusterServiceFailedEvent { /** * This is the getter method this will return the attribute value. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeName */ @@ -43,7 +43,7 @@ public String getNodeName() { /** * This is the setter method to the attribute. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeName set the nodeName. */ @@ -54,7 +54,7 @@ public void setNodeName(String nodeName) { /** * This is the getter method this will return the attribute value. * Name of the controller service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceName */ @@ -65,7 +65,7 @@ public String getServiceName() { /** * This is the setter method to the attribute. * Name of the controller service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceName set the serviceName. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClusterServiceRestoredEvent.java b/java/src/com/vmware/avi/sdk/model/ClusterServiceRestoredEvent.java index f4bc4f0895..36d3b659e5 100644 --- a/java/src/com/vmware/avi/sdk/model/ClusterServiceRestoredEvent.java +++ b/java/src/com/vmware/avi/sdk/model/ClusterServiceRestoredEvent.java @@ -32,7 +32,7 @@ public class ClusterServiceRestoredEvent { /** * This is the getter method this will return the attribute value. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeName */ @@ -43,7 +43,7 @@ public String getNodeName() { /** * This is the setter method to the attribute. * Name of controller node. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeName set the nodeName. */ @@ -54,7 +54,7 @@ public void setNodeName(String nodeName) { /** * This is the getter method this will return the attribute value. * Name of the controller service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceName */ @@ -65,7 +65,7 @@ public String getServiceName() { /** * This is the setter method to the attribute. * Name of the controller service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceName set the serviceName. */ diff --git a/java/src/com/vmware/avi/sdk/model/ClustifyCheckEvent.java b/java/src/com/vmware/avi/sdk/model/ClustifyCheckEvent.java index 79c0ed1f05..8a89551048 100644 --- a/java/src/com/vmware/avi/sdk/model/ClustifyCheckEvent.java +++ b/java/src/com/vmware/avi/sdk/model/ClustifyCheckEvent.java @@ -29,7 +29,7 @@ public class ClustifyCheckEvent { /** * This is the getter method this will return the attribute value. * Reason of clustify check event. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -40,7 +40,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason of clustify check event. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ diff --git a/java/src/com/vmware/avi/sdk/model/CompressionFilter.java b/java/src/com/vmware/avi/sdk/model/CompressionFilter.java index b6e78768b4..b43c8dc21f 100644 --- a/java/src/com/vmware/avi/sdk/model/CompressionFilter.java +++ b/java/src/com/vmware/avi/sdk/model/CompressionFilter.java @@ -56,7 +56,7 @@ public class CompressionFilter { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return devicesRef */ @@ -67,7 +67,7 @@ public String getDevicesRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param devicesRef set the devicesRef. */ @@ -77,7 +77,7 @@ public void setDevicesRef(String devicesRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -87,7 +87,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -96,7 +96,7 @@ public void setIndex(Integer index) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddrPrefixes */ @@ -106,7 +106,7 @@ public List getIpAddrPrefixes() { /** * This is the setter method. this will set the ipAddrPrefixes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddrPrefixes */ @@ -116,7 +116,7 @@ public void setIpAddrPrefixes(List ipAddrPrefixes) { /** * This is the setter method this will set the ipAddrPrefixes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddrPrefixes */ @@ -129,7 +129,7 @@ public CompressionFilter addIpAddrPrefixesItem(IpAddrPrefix ipAddrPrefixesItem) } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddrRanges */ @@ -139,7 +139,7 @@ public List getIpAddrRanges() { /** * This is the setter method. this will set the ipAddrRanges - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddrRanges */ @@ -149,7 +149,7 @@ public void setIpAddrRanges(List ipAddrRanges) { /** * This is the setter method this will set the ipAddrRanges - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddrRanges */ @@ -162,7 +162,7 @@ public CompressionFilter addIpAddrRangesItem(IpAddrRange ipAddrRangesItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddrs */ @@ -172,7 +172,7 @@ public List getIpAddrs() { /** * This is the setter method. this will set the ipAddrs - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddrs */ @@ -182,7 +182,7 @@ public void setIpAddrs(List ipAddrs) { /** * This is the setter method this will set the ipAddrs - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddrs */ @@ -197,7 +197,7 @@ public CompressionFilter addIpAddrsItem(IpAddr ipAddrsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type ipaddrgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddrsRef */ @@ -208,7 +208,7 @@ public String getIpAddrsRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type ipaddrgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddrsRef set the ipAddrsRef. */ @@ -219,7 +219,7 @@ public void setIpAddrsRef(String ipAddrsRef) { /** * This is the getter method this will return the attribute value. * Enum options - AGGRESSIVE_COMPRESSION, NORMAL_COMPRESSION, NO_COMPRESSION. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NORMAL_COMPRESSION". * @return level */ @@ -230,7 +230,7 @@ public String getLevel() { /** * This is the setter method to the attribute. * Enum options - AGGRESSIVE_COMPRESSION, NORMAL_COMPRESSION, NO_COMPRESSION. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NORMAL_COMPRESSION". * @param level set the level. */ @@ -242,7 +242,7 @@ public void setLevel(String level) { * This is the getter method this will return the attribute value. * Whether to apply filter when group criteria is matched or not. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @return match */ @@ -254,7 +254,7 @@ public String getMatch() { * This is the setter method to the attribute. * Whether to apply filter when group criteria is matched or not. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @param match set the match. */ @@ -264,7 +264,7 @@ public void setMatch(String match) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -274,7 +274,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -283,7 +283,7 @@ public void setName(String name) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAgent */ @@ -293,7 +293,7 @@ public List getUserAgent() { /** * This is the setter method. this will set the userAgent - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAgent */ @@ -303,7 +303,7 @@ public void setUserAgent(List userAgent) { /** * This is the setter method this will set the userAgent - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAgent */ diff --git a/java/src/com/vmware/avi/sdk/model/CompressionProfile.java b/java/src/com/vmware/avi/sdk/model/CompressionProfile.java index 45a40a4d6a..dec516eddd 100644 --- a/java/src/com/vmware/avi/sdk/model/CompressionProfile.java +++ b/java/src/com/vmware/avi/sdk/model/CompressionProfile.java @@ -72,7 +72,7 @@ public class CompressionProfile { * This is the getter method this will return the attribute value. * Number of buffers to use for compression output. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return bufNum */ @@ -84,7 +84,7 @@ public Integer getBufNum() { * This is the setter method to the attribute. * Number of buffers to use for compression output. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param bufNum set the bufNum. */ @@ -96,7 +96,7 @@ public void setBufNum(Integer bufNum) { * This is the getter method this will return the attribute value. * Size of each buffer used for compression output, this should ideally be a multiple of pagesize. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return bufSize */ @@ -108,7 +108,7 @@ public Integer getBufSize() { * This is the setter method to the attribute. * Size of each buffer used for compression output, this should ideally be a multiple of pagesize. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param bufSize set the bufSize. */ @@ -121,7 +121,7 @@ public void setBufSize(Integer bufSize) { * Compress only content types listed in this string group. * Content types not present in this list are not compressed. * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return compressibleContentRef */ @@ -134,7 +134,7 @@ public String getCompressibleContentRef() { * Compress only content types listed in this string group. * Content types not present in this list are not compressed. * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param compressibleContentRef set the compressibleContentRef. */ @@ -145,7 +145,7 @@ public void setCompressibleContentRef(String compressibleContentRef) { /** * This is the getter method this will return the attribute value. * Compress http response content if it wasn't already compressed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return compression */ @@ -156,7 +156,7 @@ public Boolean getCompression() { /** * This is the setter method to the attribute. * Compress http response content if it wasn't already compressed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param compression set the compression. */ @@ -166,7 +166,7 @@ public void setCompression(Boolean compression) { /** * This is the getter method this will return the attribute value. * Custom filters used when auto compression is not selected. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filter */ @@ -177,7 +177,7 @@ public List getFilter() { /** * This is the setter method. this will set the filter * Custom filters used when auto compression is not selected. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filter */ @@ -188,7 +188,7 @@ public void setFilter(List filter) { /** * This is the setter method this will set the filter * Custom filters used when auto compression is not selected. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filter */ @@ -204,7 +204,7 @@ public CompressionProfile addFilterItem(CompressionFilter filterItem) { * This is the getter method this will return the attribute value. * Hash size used by compression, rounded to the last power of 2. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @return hashSize */ @@ -216,7 +216,7 @@ public Integer getHashSize() { * This is the setter method to the attribute. * Hash size used by compression, rounded to the last power of 2. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @param hashSize set the hashSize. */ @@ -228,7 +228,7 @@ public void setHashSize(Integer hashSize) { * This is the getter method this will return the attribute value. * Level of compression to apply on content selected for aggressive compression. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return levelAggressive */ @@ -240,7 +240,7 @@ public Integer getLevelAggressive() { * This is the setter method to the attribute. * Level of compression to apply on content selected for aggressive compression. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param levelAggressive set the levelAggressive. */ @@ -252,7 +252,7 @@ public void setLevelAggressive(Integer levelAggressive) { * This is the getter method this will return the attribute value. * Level of compression to apply on content selected for normal compression. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return levelNormal */ @@ -264,7 +264,7 @@ public Integer getLevelNormal() { * This is the setter method to the attribute. * Level of compression to apply on content selected for normal compression. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param levelNormal set the levelNormal. */ @@ -277,7 +277,7 @@ public void setLevelNormal(Integer levelNormal) { * If client rtt is higher than this threshold, enable normal compression on the response. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return maxLowRtt */ @@ -290,7 +290,7 @@ public Integer getMaxLowRtt() { * If client rtt is higher than this threshold, enable normal compression on the response. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param maxLowRtt set the maxLowRtt. */ @@ -303,7 +303,7 @@ public void setMaxLowRtt(Integer maxLowRtt) { * If client rtt is higher than this threshold, enable aggressive compression on the response. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 200. * @return minHighRtt */ @@ -316,7 +316,7 @@ public Integer getMinHighRtt() { * If client rtt is higher than this threshold, enable aggressive compression on the response. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 200. * @param minHighRtt set the minHighRtt. */ @@ -328,7 +328,7 @@ public void setMinHighRtt(Integer minHighRtt) { * This is the getter method this will return the attribute value. * Minimum response content length to enable compression. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return minLength */ @@ -340,7 +340,7 @@ public Integer getMinLength() { * This is the setter method to the attribute. * Minimum response content length to enable compression. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param minLength set the minLength. */ @@ -353,7 +353,7 @@ public void setMinLength(Integer minLength) { * Values that identify mobile browsers in order to enable aggressive compression. * It is a reference to an object of type stringgroup. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mobileStrRef */ @@ -366,7 +366,7 @@ public String getMobileStrRef() { * Values that identify mobile browsers in order to enable aggressive compression. * It is a reference to an object of type stringgroup. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mobileStrRef set the mobileStrRef. */ @@ -378,7 +378,7 @@ public void setMobileStrRef(String mobileStrRef) { * This is the getter method this will return the attribute value. * Offload compression from the servers to avi. * Saves compute cycles on the servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return removeAcceptEncodingHeader */ @@ -390,7 +390,7 @@ public Boolean getRemoveAcceptEncodingHeader() { * This is the setter method to the attribute. * Offload compression from the servers to avi. * Saves compute cycles on the servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param removeAcceptEncodingHeader set the removeAcceptEncodingHeader. */ @@ -402,7 +402,7 @@ public void setRemoveAcceptEncodingHeader(Boolean removeAcceptEncodingHeader) { * This is the getter method this will return the attribute value. * Compress content automatically or add custom filters to define compressible content and compression levels. * Enum options - AUTO_COMPRESSION, CUSTOM_COMPRESSION. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTO_COMPRESSION". * @return type */ @@ -414,7 +414,7 @@ public String getType() { * This is the setter method to the attribute. * Compress content automatically or add custom filters to define compressible content and compression levels. * Enum options - AUTO_COMPRESSION, CUSTOM_COMPRESSION. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTO_COMPRESSION". * @param type set the type. */ @@ -426,7 +426,7 @@ public void setType(String type) { * This is the getter method this will return the attribute value. * Window size used by compression, rounded to the last power of 2. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return windowSize */ @@ -438,7 +438,7 @@ public Integer getWindowSize() { * This is the setter method to the attribute. * Window size used by compression, rounded to the last power of 2. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param windowSize set the windowSize. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConfigActionDetails.java b/java/src/com/vmware/avi/sdk/model/ConfigActionDetails.java index 7b82593fad..854dc3f5db 100644 --- a/java/src/com/vmware/avi/sdk/model/ConfigActionDetails.java +++ b/java/src/com/vmware/avi/sdk/model/ConfigActionDetails.java @@ -56,7 +56,7 @@ public class ConfigActionDetails { /** * This is the getter method this will return the attribute value. * Name of the action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actionName */ @@ -67,7 +67,7 @@ public String getActionName() { /** * This is the setter method to the attribute. * Name of the action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param actionName set the actionName. */ @@ -77,7 +77,7 @@ public void setActionName(String actionName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -87,7 +87,7 @@ public String getClientIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -98,7 +98,7 @@ public void setClientIp(String clientIp) { /** * This is the getter method this will return the attribute value. * Error message if request failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -109,7 +109,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. * Error message if request failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -120,7 +120,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. * Parameter data. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return parameterData */ @@ -131,7 +131,7 @@ public String getParameterData() { /** * This is the setter method to the attribute. * Parameter data. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param parameterData set the parameterData. */ @@ -142,7 +142,7 @@ public void setParameterData(String parameterData) { /** * This is the getter method this will return the attribute value. * Api path. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -153,7 +153,7 @@ public String getPath() { /** * This is the setter method to the attribute. * Api path. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -164,7 +164,7 @@ public void setPath(String path) { /** * This is the getter method this will return the attribute value. * Name of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceName */ @@ -175,7 +175,7 @@ public String getResourceName() { /** * This is the setter method to the attribute. * Name of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceName set the resourceName. */ @@ -186,7 +186,7 @@ public void setResourceName(String resourceName) { /** * This is the getter method this will return the attribute value. * Config type of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceType */ @@ -197,7 +197,7 @@ public String getResourceType() { /** * This is the setter method to the attribute. * Config type of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceType set the resourceType. */ @@ -208,7 +208,7 @@ public void setResourceType(String resourceType) { /** * This is the getter method this will return the attribute value. * Status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -219,7 +219,7 @@ public String getStatus() { /** * This is the setter method to the attribute. * Status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -230,7 +230,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -241,7 +241,7 @@ public String getUser() { /** * This is the setter method to the attribute. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ @@ -251,7 +251,7 @@ public void setUser(String user) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAgent */ @@ -261,7 +261,7 @@ public String getUserAgent() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userAgent set the userAgent. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConfigCreateDetails.java b/java/src/com/vmware/avi/sdk/model/ConfigCreateDetails.java index 9f51cd1ad3..9c5d120044 100644 --- a/java/src/com/vmware/avi/sdk/model/ConfigCreateDetails.java +++ b/java/src/com/vmware/avi/sdk/model/ConfigCreateDetails.java @@ -55,7 +55,7 @@ public class ConfigCreateDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -65,7 +65,7 @@ public String getClientIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -76,7 +76,7 @@ public void setClientIp(String clientIp) { /** * This is the getter method this will return the attribute value. * Error message if request failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -87,7 +87,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. * Error message if request failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -98,7 +98,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. * Api path. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -109,7 +109,7 @@ public String getPath() { /** * This is the setter method to the attribute. * Api path. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -120,7 +120,7 @@ public void setPath(String path) { /** * This is the getter method this will return the attribute value. * Request data if request failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestData */ @@ -131,7 +131,7 @@ public String getRequestData() { /** * This is the setter method to the attribute. * Request data if request failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestData set the requestData. */ @@ -142,7 +142,7 @@ public void setRequestData(String requestData) { /** * This is the getter method this will return the attribute value. * Data of the created resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceData */ @@ -153,7 +153,7 @@ public String getResourceData() { /** * This is the setter method to the attribute. * Data of the created resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceData set the resourceData. */ @@ -164,7 +164,7 @@ public void setResourceData(String resourceData) { /** * This is the getter method this will return the attribute value. * Name of the created resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceName */ @@ -175,7 +175,7 @@ public String getResourceName() { /** * This is the setter method to the attribute. * Name of the created resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceName set the resourceName. */ @@ -186,7 +186,7 @@ public void setResourceName(String resourceName) { /** * This is the getter method this will return the attribute value. * Config type of the created resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceType */ @@ -197,7 +197,7 @@ public String getResourceType() { /** * This is the setter method to the attribute. * Config type of the created resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceType set the resourceType. */ @@ -208,7 +208,7 @@ public void setResourceType(String resourceType) { /** * This is the getter method this will return the attribute value. * Status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -219,7 +219,7 @@ public String getStatus() { /** * This is the setter method to the attribute. * Status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -230,7 +230,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -241,7 +241,7 @@ public String getUser() { /** * This is the setter method to the attribute. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ @@ -251,7 +251,7 @@ public void setUser(String user) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAgent */ @@ -261,7 +261,7 @@ public String getUserAgent() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userAgent set the userAgent. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConfigDeleteDetails.java b/java/src/com/vmware/avi/sdk/model/ConfigDeleteDetails.java index 1c251fa0f4..819288d385 100644 --- a/java/src/com/vmware/avi/sdk/model/ConfigDeleteDetails.java +++ b/java/src/com/vmware/avi/sdk/model/ConfigDeleteDetails.java @@ -52,7 +52,7 @@ public class ConfigDeleteDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -62,7 +62,7 @@ public String getClientIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -73,7 +73,7 @@ public void setClientIp(String clientIp) { /** * This is the getter method this will return the attribute value. * Error message if request failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -84,7 +84,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. * Error message if request failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -95,7 +95,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. * Api path. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -106,7 +106,7 @@ public String getPath() { /** * This is the setter method to the attribute. * Api path. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -117,7 +117,7 @@ public void setPath(String path) { /** * This is the getter method this will return the attribute value. * Deleted data of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceData */ @@ -128,7 +128,7 @@ public String getResourceData() { /** * This is the setter method to the attribute. * Deleted data of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceData set the resourceData. */ @@ -139,7 +139,7 @@ public void setResourceData(String resourceData) { /** * This is the getter method this will return the attribute value. * Name of the deleted resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceName */ @@ -150,7 +150,7 @@ public String getResourceName() { /** * This is the setter method to the attribute. * Name of the deleted resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceName set the resourceName. */ @@ -161,7 +161,7 @@ public void setResourceName(String resourceName) { /** * This is the getter method this will return the attribute value. * Config type of the deleted resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceType */ @@ -172,7 +172,7 @@ public String getResourceType() { /** * This is the setter method to the attribute. * Config type of the deleted resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceType set the resourceType. */ @@ -183,7 +183,7 @@ public void setResourceType(String resourceType) { /** * This is the getter method this will return the attribute value. * Status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -194,7 +194,7 @@ public String getStatus() { /** * This is the setter method to the attribute. * Status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -205,7 +205,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -216,7 +216,7 @@ public String getUser() { /** * This is the setter method to the attribute. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ @@ -226,7 +226,7 @@ public void setUser(String user) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAgent */ @@ -236,7 +236,7 @@ public String getUserAgent() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userAgent set the userAgent. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConfigInfo.java b/java/src/com/vmware/avi/sdk/model/ConfigInfo.java index 0664c1b548..747afc37bd 100644 --- a/java/src/com/vmware/avi/sdk/model/ConfigInfo.java +++ b/java/src/com/vmware/avi/sdk/model/ConfigInfo.java @@ -36,7 +36,7 @@ public class ConfigInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queue */ @@ -46,7 +46,7 @@ public List getQueue() { /** * This is the setter method. this will set the queue - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queue */ @@ -56,7 +56,7 @@ public void setQueue(List queue) { /** * This is the setter method this will set the queue - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queue */ @@ -70,7 +70,7 @@ public ConfigInfo addQueueItem(VersionInfo queueItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return readerCount */ @@ -80,7 +80,7 @@ public Integer getReaderCount() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param readerCount set the readerCount. */ @@ -91,7 +91,7 @@ public void setReaderCount(Integer readerCount) { /** * This is the getter method this will return the attribute value. * Enum options - REPL_NONE, REPL_ENABLED, REPL_DISABLED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -102,7 +102,7 @@ public String getState() { /** * This is the setter method to the attribute. * Enum options - REPL_NONE, REPL_ENABLED, REPL_DISABLED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -112,7 +112,7 @@ public void setState(String state) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return writerCount */ @@ -122,7 +122,7 @@ public Integer getWriterCount() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param writerCount set the writerCount. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConfigSeGrpFlvUpdate.java b/java/src/com/vmware/avi/sdk/model/ConfigSeGrpFlvUpdate.java index 71fa033cd9..0d3761bf78 100644 --- a/java/src/com/vmware/avi/sdk/model/ConfigSeGrpFlvUpdate.java +++ b/java/src/com/vmware/avi/sdk/model/ConfigSeGrpFlvUpdate.java @@ -44,7 +44,7 @@ public class ConfigSeGrpFlvUpdate { /** * This is the getter method this will return the attribute value. * New flavor name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newFlv */ @@ -55,7 +55,7 @@ public String getNewFlv() { /** * This is the setter method to the attribute. * New flavor name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newFlv set the newFlv. */ @@ -66,7 +66,7 @@ public void setNewFlv(String newFlv) { /** * This is the getter method this will return the attribute value. * Old flavor name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oldFlv */ @@ -77,7 +77,7 @@ public String getOldFlv() { /** * This is the setter method to the attribute. * Old flavor name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oldFlv set the oldFlv. */ @@ -88,7 +88,7 @@ public void setOldFlv(String oldFlv) { /** * This is the getter method this will return the attribute value. * Se group name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupName */ @@ -99,7 +99,7 @@ public String getSeGroupName() { /** * This is the setter method to the attribute. * Se group name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupName set the seGroupName. */ @@ -110,7 +110,7 @@ public void setSeGroupName(String seGroupName) { /** * This is the getter method this will return the attribute value. * Se group uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupUuid */ @@ -121,7 +121,7 @@ public String getSeGroupUuid() { /** * This is the setter method to the attribute. * Se group uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupUuid set the seGroupUuid. */ @@ -132,7 +132,7 @@ public void setSeGroupUuid(String seGroupUuid) { /** * This is the getter method this will return the attribute value. * Tenant name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantName */ @@ -143,7 +143,7 @@ public String getTenantName() { /** * This is the setter method to the attribute. * Tenant name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantName set the tenantName. */ @@ -154,7 +154,7 @@ public void setTenantName(String tenantName) { /** * This is the getter method this will return the attribute value. * Tenant uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -165,7 +165,7 @@ public String getTenantUuid() { /** * This is the setter method to the attribute. * Tenant uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConfigUpdateDetails.java b/java/src/com/vmware/avi/sdk/model/ConfigUpdateDetails.java index 22e7296419..a1046e99b8 100644 --- a/java/src/com/vmware/avi/sdk/model/ConfigUpdateDetails.java +++ b/java/src/com/vmware/avi/sdk/model/ConfigUpdateDetails.java @@ -53,7 +53,7 @@ public class ConfigUpdateDetails { /** * This is the getter method this will return the attribute value. * Error message if request failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -64,7 +64,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. * Error message if request failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -75,7 +75,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. * New updated data of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newResourceData */ @@ -86,7 +86,7 @@ public String getNewResourceData() { /** * This is the setter method to the attribute. * New updated data of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newResourceData set the newResourceData. */ @@ -97,7 +97,7 @@ public void setNewResourceData(String newResourceData) { /** * This is the getter method this will return the attribute value. * Old & overwritten data of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oldResourceData */ @@ -108,7 +108,7 @@ public String getOldResourceData() { /** * This is the setter method to the attribute. * Old & overwritten data of the resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oldResourceData set the oldResourceData. */ @@ -119,7 +119,7 @@ public void setOldResourceData(String oldResourceData) { /** * This is the getter method this will return the attribute value. * Api path. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -130,7 +130,7 @@ public String getPath() { /** * This is the setter method to the attribute. * Api path. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -141,7 +141,7 @@ public void setPath(String path) { /** * This is the getter method this will return the attribute value. * Request data if request failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestData */ @@ -152,7 +152,7 @@ public String getRequestData() { /** * This is the setter method to the attribute. * Request data if request failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestData set the requestData. */ @@ -163,7 +163,7 @@ public void setRequestData(String requestData) { /** * This is the getter method this will return the attribute value. * Name of the created resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceName */ @@ -174,7 +174,7 @@ public String getResourceName() { /** * This is the setter method to the attribute. * Name of the created resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceName set the resourceName. */ @@ -185,7 +185,7 @@ public void setResourceName(String resourceName) { /** * This is the getter method this will return the attribute value. * Config type of the updated resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceType */ @@ -196,7 +196,7 @@ public String getResourceType() { /** * This is the setter method to the attribute. * Config type of the updated resource. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceType set the resourceType. */ @@ -207,7 +207,7 @@ public void setResourceType(String resourceType) { /** * This is the getter method this will return the attribute value. * Status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -218,7 +218,7 @@ public String getStatus() { /** * This is the setter method to the attribute. * Status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -229,7 +229,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -240,7 +240,7 @@ public String getUser() { /** * This is the setter method to the attribute. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConfigUserAuthrzByRule.java b/java/src/com/vmware/avi/sdk/model/ConfigUserAuthrzByRule.java index 849cbb9191..6dc45e4419 100644 --- a/java/src/com/vmware/avi/sdk/model/ConfigUserAuthrzByRule.java +++ b/java/src/com/vmware/avi/sdk/model/ConfigUserAuthrzByRule.java @@ -45,7 +45,7 @@ public class ConfigUserAuthrzByRule { * This is the getter method this will return the attribute value. * Comma separated list of policies assigned to the user. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return policies */ @@ -57,7 +57,7 @@ public String getPolicies() { * This is the setter method to the attribute. * Comma separated list of policies assigned to the user. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param policies set the policies. */ @@ -68,7 +68,7 @@ public void setPolicies(String policies) { /** * This is the getter method this will return the attribute value. * Assigned roles. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return roles */ @@ -79,7 +79,7 @@ public String getRoles() { /** * This is the setter method to the attribute. * Assigned roles. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param roles set the roles. */ @@ -90,7 +90,7 @@ public void setRoles(String roles) { /** * This is the getter method this will return the attribute value. * Matching rule string. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rule */ @@ -101,7 +101,7 @@ public String getRule() { /** * This is the setter method to the attribute. * Matching rule string. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rule set the rule. */ @@ -112,7 +112,7 @@ public void setRule(String rule) { /** * This is the getter method this will return the attribute value. * Assigned tenants. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenants */ @@ -123,7 +123,7 @@ public String getTenants() { /** * This is the setter method to the attribute. * Assigned tenants. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenants set the tenants. */ @@ -134,7 +134,7 @@ public void setTenants(String tenants) { /** * This is the getter method this will return the attribute value. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -145,7 +145,7 @@ public String getUser() { /** * This is the setter method to the attribute. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ @@ -157,7 +157,7 @@ public void setUser(String user) { * This is the getter method this will return the attribute value. * Assigned user account profile name. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userprofile */ @@ -169,7 +169,7 @@ public String getUserprofile() { * This is the setter method to the attribute. * Assigned user account profile name. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userprofile set the userprofile. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConfigUserLogin.java b/java/src/com/vmware/avi/sdk/model/ConfigUserLogin.java index e03b1b756d..98194fe1b6 100644 --- a/java/src/com/vmware/avi/sdk/model/ConfigUserLogin.java +++ b/java/src/com/vmware/avi/sdk/model/ConfigUserLogin.java @@ -47,7 +47,7 @@ public class ConfigUserLogin { /** * This is the getter method this will return the attribute value. * Client ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -58,7 +58,7 @@ public String getClientIp() { /** * This is the setter method to the attribute. * Client ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -70,7 +70,7 @@ public void setClientIp(String clientIp) { * This is the getter method this will return the attribute value. * Type of client used to login ui, cli, others(api). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientType */ @@ -82,7 +82,7 @@ public String getClientType() { * This is the setter method to the attribute. * Type of client used to login ui, cli, others(api). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientType set the clientType. */ @@ -93,7 +93,7 @@ public void setClientType(String clientType) { /** * This is the getter method this will return the attribute value. * Error message if authentication failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -104,7 +104,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. * Error message if authentication failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -116,7 +116,7 @@ public void setErrorMessage(String errorMessage) { * This is the getter method this will return the attribute value. * Local user. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return local */ @@ -128,7 +128,7 @@ public Boolean getLocal() { * This is the setter method to the attribute. * Local user. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param local set the local. */ @@ -140,7 +140,7 @@ public void setLocal(Boolean local) { * This is the getter method this will return the attribute value. * Additional attributes from login handler. * Field introduced in 18.1.4,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteAttributes */ @@ -152,7 +152,7 @@ public String getRemoteAttributes() { * This is the setter method to the attribute. * Additional attributes from login handler. * Field introduced in 18.1.4,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteAttributes set the remoteAttributes. */ @@ -163,7 +163,7 @@ public void setRemoteAttributes(String remoteAttributes) { /** * This is the getter method this will return the attribute value. * Status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -174,7 +174,7 @@ public String getStatus() { /** * This is the setter method to the attribute. * Status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -185,7 +185,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -196,7 +196,7 @@ public String getUser() { /** * This is the setter method to the attribute. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConfigUserLogout.java b/java/src/com/vmware/avi/sdk/model/ConfigUserLogout.java index a9a7e5c25b..a524ac663d 100644 --- a/java/src/com/vmware/avi/sdk/model/ConfigUserLogout.java +++ b/java/src/com/vmware/avi/sdk/model/ConfigUserLogout.java @@ -41,7 +41,7 @@ public class ConfigUserLogout { /** * This is the getter method this will return the attribute value. * Client ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -52,7 +52,7 @@ public String getClientIp() { /** * This is the setter method to the attribute. * Client ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -63,7 +63,7 @@ public void setClientIp(String clientIp) { /** * This is the getter method this will return the attribute value. * Error message if logging out failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -74,7 +74,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. * Error message if logging out failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -86,7 +86,7 @@ public void setErrorMessage(String errorMessage) { * This is the getter method this will return the attribute value. * Local user. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return local */ @@ -98,7 +98,7 @@ public Boolean getLocal() { * This is the setter method to the attribute. * Local user. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param local set the local. */ @@ -109,7 +109,7 @@ public void setLocal(Boolean local) { /** * This is the getter method this will return the attribute value. * Status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -120,7 +120,7 @@ public String getStatus() { /** * This is the setter method to the attribute. * Status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -131,7 +131,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -142,7 +142,7 @@ public String getUser() { /** * This is the setter method to the attribute. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConfigUserNotAuthrzByRule.java b/java/src/com/vmware/avi/sdk/model/ConfigUserNotAuthrzByRule.java index 0f3e435ab6..f1765b03ff 100644 --- a/java/src/com/vmware/avi/sdk/model/ConfigUserNotAuthrzByRule.java +++ b/java/src/com/vmware/avi/sdk/model/ConfigUserNotAuthrzByRule.java @@ -39,7 +39,7 @@ public class ConfigUserNotAuthrzByRule { * This is the getter method this will return the attribute value. * Comma separated list of policies assigned to the user. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "No Policies". * @return policies */ @@ -51,7 +51,7 @@ public String getPolicies() { * This is the setter method to the attribute. * Comma separated list of policies assigned to the user. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "No Policies". * @param policies set the policies. */ @@ -62,7 +62,7 @@ public void setPolicies(String policies) { /** * This is the getter method this will return the attribute value. * Assigned roles. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "No Roles". * @return roles */ @@ -73,7 +73,7 @@ public String getRoles() { /** * This is the setter method to the attribute. * Assigned roles. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "No Roles". * @param roles set the roles. */ @@ -84,7 +84,7 @@ public void setRoles(String roles) { /** * This is the getter method this will return the attribute value. * Assigned tenants. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "No Tenants". * @return tenants */ @@ -95,7 +95,7 @@ public String getTenants() { /** * This is the setter method to the attribute. * Assigned tenants. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "No Tenants". * @param tenants set the tenants. */ @@ -106,7 +106,7 @@ public void setTenants(String tenants) { /** * This is the getter method this will return the attribute value. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -117,7 +117,7 @@ public String getUser() { /** * This is the setter method to the attribute. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConfigUserPasswordChangeRequest.java b/java/src/com/vmware/avi/sdk/model/ConfigUserPasswordChangeRequest.java index c87c853477..7a09f5997e 100644 --- a/java/src/com/vmware/avi/sdk/model/ConfigUserPasswordChangeRequest.java +++ b/java/src/com/vmware/avi/sdk/model/ConfigUserPasswordChangeRequest.java @@ -38,7 +38,7 @@ public class ConfigUserPasswordChangeRequest { /** * This is the getter method this will return the attribute value. * Client ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -49,7 +49,7 @@ public String getClientIp() { /** * This is the setter method to the attribute. * Client ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -60,7 +60,7 @@ public void setClientIp(String clientIp) { /** * This is the getter method this will return the attribute value. * Password link is sent or rejected. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -71,7 +71,7 @@ public String getStatus() { /** * This is the setter method to the attribute. * Password link is sent or rejected. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -82,7 +82,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. * Matched username of email address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -93,7 +93,7 @@ public String getUser() { /** * This is the setter method to the attribute. * Matched username of email address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ @@ -104,7 +104,7 @@ public void setUser(String user) { /** * This is the getter method this will return the attribute value. * Email address of user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userEmail */ @@ -115,7 +115,7 @@ public String getUserEmail() { /** * This is the setter method to the attribute. * Email address of user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userEmail set the userEmail. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConfigVersionStatus.java b/java/src/com/vmware/avi/sdk/model/ConfigVersionStatus.java index 5e6f4bef8e..64d3b9f932 100644 --- a/java/src/com/vmware/avi/sdk/model/ConfigVersionStatus.java +++ b/java/src/com/vmware/avi/sdk/model/ConfigVersionStatus.java @@ -37,7 +37,7 @@ public class ConfigVersionStatus { * Type of replication event. * Enum options - DNSVS, OBJECT_CONFIG_VERSION. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventType */ @@ -50,7 +50,7 @@ public String getEventType() { * Type of replication event. * Enum options - DNSVS, OBJECT_CONFIG_VERSION. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventType set the eventType. */ @@ -62,7 +62,7 @@ public void setEventType(String eventType) { * This is the getter method this will return the attribute value. * Name of config object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objName */ @@ -74,7 +74,7 @@ public String getObjName() { * This is the setter method to the attribute. * Name of config object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objName set the objName. */ @@ -86,7 +86,7 @@ public void setObjName(String objName) { * This is the getter method this will return the attribute value. * Uuid of config object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objUuid */ @@ -98,7 +98,7 @@ public String getObjUuid() { * This is the setter method to the attribute. * Uuid of config object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objUuid set the objUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConnErrorInfo.java b/java/src/com/vmware/avi/sdk/model/ConnErrorInfo.java index 430c2ff916..50abc0ebe8 100644 --- a/java/src/com/vmware/avi/sdk/model/ConnErrorInfo.java +++ b/java/src/com/vmware/avi/sdk/model/ConnErrorInfo.java @@ -70,7 +70,7 @@ public class ConnErrorInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSynRetransmit */ @@ -80,7 +80,7 @@ public Integer getNumSynRetransmit() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSynRetransmit set the numSynRetransmit. */ @@ -90,7 +90,7 @@ public void setNumSynRetransmit(Integer numSynRetransmit) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numWindowShrink */ @@ -100,7 +100,7 @@ public Integer getNumWindowShrink() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numWindowShrink set the numWindowShrink. */ @@ -110,7 +110,7 @@ public void setNumWindowShrink(Integer numWindowShrink) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return outOfOrders */ @@ -120,7 +120,7 @@ public Integer getOutOfOrders() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param outOfOrders set the outOfOrders. */ @@ -130,7 +130,7 @@ public void setOutOfOrders(Integer outOfOrders) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return retransmits */ @@ -140,7 +140,7 @@ public Integer getRetransmits() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param retransmits set the retransmits. */ @@ -150,7 +150,7 @@ public void setRetransmits(Integer retransmits) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rxPkts */ @@ -160,7 +160,7 @@ public Integer getRxPkts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rxPkts set the rxPkts. */ @@ -170,7 +170,7 @@ public void setRxPkts(Integer rxPkts) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverNumWindowShrink */ @@ -180,7 +180,7 @@ public Integer getServerNumWindowShrink() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverNumWindowShrink set the serverNumWindowShrink. */ @@ -190,7 +190,7 @@ public void setServerNumWindowShrink(Integer serverNumWindowShrink) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverOutOfOrders */ @@ -200,7 +200,7 @@ public Integer getServerOutOfOrders() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverOutOfOrders set the serverOutOfOrders. */ @@ -210,7 +210,7 @@ public void setServerOutOfOrders(Integer serverOutOfOrders) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverRetransmits */ @@ -220,7 +220,7 @@ public Integer getServerRetransmits() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverRetransmits set the serverRetransmits. */ @@ -230,7 +230,7 @@ public void setServerRetransmits(Integer serverRetransmits) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverRxPkts */ @@ -240,7 +240,7 @@ public Integer getServerRxPkts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverRxPkts set the serverRxPkts. */ @@ -250,7 +250,7 @@ public void setServerRxPkts(Integer serverRxPkts) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverTimeouts */ @@ -260,7 +260,7 @@ public Integer getServerTimeouts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverTimeouts set the serverTimeouts. */ @@ -270,7 +270,7 @@ public void setServerTimeouts(Integer serverTimeouts) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverTxPkts */ @@ -280,7 +280,7 @@ public Integer getServerTxPkts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverTxPkts set the serverTxPkts. */ @@ -290,7 +290,7 @@ public void setServerTxPkts(Integer serverTxPkts) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverZeroWindowSizeEvents */ @@ -300,7 +300,7 @@ public Integer getServerZeroWindowSizeEvents() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverZeroWindowSizeEvents set the serverZeroWindowSizeEvents. */ @@ -310,7 +310,7 @@ public void setServerZeroWindowSizeEvents(Integer serverZeroWindowSizeEvents) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timeouts */ @@ -320,7 +320,7 @@ public Integer getTimeouts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timeouts set the timeouts. */ @@ -330,7 +330,7 @@ public void setTimeouts(Integer timeouts) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txPkts */ @@ -340,7 +340,7 @@ public Integer getTxPkts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param txPkts set the txPkts. */ @@ -350,7 +350,7 @@ public void setTxPkts(Integer txPkts) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zeroWindowSizeEvents */ @@ -360,7 +360,7 @@ public Integer getZeroWindowSizeEvents() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param zeroWindowSizeEvents set the zeroWindowSizeEvents. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConnPoolProperties.java b/java/src/com/vmware/avi/sdk/model/ConnPoolProperties.java index 828d02827f..8ad94ee4e3 100644 --- a/java/src/com/vmware/avi/sdk/model/ConnPoolProperties.java +++ b/java/src/com/vmware/avi/sdk/model/ConnPoolProperties.java @@ -42,8 +42,8 @@ public class ConnPoolProperties { * Special values are 0- infinite idle time. * Field introduced in 18.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 60000), basic edition(allowed values- 60000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 60000), basic (allowed values- 60000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60000. * @return upstreamConnpoolConnIdleTmo */ @@ -58,8 +58,8 @@ public Integer getUpstreamConnpoolConnIdleTmo() { * Special values are 0- infinite idle time. * Field introduced in 18.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 60000), basic edition(allowed values- 60000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 60000), basic (allowed values- 60000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60000. * @param upstreamConnpoolConnIdleTmo set the upstreamConnpoolConnIdleTmo. */ @@ -74,8 +74,8 @@ public void setUpstreamConnpoolConnIdleTmo(Integer upstreamConnpoolConnIdleTmo) * Special values are 0- infinite life time. * Field introduced in 18.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 600000), basic edition(allowed values- 600000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 600000), basic (allowed values- 600000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600000. * @return upstreamConnpoolConnLifeTmo */ @@ -90,8 +90,8 @@ public Integer getUpstreamConnpoolConnLifeTmo() { * Special values are 0- infinite life time. * Field introduced in 18.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 600000), basic edition(allowed values- 600000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 600000), basic (allowed values- 600000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600000. * @param upstreamConnpoolConnLifeTmo set the upstreamConnpoolConnLifeTmo. */ @@ -104,8 +104,8 @@ public void setUpstreamConnpoolConnLifeTmo(Integer upstreamConnpoolConnLifeTmo) * Maximum number of times a connection can be reused. * Special values are 0- unlimited. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return upstreamConnpoolConnMaxReuse */ @@ -118,8 +118,8 @@ public Integer getUpstreamConnpoolConnMaxReuse() { * Maximum number of times a connection can be reused. * Special values are 0- unlimited. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param upstreamConnpoolConnMaxReuse set the upstreamConnpoolConnMaxReuse. */ @@ -132,7 +132,7 @@ public void setUpstreamConnpoolConnMaxReuse(Integer upstreamConnpoolConnMaxReus * Maximum number of connections a server can cache. * Special values are 0- unlimited. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return upstreamConnpoolServerMaxCache */ @@ -145,7 +145,7 @@ public Integer getUpstreamConnpoolServerMaxCache() { * Maximum number of connections a server can cache. * Special values are 0- unlimited. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param upstreamConnpoolServerMaxCache set the upstreamConnpoolServerMaxCache. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConnectionEventDetails.java b/java/src/com/vmware/avi/sdk/model/ConnectionEventDetails.java index 043f6d1e5d..aced044a7e 100644 --- a/java/src/com/vmware/avi/sdk/model/ConnectionEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/ConnectionEventDetails.java @@ -36,7 +36,7 @@ public class ConnectionEventDetails { * This is the getter method this will return the attribute value. * Destinaton host name to be connected. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -48,7 +48,7 @@ public String getHost() { * This is the setter method to the attribute. * Destinaton host name to be connected. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -60,7 +60,7 @@ public void setHost(String host) { * This is the getter method this will return the attribute value. * Connection status information. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return info */ @@ -72,7 +72,7 @@ public String getInfo() { * This is the setter method to the attribute. * Connection status information. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param info set the info. */ @@ -84,7 +84,7 @@ public void setInfo(String info) { * This is the getter method this will return the attribute value. * Destinaton port to be connected. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -96,7 +96,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Destinaton port to be connected. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConnectionLog.java b/java/src/com/vmware/avi/sdk/model/ConnectionLog.java index 8c6e2a0c6e..0b3f8ac4b4 100644 --- a/java/src/com/vmware/avi/sdk/model/ConnectionLog.java +++ b/java/src/com/vmware/avi/sdk/model/ConnectionLog.java @@ -63,6 +63,9 @@ public class ConnectionLog { @JsonProperty("connection_ended") private Boolean connectionEnded = true; + @JsonProperty("diameter_log") + private DiameterLog diameterLog; + @JsonProperty("dns_etype") private String dnsEtype; @@ -286,7 +289,7 @@ public class ConnectionLog { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return adf */ @@ -296,7 +299,7 @@ public Boolean getAdf() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param adf set the adf. */ @@ -307,7 +310,7 @@ public void setAdf(Boolean adf) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return averageTurntime */ @@ -318,7 +321,7 @@ public Integer getAverageTurntime() { /** * This is the setter method to the attribute. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param averageTurntime set the averageTurntime. */ @@ -330,7 +333,7 @@ public void setAverageTurntime(Integer averageTurntime) { * This is the getter method this will return the attribute value. * Average packet processing latency for the backend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgIngressLatencyBe */ @@ -342,7 +345,7 @@ public Integer getAvgIngressLatencyBe() { * This is the setter method to the attribute. * Average packet processing latency for the backend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgIngressLatencyBe set the avgIngressLatencyBe. */ @@ -354,7 +357,7 @@ public void setAvgIngressLatencyBe(Integer avgIngressLatencyBe) { * This is the getter method this will return the attribute value. * Average packet processing latency for the frontend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgIngressLatencyFe */ @@ -366,7 +369,7 @@ public Integer getAvgIngressLatencyFe() { * This is the setter method to the attribute. * Average packet processing latency for the frontend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgIngressLatencyFe set the avgIngressLatencyFe. */ @@ -376,7 +379,7 @@ public void setAvgIngressLatencyFe(Integer avgIngressLatencyFe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientDestPort */ @@ -386,7 +389,7 @@ public Integer getClientDestPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientDestPort set the clientDestPort. */ @@ -396,7 +399,7 @@ public void setClientDestPort(Integer clientDestPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -406,7 +409,7 @@ public Integer getClientIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -418,7 +421,7 @@ public void setClientIp(Integer clientIp) { * This is the getter method this will return the attribute value. * Ipv6 address of the client. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp6 */ @@ -430,7 +433,7 @@ public String getClientIp6() { * This is the setter method to the attribute. * Ipv6 address of the client. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp6 set the clientIp6. */ @@ -440,7 +443,7 @@ public void setClientIp6(String clientIp6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientLocation */ @@ -450,7 +453,7 @@ public String getClientLocation() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientLocation set the clientLocation. */ @@ -462,7 +465,7 @@ public void setClientLocation(String clientLocation) { * This is the getter method this will return the attribute value. * Name of the client log filter applied. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientLogFilterName */ @@ -474,7 +477,7 @@ public String getClientLogFilterName() { * This is the setter method to the attribute. * Name of the client log filter applied. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientLogFilterName set the clientLogFilterName. */ @@ -485,7 +488,7 @@ public void setClientLogFilterName(String clientLogFilterName) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientRtt */ @@ -496,7 +499,7 @@ public Integer getClientRtt() { /** * This is the setter method to the attribute. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientRtt set the clientRtt. */ @@ -506,7 +509,7 @@ public void setClientRtt(Integer clientRtt) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientSrcPort */ @@ -516,7 +519,7 @@ public Integer getClientSrcPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientSrcPort set the clientSrcPort. */ @@ -528,7 +531,7 @@ public void setClientSrcPort(Integer clientSrcPort) { * This is the getter method this will return the attribute value. * Tcp connection establishment time for the backend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connEstTimeBe */ @@ -540,7 +543,7 @@ public Integer getConnEstTimeBe() { * This is the setter method to the attribute. * Tcp connection establishment time for the backend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connEstTimeBe set the connEstTimeBe. */ @@ -552,7 +555,7 @@ public void setConnEstTimeBe(Integer connEstTimeBe) { * This is the getter method this will return the attribute value. * Tcp connection establishment time for the frontend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connEstTimeFe */ @@ -564,7 +567,7 @@ public Integer getConnEstTimeFe() { * This is the setter method to the attribute. * Tcp connection establishment time for the frontend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connEstTimeFe set the connEstTimeFe. */ @@ -574,7 +577,7 @@ public void setConnEstTimeFe(Integer connEstTimeFe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return connectionEnded */ @@ -584,7 +587,7 @@ public Boolean getConnectionEnded() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param connectionEnded set the connectionEnded. */ @@ -592,10 +595,34 @@ public void setConnectionEnded(Boolean connectionEnded) { this.connectionEnded = connectionEnded; } + /** + * This is the getter method this will return the attribute value. + * Diameter related logging information. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return diameterLog + */ + public DiameterLog getDiameterLog() { + return diameterLog; + } + + /** + * This is the setter method to the attribute. + * Diameter related logging information. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param diameterLog set the diameterLog. + */ + public void setDiameterLog(DiameterLog diameterLog) { + this.diameterLog = diameterLog; + } + /** * This is the getter method this will return the attribute value. * Enum options - DNS_ENTRY_PASS_THROUGH, DNS_ENTRY_GSLB, DNS_ENTRY_VIRTUALSERVICE, DNS_ENTRY_STATIC, DNS_ENTRY_POLICY, DNS_ENTRY_LOCAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsEtype */ @@ -606,7 +633,7 @@ public String getDnsEtype() { /** * This is the setter method to the attribute. * Enum options - DNS_ENTRY_PASS_THROUGH, DNS_ENTRY_GSLB, DNS_ENTRY_VIRTUALSERVICE, DNS_ENTRY_STATIC, DNS_ENTRY_POLICY, DNS_ENTRY_LOCAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsEtype set the dnsEtype. */ @@ -616,7 +643,7 @@ public void setDnsEtype(String dnsEtype) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsFqdn */ @@ -626,7 +653,7 @@ public String getDnsFqdn() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsFqdn set the dnsFqdn. */ @@ -635,7 +662,7 @@ public void setDnsFqdn(String dnsFqdn) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsIps */ @@ -645,7 +672,7 @@ public List getDnsIps() { /** * This is the setter method. this will set the dnsIps - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsIps */ @@ -655,7 +682,7 @@ public void setDnsIps(List dnsIps) { /** * This is the setter method this will set the dnsIps - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsIps */ @@ -672,7 +699,7 @@ public ConnectionLog addDnsIpsItem(Integer dnsIpsItem) { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsQtype */ @@ -685,7 +712,7 @@ public String getDnsQtype() { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsQtype set the dnsQtype. */ @@ -696,7 +723,7 @@ public void setDnsQtype(String dnsQtype) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsRequest */ @@ -707,7 +734,7 @@ public DnsRequest getDnsRequest() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsRequest set the dnsRequest. */ @@ -717,7 +744,7 @@ public void setDnsRequest(DnsRequest dnsRequest) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsResponse */ @@ -727,7 +754,7 @@ public DnsResponse getDnsResponse() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsResponse set the dnsResponse. */ @@ -739,7 +766,7 @@ public void setDnsResponse(DnsResponse dnsResponse) { * This is the getter method this will return the attribute value. * Service engine closed the tcp connection after the first dns response. * Field introduced in 21.1.7, 22.1.4, 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsTcpConnCloseFromSe */ @@ -751,7 +778,7 @@ public Boolean getDnsTcpConnCloseFromSe() { * This is the setter method to the attribute. * Service engine closed the tcp connection after the first dns response. * Field introduced in 21.1.7, 22.1.4, 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsTcpConnCloseFromSe set the dnsTcpConnCloseFromSe. */ @@ -763,7 +790,7 @@ public void setDnsTcpConnCloseFromSe(Boolean dnsTcpConnCloseFromSe) { * This is the getter method this will return the attribute value. * Datascript log. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsLog */ @@ -775,7 +802,7 @@ public String getDsLog() { * This is the setter method to the attribute. * Datascript log. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dsLog set the dsLog. */ @@ -785,7 +812,7 @@ public void setDsLog(String dsLog) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbpoolName */ @@ -795,7 +822,7 @@ public String getGslbpoolName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbpoolName set the gslbpoolName. */ @@ -805,7 +832,7 @@ public void setGslbpoolName(String gslbpoolName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbservice */ @@ -815,7 +842,7 @@ public String getGslbservice() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbservice set the gslbservice. */ @@ -825,7 +852,7 @@ public void setGslbservice(String gslbservice) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbserviceName */ @@ -835,7 +862,7 @@ public String getGslbserviceName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbserviceName set the gslbserviceName. */ @@ -845,7 +872,7 @@ public void setGslbserviceName(String gslbserviceName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return logId */ @@ -855,7 +882,7 @@ public Integer getLogId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param logId set the logId. */ @@ -867,7 +894,7 @@ public void setLogId(Integer logId) { * This is the getter method this will return the attribute value. * Maximum packet processing latency for the backend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxIngressLatencyBe */ @@ -879,7 +906,7 @@ public Integer getMaxIngressLatencyBe() { * This is the setter method to the attribute. * Maximum packet processing latency for the backend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxIngressLatencyBe set the maxIngressLatencyBe. */ @@ -891,7 +918,7 @@ public void setMaxIngressLatencyBe(Integer maxIngressLatencyBe) { * This is the getter method this will return the attribute value. * Maximum packet processing latency for the frontend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxIngressLatencyFe */ @@ -903,7 +930,7 @@ public Integer getMaxIngressLatencyFe() { * This is the setter method to the attribute. * Maximum packet processing latency for the frontend flow. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxIngressLatencyFe set the maxIngressLatencyFe. */ @@ -913,7 +940,7 @@ public void setMaxIngressLatencyFe(Integer maxIngressLatencyFe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return microservice */ @@ -923,7 +950,7 @@ public String getMicroservice() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param microservice set the microservice. */ @@ -933,7 +960,7 @@ public void setMicroservice(String microservice) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return microserviceName */ @@ -943,7 +970,7 @@ public String getMicroserviceName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param microserviceName set the microserviceName. */ @@ -954,7 +981,7 @@ public void setMicroserviceName(String microserviceName) { /** * This is the getter method this will return the attribute value. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1500. * @return mss */ @@ -965,7 +992,7 @@ public Integer getMss() { /** * This is the setter method to the attribute. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1500. * @param mss set the mss. */ @@ -975,7 +1002,7 @@ public void setMss(Integer mss) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkSecurityPolicyRuleName */ @@ -985,7 +1012,7 @@ public String getNetworkSecurityPolicyRuleName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkSecurityPolicyRuleName set the networkSecurityPolicyRuleName. */ @@ -995,7 +1022,7 @@ public void setNetworkSecurityPolicyRuleName(String networkSecurityPolicyRuleNa /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSynRetransmit */ @@ -1005,7 +1032,7 @@ public Integer getNumSynRetransmit() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSynRetransmit set the numSynRetransmit. */ @@ -1015,7 +1042,7 @@ public void setNumSynRetransmit(Integer numSynRetransmit) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numTransaction */ @@ -1025,7 +1052,7 @@ public Integer getNumTransaction() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numTransaction set the numTransaction. */ @@ -1035,7 +1062,7 @@ public void setNumTransaction(Integer numTransaction) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numWindowShrink */ @@ -1045,7 +1072,7 @@ public Integer getNumWindowShrink() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numWindowShrink set the numWindowShrink. */ @@ -1057,7 +1084,7 @@ public void setNumWindowShrink(Integer numWindowShrink) { * This is the getter method this will return the attribute value. * Ocsp response sent in the ssl/tls connection handshake. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ocspStatusRespSent */ @@ -1069,7 +1096,7 @@ public Boolean getOcspStatusRespSent() { * This is the setter method to the attribute. * Ocsp response sent in the ssl/tls connection handshake. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ocspStatusRespSent set the ocspStatusRespSent. */ @@ -1079,7 +1106,7 @@ public void setOcspStatusRespSent(Boolean ocspStatusRespSent) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return outOfOrders */ @@ -1089,7 +1116,7 @@ public Integer getOutOfOrders() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param outOfOrders set the outOfOrders. */ @@ -1101,7 +1128,7 @@ public void setOutOfOrders(Integer outOfOrders) { * This is the getter method this will return the attribute value. * Persistence applied during server selection. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return persistenceUsed */ @@ -1113,7 +1140,7 @@ public Boolean getPersistenceUsed() { * This is the setter method to the attribute. * Persistence applied during server selection. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param persistenceUsed set the persistenceUsed. */ @@ -1123,7 +1150,7 @@ public void setPersistenceUsed(Boolean persistenceUsed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pool */ @@ -1133,7 +1160,7 @@ public String getPool() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pool set the pool. */ @@ -1143,7 +1170,7 @@ public void setPool(String pool) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -1153,7 +1180,7 @@ public String getPoolName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -1164,7 +1191,7 @@ public void setPoolName(String poolName) { /** * This is the getter method this will return the attribute value. * Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP, PROTOCOL_SCTP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -1175,7 +1202,7 @@ public String getProtocol() { /** * This is the setter method to the attribute. * Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP, PROTOCOL_SCTP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -1189,7 +1216,7 @@ public void setProtocol(String protocol) { * A value of 0 indicates that proxy protocol is not used. * A value of 1 or 2 indicates the version of proxy protocol used. * Enum options - PROXY_PROTOCOL_VERSION_1, PROXY_PROTOCOL_VERSION_2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return proxyProtocol */ @@ -1203,7 +1230,7 @@ public String getProxyProtocol() { * A value of 0 indicates that proxy protocol is not used. * A value of 1 or 2 indicates the version of proxy protocol used. * Enum options - PROXY_PROTOCOL_VERSION_1, PROXY_PROTOCOL_VERSION_2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param proxyProtocol set the proxyProtocol. */ @@ -1213,7 +1240,7 @@ public void setProxyProtocol(String proxyProtocol) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reportTimestamp */ @@ -1223,7 +1250,7 @@ public Integer getReportTimestamp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reportTimestamp set the reportTimestamp. */ @@ -1233,7 +1260,7 @@ public void setReportTimestamp(Integer reportTimestamp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return retransmits */ @@ -1243,7 +1270,7 @@ public Integer getRetransmits() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param retransmits set the retransmits. */ @@ -1254,7 +1281,7 @@ public void setRetransmits(Integer retransmits) { /** * This is the getter method this will return the attribute value. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rxBytes */ @@ -1265,7 +1292,7 @@ public Integer getRxBytes() { /** * This is the setter method to the attribute. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rxBytes set the rxBytes. */ @@ -1275,7 +1302,7 @@ public void setRxBytes(Integer rxBytes) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rxPkts */ @@ -1285,7 +1312,7 @@ public Integer getRxPkts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rxPkts set the rxPkts. */ @@ -1295,7 +1322,7 @@ public void setRxPkts(Integer rxPkts) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverConnSrcIp */ @@ -1305,7 +1332,7 @@ public Integer getServerConnSrcIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverConnSrcIp set the serverConnSrcIp. */ @@ -1317,7 +1344,7 @@ public void setServerConnSrcIp(Integer serverConnSrcIp) { * This is the getter method this will return the attribute value. * Ipv6 address used to connect to backend server. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverConnSrcIp6 */ @@ -1329,7 +1356,7 @@ public String getServerConnSrcIp6() { * This is the setter method to the attribute. * Ipv6 address used to connect to backend server. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverConnSrcIp6 set the serverConnSrcIp6. */ @@ -1339,7 +1366,7 @@ public void setServerConnSrcIp6(String serverConnSrcIp6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverDestPort */ @@ -1349,7 +1376,7 @@ public Integer getServerDestPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverDestPort set the serverDestPort. */ @@ -1359,7 +1386,7 @@ public void setServerDestPort(Integer serverDestPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ @@ -1369,7 +1396,7 @@ public Integer getServerIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp set the serverIp. */ @@ -1381,7 +1408,7 @@ public void setServerIp(Integer serverIp) { * This is the getter method this will return the attribute value. * Ipv6 address of the backend server. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp6 */ @@ -1393,7 +1420,7 @@ public String getServerIp6() { * This is the setter method to the attribute. * Ipv6 address of the backend server. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp6 set the serverIp6. */ @@ -1403,7 +1430,7 @@ public void setServerIp6(String serverIp6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverName */ @@ -1413,7 +1440,7 @@ public String getServerName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverName set the serverName. */ @@ -1423,7 +1450,7 @@ public void setServerName(String serverName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverNumWindowShrink */ @@ -1433,7 +1460,7 @@ public Integer getServerNumWindowShrink() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverNumWindowShrink set the serverNumWindowShrink. */ @@ -1443,7 +1470,7 @@ public void setServerNumWindowShrink(Integer serverNumWindowShrink) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return serverOutOfOrders */ @@ -1453,7 +1480,7 @@ public Integer getServerOutOfOrders() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param serverOutOfOrders set the serverOutOfOrders. */ @@ -1463,7 +1490,7 @@ public void setServerOutOfOrders(Integer serverOutOfOrders) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return serverRetransmits */ @@ -1473,7 +1500,7 @@ public Integer getServerRetransmits() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param serverRetransmits set the serverRetransmits. */ @@ -1484,7 +1511,7 @@ public void setServerRetransmits(Integer serverRetransmits) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverRtt */ @@ -1495,7 +1522,7 @@ public Integer getServerRtt() { /** * This is the setter method to the attribute. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverRtt set the serverRtt. */ @@ -1506,7 +1533,7 @@ public void setServerRtt(Integer serverRtt) { /** * This is the getter method this will return the attribute value. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverRxBytes */ @@ -1517,7 +1544,7 @@ public Integer getServerRxBytes() { /** * This is the setter method to the attribute. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverRxBytes set the serverRxBytes. */ @@ -1527,7 +1554,7 @@ public void setServerRxBytes(Integer serverRxBytes) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverRxPkts */ @@ -1537,7 +1564,7 @@ public Integer getServerRxPkts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverRxPkts set the serverRxPkts. */ @@ -1547,7 +1574,7 @@ public void setServerRxPkts(Integer serverRxPkts) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverSrcPort */ @@ -1557,7 +1584,7 @@ public Integer getServerSrcPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverSrcPort set the serverSrcPort. */ @@ -1567,7 +1594,7 @@ public void setServerSrcPort(Integer serverSrcPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return serverTimeouts */ @@ -1577,7 +1604,7 @@ public Integer getServerTimeouts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param serverTimeouts set the serverTimeouts. */ @@ -1588,7 +1615,7 @@ public void setServerTimeouts(Integer serverTimeouts) { /** * This is the getter method this will return the attribute value. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverTotalBytes */ @@ -1599,7 +1626,7 @@ public Integer getServerTotalBytes() { /** * This is the setter method to the attribute. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverTotalBytes set the serverTotalBytes. */ @@ -1609,7 +1636,7 @@ public void setServerTotalBytes(Integer serverTotalBytes) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverTotalPkts */ @@ -1619,7 +1646,7 @@ public Integer getServerTotalPkts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverTotalPkts set the serverTotalPkts. */ @@ -1630,7 +1657,7 @@ public void setServerTotalPkts(Integer serverTotalPkts) { /** * This is the getter method this will return the attribute value. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverTxBytes */ @@ -1641,7 +1668,7 @@ public Integer getServerTxBytes() { /** * This is the setter method to the attribute. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverTxBytes set the serverTxBytes. */ @@ -1651,7 +1678,7 @@ public void setServerTxBytes(Integer serverTxBytes) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverTxPkts */ @@ -1661,7 +1688,7 @@ public Integer getServerTxPkts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverTxPkts set the serverTxPkts. */ @@ -1671,7 +1698,7 @@ public void setServerTxPkts(Integer serverTxPkts) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return serverZeroWindowSizeEvents */ @@ -1681,7 +1708,7 @@ public Integer getServerZeroWindowSizeEvents() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param serverZeroWindowSizeEvents set the serverZeroWindowSizeEvents. */ @@ -1691,7 +1718,7 @@ public void setServerZeroWindowSizeEvents(Integer serverZeroWindowSizeEvents) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceEngine */ @@ -1701,7 +1728,7 @@ public String getServiceEngine() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceEngine set the serviceEngine. */ @@ -1711,7 +1738,7 @@ public void setServiceEngine(String serviceEngine) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return significance */ @@ -1721,7 +1748,7 @@ public String getSignificance() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param significance set the significance. */ @@ -1731,7 +1758,7 @@ public void setSignificance(String significance) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return significant */ @@ -1741,7 +1768,7 @@ public Integer getSignificant() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param significant set the significant. */ @@ -1757,7 +1784,7 @@ public void setSignificant(Integer significant) { * ADF_SCTP_SERVER_CONN_SETUP_TIMEDOUT, ADF_SCTP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, * ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, * ADF_CLIENT_SSL_HANDSHAKE_FAILURE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return significantLog */ @@ -1774,7 +1801,7 @@ public List getSignificantLog() { * ADF_SCTP_SERVER_CONN_SETUP_TIMEDOUT, ADF_SCTP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, * ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, * ADF_CLIENT_SSL_HANDSHAKE_FAILURE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return significantLog */ @@ -1791,7 +1818,7 @@ public void setSignificantLog(List significantLog) { * ADF_SCTP_SERVER_CONN_SETUP_TIMEDOUT, ADF_SCTP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, * ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, * ADF_CLIENT_SSL_HANDSHAKE_FAILURE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return significantLog */ @@ -1807,7 +1834,7 @@ public ConnectionLog addSignificantLogItem(String significantLogItem) { * This is the getter method this will return the attribute value. * Sip related logging information. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipLog */ @@ -1819,7 +1846,7 @@ public SipLog getSipLog() { * This is the setter method to the attribute. * Sip related logging information. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sipLog set the sipLog. */ @@ -1830,7 +1857,7 @@ public void setSipLog(SipLog sipLog) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sniHostname */ @@ -1841,7 +1868,7 @@ public String getSniHostname() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sniHostname set the sniHostname. */ @@ -1851,7 +1878,7 @@ public void setSniHostname(String sniHostname) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslCipher */ @@ -1861,7 +1888,7 @@ public String getSslCipher() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslCipher set the sslCipher. */ @@ -1871,7 +1898,7 @@ public void setSslCipher(String sslCipher) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslSessionId */ @@ -1881,7 +1908,7 @@ public String getSslSessionId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslSessionId set the sslSessionId. */ @@ -1891,7 +1918,7 @@ public void setSslSessionId(String sslSessionId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslVersion */ @@ -1901,7 +1928,7 @@ public String getSslVersion() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslVersion set the sslVersion. */ @@ -1911,7 +1938,7 @@ public void setSslVersion(String sslVersion) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTimestamp */ @@ -1921,7 +1948,7 @@ public Integer getStartTimestamp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTimestamp set the startTimestamp. */ @@ -1931,7 +1958,7 @@ public void setStartTimestamp(Integer startTimestamp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return timeouts */ @@ -1941,7 +1968,7 @@ public Integer getTimeouts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param timeouts set the timeouts. */ @@ -1952,7 +1979,7 @@ public void setTimeouts(Integer timeouts) { /** * This is the getter method this will return the attribute value. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return totalBytes */ @@ -1963,7 +1990,7 @@ public Integer getTotalBytes() { /** * This is the setter method to the attribute. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param totalBytes set the totalBytes. */ @@ -1973,7 +2000,7 @@ public void setTotalBytes(Integer totalBytes) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return totalPkts */ @@ -1983,7 +2010,7 @@ public Integer getTotalPkts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param totalPkts set the totalPkts. */ @@ -1994,7 +2021,7 @@ public void setTotalPkts(Integer totalPkts) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return totalTime */ @@ -2005,7 +2032,7 @@ public Integer getTotalTime() { /** * This is the setter method to the attribute. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param totalTime set the totalTime. */ @@ -2016,7 +2043,7 @@ public void setTotalTime(Integer totalTime) { /** * This is the getter method this will return the attribute value. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txBytes */ @@ -2027,7 +2054,7 @@ public Integer getTxBytes() { /** * This is the setter method to the attribute. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param txBytes set the txBytes. */ @@ -2037,7 +2064,7 @@ public void setTxBytes(Integer txBytes) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txPkts */ @@ -2047,7 +2074,7 @@ public Integer getTxPkts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param txPkts set the txPkts. */ @@ -2057,7 +2084,7 @@ public void setTxPkts(Integer txPkts) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return udf */ @@ -2067,7 +2094,7 @@ public Boolean getUdf() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param udf set the udf. */ @@ -2077,7 +2104,7 @@ public void setUdf(Boolean udf) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcpuId */ @@ -2087,7 +2114,7 @@ public Integer getVcpuId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcpuId set the vcpuId. */ @@ -2097,7 +2124,7 @@ public void setVcpuId(Integer vcpuId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualservice */ @@ -2107,7 +2134,7 @@ public String getVirtualservice() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualservice set the virtualservice. */ @@ -2118,7 +2145,7 @@ public void setVirtualservice(String virtualservice) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsIp */ @@ -2129,7 +2156,7 @@ public Integer getVsIp() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsIp set the vsIp. */ @@ -2141,7 +2168,7 @@ public void setVsIp(Integer vsIp) { * This is the getter method this will return the attribute value. * Ipv6 address of the vip of the vs. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsIp6 */ @@ -2153,7 +2180,7 @@ public String getVsIp6() { * This is the setter method to the attribute. * Ipv6 address of the vip of the vs. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsIp6 set the vsIp6. */ @@ -2163,7 +2190,7 @@ public void setVsIp6(String vsIp6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return zeroWindowSizeEvents */ @@ -2173,7 +2200,7 @@ public Integer getZeroWindowSizeEvents() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param zeroWindowSizeEvents set the zeroWindowSizeEvents. */ @@ -2277,7 +2304,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.maxIngressLatencyBe, objConnectionLog.maxIngressLatencyBe)&& Objects.equals(this.avgIngressLatencyBe, objConnectionLog.avgIngressLatencyBe)&& Objects.equals(this.connEstTimeBe, objConnectionLog.connEstTimeBe)&& - Objects.equals(this.dnsTcpConnCloseFromSe, objConnectionLog.dnsTcpConnCloseFromSe); + Objects.equals(this.dnsTcpConnCloseFromSe, objConnectionLog.dnsTcpConnCloseFromSe)&& + Objects.equals(this.diameterLog, objConnectionLog.diameterLog); } @Override @@ -2298,6 +2326,7 @@ public String toString() { sb.append(" connEstTimeBe: ").append(toIndentedString(connEstTimeBe)).append("\n"); sb.append(" connEstTimeFe: ").append(toIndentedString(connEstTimeFe)).append("\n"); sb.append(" connectionEnded: ").append(toIndentedString(connectionEnded)).append("\n"); + sb.append(" diameterLog: ").append(toIndentedString(diameterLog)).append("\n"); sb.append(" dnsEtype: ").append(toIndentedString(dnsEtype)).append("\n"); sb.append(" dnsFqdn: ").append(toIndentedString(dnsFqdn)).append("\n"); sb.append(" dnsIps: ").append(toIndentedString(dnsIps)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/ConnpoolFilter.java b/java/src/com/vmware/avi/sdk/model/ConnpoolFilter.java index d1e1cf7c4c..91ac23ec46 100644 --- a/java/src/com/vmware/avi/sdk/model/ConnpoolFilter.java +++ b/java/src/com/vmware/avi/sdk/model/ConnpoolFilter.java @@ -38,7 +38,7 @@ public class ConnpoolFilter { /** * This is the getter method this will return the attribute value. * Backend or se ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddr */ @@ -49,7 +49,7 @@ public String getIpAddr() { /** * This is the setter method to the attribute. * Backend or se ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddr set the ipAddr. */ @@ -60,7 +60,7 @@ public void setIpAddr(String ipAddr) { /** * This is the getter method this will return the attribute value. * Backend or se ip address mask. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipMask */ @@ -71,7 +71,7 @@ public String getIpMask() { /** * This is the setter method to the attribute. * Backend or se ip address mask. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipMask set the ipMask. */ @@ -82,7 +82,7 @@ public void setIpMask(String ipMask) { /** * This is the getter method this will return the attribute value. * Backend or se port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -93,7 +93,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. * Backend or se port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -105,7 +105,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Cache type. * Enum options - CP_ALL, CP_FREE, CP_BIND, CP_CACHED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -117,7 +117,7 @@ public String getType() { * This is the setter method to the attribute. * Cache type. * Enum options - CP_ALL, CP_FREE, CP_BIND, CP_CACHED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/ContainerCloudBatchSetup.java b/java/src/com/vmware/avi/sdk/model/ContainerCloudBatchSetup.java index 14f55032c3..e8e09fa2ea 100644 --- a/java/src/com/vmware/avi/sdk/model/ContainerCloudBatchSetup.java +++ b/java/src/com/vmware/avi/sdk/model/ContainerCloudBatchSetup.java @@ -27,7 +27,7 @@ public class ContainerCloudBatchSetup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccs */ @@ -37,7 +37,7 @@ public List getCcs() { /** * This is the setter method. this will set the ccs - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccs */ @@ -47,7 +47,7 @@ public void setCcs(List ccs) { /** * This is the setter method this will set the ccs - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccs */ diff --git a/java/src/com/vmware/avi/sdk/model/ContainerCloudService.java b/java/src/com/vmware/avi/sdk/model/ContainerCloudService.java index 874a4e1a44..e40eb8b798 100644 --- a/java/src/com/vmware/avi/sdk/model/ContainerCloudService.java +++ b/java/src/com/vmware/avi/sdk/model/ContainerCloudService.java @@ -40,7 +40,7 @@ public class ContainerCloudService { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -50,7 +50,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -60,7 +60,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return object */ @@ -70,7 +70,7 @@ public String getObject() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param object set the object. */ @@ -80,7 +80,7 @@ public void setObject(String object) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -90,7 +90,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -100,7 +100,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return service */ @@ -110,7 +110,7 @@ public String getService() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param service set the service. */ @@ -120,7 +120,7 @@ public void setService(String service) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -130,7 +130,7 @@ public String getStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ diff --git a/java/src/com/vmware/avi/sdk/model/ContainerCloudSetup.java b/java/src/com/vmware/avi/sdk/model/ContainerCloudSetup.java index 7ed6db5348..ab80e96707 100644 --- a/java/src/com/vmware/avi/sdk/model/ContainerCloudSetup.java +++ b/java/src/com/vmware/avi/sdk/model/ContainerCloudSetup.java @@ -61,7 +61,7 @@ public class ContainerCloudSetup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -71,7 +71,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -81,7 +81,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudAccess */ @@ -91,7 +91,7 @@ public Boolean getCloudAccess() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudAccess set the cloudAccess. */ @@ -100,7 +100,7 @@ public void setCloudAccess(Boolean cloudAccess) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failedHosts */ @@ -110,7 +110,7 @@ public List getFailedHosts() { /** * This is the setter method. this will set the failedHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failedHosts */ @@ -120,7 +120,7 @@ public void setFailedHosts(List failedHosts) { /** * This is the setter method this will set the failedHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failedHosts */ @@ -134,7 +134,7 @@ public ContainerCloudSetup addFailedHostsItem(String failedHostsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fleetEndpoint */ @@ -144,7 +144,7 @@ public String getFleetEndpoint() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fleetEndpoint set the fleetEndpoint. */ @@ -153,7 +153,7 @@ public void setFleetEndpoint(String fleetEndpoint) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -163,7 +163,7 @@ public List getHosts() { /** * This is the setter method. this will set the hosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -173,7 +173,7 @@ public void setHosts(List hosts) { /** * This is the setter method this will set the hosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -186,7 +186,7 @@ public ContainerCloudSetup addHostsItem(String hostsItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return masterNodes */ @@ -196,7 +196,7 @@ public List getMasterNodes() { /** * This is the setter method. this will set the masterNodes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return masterNodes */ @@ -206,7 +206,7 @@ public void setMasterNodes(List masterNodes) { /** * This is the setter method this will set the masterNodes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return masterNodes */ @@ -219,7 +219,7 @@ public ContainerCloudSetup addMasterNodesItem(String masterNodesItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingHosts */ @@ -229,7 +229,7 @@ public List getMissingHosts() { /** * This is the setter method. this will set the missingHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingHosts */ @@ -239,7 +239,7 @@ public void setMissingHosts(List missingHosts) { /** * This is the setter method this will set the missingHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingHosts */ @@ -252,7 +252,7 @@ public ContainerCloudSetup addMissingHostsItem(String missingHostsItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newHosts */ @@ -262,7 +262,7 @@ public List getNewHosts() { /** * This is the setter method. this will set the newHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newHosts */ @@ -272,7 +272,7 @@ public void setNewHosts(List newHosts) { /** * This is the setter method this will set the newHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newHosts */ @@ -286,7 +286,7 @@ public ContainerCloudSetup addNewHostsItem(String newHostsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -296,7 +296,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -306,7 +306,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDeployMethodAccess */ @@ -316,7 +316,7 @@ public Boolean getSeDeployMethodAccess() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDeployMethodAccess set the seDeployMethodAccess. */ @@ -326,7 +326,7 @@ public void setSeDeployMethodAccess(Boolean seDeployMethodAccess) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -336,7 +336,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -346,7 +346,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -356,7 +356,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/ContentLibConfig.java b/java/src/com/vmware/avi/sdk/model/ContentLibConfig.java index 5091e1c3eb..f4df2ca3f5 100644 --- a/java/src/com/vmware/avi/sdk/model/ContentLibConfig.java +++ b/java/src/com/vmware/avi/sdk/model/ContentLibConfig.java @@ -33,7 +33,7 @@ public class ContentLibConfig { * This is the getter method this will return the attribute value. * Content library id. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return id */ @@ -45,7 +45,7 @@ public String getId() { * This is the setter method to the attribute. * Content library id. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param id set the id. */ @@ -57,7 +57,7 @@ public void setId(String id) { * This is the getter method this will return the attribute value. * Content library name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -69,7 +69,7 @@ public String getName() { * This is the setter method to the attribute. * Content library name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/ContentRewriteProfile.java b/java/src/com/vmware/avi/sdk/model/ContentRewriteProfile.java index 87897445cb..943c800ee2 100644 --- a/java/src/com/vmware/avi/sdk/model/ContentRewriteProfile.java +++ b/java/src/com/vmware/avi/sdk/model/ContentRewriteProfile.java @@ -34,7 +34,7 @@ public class ContentRewriteProfile { * Rewrite only content types listed in this string group. * Content types not present in this list are not rewritten. * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rewritableContentRef */ @@ -47,7 +47,7 @@ public String getRewritableContentRef() { * Rewrite only content types listed in this string group. * Content types not present in this list are not rewritten. * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rewritableContentRef set the rewritableContentRef. */ @@ -59,7 +59,7 @@ public void setRewritableContentRef(String rewritableContentRef) { * Content rewrite rules to be enabled on theresponse body. * Field introduced in 21.1.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rspRewriteRules */ @@ -72,7 +72,7 @@ public List getRspRewriteRules() { * Content rewrite rules to be enabled on theresponse body. * Field introduced in 21.1.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rspRewriteRules */ @@ -85,7 +85,7 @@ public void setRspRewriteRules(List rspRewriteRules) { * Content rewrite rules to be enabled on theresponse body. * Field introduced in 21.1.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rspRewriteRules */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerAnalyticsPolicy.java b/java/src/com/vmware/avi/sdk/model/ControllerAnalyticsPolicy.java index 61a24482d1..4d87c35fc4 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerAnalyticsPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerAnalyticsPolicy.java @@ -29,7 +29,7 @@ public class ControllerAnalyticsPolicy { * This is the getter method this will return the attribute value. * Thresholds for various events generated by metrics system. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholds */ @@ -41,7 +41,7 @@ public List getMetricsEventThresholds() { * This is the setter method. this will set the metricsEventThresholds * Thresholds for various events generated by metrics system. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholds */ @@ -53,7 +53,7 @@ public void setMetricsEventThresholds(List metricsEventT * This is the setter method this will set the metricsEventThresholds * Thresholds for various events generated by metrics system. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholds */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerCloudLimits.java b/java/src/com/vmware/avi/sdk/model/ControllerCloudLimits.java index c366d3ad48..a4d5117c27 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerCloudLimits.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerCloudLimits.java @@ -36,7 +36,7 @@ public class ControllerCloudLimits { * This is the getter method this will return the attribute value. * Maximum number of clouds of a given type. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numClouds */ @@ -48,7 +48,7 @@ public Integer getNumClouds() { * This is the setter method to the attribute. * Maximum number of clouds of a given type. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numClouds set the numClouds. */ @@ -60,7 +60,7 @@ public void setNumClouds(Integer numClouds) { * This is the getter method this will return the attribute value. * Maximum number of tier1 logical routers allowed per cloud. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return t1LrsPerCloud */ @@ -72,7 +72,7 @@ public Integer getT1LrsPerCloud() { * This is the setter method to the attribute. * Maximum number of tier1 logical routers allowed per cloud. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param t1LrsPerCloud set the t1LrsPerCloud. */ @@ -86,7 +86,7 @@ public void setT1LrsPerCloud(Integer t1LrsPerCloud) { * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -100,7 +100,7 @@ public String getType() { * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerDiscontinuousTimeChangeEventDetails.java b/java/src/com/vmware/avi/sdk/model/ControllerDiscontinuousTimeChangeEventDetails.java index 51c3b014d0..08e047f282 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerDiscontinuousTimeChangeEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerDiscontinuousTimeChangeEventDetails.java @@ -38,7 +38,7 @@ public class ControllerDiscontinuousTimeChangeEventDetails { /** * This is the getter method this will return the attribute value. * Time stamp before the discontinuous jump in time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromTime */ @@ -49,7 +49,7 @@ public String getFromTime() { /** * This is the setter method to the attribute. * Time stamp before the discontinuous jump in time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromTime set the fromTime. */ @@ -60,7 +60,7 @@ public void setFromTime(String fromTime) { /** * This is the getter method this will return the attribute value. * Name of the controller responsible for this event. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeName */ @@ -71,7 +71,7 @@ public String getNodeName() { /** * This is the setter method to the attribute. * Name of the controller responsible for this event. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeName set the nodeName. */ @@ -82,7 +82,7 @@ public void setNodeName(String nodeName) { /** * This is the getter method this will return the attribute value. * System peer and candidate ntp servers active at the point of time jump. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServers */ @@ -93,7 +93,7 @@ public String getNtpServers() { /** * This is the setter method to the attribute. * System peer and candidate ntp servers active at the point of time jump. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ntpServers set the ntpServers. */ @@ -104,7 +104,7 @@ public void setNtpServers(String ntpServers) { /** * This is the getter method this will return the attribute value. * Time stamp to which the time has discontinuously jumped. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toTime */ @@ -115,7 +115,7 @@ public String getToTime() { /** * This is the setter method to the attribute. * Time stamp to which the time has discontinuously jumped. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toTime set the toTime. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerFaults.java b/java/src/com/vmware/avi/sdk/model/ControllerFaults.java index ec31138d4d..633115d69b 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerFaults.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerFaults.java @@ -45,7 +45,7 @@ public class ControllerFaults { * This is the getter method this will return the attribute value. * Enable backup scheduler faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return backupSchedulerFaults */ @@ -57,7 +57,7 @@ public Boolean getBackupSchedulerFaults() { * This is the setter method to the attribute. * Enable backup scheduler faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param backupSchedulerFaults set the backupSchedulerFaults. */ @@ -69,7 +69,7 @@ public void setBackupSchedulerFaults(Boolean backupSchedulerFaults) { * This is the getter method this will return the attribute value. * Enable cluster faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return clusterFaults */ @@ -81,7 +81,7 @@ public Boolean getClusterFaults() { * This is the setter method to the attribute. * Enable cluster faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param clusterFaults set the clusterFaults. */ @@ -93,7 +93,7 @@ public void setClusterFaults(Boolean clusterFaults) { * This is the getter method this will return the attribute value. * Enable deprecated api version faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return deprecatedApiVersionFaults */ @@ -105,7 +105,7 @@ public Boolean getDeprecatedApiVersionFaults() { * This is the setter method to the attribute. * Enable deprecated api version faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param deprecatedApiVersionFaults set the deprecatedApiVersionFaults. */ @@ -117,7 +117,7 @@ public void setDeprecatedApiVersionFaults(Boolean deprecatedApiVersionFaults) { * This is the getter method this will return the attribute value. * Enable license faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return licenseFaults */ @@ -129,7 +129,7 @@ public Boolean getLicenseFaults() { * This is the setter method to the attribute. * Enable license faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param licenseFaults set the licenseFaults. */ @@ -141,7 +141,7 @@ public void setLicenseFaults(Boolean licenseFaults) { * This is the getter method this will return the attribute value. * Enable db migration faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return migrationFaults */ @@ -153,7 +153,7 @@ public Boolean getMigrationFaults() { * This is the setter method to the attribute. * Enable db migration faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param migrationFaults set the migrationFaults. */ @@ -165,7 +165,7 @@ public void setMigrationFaults(Boolean migrationFaults) { * This is the getter method this will return the attribute value. * Enable ssl profile faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sslprofileFaults */ @@ -177,7 +177,7 @@ public Boolean getSslprofileFaults() { * This is the setter method to the attribute. * Enable ssl profile faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sslprofileFaults set the sslprofileFaults. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerInfo.java b/java/src/com/vmware/avi/sdk/model/ControllerInfo.java index b5b3fafd43..92f3503097 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerInfo.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerInfo.java @@ -30,7 +30,7 @@ public class ControllerInfo { * This is the getter method this will return the attribute value. * Total controller memory usage in gbs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currentControllerMemUsage */ @@ -42,7 +42,7 @@ public Float getCurrentControllerMemUsage() { * This is the setter method to the attribute. * Total controller memory usage in gbs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currentControllerMemUsage set the currentControllerMemUsage. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerInterface.java b/java/src/com/vmware/avi/sdk/model/ControllerInterface.java index 9faf77997c..10d0aac815 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerInterface.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerInterface.java @@ -63,7 +63,7 @@ public class ControllerInterface { * This is the getter method this will return the attribute value. * Ipv4 default gateway of the interface. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gateway */ @@ -75,7 +75,7 @@ public IpAddr getGateway() { * This is the setter method to the attribute. * Ipv4 default gateway of the interface. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gateway set the gateway. */ @@ -87,7 +87,7 @@ public void setGateway(IpAddr gateway) { * This is the getter method this will return the attribute value. * Ipv6 default gateway of the interface. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gateway6 */ @@ -99,7 +99,7 @@ public IpAddr getGateway6() { * This is the setter method to the attribute. * Ipv6 default gateway of the interface. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gateway6 set the gateway6. */ @@ -111,7 +111,7 @@ public void setGateway6(IpAddr gateway6) { * This is the getter method this will return the attribute value. * Interface name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -123,7 +123,7 @@ public String getIfName() { * This is the setter method to the attribute. * Interface name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -135,7 +135,7 @@ public void setIfName(String ifName) { * This is the getter method this will return the attribute value. * Ipv4 prefix of the interface. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -147,7 +147,7 @@ public IpAddrPrefix getIp() { * This is the setter method to the attribute. * Ipv4 prefix of the interface. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -159,7 +159,7 @@ public void setIp(IpAddrPrefix ip) { * This is the getter method this will return the attribute value. * Ipv6 prefix of the interface. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -171,7 +171,7 @@ public IpAddrPrefix getIp6() { * This is the setter method to the attribute. * Ipv6 prefix of the interface. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -183,7 +183,7 @@ public void setIp6(IpAddrPrefix ip6) { * Interface label like mgmt, secure channel or hsm. * Enum options - MGMT, SE_SECURE_CHANNEL, HSM. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -196,7 +196,7 @@ public List getLabels() { * Interface label like mgmt, secure channel or hsm. * Enum options - MGMT, SE_SECURE_CHANNEL, HSM. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -209,7 +209,7 @@ public void setLabels(List labels) { * Interface label like mgmt, secure channel or hsm. * Enum options - MGMT, SE_SECURE_CHANNEL, HSM. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -225,7 +225,7 @@ public ControllerInterface addLabelsItem(String labelsItem) { * This is the getter method this will return the attribute value. * Mac address of interface. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddress */ @@ -237,7 +237,7 @@ public String getMacAddress() { * This is the setter method to the attribute. * Mac address of interface. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddress set the macAddress. */ @@ -250,7 +250,7 @@ public void setMacAddress(String macAddress) { * Ipv4 address mode dhcp/static. * Enum options - DHCP, STATIC, VIP, DOCKER_HOST, MODE_MANUAL. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -263,7 +263,7 @@ public String getMode() { * Ipv4 address mode dhcp/static. * Enum options - DHCP, STATIC, VIP, DOCKER_HOST, MODE_MANUAL. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -276,7 +276,7 @@ public void setMode(String mode) { * Ipv6 address mode static. * Enum options - DHCP, STATIC, VIP, DOCKER_HOST, MODE_MANUAL. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode6 */ @@ -289,7 +289,7 @@ public String getMode6() { * Ipv6 address mode static. * Enum options - DHCP, STATIC, VIP, DOCKER_HOST, MODE_MANUAL. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode6 set the mode6. */ @@ -301,7 +301,7 @@ public void setMode6(String mode6) { * This is the getter method this will return the attribute value. * Public ip of interface. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return publicIpOrName */ @@ -313,7 +313,7 @@ public IpAddr getPublicIpOrName() { * This is the setter method to the attribute. * Public ip of interface. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param publicIpOrName set the publicIpOrName. */ @@ -325,7 +325,7 @@ public void setPublicIpOrName(IpAddr publicIpOrName) { * This is the getter method this will return the attribute value. * Enable v4 ip on this interface. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return v4Enabled */ @@ -337,7 +337,7 @@ public Boolean getV4Enabled() { * This is the setter method to the attribute. * Enable v4 ip on this interface. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param v4Enabled set the v4Enabled. */ @@ -349,7 +349,7 @@ public void setV4Enabled(Boolean v4Enabled) { * This is the getter method this will return the attribute value. * Enable v6 ip on this interface. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return v6Enabled */ @@ -361,7 +361,7 @@ public Boolean getV6Enabled() { * This is the setter method to the attribute. * Enable v6 ip on this interface. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param v6Enabled set the v6Enabled. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerInternalAuth.java b/java/src/com/vmware/avi/sdk/model/ControllerInternalAuth.java index 489904019c..627abe4276 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerInternalAuth.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerInternalAuth.java @@ -31,7 +31,7 @@ public class ControllerInternalAuth { * Field introduced in 20.1.6. * Minimum of 1 items required. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return symmetricJwksKeys */ @@ -45,7 +45,7 @@ public List getSymmetricJwksKeys() { * Field introduced in 20.1.6. * Minimum of 1 items required. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return symmetricJwksKeys */ @@ -59,7 +59,7 @@ public void setSymmetricJwksKeys(List symmetricJwksKeys) { * Field introduced in 20.1.6. * Minimum of 1 items required. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return symmetricJwksKeys */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerLicense.java b/java/src/com/vmware/avi/sdk/model/ControllerLicense.java index 737f151391..34a88ef9ab 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerLicense.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerLicense.java @@ -89,7 +89,7 @@ public class ControllerLicense extends AviRestResource { * This is the getter method this will return the attribute value. * List of active burst core license in use. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeBurstResources */ @@ -101,7 +101,7 @@ public List getActiveBurstResources() { * This is the setter method. this will set the activeBurstResources * List of active burst core license in use. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeBurstResources */ @@ -113,7 +113,7 @@ public void setActiveBurstResources(List activeBurstResources) { * This is the setter method this will set the activeBurstResources * List of active burst core license in use. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeBurstResources */ @@ -129,7 +129,7 @@ public ControllerLicense addActiveBurstResourcesItem(BurstResource activeBurstRe * This is the getter method this will return the attribute value. * Total number of service engine cores for burst core based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return burstCores */ @@ -141,7 +141,7 @@ public Integer getBurstCores() { * This is the setter method to the attribute. * Total number of service engine cores for burst core based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param burstCores set the burstCores. */ @@ -152,7 +152,7 @@ public void setBurstCores(Integer burstCores) { /** * This is the getter method this will return the attribute value. * Number of service engine cores in non-container clouds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cores */ @@ -163,7 +163,7 @@ public Integer getCores() { /** * This is the setter method to the attribute. * Number of service engine cores in non-container clouds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cores set the cores. */ @@ -173,7 +173,7 @@ public void setCores(Integer cores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customerName */ @@ -183,7 +183,7 @@ public String getCustomerName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param customerName set the customerName. */ @@ -194,7 +194,7 @@ public void setCustomerName(String customerName) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disableEnforcement */ @@ -205,7 +205,7 @@ public Boolean getDisableEnforcement() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param disableEnforcement set the disableEnforcement. */ @@ -216,7 +216,7 @@ public void setDisableEnforcement(Boolean disableEnforcement) { * This is the getter method this will return the attribute value. * List of used or expired burst core licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiredBurstResources */ @@ -228,7 +228,7 @@ public List getExpiredBurstResources() { * This is the setter method. this will set the expiredBurstResources * List of used or expired burst core licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiredBurstResources */ @@ -240,7 +240,7 @@ public void setExpiredBurstResources(List expiredBurstResources) * This is the setter method this will set the expiredBurstResources * List of used or expired burst core licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiredBurstResources */ @@ -256,7 +256,7 @@ public ControllerLicense addExpiredBurstResourcesItem(BurstResource expiredBurst * This is the getter method this will return the attribute value. * Flag used to track initialization. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return initialized */ @@ -268,7 +268,7 @@ public Boolean getInitialized() { * This is the setter method to the attribute. * Flag used to track initialization. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param initialized set the initialized. */ @@ -279,7 +279,7 @@ public void setInitialized(Boolean initialized) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseId */ @@ -290,7 +290,7 @@ public String getLicenseId() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseId set the licenseId. */ @@ -299,7 +299,7 @@ public void setLicenseId(String licenseId) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTier */ @@ -309,7 +309,7 @@ public List getLicenseTier() { /** * This is the setter method. this will set the licenseTier - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTier */ @@ -319,7 +319,7 @@ public void setLicenseTier(List licenseTier) { /** * This is the setter method this will set the licenseTier - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTier */ @@ -333,7 +333,7 @@ public ControllerLicense addLicenseTierItem(String licenseTierItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTiers */ @@ -344,7 +344,7 @@ public List getLicenseTiers() { /** * This is the setter method. this will set the licenseTiers * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTiers */ @@ -355,7 +355,7 @@ public void setLicenseTiers(List licenseTiers) { /** * This is the setter method this will set the licenseTiers * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTiers */ @@ -368,7 +368,7 @@ public ControllerLicense addLicenseTiersItem(CumulativeLicense licenseTiersItem) } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenses */ @@ -378,7 +378,7 @@ public List getLicenses() { /** * This is the setter method. this will set the licenses - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenses */ @@ -388,7 +388,7 @@ public void setLicenses(List licenses) { /** * This is the setter method this will set the licenses - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenses */ @@ -403,7 +403,7 @@ public ControllerLicense addLicensesItem(SingleLicense licensesItem) { /** * This is the getter method this will return the attribute value. * Number of service engines hosts in container clouds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxSes */ @@ -414,7 +414,7 @@ public Integer getMaxSes() { /** * This is the setter method to the attribute. * Number of service engines hosts in container clouds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxSes set the maxSes. */ @@ -424,7 +424,7 @@ public void setMaxSes(Integer maxSes) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -434,7 +434,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -445,7 +445,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -457,7 +457,7 @@ public List getSeBandwidthLimits() { * This is the setter method. this will set the seBandwidthLimits * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -469,7 +469,7 @@ public void setSeBandwidthLimits(List seBandwidthLimits) { * This is the setter method this will set the seBandwidthLimits * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -485,7 +485,7 @@ public ControllerLicense addSeBandwidthLimitsItem(SEBandwidthLimit seBandwidthLi * This is the getter method this will return the attribute value. * Number of vmware service cores after aggregating all other license types. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceCores */ @@ -497,7 +497,7 @@ public Float getServiceCores() { * This is the setter method to the attribute. * Number of vmware service cores after aggregating all other license types. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceCores set the serviceCores. */ @@ -508,7 +508,7 @@ public void setServiceCores(Float serviceCores) { /** * This is the getter method this will return the attribute value. * Number of physical cpu sockets across service engines in no access and linux server clouds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sockets */ @@ -519,7 +519,7 @@ public Integer getSockets() { /** * This is the setter method to the attribute. * Number of physical cpu sockets across service engines in no access and linux server clouds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sockets set the sockets. */ @@ -529,7 +529,7 @@ public void setSockets(Integer sockets) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startOn */ @@ -539,7 +539,7 @@ public String getStartOn() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startOn set the startOn. */ @@ -551,7 +551,7 @@ public void setStartOn(String startOn) { * This is the getter method this will return the attribute value. * Tenant uuid. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -563,7 +563,7 @@ public String getTenantUuid() { * This is the setter method to the attribute. * Tenant uuid. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ @@ -590,7 +590,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -600,7 +600,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -610,7 +610,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return validUntil */ @@ -620,7 +620,7 @@ public String getValidUntil() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param validUntil set the validUntil. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerLicenseReconcileDetails.java b/java/src/com/vmware/avi/sdk/model/ControllerLicenseReconcileDetails.java index 2f0626ae1a..67b521e3af 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerLicenseReconcileDetails.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerLicenseReconcileDetails.java @@ -55,7 +55,7 @@ public class ControllerLicenseReconcileDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newAvailableServiceCores */ @@ -65,7 +65,7 @@ public Float getNewAvailableServiceCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newAvailableServiceCores set the newAvailableServiceCores. */ @@ -75,7 +75,7 @@ public void setNewAvailableServiceCores(Float newAvailableServiceCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newConsumedServiceCores */ @@ -85,7 +85,7 @@ public Float getNewConsumedServiceCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newConsumedServiceCores set the newConsumedServiceCores. */ @@ -95,7 +95,7 @@ public void setNewConsumedServiceCores(Float newConsumedServiceCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newEscrowServiceCores */ @@ -105,7 +105,7 @@ public Float getNewEscrowServiceCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newEscrowServiceCores set the newEscrowServiceCores. */ @@ -115,7 +115,7 @@ public void setNewEscrowServiceCores(Float newEscrowServiceCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newRemainingServiceCores */ @@ -125,7 +125,7 @@ public Float getNewRemainingServiceCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newRemainingServiceCores set the newRemainingServiceCores. */ @@ -135,7 +135,7 @@ public void setNewRemainingServiceCores(Float newRemainingServiceCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oldAvailableServiceCores */ @@ -145,7 +145,7 @@ public Float getOldAvailableServiceCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oldAvailableServiceCores set the oldAvailableServiceCores. */ @@ -155,7 +155,7 @@ public void setOldAvailableServiceCores(Float oldAvailableServiceCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oldConsumedServiceCores */ @@ -165,7 +165,7 @@ public Float getOldConsumedServiceCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oldConsumedServiceCores set the oldConsumedServiceCores. */ @@ -175,7 +175,7 @@ public void setOldConsumedServiceCores(Float oldConsumedServiceCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oldEscrowServiceCores */ @@ -185,7 +185,7 @@ public Float getOldEscrowServiceCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oldEscrowServiceCores set the oldEscrowServiceCores. */ @@ -195,7 +195,7 @@ public void setOldEscrowServiceCores(Float oldEscrowServiceCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oldRemainingServiceCores */ @@ -205,7 +205,7 @@ public Float getOldRemainingServiceCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oldRemainingServiceCores set the oldRemainingServiceCores. */ @@ -215,7 +215,7 @@ public void setOldRemainingServiceCores(Float oldRemainingServiceCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -225,7 +225,7 @@ public String getTenantUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ @@ -235,7 +235,7 @@ public void setTenantUuid(String tenantUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier */ @@ -245,7 +245,7 @@ public String getTier() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier set the tier. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerLimits.java b/java/src/com/vmware/avi/sdk/model/ControllerLimits.java index 407937d179..c4d3f8450e 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerLimits.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerLimits.java @@ -84,13 +84,16 @@ public class ControllerLimits { @JsonProperty("waf_limits") private WAFLimits wafLimits; + @JsonProperty("waf_rule_metrics_enabled_vs") + private Integer wafRuleMetricsEnabledVs; + /** * This is the getter method this will return the attribute value. * Bot system limits. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return botLimits */ @@ -102,7 +105,7 @@ public BOTLimits getBotLimits() { * This is the setter method to the attribute. * Bot system limits. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param botLimits set the botLimits. */ @@ -114,7 +117,7 @@ public void setBotLimits(BOTLimits botLimits) { * This is the getter method this will return the attribute value. * Maximum number of certificates per virtualservice. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return certificatesPerVirtualservice */ @@ -126,7 +129,7 @@ public Integer getCertificatesPerVirtualservice() { * This is the setter method to the attribute. * Maximum number of certificates per virtualservice. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param certificatesPerVirtualservice set the certificatesPerVirtualservice. */ @@ -137,7 +140,7 @@ public void setCertificatesPerVirtualservice(Integer certificatesPerVirtualserv * This is the getter method this will return the attribute value. * Controller system limits specific to cloud type for all controller sizes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerCloudLimits */ @@ -149,7 +152,7 @@ public List getControllerCloudLimits() { * This is the setter method. this will set the controllerCloudLimits * Controller system limits specific to cloud type for all controller sizes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerCloudLimits */ @@ -161,7 +164,7 @@ public void setControllerCloudLimits(List controllerClou * This is the setter method this will set the controllerCloudLimits * Controller system limits specific to cloud type for all controller sizes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerCloudLimits */ @@ -177,7 +180,7 @@ public ControllerLimits addControllerCloudLimitsItem(ControllerCloudLimits contr * Controller system limits specific to controller sizing. * Field introduced in 20.1.1. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizingLimits */ @@ -190,7 +193,7 @@ public List getControllerSizingLimits() { * Controller system limits specific to controller sizing. * Field introduced in 20.1.1. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizingLimits */ @@ -203,7 +206,7 @@ public void setControllerSizingLimits(List controllerSi * Controller system limits specific to controller sizing. * Field introduced in 20.1.1. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizingLimits */ @@ -219,7 +222,7 @@ public ControllerLimits addControllerSizingLimitsItem(ControllerSizingLimits con * This is the getter method this will return the attribute value. * Maximum number of default routes per vrfcontext. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return defaultRoutesPerVrfcontext */ @@ -231,7 +234,7 @@ public Integer getDefaultRoutesPerVrfcontext() { * This is the setter method to the attribute. * Maximum number of default routes per vrfcontext. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param defaultRoutesPerVrfcontext set the defaultRoutesPerVrfcontext. */ @@ -243,7 +246,7 @@ public void setDefaultRoutesPerVrfcontext(Integer defaultRoutesPerVrfcontext) { * This is the getter method this will return the attribute value. * Maximum number of gateway monitors per vrfcontext. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayMonPerVrf */ @@ -255,7 +258,7 @@ public Integer getGatewayMonPerVrf() { * This is the setter method to the attribute. * Maximum number of gateway monitors per vrfcontext. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gatewayMonPerVrf set the gatewayMonPerVrf. */ @@ -267,7 +270,7 @@ public void setGatewayMonPerVrf(Integer gatewayMonPerVrf) { * This is the getter method this will return the attribute value. * Ip address limits. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipaddressLimits */ @@ -279,7 +282,7 @@ public IPAddrLimits getIpaddressLimits() { * This is the setter method to the attribute. * Ip address limits. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipaddressLimits set the ipaddressLimits. */ @@ -291,7 +294,7 @@ public void setIpaddressLimits(IPAddrLimits ipaddressLimits) { * This is the getter method this will return the attribute value. * Maximum number of ip's per ipaddrgroup. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipsPerIpgroup */ @@ -303,7 +306,7 @@ public Integer getIpsPerIpgroup() { * This is the setter method to the attribute. * Maximum number of ip's per ipaddrgroup. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipsPerIpgroup set the ipsPerIpgroup. */ @@ -315,7 +318,7 @@ public void setIpsPerIpgroup(Integer ipsPerIpgroup) { * This is the getter method this will return the attribute value. * System limits that apply to layer 7 configuration objects. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return l7Limits */ @@ -327,7 +330,7 @@ public L7limits getL7Limits() { * This is the setter method to the attribute. * System limits that apply to layer 7 configuration objects. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param l7Limits set the l7Limits. */ @@ -339,7 +342,7 @@ public void setL7Limits(L7limits l7Limits) { * This is the getter method this will return the attribute value. * Maximum number of poolgroups per virtualservice. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolgroupsPerVirtualservice */ @@ -351,7 +354,7 @@ public Integer getPoolgroupsPerVirtualservice() { * This is the setter method to the attribute. * Maximum number of poolgroups per virtualservice. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolgroupsPerVirtualservice set the poolgroupsPerVirtualservice. */ @@ -363,7 +366,7 @@ public void setPoolgroupsPerVirtualservice(Integer poolgroupsPerVirtualservice) * This is the getter method this will return the attribute value. * Maximum number of pools per poolgroup. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolsPerPoolgroup */ @@ -375,7 +378,7 @@ public Integer getPoolsPerPoolgroup() { * This is the setter method to the attribute. * Maximum number of pools per poolgroup. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolsPerPoolgroup set the poolsPerPoolgroup. */ @@ -387,7 +390,7 @@ public void setPoolsPerPoolgroup(Integer poolsPerPoolgroup) { * This is the getter method this will return the attribute value. * Maximum number of pools per virtualservice. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolsPerVirtualservice */ @@ -399,7 +402,7 @@ public Integer getPoolsPerVirtualservice() { * This is the setter method to the attribute. * Maximum number of pools per virtualservice. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolsPerVirtualservice set the poolsPerVirtualservice. */ @@ -411,7 +414,7 @@ public void setPoolsPerVirtualservice(Integer poolsPerVirtualservice) { * This is the getter method this will return the attribute value. * Maximum number of routes per vrfcontext. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routesPerVrfcontext */ @@ -423,7 +426,7 @@ public Integer getRoutesPerVrfcontext() { * This is the setter method to the attribute. * Maximum number of routes per vrfcontext. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routesPerVrfcontext set the routesPerVrfcontext. */ @@ -435,7 +438,7 @@ public void setRoutesPerVrfcontext(Integer routesPerVrfcontext) { * This is the getter method this will return the attribute value. * Maximum number of nat rules in nat policy. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rulesPerNatPolicy */ @@ -447,7 +450,7 @@ public Integer getRulesPerNatPolicy() { * This is the setter method to the attribute. * Maximum number of nat rules in nat policy. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rulesPerNatPolicy set the rulesPerNatPolicy. */ @@ -459,7 +462,7 @@ public void setRulesPerNatPolicy(Integer rulesPerNatPolicy) { * This is the getter method this will return the attribute value. * Maximum number of rules per networksecuritypolicy. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rulesPerNetworksecuritypolicy */ @@ -471,7 +474,7 @@ public Integer getRulesPerNetworksecuritypolicy() { * This is the setter method to the attribute. * Maximum number of rules per networksecuritypolicy. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rulesPerNetworksecuritypolicy set the rulesPerNetworksecuritypolicy. */ @@ -483,7 +486,7 @@ public void setRulesPerNetworksecuritypolicy(Integer rulesPerNetworksecuritypol * This is the getter method this will return the attribute value. * Maximum number of servers per pool. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serversPerPool */ @@ -495,7 +498,7 @@ public Integer getServersPerPool() { * This is the setter method to the attribute. * Maximum number of servers per pool. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serversPerPool set the serversPerPool. */ @@ -507,7 +510,7 @@ public void setServersPerPool(Integer serversPerPool) { * This is the getter method this will return the attribute value. * Maximum number of sni children virtualservices per sni parent virtualservice. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sniChildrenPerParent */ @@ -519,7 +522,7 @@ public Integer getSniChildrenPerParent() { * This is the setter method to the attribute. * Maximum number of sni children virtualservices per sni parent virtualservice. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sniChildrenPerParent set the sniChildrenPerParent. */ @@ -531,7 +534,7 @@ public void setSniChildrenPerParent(Integer sniChildrenPerParent) { * This is the getter method this will return the attribute value. * Maximum number of strings per stringgroup. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringsPerStringgroup */ @@ -543,7 +546,7 @@ public Integer getStringsPerStringgroup() { * This is the setter method to the attribute. * Maximum number of strings per stringgroup. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stringsPerStringgroup set the stringsPerStringgroup. */ @@ -555,7 +558,7 @@ public void setStringsPerStringgroup(Integer stringsPerStringgroup) { * This is the getter method this will return the attribute value. * Maximum number of serviceengine per virtualservice in bgp scaleout mode. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsBgpScaleout */ @@ -567,7 +570,7 @@ public Integer getVsBgpScaleout() { * This is the setter method to the attribute. * Maximum number of serviceengine per virtualservice in bgp scaleout mode. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsBgpScaleout set the vsBgpScaleout. */ @@ -579,7 +582,7 @@ public void setVsBgpScaleout(Integer vsBgpScaleout) { * This is the getter method this will return the attribute value. * Maximum number of serviceengine per virtualservice in layer 2 scaleout mode. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsL2Scaleout */ @@ -591,7 +594,7 @@ public Integer getVsL2Scaleout() { * This is the setter method to the attribute. * Maximum number of serviceengine per virtualservice in layer 2 scaleout mode. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsL2Scaleout set the vsL2Scaleout. */ @@ -603,7 +606,7 @@ public void setVsL2Scaleout(Integer vsL2Scaleout) { * This is the getter method this will return the attribute value. * Waf system limits. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafLimits */ @@ -615,7 +618,7 @@ public WAFLimits getWafLimits() { * This is the setter method to the attribute. * Waf system limits. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param wafLimits set the wafLimits. */ @@ -623,6 +626,30 @@ public void setWafLimits(WAFLimits wafLimits) { this.wafLimits = wafLimits; } + /** + * This is the getter method this will return the attribute value. + * Maximum number of vs configurable with waf rule metrics debug flag. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return wafRuleMetricsEnabledVs + */ + public Integer getWafRuleMetricsEnabledVs() { + return wafRuleMetricsEnabledVs; + } + + /** + * This is the setter method to the attribute. + * Maximum number of vs configurable with waf rule metrics debug flag. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param wafRuleMetricsEnabledVs set the wafRuleMetricsEnabledVs. + */ + public void setWafRuleMetricsEnabledVs(Integer wafRuleMetricsEnabledVs) { + this.wafRuleMetricsEnabledVs = wafRuleMetricsEnabledVs; + } + @Override public boolean equals(java.lang.Object o) { @@ -651,6 +678,7 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.rulesPerNatPolicy, objControllerLimits.rulesPerNatPolicy)&& Objects.equals(this.ipaddressLimits, objControllerLimits.ipaddressLimits)&& Objects.equals(this.botLimits, objControllerLimits.botLimits)&& + Objects.equals(this.wafRuleMetricsEnabledVs, objControllerLimits.wafRuleMetricsEnabledVs)&& Objects.equals(this.l7Limits, objControllerLimits.l7Limits)&& Objects.equals(this.controllerSizingLimits, objControllerLimits.controllerSizingLimits)&& Objects.equals(this.controllerCloudLimits, objControllerLimits.controllerCloudLimits); @@ -681,6 +709,7 @@ public String toString() { sb.append(" vsBgpScaleout: ").append(toIndentedString(vsBgpScaleout)).append("\n"); sb.append(" vsL2Scaleout: ").append(toIndentedString(vsL2Scaleout)).append("\n"); sb.append(" wafLimits: ").append(toIndentedString(wafLimits)).append("\n"); + sb.append(" wafRuleMetricsEnabledVs: ").append(toIndentedString(wafRuleMetricsEnabledVs)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/java/src/com/vmware/avi/sdk/model/ControllerParams.java b/java/src/com/vmware/avi/sdk/model/ControllerParams.java new file mode 100644 index 0000000000..a143214812 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/ControllerParams.java @@ -0,0 +1,95 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The ControllerParams is a POJO class extends AviRestResource that used for creating + * ControllerParams. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class ControllerParams { + @JsonProperty("task_base_timeout") + private Integer taskBaseTimeout = 300; + + + + /** + * This is the getter method this will return the attribute value. + * Base timeout value for all controller-specific upgrade operation tasks. + * The timeout value for each task is a multiple of task_base_timeout. + * For example, switchandreboot task timeout = [multiplier] * task_base_timeout. + * (the multiplier varies by task.). + * Allowed values are 300-3600. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 300. + * @return taskBaseTimeout + */ + public Integer getTaskBaseTimeout() { + return taskBaseTimeout; + } + + /** + * This is the setter method to the attribute. + * Base timeout value for all controller-specific upgrade operation tasks. + * The timeout value for each task is a multiple of task_base_timeout. + * For example, switchandreboot task timeout = [multiplier] * task_base_timeout. + * (the multiplier varies by task.). + * Allowed values are 300-3600. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 300. + * @param taskBaseTimeout set the taskBaseTimeout. + */ + public void setTaskBaseTimeout(Integer taskBaseTimeout) { + this.taskBaseTimeout = taskBaseTimeout; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ControllerParams objControllerParams = (ControllerParams) o; + return Objects.equals(this.taskBaseTimeout, objControllerParams.taskBaseTimeout); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ControllerParams {\n"); + sb.append(" taskBaseTimeout: ").append(toIndentedString(taskBaseTimeout)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/ControllerPortalAsset.java b/java/src/com/vmware/avi/sdk/model/ControllerPortalAsset.java index 0c1a52752e..77a650ec54 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerPortalAsset.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerPortalAsset.java @@ -30,7 +30,7 @@ public class ControllerPortalAsset { * This is the getter method this will return the attribute value. * Asset id corresponding to this controller cluster, returned on a successful registration. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return assetId */ @@ -42,7 +42,7 @@ public String getAssetId() { * This is the setter method to the attribute. * Asset id corresponding to this controller cluster, returned on a successful registration. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param assetId set the assetId. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerPortalAuth.java b/java/src/com/vmware/avi/sdk/model/ControllerPortalAuth.java index ee5a0c75be..f4b35901c1 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerPortalAuth.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerPortalAuth.java @@ -42,7 +42,7 @@ public class ControllerPortalAuth { * This is the getter method this will return the attribute value. * Access token to authenticate customer portal rest calls. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return accessToken */ @@ -54,7 +54,7 @@ public String getAccessToken() { * This is the setter method to the attribute. * Access token to authenticate customer portal rest calls. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param accessToken set the accessToken. */ @@ -67,7 +67,7 @@ public void setAccessToken(String accessToken) { * Grant type of the jwt token. * Enum options - REFRESH_TOKEN, CLIENT_CREDENTIALS. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "REFRESH_TOKEN". * @return grantType */ @@ -80,7 +80,7 @@ public String getGrantType() { * Grant type of the jwt token. * Enum options - REFRESH_TOKEN, CLIENT_CREDENTIALS. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "REFRESH_TOKEN". * @param grantType set the grantType. */ @@ -92,7 +92,7 @@ public void setGrantType(String grantType) { * This is the getter method this will return the attribute value. * Cloud services instance url. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return instanceUrl */ @@ -104,7 +104,7 @@ public String getInstanceUrl() { * This is the setter method to the attribute. * Cloud services instance url. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param instanceUrl set the instanceUrl. */ @@ -116,7 +116,7 @@ public void setInstanceUrl(String instanceUrl) { * This is the getter method this will return the attribute value. * Signed jwt to refresh the access token. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwtToken */ @@ -128,7 +128,7 @@ public String getJwtToken() { * This is the setter method to the attribute. * Signed jwt to refresh the access token. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwtToken set the jwtToken. */ @@ -140,7 +140,7 @@ public void setJwtToken(String jwtToken) { * This is the getter method this will return the attribute value. * Tenant information for which cloud services authentication information is persisted. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenant */ @@ -152,7 +152,7 @@ public String getTenant() { * This is the setter method to the attribute. * Tenant information for which cloud services authentication information is persisted. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenant set the tenant. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerPortalRegistration.java b/java/src/com/vmware/avi/sdk/model/ControllerPortalRegistration.java index 347ddfe77b..156610dfa6 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerPortalRegistration.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerPortalRegistration.java @@ -44,7 +44,7 @@ public class ControllerPortalRegistration extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return asset */ @@ -55,7 +55,7 @@ public ControllerPortalAsset getAsset() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param asset set the asset. */ @@ -66,7 +66,7 @@ public void setAsset(ControllerPortalAsset asset) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -77,7 +77,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -88,7 +88,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portalAuth */ @@ -99,7 +99,7 @@ public ControllerPortalAuth getPortalAuth() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param portalAuth set the portalAuth. */ @@ -111,7 +111,7 @@ public void setPortalAuth(ControllerPortalAuth portalAuth) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -123,7 +123,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -151,7 +151,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -162,7 +162,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerProperties.java b/java/src/com/vmware/avi/sdk/model/ControllerProperties.java index b007f2653f..341a6a6718 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerProperties.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerProperties.java @@ -22,6 +22,9 @@ @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) public class ControllerProperties extends AviRestResource { + @JsonProperty("alert_manager_use_evms") + private Boolean alertManagerUseEvms = true; + @JsonProperty("allow_admin_network_updates") private Boolean allowAdminNetworkUpdates = false; @@ -43,6 +46,9 @@ public class ControllerProperties extends AviRestResource { @JsonProperty("appviewx_compat_mode") private Boolean appviewxCompatMode = false; + @JsonProperty("archive_retention_framework_period") + private Integer archiveRetentionFrameworkPeriod = 60; + @JsonProperty("async_patch_merge_period") private Integer asyncPatchMergePeriod = 0; @@ -121,6 +127,9 @@ public class ControllerProperties extends AviRestResource { @JsonProperty("enable_memory_balancer") private Boolean enableMemoryBalancer = true; + @JsonProperty("enable_nsx_streaming_agent") + private Boolean enableNsxStreamingAgent = true; + @JsonProperty("enable_per_process_stop") private Boolean enablePerProcessStop = false; @@ -151,6 +160,9 @@ public class ControllerProperties extends AviRestResource { @JsonProperty("fileobject_max_file_versions") private Integer fileobjectMaxFileVersions = 3; + @JsonProperty("gslb_fileobject_max_version_count") + private Integer gslbFileobjectMaxVersionCount = 3; + @JsonProperty("gslb_purge_batch_size") private Integer gslbPurgeBatchSize = 1000; @@ -248,25 +260,28 @@ public class ControllerProperties extends AviRestResource { private Integer secureChannelSeTokenTimeout = 60; @JsonProperty("seupgrade_copy_buffer_size") - private Integer seupgradeCopyBufferSize = 512; + private Integer seupgradeCopyBufferSize; @JsonProperty("seupgrade_copy_pool_size") - private Integer seupgradeCopyPoolSize = 5; + private Integer seupgradeCopyPoolSize; @JsonProperty("seupgrade_fabric_pool_size") - private Integer seupgradeFabricPoolSize = 20; + private Integer seupgradeFabricPoolSize; @JsonProperty("seupgrade_segroup_min_dead_timeout") - private Integer seupgradeSegroupMinDeadTimeout = 360; + private Integer seupgradeSegroupMinDeadTimeout; @JsonProperty("shared_ssl_certificates") private Boolean sharedSslCertificates = false; + @JsonProperty("skip_beego_perf_collection") + private Boolean skipBeegoPerfCollection = false; + @JsonProperty("skopeo_retry_interval") - private Integer skopeoRetryInterval = 5; + private Integer skopeoRetryInterval; @JsonProperty("skopeo_retry_limit") - private Integer skopeoRetryLimit = 3; + private Integer skopeoRetryLimit; @JsonProperty("soft_min_mem_per_se_limit") private Integer softMinMemPerSeLimit = 1900; @@ -274,11 +289,14 @@ public class ControllerProperties extends AviRestResource { @JsonProperty("ssl_certificate_expiry_warning_days") private List sslCertificateExpiryWarningDays; + @JsonProperty("statecache_properties") + private SCProperties statecacheProperties; + @JsonProperty("system_report_cleanup_interval") - private Integer systemReportCleanupInterval = 60; + private Integer systemReportCleanupInterval; @JsonProperty("system_report_limit") - private Integer systemReportLimit = 10; + private Integer systemReportLimit; @JsonProperty("unresponsive_se_reboot") private Integer unresponsiveSeReboot = 300; @@ -293,10 +311,10 @@ public class ControllerProperties extends AviRestResource { private Integer upgradeDnsTtl = 5; @JsonProperty("upgrade_fat_se_lease_time") - private Integer upgradeFatSeLeaseTime = 1200; + private Integer upgradeFatSeLeaseTime; @JsonProperty("upgrade_lease_time") - private Integer upgradeLeaseTime = 600; + private Integer upgradeLeaseTime; @JsonProperty("upgrade_se_per_vs_scale_ops_txn_time") private Integer upgradeSePerVsScaleOpsTxnTime = 3; @@ -360,11 +378,35 @@ public class ControllerProperties extends AviRestResource { + /** + * This is the getter method this will return the attribute value. + * Enable to use event manager as source of eventsdisable to use log manager as source of events. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @return alertManagerUseEvms + */ + public Boolean getAlertManagerUseEvms() { + return alertManagerUseEvms; + } + + /** + * This is the setter method to the attribute. + * Enable to use event manager as source of eventsdisable to use log manager as source of events. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @param alertManagerUseEvms set the alertManagerUseEvms. + */ + public void setAlertManagerUseEvms(Boolean alertManagerUseEvms) { + this.alertManagerUseEvms = alertManagerUseEvms; + } + /** * This is the getter method this will return the attribute value. * Allow non-admin tenants to update admin vrfcontext and network objects. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowAdminNetworkUpdates */ @@ -376,7 +418,7 @@ public Boolean getAllowAdminNetworkUpdates() { * This is the setter method to the attribute. * Allow non-admin tenants to update admin vrfcontext and network objects. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowAdminNetworkUpdates set the allowAdminNetworkUpdates. */ @@ -387,7 +429,7 @@ public void setAllowAdminNetworkUpdates(Boolean allowAdminNetworkUpdates) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowIpForwarding */ @@ -398,7 +440,7 @@ public Boolean getAllowIpForwarding() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowIpForwarding set the allowIpForwarding. */ @@ -409,7 +451,7 @@ public void setAllowIpForwarding(Boolean allowIpForwarding) { /** * This is the getter method this will return the attribute value. * Allow unauthenticated access for special apis. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowUnauthenticatedApis */ @@ -420,7 +462,7 @@ public Boolean getAllowUnauthenticatedApis() { /** * This is the setter method to the attribute. * Allow unauthenticated access for special apis. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowUnauthenticatedApis set the allowUnauthenticatedApis. */ @@ -430,7 +472,7 @@ public void setAllowUnauthenticatedApis(Boolean allowUnauthenticatedApis) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowUnauthenticatedNodes */ @@ -440,7 +482,7 @@ public Boolean getAllowUnauthenticatedNodes() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowUnauthenticatedNodes set the allowUnauthenticatedNodes. */ @@ -452,7 +494,7 @@ public void setAllowUnauthenticatedNodes(Boolean allowUnauthenticatedNodes) { * This is the getter method this will return the attribute value. * Allowed values are 0-1440. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @return apiIdleTimeout */ @@ -464,7 +506,7 @@ public Integer getApiIdleTimeout() { * This is the setter method to the attribute. * Allowed values are 0-1440. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @param apiIdleTimeout set the apiIdleTimeout. */ @@ -478,7 +520,7 @@ public void setApiIdleTimeout(Integer apiIdleTimeout) { * Any stage taking longer than 1% of the threshold will be included in the server-timing header. * Field introduced in 18.1.4, 18.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return apiPerfLoggingThreshold */ @@ -492,7 +534,7 @@ public Integer getApiPerfLoggingThreshold() { * Any stage taking longer than 1% of the threshold will be included in the server-timing header. * Field introduced in 18.1.4, 18.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param apiPerfLoggingThreshold set the apiPerfLoggingThreshold. */ @@ -504,8 +546,8 @@ public void setApiPerfLoggingThreshold(Integer apiPerfLoggingThreshold) { * This is the getter method this will return the attribute value. * Export configuration in appviewx compatibility mode. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return appviewxCompatMode */ @@ -517,8 +559,8 @@ public Boolean getAppviewxCompatMode() { * This is the setter method to the attribute. * Export configuration in appviewx compatibility mode. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param appviewxCompatMode set the appviewxCompatMode. */ @@ -526,6 +568,34 @@ public void setAppviewxCompatMode(Boolean appviewxCompatMode) { this.appviewxCompatMode = appviewxCompatMode; } + /** + * This is the getter method this will return the attribute value. + * Period for archive and retention framework job. + * Allowed values are 1-240. + * Field introduced in 31.1.1. + * Unit is min. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 60. + * @return archiveRetentionFrameworkPeriod + */ + public Integer getArchiveRetentionFrameworkPeriod() { + return archiveRetentionFrameworkPeriod; + } + + /** + * This is the setter method to the attribute. + * Period for archive and retention framework job. + * Allowed values are 1-240. + * Field introduced in 31.1.1. + * Unit is min. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 60. + * @param archiveRetentionFrameworkPeriod set the archiveRetentionFrameworkPeriod. + */ + public void setArchiveRetentionFrameworkPeriod(Integer archiveRetentionFrameworkPeriod) { + this.archiveRetentionFrameworkPeriod = archiveRetentionFrameworkPeriod; + } + /** * This is the getter method this will return the attribute value. * Period for which asynchronous patch requests are queued. @@ -533,7 +603,7 @@ public void setAppviewxCompatMode(Boolean appviewxCompatMode) { * Special values are 0 - deactivated. * Field introduced in 18.2.11, 20.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return asyncPatchMergePeriod */ @@ -548,7 +618,7 @@ public Integer getAsyncPatchMergePeriod() { * Special values are 0 - deactivated. * Field introduced in 18.2.11, 20.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param asyncPatchMergePeriod set the asyncPatchMergePeriod. */ @@ -562,7 +632,7 @@ public void setAsyncPatchMergePeriod(Integer asyncPatchMergePeriod) { * Allowed values are 5-120. * Field introduced in 18.2.11, 20.1.3. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return asyncPatchRequestCleanupDuration */ @@ -576,7 +646,7 @@ public Integer getAsyncPatchRequestCleanupDuration() { * Allowed values are 5-120. * Field introduced in 18.2.11, 20.1.3. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param asyncPatchRequestCleanupDuration set the asyncPatchRequestCleanupDuration. */ @@ -587,7 +657,7 @@ public void setAsyncPatchRequestCleanupDuration(Integer asyncPatchRequestCleanu /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @return attachIpRetryInterval */ @@ -598,7 +668,7 @@ public Integer getAttachIpRetryInterval() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @param attachIpRetryInterval set the attachIpRetryInterval. */ @@ -608,7 +678,7 @@ public void setAttachIpRetryInterval(Integer attachIpRetryInterval) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return attachIpRetryLimit */ @@ -618,7 +688,7 @@ public Integer getAttachIpRetryLimit() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param attachIpRetryLimit set the attachIpRetryLimit. */ @@ -630,7 +700,7 @@ public void setAttachIpRetryLimit(Integer attachIpRetryLimit) { * This is the getter method this will return the attribute value. * Use ansible for se creation in baremetal. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return bmUseAnsible */ @@ -642,7 +712,7 @@ public Boolean getBmUseAnsible() { * This is the setter method to the attribute. * Use ansible for se creation in baremetal. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param bmUseAnsible set the bmUseAnsible. */ @@ -654,8 +724,7 @@ public void setBmUseAnsible(Boolean bmUseAnsible) { * This is the getter method this will return the attribute value. * Enforce vsvip fqdn syntax checks. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return checkVsvipFqdnSyntax */ @@ -667,8 +736,7 @@ public Boolean getCheckVsvipFqdnSyntax() { * This is the setter method to the attribute. * Enforce vsvip fqdn syntax checks. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param checkVsvipFqdnSyntax set the checkVsvipFqdnSyntax. */ @@ -681,7 +749,7 @@ public void setCheckVsvipFqdnSyntax(Boolean checkVsvipFqdnSyntax) { * Period for auth token cleanup job. * Field introduced in 18.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return cleanupExpiredAuthtokenTimeoutPeriod */ @@ -694,7 +762,7 @@ public Integer getCleanupExpiredAuthtokenTimeoutPeriod() { * Period for auth token cleanup job. * Field introduced in 18.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param cleanupExpiredAuthtokenTimeoutPeriod set the cleanupExpiredAuthtokenTimeoutPeriod. */ @@ -707,7 +775,7 @@ public void setCleanupExpiredAuthtokenTimeoutPeriod(Integer cleanupExpiredAutht * Period for sessions cleanup job. * Field introduced in 18.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return cleanupSessionsTimeoutPeriod */ @@ -720,7 +788,7 @@ public Integer getCleanupSessionsTimeoutPeriod() { * Period for sessions cleanup job. * Field introduced in 18.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param cleanupSessionsTimeoutPeriod set the cleanupSessionsTimeoutPeriod. */ @@ -732,9 +800,9 @@ public void setCleanupSessionsTimeoutPeriod(Integer cleanupSessionsTimeoutPerio * This is the getter method this will return the attribute value. * Time in minutes to wait between consecutive cloud discovery cycles. * Allowed values are 1-1440. - * Field introduced in 30.2.1. + * Field introduced in 22.1.5, 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return cloudDiscoveryInterval */ @@ -746,9 +814,9 @@ public Integer getCloudDiscoveryInterval() { * This is the setter method to the attribute. * Time in minutes to wait between consecutive cloud discovery cycles. * Allowed values are 1-1440. - * Field introduced in 30.2.1. + * Field introduced in 22.1.5, 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param cloudDiscoveryInterval set the cloudDiscoveryInterval. */ @@ -760,7 +828,7 @@ public void setCloudDiscoveryInterval(Integer cloudDiscoveryInterval) { * This is the getter method this will return the attribute value. * Enable/disable periodic reconcile for all the clouds. * Field introduced in 17.2.14,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return cloudReconcile */ @@ -772,7 +840,7 @@ public Boolean getCloudReconcile() { * This is the setter method to the attribute. * Enable/disable periodic reconcile for all the clouds. * Field introduced in 17.2.14,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param cloudReconcile set the cloudReconcile. */ @@ -784,9 +852,9 @@ public void setCloudReconcile(Boolean cloudReconcile) { * This is the getter method this will return the attribute value. * Time in minutes to wait between consecutive cloud reconcile cycles. * Allowed values are 1-1440. - * Field introduced in 30.2.1. + * Field introduced in 22.1.5, 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return cloudReconcileInterval */ @@ -798,9 +866,9 @@ public Integer getCloudReconcileInterval() { * This is the setter method to the attribute. * Time in minutes to wait between consecutive cloud reconcile cycles. * Allowed values are 1-1440. - * Field introduced in 30.2.1. + * Field introduced in 22.1.5, 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param cloudReconcileInterval set the cloudReconcileInterval. */ @@ -811,8 +879,9 @@ public void setCloudReconcileInterval(Integer cloudReconcileInterval) { /** * This is the getter method this will return the attribute value. * Period for cluster ip gratuitous arp job. + * Allowed values are 1-1440. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return clusterIpGratuitousArpPeriod */ @@ -823,8 +892,9 @@ public Integer getClusterIpGratuitousArpPeriod() { /** * This is the setter method to the attribute. * Period for cluster ip gratuitous arp job. + * Allowed values are 1-1440. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param clusterIpGratuitousArpPeriod set the clusterIpGratuitousArpPeriod. */ @@ -837,7 +907,7 @@ public void setClusterIpGratuitousArpPeriod(Integer clusterIpGratuitousArpPerio * Period for consistency check job. * Field introduced in 18.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return consistencyCheckTimeoutPeriod */ @@ -850,7 +920,7 @@ public Integer getConsistencyCheckTimeoutPeriod() { * Period for consistency check job. * Field introduced in 18.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param consistencyCheckTimeoutPeriod set the consistencyCheckTimeoutPeriod. */ @@ -863,7 +933,7 @@ public void setConsistencyCheckTimeoutPeriod(Integer consistencyCheckTimeoutPer * Periodically collect stats. * Field introduced in 20.1.3. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 525600. * @return controllerResourceInfoCollectionPeriod */ @@ -876,7 +946,7 @@ public Integer getControllerResourceInfoCollectionPeriod() { * Periodically collect stats. * Field introduced in 20.1.3. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 525600. * @param controllerResourceInfoCollectionPeriod set the controllerResourceInfoCollectionPeriod. */ @@ -887,7 +957,7 @@ public void setControllerResourceInfoCollectionPeriod(Integer controllerResourc /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 900. * @return crashedSeReboot */ @@ -898,7 +968,7 @@ public Integer getCrashedSeReboot() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 900. * @param crashedSeReboot set the crashedSeReboot. */ @@ -909,7 +979,7 @@ public void setCrashedSeReboot(Integer crashedSeReboot) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @return deadSeDetectionTimer */ @@ -920,7 +990,7 @@ public Integer getDeadSeDetectionTimer() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @param deadSeDetectionTimer set the deadSeDetectionTimer. */ @@ -935,7 +1005,7 @@ public void setDeadSeDetectionTimer(Integer deadSeDetectionTimer) { * Allowed values are 60-3600. * Field introduced in 18.2.6. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return defaultMinimumApiTimeout */ @@ -950,7 +1020,7 @@ public Integer getDefaultMinimumApiTimeout() { * Allowed values are 60-3600. * Field introduced in 18.2.6. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param defaultMinimumApiTimeout set the defaultMinimumApiTimeout. */ @@ -965,7 +1035,7 @@ public void setDefaultMinimumApiTimeout(Integer defaultMinimumApiTimeout) { * For crashed ses, the total time will be crashed_se_reboot + del_offline_se_after_reboot_delay. * Field introduced in 20.1.5. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return delOfflineSeAfterRebootDelay */ @@ -980,7 +1050,7 @@ public Integer getDelOfflineSeAfterRebootDelay() { * For crashed ses, the total time will be crashed_se_reboot + del_offline_se_after_reboot_delay. * Field introduced in 20.1.5. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param delOfflineSeAfterRebootDelay set the delOfflineSeAfterRebootDelay. */ @@ -993,7 +1063,7 @@ public void setDelOfflineSeAfterRebootDelay(Integer delOfflineSeAfterRebootDela * Amount of time to wait after last detach ip failure before attempting next detach ip retry. * Field introduced in 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return detachIpRetryInterval */ @@ -1006,7 +1076,7 @@ public Integer getDetachIpRetryInterval() { * Amount of time to wait after last detach ip failure before attempting next detach ip retry. * Field introduced in 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param detachIpRetryInterval set the detachIpRetryInterval. */ @@ -1018,7 +1088,7 @@ public void setDetachIpRetryInterval(Integer detachIpRetryInterval) { * This is the getter method this will return the attribute value. * Maximum number of detach ip retries. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return detachIpRetryLimit */ @@ -1030,7 +1100,7 @@ public Integer getDetachIpRetryLimit() { * This is the setter method to the attribute. * Maximum number of detach ip retries. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param detachIpRetryLimit set the detachIpRetryLimit. */ @@ -1043,7 +1113,7 @@ public void setDetachIpRetryLimit(Integer detachIpRetryLimit) { * Time to wait before marking detach ip as failed. * Field introduced in 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return detachIpTimeout */ @@ -1056,7 +1126,7 @@ public Integer getDetachIpTimeout() { * Time to wait before marking detach ip as failed. * Field introduced in 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param detachIpTimeout set the detachIpTimeout. */ @@ -1068,8 +1138,8 @@ public void setDetachIpTimeout(Integer detachIpTimeout) { * This is the getter method this will return the attribute value. * Period for refresh pool and gslb dns job. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 60), basic edition(allowed values- 60), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 60), basic (allowed values- 60) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return dnsRefreshPeriod */ @@ -1081,8 +1151,8 @@ public Integer getDnsRefreshPeriod() { * This is the setter method to the attribute. * Period for refresh pool and gslb dns job. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 60), basic edition(allowed values- 60), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 60), basic (allowed values- 60) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param dnsRefreshPeriod set the dnsRefreshPeriod. */ @@ -1092,7 +1162,7 @@ public void setDnsRefreshPeriod(Integer dnsRefreshPeriod) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dummy */ @@ -1102,7 +1172,7 @@ public Integer getDummy() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dummy set the dummy. */ @@ -1117,7 +1187,7 @@ public void setDummy(Integer dummy) { * Modifying these limits could destabilize your cluster. * Do this at your own risk!. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return editSystemLimits */ @@ -1132,7 +1202,7 @@ public Boolean getEditSystemLimits() { * Modifying these limits could destabilize your cluster. * Do this at your own risk!. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param editSystemLimits set the editSystemLimits. */ @@ -1144,7 +1214,7 @@ public void setEditSystemLimits(Boolean editSystemLimits) { * This is the getter method this will return the attribute value. * This setting enables the controller leader to shard api requests to the followers (if any). * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableApiSharding */ @@ -1156,7 +1226,7 @@ public Boolean getEnableApiSharding() { * This is the setter method to the attribute. * This setting enables the controller leader to shard api requests to the followers (if any). * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableApiSharding set the enableApiSharding. */ @@ -1168,7 +1238,7 @@ public void setEnableApiSharding(Boolean enableApiSharding) { * This is the getter method this will return the attribute value. * Enable/disable memory balancer. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableMemoryBalancer */ @@ -1180,7 +1250,7 @@ public Boolean getEnableMemoryBalancer() { * This is the setter method to the attribute. * Enable/disable memory balancer. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableMemoryBalancer set the enableMemoryBalancer. */ @@ -1188,12 +1258,40 @@ public void setEnableMemoryBalancer(Boolean enableMemoryBalancer) { this.enableMemoryBalancer = enableMemoryBalancer; } + /** + * This is the getter method this will return the attribute value. + * When set to true, avi controller will connect to dynamic config streaming agent on nsx manager to get live updates. + * If it cannot connect, it will fallback to using rest apis based periodic polling. + * Dynamic streaming is supported from nsx version 4.2.1 onwards. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @return enableNsxStreamingAgent + */ + public Boolean getEnableNsxStreamingAgent() { + return enableNsxStreamingAgent; + } + + /** + * This is the setter method to the attribute. + * When set to true, avi controller will connect to dynamic config streaming agent on nsx manager to get live updates. + * If it cannot connect, it will fallback to using rest apis based periodic polling. + * Dynamic streaming is supported from nsx version 4.2.1 onwards. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @param enableNsxStreamingAgent set the enableNsxStreamingAgent. + */ + public void setEnableNsxStreamingAgent(Boolean enableNsxStreamingAgent) { + this.enableNsxStreamingAgent = enableNsxStreamingAgent; + } + /** * This is the getter method this will return the attribute value. * Enable stopping of individual processes if process cross the given threshold limit, even when the total controller memory usage is belowits * threshold limit. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enablePerProcessStop */ @@ -1206,7 +1304,7 @@ public Boolean getEnablePerProcessStop() { * Enable stopping of individual processes if process cross the given threshold limit, even when the total controller memory usage is belowits * threshold limit. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enablePerProcessStop set the enablePerProcessStop. */ @@ -1219,7 +1317,7 @@ public void setEnablePerProcessStop(Boolean enablePerProcessStop) { * Enable printing of cached logs inside resource manager. * Used for debugging purposes only. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableResmgrLogCachePrint */ @@ -1232,7 +1330,7 @@ public Boolean getEnableResmgrLogCachePrint() { * Enable printing of cached logs inside resource manager. * Used for debugging purposes only. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableResmgrLogCachePrint set the enableResmgrLogCachePrint. */ @@ -1245,7 +1343,7 @@ public void setEnableResmgrLogCachePrint(Boolean enableResmgrLogCachePrint) { * Maximum number of goroutines for event manager process. * Allowed values are 1-64. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return eventManagerMaxGoroutines */ @@ -1258,7 +1356,7 @@ public Integer getEventManagerMaxGoroutines() { * Maximum number of goroutines for event manager process. * Allowed values are 1-64. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param eventManagerMaxGoroutines set the eventManagerMaxGoroutines. */ @@ -1272,7 +1370,7 @@ public void setEventManagerMaxGoroutines(Integer eventManagerMaxGoroutines) { * Allowed values are 1-6. * Special values are 0 - disabled. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return eventManagerMaxSubscribers */ @@ -1286,7 +1384,7 @@ public Integer getEventManagerMaxSubscribers() { * Allowed values are 1-6. * Special values are 0 - disabled. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param eventManagerMaxSubscribers set the eventManagerMaxSubscribers. */ @@ -1301,7 +1399,7 @@ public void setEventManagerMaxSubscribers(Integer eventManagerMaxSubscribers) { * Special values are 0 - disabled. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return eventManagerProcessingTimeThreshold */ @@ -1316,7 +1414,7 @@ public Integer getEventManagerProcessingTimeThreshold() { * Special values are 0 - disabled. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param eventManagerProcessingTimeThreshold set the eventManagerProcessingTimeThreshold. */ @@ -1328,7 +1426,7 @@ public void setEventManagerProcessingTimeThreshold(Integer eventManagerProcessi * This is the getter method this will return the attribute value. * False positive learning configuration. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return falsePositiveLearningConfig */ @@ -1340,7 +1438,7 @@ public FalsePositiveLearningConfig getFalsePositiveLearningConfig() { * This is the setter method to the attribute. * False positive learning configuration. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param falsePositiveLearningConfig set the falsePositiveLearningConfig. */ @@ -1351,7 +1449,7 @@ public void setFalsePositiveLearningConfig(FalsePositiveLearningConfig falsePosi /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @return fatalErrorLeaseTime */ @@ -1362,7 +1460,7 @@ public Integer getFatalErrorLeaseTime() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @param fatalErrorLeaseTime set the fatalErrorLeaseTime. */ @@ -1375,7 +1473,7 @@ public void setFatalErrorLeaseTime(Integer fatalErrorLeaseTime) { * Federated datastore will not cleanup diffs unless they are at least this duration in the past. * Field introduced in 20.1.1. * Unit is hours. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @return federatedDatastoreCleanupDuration */ @@ -1388,7 +1486,7 @@ public Integer getFederatedDatastoreCleanupDuration() { * Federated datastore will not cleanup diffs unless they are at least this duration in the past. * Field introduced in 20.1.1. * Unit is hours. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @param federatedDatastoreCleanupDuration set the federatedDatastoreCleanupDuration. */ @@ -1401,7 +1499,7 @@ public void setFederatedDatastoreCleanupDuration(Integer federatedDatastoreClea * Period for file object cleanup job. * Field introduced in 20.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1440. * @return fileObjectCleanupPeriod */ @@ -1414,7 +1512,7 @@ public Integer getFileObjectCleanupPeriod() { * Period for file object cleanup job. * Field introduced in 20.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1440. * @param fileObjectCleanupPeriod set the fileObjectCleanupPeriod. */ @@ -1431,7 +1529,7 @@ public void setFileObjectCleanupPeriod(Integer fileObjectCleanupPeriod) { * On the fourth upload of the file, the v1 will be file rotated and v2, v3 and v4 will be retained. * Allowed values are 1-5. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return fileobjectMaxFileVersions */ @@ -1448,7 +1546,7 @@ public Integer getFileobjectMaxFileVersions() { * On the fourth upload of the file, the v1 will be file rotated and v2, v3 and v4 will be retained. * Allowed values are 1-5. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param fileobjectMaxFileVersions set the fileobjectMaxFileVersions. */ @@ -1456,12 +1554,38 @@ public void setFileobjectMaxFileVersions(Integer fileobjectMaxFileVersions) { this.fileobjectMaxFileVersions = fileobjectMaxFileVersions; } + /** + * This is the getter method this will return the attribute value. + * Number of version copies for a givenfile object of gslb_geo_db type. + * Allowed values are 2-50000. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 3. + * @return gslbFileobjectMaxVersionCount + */ + public Integer getGslbFileobjectMaxVersionCount() { + return gslbFileobjectMaxVersionCount; + } + + /** + * This is the setter method to the attribute. + * Number of version copies for a givenfile object of gslb_geo_db type. + * Allowed values are 2-50000. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 3. + * @param gslbFileobjectMaxVersionCount set the gslbFileobjectMaxVersionCount. + */ + public void setGslbFileobjectMaxVersionCount(Integer gslbFileobjectMaxVersionCount) { + this.gslbFileobjectMaxVersionCount = gslbFileobjectMaxVersionCount; + } + /** * This is the getter method this will return the attribute value. * Batch size for the vs_mgr to perform datastrorecleanup during a gslb purge. * Allowed values are 50-1200. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return gslbPurgeBatchSize */ @@ -1474,7 +1598,7 @@ public Integer getGslbPurgeBatchSize() { * Batch size for the vs_mgr to perform datastrorecleanup during a gslb purge. * Allowed values are 50-1200. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param gslbPurgeBatchSize set the gslbPurgeBatchSize. */ @@ -1488,7 +1612,7 @@ public void setGslbPurgeBatchSize(Integer gslbPurgeBatchSize) { * Allowed values are 50-100. * Field introduced in 22.1.3. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @return gslbPurgeSleepTimeMs */ @@ -1502,7 +1626,7 @@ public Integer getGslbPurgeSleepTimeMs() { * Allowed values are 50-100. * Field introduced in 22.1.3. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @param gslbPurgeSleepTimeMs set the gslbPurgeSleepTimeMs. */ @@ -1514,7 +1638,7 @@ public void setGslbPurgeSleepTimeMs(Integer gslbPurgeSleepTimeMs) { * This is the getter method this will return the attribute value. * Ignore the vrf_context filter for /networksubnetlist api. * Field introduced in 22.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ignoreVrfInNetworksubnetlist */ @@ -1526,7 +1650,7 @@ public Boolean getIgnoreVrfInNetworksubnetlist() { * This is the setter method to the attribute. * Ignore the vrf_context filter for /networksubnetlist api. * Field introduced in 22.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ignoreVrfInNetworksubnetlist set the ignoreVrfInNetworksubnetlist. */ @@ -1536,7 +1660,7 @@ public void setIgnoreVrfInNetworksubnetlist(Boolean ignoreVrfInNetworksubnetlis /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return maxDeadSeInGrp */ @@ -1546,7 +1670,7 @@ public Integer getMaxDeadSeInGrp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param maxDeadSeInGrp set the maxDeadSeInGrp. */ @@ -1557,7 +1681,7 @@ public void setMaxDeadSeInGrp(Integer maxDeadSeInGrp) { /** * This is the getter method this will return the attribute value. * Maximum number of pcap files stored per tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return maxPcapPerTenant */ @@ -1568,7 +1692,7 @@ public Integer getMaxPcapPerTenant() { /** * This is the setter method to the attribute. * Maximum number of pcap files stored per tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param maxPcapPerTenant set the maxPcapPerTenant. */ @@ -1581,7 +1705,7 @@ public void setMaxPcapPerTenant(Integer maxPcapPerTenant) { * Maximum delay possible to add to se_spawn_retry_interval after successive se spawn failure. * Field introduced in 20.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @return maxSeSpawnIntervalDelay */ @@ -1594,7 +1718,7 @@ public Integer getMaxSeSpawnIntervalDelay() { * Maximum delay possible to add to se_spawn_retry_interval after successive se spawn failure. * Field introduced in 20.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @param maxSeSpawnIntervalDelay set the maxSeSpawnIntervalDelay. */ @@ -1606,7 +1730,7 @@ public void setMaxSeSpawnIntervalDelay(Integer maxSeSpawnIntervalDelay) { * This is the getter method this will return the attribute value. * Maximum number of consecutive attach ip failures that halts vs placement. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return maxSeqAttachIpFailures */ @@ -1618,7 +1742,7 @@ public Integer getMaxSeqAttachIpFailures() { * This is the setter method to the attribute. * Maximum number of consecutive attach ip failures that halts vs placement. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param maxSeqAttachIpFailures set the maxSeqAttachIpFailures. */ @@ -1628,7 +1752,7 @@ public void setMaxSeqAttachIpFailures(Integer maxSeqAttachIpFailures) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return maxSeqVnicFailures */ @@ -1638,7 +1762,7 @@ public Integer getMaxSeqVnicFailures() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param maxSeqVnicFailures set the maxSeqVnicFailures. */ @@ -1651,7 +1775,7 @@ public void setMaxSeqVnicFailures(Integer maxSeqVnicFailures) { * Maximum number of threads in threadpool used by cloud connector ccvipbgworker. * Allowed values are 1-100. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return maxThreadsCcVipBgWorker */ @@ -1664,7 +1788,7 @@ public Integer getMaxThreadsCcVipBgWorker() { * Maximum number of threads in threadpool used by cloud connector ccvipbgworker. * Allowed values are 1-100. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param maxThreadsCcVipBgWorker set the maxThreadsCcVipBgWorker. */ @@ -1676,7 +1800,7 @@ public void setMaxThreadsCcVipBgWorker(Integer maxThreadsCcVipBgWorker) { * This is the getter method this will return the attribute value. * Network and vrfcontext objects from the admin tenant will not be shared to non-admin tenants unless admin permissions are granted. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return permissionScopedSharedAdminNetworks */ @@ -1688,7 +1812,7 @@ public Boolean getPermissionScopedSharedAdminNetworks() { * This is the setter method to the attribute. * Network and vrfcontext objects from the admin tenant will not be shared to non-admin tenants unless admin permissions are granted. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param permissionScopedSharedAdminNetworks set the permissionScopedSharedAdminNetworks. */ @@ -1702,8 +1826,8 @@ public void setPermissionScopedSharedAdminNetworks(Boolean permissionScopedShar * Allowed values are 1-1051200. * Special values are 0 - disabled. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return persistenceKeyRotatePeriod */ @@ -1717,8 +1841,8 @@ public Integer getPersistenceKeyRotatePeriod() { * Allowed values are 1-1051200. * Special values are 0 - disabled. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param persistenceKeyRotatePeriod set the persistenceKeyRotatePeriod. */ @@ -1731,7 +1855,7 @@ public void setPersistenceKeyRotatePeriod(Integer persistenceKeyRotatePeriod) { * Burst limit on number of incoming requests. * 0 to disable. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return portalRequestBurstLimit */ @@ -1744,7 +1868,7 @@ public Integer getPortalRequestBurstLimit() { * Burst limit on number of incoming requests. * 0 to disable. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param portalRequestBurstLimit set the portalRequestBurstLimit. */ @@ -1758,7 +1882,7 @@ public void setPortalRequestBurstLimit(Integer portalRequestBurstLimit) { * 0 to disable. * Field introduced in 20.1.1. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return portalRequestRateLimit */ @@ -1772,7 +1896,7 @@ public Integer getPortalRequestRateLimit() { * 0 to disable. * Field introduced in 20.1.1. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param portalRequestRateLimit set the portalRequestRateLimit. */ @@ -1784,7 +1908,7 @@ public void setPortalRequestRateLimit(Integer portalRequestRateLimit) { * This is the getter method this will return the attribute value. * Token used for uploading tech-support to portal. * Field introduced in 16.4.6,17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portalToken */ @@ -1796,7 +1920,7 @@ public String getPortalToken() { * This is the setter method to the attribute. * Token used for uploading tech-support to portal. * Field introduced in 16.4.6,17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param portalToken set the portalToken. */ @@ -1811,7 +1935,7 @@ public void setPortalToken(String portalToken) { * Special values are 0 - deactivated. * Field introduced in 22.1.3. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20160. * @return postgresVacuumPeriod */ @@ -1826,7 +1950,7 @@ public Integer getPostgresVacuumPeriod() { * Special values are 0 - deactivated. * Field introduced in 22.1.3. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20160. * @param postgresVacuumPeriod set the postgresVacuumPeriod. */ @@ -1839,7 +1963,7 @@ public void setPostgresVacuumPeriod(Integer postgresVacuumPeriod) { * Period for process locked user accounts job. * Field introduced in 18.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return processLockedUseraccountsTimeoutPeriod */ @@ -1852,7 +1976,7 @@ public Integer getProcessLockedUseraccountsTimeoutPeriod() { * Period for process locked user accounts job. * Field introduced in 18.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param processLockedUseraccountsTimeoutPeriod set the processLockedUseraccountsTimeoutPeriod. */ @@ -1865,7 +1989,7 @@ public void setProcessLockedUseraccountsTimeoutPeriod(Integer processLockedUser * Period for process pki profile job. * Field introduced in 18.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1440. * @return processPkiProfileTimeoutPeriod */ @@ -1878,7 +2002,7 @@ public Integer getProcessPkiProfileTimeoutPeriod() { * Period for process pki profile job. * Field introduced in 18.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1440. * @param processPkiProfileTimeoutPeriod set the processPkiProfileTimeoutPeriod. */ @@ -1889,7 +2013,7 @@ public void setProcessPkiProfileTimeoutPeriod(Integer processPkiProfileTimeoutP /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @return queryHostFail */ @@ -1900,7 +2024,7 @@ public Integer getQueryHostFail() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @param queryHostFail set the queryHostFail. */ @@ -1914,7 +2038,7 @@ public void setQueryHostFail(Integer queryHostFail) { * At the end of each cycle, the in memory cached log history will be cleared. * Field introduced in 20.1.5. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 21600. * @return resmgrLogCachingPeriod */ @@ -1928,7 +2052,7 @@ public Integer getResmgrLogCachingPeriod() { * At the end of each cycle, the in memory cached log history will be cleared. * Field introduced in 20.1.5. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 21600. * @param resmgrLogCachingPeriod set the resmgrLogCachingPeriod. */ @@ -1940,7 +2064,7 @@ public void setResmgrLogCachingPeriod(Integer resmgrLogCachingPeriod) { * This is the getter method this will return the attribute value. * Restrict read access to cloud. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return restrictCloudReadAccess */ @@ -1952,7 +2076,7 @@ public Boolean getRestrictCloudReadAccess() { * This is the setter method to the attribute. * Restrict read access to cloud. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param restrictCloudReadAccess set the restrictCloudReadAccess. */ @@ -1964,7 +2088,7 @@ public void setRestrictCloudReadAccess(Boolean restrictCloudReadAccess) { * This is the getter method this will return the attribute value. * Version of the safenet package installed on the controller. * Field introduced in 16.5.2,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return safenetHsmVersion */ @@ -1976,7 +2100,7 @@ public String getSafenetHsmVersion() { * This is the setter method to the attribute. * Version of the safenet package installed on the controller. * Field introduced in 16.5.2,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param safenetHsmVersion set the safenetHsmVersion. */ @@ -1987,7 +2111,7 @@ public void setSafenetHsmVersion(String safenetHsmVersion) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 900. * @return seCreateTimeout */ @@ -1998,7 +2122,7 @@ public Integer getSeCreateTimeout() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 900. * @param seCreateTimeout set the seCreateTimeout. */ @@ -2010,7 +2134,7 @@ public void setSeCreateTimeout(Integer seCreateTimeout) { * This is the getter method this will return the attribute value. * Interval between attempting failovers to an se. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return seFailoverAttemptInterval */ @@ -2022,7 +2146,7 @@ public Integer getSeFailoverAttemptInterval() { * This is the setter method to the attribute. * Interval between attempting failovers to an se. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param seFailoverAttemptInterval set the seFailoverAttemptInterval. */ @@ -2036,7 +2160,7 @@ public void setSeFailoverAttemptInterval(Integer seFailoverAttemptInterval) { * The setting is applicable only when byol license is selected. * Enum options - MARKETPLACE, IMAGE_SE. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IMAGE_SE". * @return seFromMarketplace */ @@ -2050,7 +2174,7 @@ public String getSeFromMarketplace() { * The setting is applicable only when byol license is selected. * Enum options - MARKETPLACE, IMAGE_SE. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IMAGE_SE". * @param seFromMarketplace set the seFromMarketplace. */ @@ -2061,7 +2185,7 @@ public void setSeFromMarketplace(String seFromMarketplace) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 172000. * @return seOfflineDel */ @@ -2072,7 +2196,7 @@ public Integer getSeOfflineDel() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 172000. * @param seOfflineDel set the seOfflineDel. */ @@ -2085,7 +2209,7 @@ public void setSeOfflineDel(Integer seOfflineDel) { * Default retry period before attempting another service engine spawn in se group. * Field introduced in 20.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return seSpawnRetryInterval */ @@ -2098,7 +2222,7 @@ public Integer getSeSpawnRetryInterval() { * Default retry period before attempting another service engine spawn in se group. * Field introduced in 20.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param seSpawnRetryInterval set the seSpawnRetryInterval. */ @@ -2111,7 +2235,7 @@ public void setSeSpawnRetryInterval(Integer seSpawnRetryInterval) { * Timeout for flows cleanup by serviceengine during upgrade.internal knob to be exercised under the surveillance of vmware avi support team. * Field introduced in 22.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 90. * @return seUpgradeFlowCleanupTimeout */ @@ -2124,7 +2248,7 @@ public Integer getSeUpgradeFlowCleanupTimeout() { * Timeout for flows cleanup by serviceengine during upgrade.internal knob to be exercised under the surveillance of vmware avi support team. * Field introduced in 22.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 90. * @param seUpgradeFlowCleanupTimeout set the seUpgradeFlowCleanupTimeout. */ @@ -2135,7 +2259,7 @@ public void setSeUpgradeFlowCleanupTimeout(Integer seUpgradeFlowCleanupTimeout) /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @return seVnicCooldown */ @@ -2146,7 +2270,7 @@ public Integer getSeVnicCooldown() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @param seVnicCooldown set the seVnicCooldown. */ @@ -2160,7 +2284,7 @@ public void setSeVnicCooldown(Integer seVnicCooldown) { * Used for testing purposes. * Field introduced in 20.1.4. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return seVnicGcWaitTime */ @@ -2174,7 +2298,7 @@ public Integer getSeVnicGcWaitTime() { * Used for testing purposes. * Field introduced in 20.1.4. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param seVnicGcWaitTime set the seVnicGcWaitTime. */ @@ -2186,7 +2310,7 @@ public void setSeVnicGcWaitTime(Integer seVnicGcWaitTime) { * This is the getter method this will return the attribute value. * Period for secure channel cleanup job. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return secureChannelCleanupTimeout */ @@ -2198,7 +2322,7 @@ public Integer getSecureChannelCleanupTimeout() { * This is the setter method to the attribute. * Period for secure channel cleanup job. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param secureChannelCleanupTimeout set the secureChannelCleanupTimeout. */ @@ -2209,7 +2333,7 @@ public void setSecureChannelCleanupTimeout(Integer secureChannelCleanupTimeout) /** * This is the getter method this will return the attribute value. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return secureChannelControllerTokenTimeout */ @@ -2220,7 +2344,7 @@ public Integer getSecureChannelControllerTokenTimeout() { /** * This is the setter method to the attribute. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param secureChannelControllerTokenTimeout set the secureChannelControllerTokenTimeout. */ @@ -2231,7 +2355,7 @@ public void setSecureChannelControllerTokenTimeout(Integer secureChannelControl /** * This is the getter method this will return the attribute value. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return secureChannelSeTokenTimeout */ @@ -2242,7 +2366,7 @@ public Integer getSecureChannelSeTokenTimeout() { /** * This is the setter method to the attribute. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param secureChannelSeTokenTimeout set the secureChannelSeTokenTimeout. */ @@ -2254,9 +2378,10 @@ public void setSecureChannelSeTokenTimeout(Integer secureChannelSeTokenTimeout) * This is the getter method this will return the attribute value. * This parameter defines the buffer size during se image downloads in a segroup. * It is used to pace the se downloads so that controller network/cpu bandwidth is a bounded operation. + * Please refer to upgradeprofile for equivalent fields. + * Field deprecated in 31.1.1. * Field introduced in 22.1.4. - * 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 512. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @return seupgradeCopyBufferSize */ public Integer getSeupgradeCopyBufferSize() { @@ -2267,9 +2392,10 @@ public Integer getSeupgradeCopyBufferSize() { * This is the setter method to the attribute. * This parameter defines the buffer size during se image downloads in a segroup. * It is used to pace the se downloads so that controller network/cpu bandwidth is a bounded operation. + * Please refer to upgradeprofile for equivalent fields. + * Field deprecated in 31.1.1. * Field introduced in 22.1.4. - * 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 512. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @param seupgradeCopyBufferSize set the seupgradeCopyBufferSize. */ public void setSeupgradeCopyBufferSize(Integer seupgradeCopyBufferSize) { @@ -2281,9 +2407,10 @@ public void setSeupgradeCopyBufferSize(Integer seupgradeCopyBufferSize) { * This parameter defines the number of simultaneous se image downloads in a segroup. * It is used to pace the se downloads so that controller network/cpu bandwidth is a bounded operation. * A value of 0 will disable the pacing scheme and all the se(s) in the segroup will attempt to download the image. + * Please refer to upgradeprofile for equivalent fields. + * Field deprecated in 31.1.1. * Field introduced in 18.2.6. - * 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 5. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return seupgradeCopyPoolSize */ public Integer getSeupgradeCopyPoolSize() { @@ -2295,9 +2422,10 @@ public Integer getSeupgradeCopyPoolSize() { * This parameter defines the number of simultaneous se image downloads in a segroup. * It is used to pace the se downloads so that controller network/cpu bandwidth is a bounded operation. * A value of 0 will disable the pacing scheme and all the se(s) in the segroup will attempt to download the image. + * Please refer to upgradeprofile for equivalent fields. + * Field deprecated in 31.1.1. * Field introduced in 18.2.6. - * 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 5. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param seupgradeCopyPoolSize set the seupgradeCopyPoolSize. */ public void setSeupgradeCopyPoolSize(Integer seupgradeCopyPoolSize) { @@ -2308,9 +2436,10 @@ public void setSeupgradeCopyPoolSize(Integer seupgradeCopyPoolSize) { * This is the getter method this will return the attribute value. * The pool size is used to control the number of concurrent segroup upgrades. * This field value takes affect upon controller warm reboot. + * Please refer to upgradeprofile for equivalent fields. * 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. + * Field deprecated in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return seupgradeFabricPoolSize */ public Integer getSeupgradeFabricPoolSize() { @@ -2321,9 +2450,10 @@ public Integer getSeupgradeFabricPoolSize() { * This is the setter method to the attribute. * The pool size is used to control the number of concurrent segroup upgrades. * This field value takes affect upon controller warm reboot. + * Please refer to upgradeprofile for equivalent fields. * 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. + * Field deprecated in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param seupgradeFabricPoolSize set the seupgradeFabricPoolSize. */ public void setSeupgradeFabricPoolSize(Integer seupgradeFabricPoolSize) { @@ -2333,9 +2463,9 @@ public void setSeupgradeFabricPoolSize(Integer seupgradeFabricPoolSize) { /** * This is the getter method this will return the attribute value. * Time to wait before marking segroup upgrade as stuck. + * Field deprecated in 31.1.1. * Unit is sec. - * 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 360. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return seupgradeSegroupMinDeadTimeout */ public Integer getSeupgradeSegroupMinDeadTimeout() { @@ -2345,9 +2475,9 @@ public Integer getSeupgradeSegroupMinDeadTimeout() { /** * This is the setter method to the attribute. * Time to wait before marking segroup upgrade as stuck. + * Field deprecated in 31.1.1. * Unit is sec. - * 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 360. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param seupgradeSegroupMinDeadTimeout set the seupgradeSegroupMinDeadTimeout. */ public void setSeupgradeSegroupMinDeadTimeout(Integer seupgradeSegroupMinDeadTimeout) { @@ -2358,7 +2488,7 @@ public void setSeupgradeSegroupMinDeadTimeout(Integer seupgradeSegroupMinDeadTi * This is the getter method this will return the attribute value. * Ssl certificates in the admin tenant can be used in non-admin tenants. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return sharedSslCertificates */ @@ -2370,7 +2500,7 @@ public Boolean getSharedSslCertificates() { * This is the setter method to the attribute. * Ssl certificates in the admin tenant can be used in non-admin tenants. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param sharedSslCertificates set the sharedSslCertificates. */ @@ -2378,13 +2508,37 @@ public void setSharedSslCertificates(Boolean sharedSslCertificates) { this.sharedSslCertificates = sharedSslCertificates; } + /** + * This is the getter method this will return the attribute value. + * Skip api performance collection for requests going through the apiserver. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return skipBeegoPerfCollection + */ + public Boolean getSkipBeegoPerfCollection() { + return skipBeegoPerfCollection; + } + + /** + * This is the setter method to the attribute. + * Skip api performance collection for requests going through the apiserver. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param skipBeegoPerfCollection set the skipBeegoPerfCollection. + */ + public void setSkipBeegoPerfCollection(Boolean skipBeegoPerfCollection) { + this.skipBeegoPerfCollection = skipBeegoPerfCollection; + } + /** * This is the getter method this will return the attribute value. * Time interval (in seconds) between retires for skopeo commands. + * Field deprecated in 31.1.1. * Field introduced in 30.1.1. * Unit is sec. - * 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 5. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @return skopeoRetryInterval */ public Integer getSkopeoRetryInterval() { @@ -2394,10 +2548,10 @@ public Integer getSkopeoRetryInterval() { /** * This is the setter method to the attribute. * Time interval (in seconds) between retires for skopeo commands. + * Field deprecated in 31.1.1. * Field introduced in 30.1.1. * Unit is sec. - * 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 5. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @param skopeoRetryInterval set the skopeoRetryInterval. */ public void setSkopeoRetryInterval(Integer skopeoRetryInterval) { @@ -2407,9 +2561,9 @@ public void setSkopeoRetryInterval(Integer skopeoRetryInterval) { /** * This is the getter method this will return the attribute value. * Number of times to try skopeo commands for remote image registries. + * Field deprecated in 31.1.1. * Field introduced in 30.1.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. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @return skopeoRetryLimit */ public Integer getSkopeoRetryLimit() { @@ -2419,9 +2573,9 @@ public Integer getSkopeoRetryLimit() { /** * This is the setter method to the attribute. * Number of times to try skopeo commands for remote image registries. + * Field deprecated in 31.1.1. * Field introduced in 30.1.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. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @param skopeoRetryLimit set the skopeoRetryLimit. */ public void setSkopeoRetryLimit(Integer skopeoRetryLimit) { @@ -2433,7 +2587,7 @@ public void setSkopeoRetryLimit(Integer skopeoRetryLimit) { * Soft limit on the minimum se memory that an se needs to have on se register. * Field introduced in 30.1.1. * Unit is mb. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1900. * @return softMinMemPerSeLimit */ @@ -2446,7 +2600,7 @@ public Integer getSoftMinMemPerSeLimit() { * Soft limit on the minimum se memory that an se needs to have on se register. * Field introduced in 30.1.1. * Unit is mb. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1900. * @param softMinMemPerSeLimit set the softMinMemPerSeLimit. */ @@ -2457,7 +2611,7 @@ public void setSoftMinMemPerSeLimit(Integer softMinMemPerSeLimit) { * This is the getter method this will return the attribute value. * Number of days for ssl certificate expiry warning. * Unit is days. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslCertificateExpiryWarningDays */ @@ -2469,7 +2623,7 @@ public List getSslCertificateExpiryWarningDays() { * This is the setter method. this will set the sslCertificateExpiryWarningDays * Number of days for ssl certificate expiry warning. * Unit is days. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslCertificateExpiryWarningDays */ @@ -2481,7 +2635,7 @@ public void setSslCertificateExpiryWarningDays(List sslCertificateExpi * This is the setter method this will set the sslCertificateExpiryWarningDays * Number of days for ssl certificate expiry warning. * Unit is days. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslCertificateExpiryWarningDays */ @@ -2493,15 +2647,38 @@ public ControllerProperties addSslCertificateExpiryWarningDaysItem(Integer sslCe return this; } + /** + * This is the getter method this will return the attribute value. + * Configure statecache behavior for config, se, resmgr. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return statecacheProperties + */ + public SCProperties getStatecacheProperties() { + return statecacheProperties; + } + + /** + * This is the setter method to the attribute. + * Configure statecache behavior for config, se, resmgr. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param statecacheProperties set the statecacheProperties. + */ + public void setStatecacheProperties(SCProperties statecacheProperties) { + this.statecacheProperties = statecacheProperties; + } + /** * This is the getter method this will return the attribute value. * Time in minutes to wait between cleanup of systemreports. * Allowed values are 15-300. + * Field deprecated in 31.1.1. * Field introduced in 22.1.6, 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. - * Default value when not specified in API or module is interpreted by Avi Controller as 60. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return systemReportCleanupInterval */ public Integer getSystemReportCleanupInterval() { @@ -2512,11 +2689,10 @@ public Integer getSystemReportCleanupInterval() { * This is the setter method to the attribute. * Time in minutes to wait between cleanup of systemreports. * Allowed values are 15-300. + * Field deprecated in 31.1.1. * Field introduced in 22.1.6, 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. - * Default value when not specified in API or module is interpreted by Avi Controller as 60. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param systemReportCleanupInterval set the systemReportCleanupInterval. */ public void setSystemReportCleanupInterval(Integer systemReportCleanupInterval) { @@ -2530,10 +2706,9 @@ public void setSystemReportCleanupInterval(Integer systemReportCleanupInterval) * I.e. * The systemreport will be rotated and the reports don't exceed the threshold. * Allowed values are 5-50. + * Field deprecated in 31.1.1. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. - * Default value when not specified in API or module is interpreted by Avi Controller as 10. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return systemReportLimit */ public Integer getSystemReportLimit() { @@ -2547,10 +2722,9 @@ public Integer getSystemReportLimit() { * I.e. * The systemreport will be rotated and the reports don't exceed the threshold. * Allowed values are 5-50. + * Field deprecated in 31.1.1. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. - * Default value when not specified in API or module is interpreted by Avi Controller as 10. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param systemReportLimit set the systemReportLimit. */ public void setSystemReportLimit(Integer systemReportLimit) { @@ -2560,7 +2734,7 @@ public void setSystemReportLimit(Integer systemReportLimit) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return unresponsiveSeReboot */ @@ -2571,7 +2745,7 @@ public Integer getUnresponsiveSeReboot() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param unresponsiveSeReboot set the unresponsiveSeReboot. */ @@ -2583,7 +2757,7 @@ public void setUnresponsiveSeReboot(Integer unresponsiveSeReboot) { * This is the getter method this will return the attribute value. * Number of times to retry a dns entry update/delete operation. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return updateDnsEntryRetryLimit */ @@ -2595,7 +2769,7 @@ public Integer getUpdateDnsEntryRetryLimit() { * This is the setter method to the attribute. * Number of times to retry a dns entry update/delete operation. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param updateDnsEntryRetryLimit set the updateDnsEntryRetryLimit. */ @@ -2608,7 +2782,7 @@ public void setUpdateDnsEntryRetryLimit(Integer updateDnsEntryRetryLimit) { * Timeout period for a dns entry update/delete operation. * Field introduced in 21.1.4. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @return updateDnsEntryTimeout */ @@ -2621,7 +2795,7 @@ public Integer getUpdateDnsEntryTimeout() { * Timeout period for a dns entry update/delete operation. * Field introduced in 21.1.4. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @param updateDnsEntryTimeout set the updateDnsEntryTimeout. */ @@ -2635,8 +2809,8 @@ public void setUpdateDnsEntryTimeout(Integer updateDnsEntryTimeout) { * This is in addition to vs_scalein_timeout_for_upgrade in se_group. * Field introduced in 17.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5), basic edition(allowed values- 5), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5), basic (allowed values- 5) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return upgradeDnsTtl */ @@ -2650,8 +2824,8 @@ public Integer getUpgradeDnsTtl() { * This is in addition to vs_scalein_timeout_for_upgrade in se_group. * Field introduced in 17.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 5), basic edition(allowed values- 5), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 5), basic (allowed values- 5) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param upgradeDnsTtl set the upgradeDnsTtl. */ @@ -2662,10 +2836,11 @@ public void setUpgradeDnsTtl(Integer upgradeDnsTtl) { /** * This is the getter method this will return the attribute value. * Amount of time controller waits for a large-sized se (>=128gb memory) to reconnect after it is rebooted during upgrade. + * Please refer to upgradeprofile for equivalent fields. + * Field deprecated in 31.1.1. * Field introduced in 18.2.10, 20.1.1. * Unit is sec. - * 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 1200. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return upgradeFatSeLeaseTime */ public Integer getUpgradeFatSeLeaseTime() { @@ -2675,10 +2850,11 @@ public Integer getUpgradeFatSeLeaseTime() { /** * This is the setter method to the attribute. * Amount of time controller waits for a large-sized se (>=128gb memory) to reconnect after it is rebooted during upgrade. + * Please refer to upgradeprofile for equivalent fields. + * Field deprecated in 31.1.1. * Field introduced in 18.2.10, 20.1.1. * Unit is sec. - * 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 1200. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param upgradeFatSeLeaseTime set the upgradeFatSeLeaseTime. */ public void setUpgradeFatSeLeaseTime(Integer upgradeFatSeLeaseTime) { @@ -2689,9 +2865,10 @@ public void setUpgradeFatSeLeaseTime(Integer upgradeFatSeLeaseTime) { * This is the getter method this will return the attribute value. * Amount of time controller waits for a regular-sized se (<128gb memory) to reconnect after it is rebooted during upgrade. * Starting 18.2.10/20.1.1, the default time has increased from 360 seconds to 600 seconds. + * Please refer to upgradeprofile for equivalent fields. + * Field deprecated in 31.1.1. * Unit is sec. - * 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 600. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return upgradeLeaseTime */ public Integer getUpgradeLeaseTime() { @@ -2702,9 +2879,10 @@ public Integer getUpgradeLeaseTime() { * This is the setter method to the attribute. * Amount of time controller waits for a regular-sized se (<128gb memory) to reconnect after it is rebooted during upgrade. * Starting 18.2.10/20.1.1, the default time has increased from 360 seconds to 600 seconds. + * Please refer to upgradeprofile for equivalent fields. + * Field deprecated in 31.1.1. * Unit is sec. - * 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 600. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param upgradeLeaseTime set the upgradeLeaseTime. */ public void setUpgradeLeaseTime(Integer upgradeLeaseTime) { @@ -2718,7 +2896,7 @@ public void setUpgradeLeaseTime(Integer upgradeLeaseTime) { * with high number of vs(es) scaled out. * Field introduced in 18.2.10, 20.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return upgradeSePerVsScaleOpsTxnTime */ @@ -2733,7 +2911,7 @@ public Integer getUpgradeSePerVsScaleOpsTxnTime() { * with high number of vs(es) scaled out. * Field introduced in 18.2.10, 20.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param upgradeSePerVsScaleOpsTxnTime set the upgradeSePerVsScaleOpsTxnTime. */ @@ -2762,7 +2940,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Configuration for user-agent cache used in bot management. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAgentCacheConfig */ @@ -2774,7 +2952,7 @@ public UserAgentCacheConfig getUserAgentCacheConfig() { * This is the setter method to the attribute. * Configuration for user-agent cache used in bot management. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userAgentCacheConfig set the userAgentCacheConfig. */ @@ -2784,7 +2962,7 @@ public void setUserAgentCacheConfig(UserAgentCacheConfig userAgentCacheConfig) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -2794,7 +2972,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -2805,7 +2983,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @return vnicOpFailTime */ @@ -2816,7 +2994,7 @@ public Integer getVnicOpFailTime() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @param vnicOpFailTime set the vnicOpFailTime. */ @@ -2827,7 +3005,7 @@ public void setVnicOpFailTime(Integer vnicOpFailTime) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return vsAwaitingSeTimeout */ @@ -2838,7 +3016,7 @@ public Integer getVsAwaitingSeTimeout() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param vsAwaitingSeTimeout set the vsAwaitingSeTimeout. */ @@ -2852,7 +3030,7 @@ public void setVsAwaitingSeTimeout(Integer vsAwaitingSeTimeout) { * Allowed values are 1-1051200. * Special values are 0 - disabled. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @return vsKeyRotatePeriod */ @@ -2866,7 +3044,7 @@ public Integer getVsKeyRotatePeriod() { * Allowed values are 1-1051200. * Special values are 0 - disabled. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @param vsKeyRotatePeriod set the vsKeyRotatePeriod. */ @@ -2879,7 +3057,7 @@ public void setVsKeyRotatePeriod(Integer vsKeyRotatePeriod) { * Interval for checking scaleout_ready status while controller is waiting for scaleoutready rpc from the service engine. * Field introduced in 18.2.2. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return vsScaleoutReadyCheckInterval */ @@ -2892,7 +3070,7 @@ public Integer getVsScaleoutReadyCheckInterval() { * Interval for checking scaleout_ready status while controller is waiting for scaleoutready rpc from the service engine. * Field introduced in 18.2.2. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param vsScaleoutReadyCheckInterval set the vsScaleoutReadyCheckInterval. */ @@ -2905,7 +3083,7 @@ public void setVsScaleoutReadyCheckInterval(Integer vsScaleoutReadyCheckInterva * Time to wait before marking attach ip operation on an se as failed. * Field introduced in 17.2.2. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @return vsSeAttachIpFail */ @@ -2918,7 +3096,7 @@ public Integer getVsSeAttachIpFail() { * Time to wait before marking attach ip operation on an se as failed. * Field introduced in 17.2.2. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @param vsSeAttachIpFail set the vsSeAttachIpFail. */ @@ -2929,7 +3107,7 @@ public void setVsSeAttachIpFail(Integer vsSeAttachIpFail) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 480. * @return vsSeBootupFail */ @@ -2940,7 +3118,7 @@ public Integer getVsSeBootupFail() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 480. * @param vsSeBootupFail set the vsSeBootupFail. */ @@ -2953,7 +3131,7 @@ public void setVsSeBootupFail(Integer vsSeBootupFail) { * Wait for longer for patch ses to boot up. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @return vsSeBootupFailPatch */ @@ -2966,7 +3144,7 @@ public Integer getVsSeBootupFailPatch() { * Wait for longer for patch ses to boot up. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @param vsSeBootupFailPatch set the vsSeBootupFailPatch. */ @@ -2977,7 +3155,7 @@ public void setVsSeBootupFailPatch(Integer vsSeBootupFailPatch) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1500. * @return vsSeCreateFail */ @@ -2988,7 +3166,7 @@ public Integer getVsSeCreateFail() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1500. * @param vsSeCreateFail set the vsSeCreateFail. */ @@ -2999,7 +3177,7 @@ public void setVsSeCreateFail(Integer vsSeCreateFail) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return vsSePingFail */ @@ -3010,7 +3188,7 @@ public Integer getVsSePingFail() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param vsSePingFail set the vsSePingFail. */ @@ -3021,7 +3199,7 @@ public void setVsSePingFail(Integer vsSePingFail) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return vsSeVnicFail */ @@ -3032,7 +3210,7 @@ public Integer getVsSeVnicFail() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param vsSeVnicFail set the vsSeVnicFail. */ @@ -3043,7 +3221,7 @@ public void setVsSeVnicFail(Integer vsSeVnicFail) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @return vsSeVnicIpFail */ @@ -3054,7 +3232,7 @@ public Integer getVsSeVnicIpFail() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @param vsSeVnicIpFail set the vsSeVnicIpFail. */ @@ -3069,7 +3247,7 @@ public void setVsSeVnicIpFail(Integer vsSeVnicIpFail) { * be marked true before taking corrective action. * Field introduced in 20.1.7, 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @return vsphereHaDetectionTimeout */ @@ -3084,7 +3262,7 @@ public Integer getVsphereHaDetectionTimeout() { * be marked true before taking corrective action. * Field introduced in 20.1.7, 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @param vsphereHaDetectionTimeout set the vsphereHaDetectionTimeout. */ @@ -3099,7 +3277,7 @@ public void setVsphereHaDetectionTimeout(Integer vsphereHaDetectionTimeout) { * at least this duration for the se to reconnect to the controller before taking corrective action. * Field introduced in 20.1.7, 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 480. * @return vsphereHaRecoveryTimeout */ @@ -3114,7 +3292,7 @@ public Integer getVsphereHaRecoveryTimeout() { * at least this duration for the se to reconnect to the controller before taking corrective action. * Field introduced in 20.1.7, 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 480. * @param vsphereHaRecoveryTimeout set the vsphereHaRecoveryTimeout. */ @@ -3127,7 +3305,7 @@ public void setVsphereHaRecoveryTimeout(Integer vsphereHaRecoveryTimeout) { * Vsphere ha monitor timer interval for sending cc_check_se_status to cloud connector. * Field introduced in 20.1.7, 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return vsphereHaTimerInterval */ @@ -3140,7 +3318,7 @@ public Integer getVsphereHaTimerInterval() { * Vsphere ha monitor timer interval for sending cc_check_se_status to cloud connector. * Field introduced in 20.1.7, 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param vsphereHaTimerInterval set the vsphereHaTimerInterval. */ @@ -3151,7 +3329,7 @@ public void setVsphereHaTimerInterval(Integer vsphereHaTimerInterval) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 480. * @return warmstartSeReconnectWaitTime */ @@ -3162,7 +3340,7 @@ public Integer getWarmstartSeReconnectWaitTime() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 480. * @param warmstartSeReconnectWaitTime set the warmstartSeReconnectWaitTime. */ @@ -3175,7 +3353,7 @@ public void setWarmstartSeReconnectWaitTime(Integer warmstartSeReconnectWaitTim * Timeout for warmstart vs resync. * Field introduced in 18.1.4, 18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return warmstartVsResyncWaitTime */ @@ -3188,7 +3366,7 @@ public Integer getWarmstartVsResyncWaitTime() { * Timeout for warmstart vs resync. * Field introduced in 18.1.4, 18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param warmstartVsResyncWaitTime set the warmstartVsResyncWaitTime. */ @@ -3316,20 +3494,28 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.fileobjectMaxFileVersions, objControllerProperties.fileobjectMaxFileVersions)&& Objects.equals(this.eventManagerProcessingTimeThreshold, objControllerProperties.eventManagerProcessingTimeThreshold)&& Objects.equals(this.eventManagerMaxSubscribers, objControllerProperties.eventManagerMaxSubscribers)&& - Objects.equals(this.eventManagerMaxGoroutines, objControllerProperties.eventManagerMaxGoroutines); + Objects.equals(this.eventManagerMaxGoroutines, objControllerProperties.eventManagerMaxGoroutines)&& + Objects.equals(this.alertManagerUseEvms, objControllerProperties.alertManagerUseEvms)&& + Objects.equals(this.enableNsxStreamingAgent, objControllerProperties.enableNsxStreamingAgent)&& + Objects.equals(this.statecacheProperties, objControllerProperties.statecacheProperties)&& + Objects.equals(this.skipBeegoPerfCollection, objControllerProperties.skipBeegoPerfCollection)&& + Objects.equals(this.archiveRetentionFrameworkPeriod, objControllerProperties.archiveRetentionFrameworkPeriod)&& + Objects.equals(this.gslbFileobjectMaxVersionCount, objControllerProperties.gslbFileobjectMaxVersionCount); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class ControllerProperties {\n"); - sb.append(" allowAdminNetworkUpdates: ").append(toIndentedString(allowAdminNetworkUpdates)).append("\n"); + sb.append(" alertManagerUseEvms: ").append(toIndentedString(alertManagerUseEvms)).append("\n"); + sb.append(" allowAdminNetworkUpdates: ").append(toIndentedString(allowAdminNetworkUpdates)).append("\n"); sb.append(" allowIpForwarding: ").append(toIndentedString(allowIpForwarding)).append("\n"); sb.append(" allowUnauthenticatedApis: ").append(toIndentedString(allowUnauthenticatedApis)).append("\n"); sb.append(" allowUnauthenticatedNodes: ").append(toIndentedString(allowUnauthenticatedNodes)).append("\n"); sb.append(" apiIdleTimeout: ").append(toIndentedString(apiIdleTimeout)).append("\n"); sb.append(" apiPerfLoggingThreshold: ").append(toIndentedString(apiPerfLoggingThreshold)).append("\n"); sb.append(" appviewxCompatMode: ").append(toIndentedString(appviewxCompatMode)).append("\n"); + sb.append(" archiveRetentionFrameworkPeriod: ").append(toIndentedString(archiveRetentionFrameworkPeriod)).append("\n"); sb.append(" asyncPatchMergePeriod: ").append(toIndentedString(asyncPatchMergePeriod)).append("\n"); sb.append(" asyncPatchRequestCleanupDuration: ").append(toIndentedString(asyncPatchRequestCleanupDuration)).append("\n"); sb.append(" attachIpRetryInterval: ").append(toIndentedString(attachIpRetryInterval)).append("\n"); @@ -3356,6 +3542,7 @@ public String toString() { sb.append(" editSystemLimits: ").append(toIndentedString(editSystemLimits)).append("\n"); sb.append(" enableApiSharding: ").append(toIndentedString(enableApiSharding)).append("\n"); sb.append(" enableMemoryBalancer: ").append(toIndentedString(enableMemoryBalancer)).append("\n"); + sb.append(" enableNsxStreamingAgent: ").append(toIndentedString(enableNsxStreamingAgent)).append("\n"); sb.append(" enablePerProcessStop: ").append(toIndentedString(enablePerProcessStop)).append("\n"); sb.append(" enableResmgrLogCachePrint: ").append(toIndentedString(enableResmgrLogCachePrint)).append("\n"); sb.append(" eventManagerMaxGoroutines: ").append(toIndentedString(eventManagerMaxGoroutines)).append("\n"); @@ -3366,6 +3553,7 @@ public String toString() { sb.append(" federatedDatastoreCleanupDuration: ").append(toIndentedString(federatedDatastoreCleanupDuration)).append("\n"); sb.append(" fileObjectCleanupPeriod: ").append(toIndentedString(fileObjectCleanupPeriod)).append("\n"); sb.append(" fileobjectMaxFileVersions: ").append(toIndentedString(fileobjectMaxFileVersions)).append("\n"); + sb.append(" gslbFileobjectMaxVersionCount: ").append(toIndentedString(gslbFileobjectMaxVersionCount)).append("\n"); sb.append(" gslbPurgeBatchSize: ").append(toIndentedString(gslbPurgeBatchSize)).append("\n"); sb.append(" gslbPurgeSleepTimeMs: ").append(toIndentedString(gslbPurgeSleepTimeMs)).append("\n"); sb.append(" ignoreVrfInNetworksubnetlist: ").append(toIndentedString(ignoreVrfInNetworksubnetlist)).append("\n"); @@ -3403,10 +3591,12 @@ public String toString() { sb.append(" seupgradeFabricPoolSize: ").append(toIndentedString(seupgradeFabricPoolSize)).append("\n"); sb.append(" seupgradeSegroupMinDeadTimeout: ").append(toIndentedString(seupgradeSegroupMinDeadTimeout)).append("\n"); sb.append(" sharedSslCertificates: ").append(toIndentedString(sharedSslCertificates)).append("\n"); + sb.append(" skipBeegoPerfCollection: ").append(toIndentedString(skipBeegoPerfCollection)).append("\n"); sb.append(" skopeoRetryInterval: ").append(toIndentedString(skopeoRetryInterval)).append("\n"); sb.append(" skopeoRetryLimit: ").append(toIndentedString(skopeoRetryLimit)).append("\n"); sb.append(" softMinMemPerSeLimit: ").append(toIndentedString(softMinMemPerSeLimit)).append("\n"); sb.append(" sslCertificateExpiryWarningDays: ").append(toIndentedString(sslCertificateExpiryWarningDays)).append("\n"); + sb.append(" statecacheProperties: ").append(toIndentedString(statecacheProperties)).append("\n"); sb.append(" systemReportCleanupInterval: ").append(toIndentedString(systemReportCleanupInterval)).append("\n"); sb.append(" systemReportLimit: ").append(toIndentedString(systemReportLimit)).append("\n"); sb.append(" unresponsiveSeReboot: ").append(toIndentedString(unresponsiveSeReboot)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/ControllerSite.java b/java/src/com/vmware/avi/sdk/model/ControllerSite.java index ed6bc04715..e98fe82115 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerSite.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerSite.java @@ -45,7 +45,7 @@ public class ControllerSite extends AviRestResource { * This is the getter method this will return the attribute value. * Ip address or a dns resolvable, fully qualified domain name of the site controller cluster. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return address */ @@ -57,7 +57,7 @@ public String getAddress() { * This is the setter method to the attribute. * Ip address or a dns resolvable, fully qualified domain name of the site controller cluster. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param address set the address. */ @@ -69,7 +69,7 @@ public void setAddress(String address) { * This is the getter method this will return the attribute value. * Name for the site controller cluster. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -81,7 +81,7 @@ public String getName() { * This is the setter method to the attribute. * Name for the site controller cluster. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -94,7 +94,7 @@ public void setName(String name) { * The controller site cluster's rest api port number. * Allowed values are 1-65535. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 443. * @return port */ @@ -107,7 +107,7 @@ public Integer getPort() { * The controller site cluster's rest api port number. * Allowed values are 1-65535. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 443. * @param port set the port. */ @@ -120,7 +120,7 @@ public void setPort(Integer port) { * Reference for the tenant. * It is a reference to an object of type tenant. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -133,7 +133,7 @@ public String getTenantRef() { * Reference for the tenant. * It is a reference to an object of type tenant. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -162,7 +162,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Reference for the site controller cluster. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -174,7 +174,7 @@ public String getUuid() { * This is the setter method to the attribute. * Reference for the site controller cluster. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerSize.java b/java/src/com/vmware/avi/sdk/model/ControllerSize.java index 6523d9f15d..3679692b82 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerSize.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerSize.java @@ -35,9 +35,9 @@ public class ControllerSize { /** * This is the getter method this will return the attribute value. * Controller flavor (e/s/m/l) for this controller size. - * Enum options - CONTROLLER_ESSENTIALS, CONTROLLER_SMALL, CONTROLLER_MEDIUM, CONTROLLER_LARGE. + * Enum options - CONTROLLER_ESSENTIALS, CONTROLLER_SMALL, CONTROLLER_MEDIUM, CONTROLLER_LARGE, CONTROLLER_EXTRA_LARGE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flavor */ @@ -48,9 +48,9 @@ public String getFlavor() { /** * This is the setter method to the attribute. * Controller flavor (e/s/m/l) for this controller size. - * Enum options - CONTROLLER_ESSENTIALS, CONTROLLER_SMALL, CONTROLLER_MEDIUM, CONTROLLER_LARGE. + * Enum options - CONTROLLER_ESSENTIALS, CONTROLLER_SMALL, CONTROLLER_MEDIUM, CONTROLLER_LARGE, CONTROLLER_EXTRA_LARGE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flavor set the flavor. */ @@ -62,7 +62,7 @@ public void setFlavor(String flavor) { * This is the getter method this will return the attribute value. * Minimum number of cpu cores required. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minCpus */ @@ -74,7 +74,7 @@ public Integer getMinCpus() { * This is the setter method to the attribute. * Minimum number of cpu cores required. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minCpus set the minCpus. */ @@ -87,7 +87,7 @@ public void setMinCpus(Integer minCpus) { * Minimum memory required. * Field introduced in 20.1.1. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minMemory */ @@ -100,7 +100,7 @@ public Integer getMinMemory() { * Minimum memory required. * Field introduced in 20.1.1. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minMemory set the minMemory. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerSizingCloudLimits.java b/java/src/com/vmware/avi/sdk/model/ControllerSizingCloudLimits.java index 67aa9e569f..7d63fa74de 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerSizingCloudLimits.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerSizingCloudLimits.java @@ -33,7 +33,7 @@ public class ControllerSizingCloudLimits { * This is the getter method this will return the attribute value. * Maximum number of clouds of a given type. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numClouds */ @@ -45,7 +45,7 @@ public Integer getNumClouds() { * This is the setter method to the attribute. * Maximum number of clouds of a given type. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numClouds set the numClouds. */ @@ -59,7 +59,7 @@ public void setNumClouds(Integer numClouds) { * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -73,7 +73,7 @@ public String getType() { * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControllerSizingLimits.java b/java/src/com/vmware/avi/sdk/model/ControllerSizingLimits.java index 0d26554540..df2de79962 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerSizingLimits.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerSizingLimits.java @@ -33,6 +33,12 @@ public class ControllerSizingLimits { @JsonProperty("num_east_west_virtualservices") private Integer numEastWestVirtualservices; + @JsonProperty("num_pool_rt_metrics") + private Integer numPoolRtMetrics; + + @JsonProperty("num_se_rt_metrics") + private Integer numSeRtMetrics; + @JsonProperty("num_servers") private Integer numServers; @@ -48,6 +54,9 @@ public class ControllerSizingLimits { @JsonProperty("num_virtualservices_rt_metrics") private Integer numVirtualservicesRtMetrics; + @JsonProperty("num_virtualservices_rtmetrics_waf") + private Integer numVirtualservicesRtmetricsWaf; + @JsonProperty("num_vrfs") private Integer numVrfs; @@ -59,7 +68,7 @@ public class ControllerSizingLimits { * This is the getter method this will return the attribute value. * Controller system limits specific to cloud type for this controller sizing. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizingCloudLimits */ @@ -71,7 +80,7 @@ public List getControllerSizingCloudLimits() { * This is the setter method. this will set the controllerSizingCloudLimits * Controller system limits specific to cloud type for this controller sizing. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizingCloudLimits */ @@ -83,7 +92,7 @@ public void setControllerSizingCloudLimits(List co * This is the setter method this will set the controllerSizingCloudLimits * Controller system limits specific to cloud type for this controller sizing. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizingCloudLimits */ @@ -97,10 +106,10 @@ public ControllerSizingLimits addControllerSizingCloudLimitsItem(ControllerSizin /** * This is the getter method this will return the attribute value. - * Controller flavor (s/m/l) for this sizing limit. - * Enum options - CONTROLLER_ESSENTIALS, CONTROLLER_SMALL, CONTROLLER_MEDIUM, CONTROLLER_LARGE. + * Controller flavor for this sizing limit. + * Enum options - CONTROLLER_ESSENTIALS, CONTROLLER_SMALL, CONTROLLER_MEDIUM, CONTROLLER_LARGE, CONTROLLER_EXTRA_LARGE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flavor */ @@ -110,10 +119,10 @@ public String getFlavor() { /** * This is the setter method to the attribute. - * Controller flavor (s/m/l) for this sizing limit. - * Enum options - CONTROLLER_ESSENTIALS, CONTROLLER_SMALL, CONTROLLER_MEDIUM, CONTROLLER_LARGE. + * Controller flavor for this sizing limit. + * Enum options - CONTROLLER_ESSENTIALS, CONTROLLER_SMALL, CONTROLLER_MEDIUM, CONTROLLER_LARGE, CONTROLLER_EXTRA_LARGE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flavor set the flavor. */ @@ -125,7 +134,7 @@ public void setFlavor(String flavor) { * This is the getter method this will return the attribute value. * Maximum number of clouds. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numClouds */ @@ -137,7 +146,7 @@ public Integer getNumClouds() { * This is the setter method to the attribute. * Maximum number of clouds. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numClouds set the numClouds. */ @@ -149,7 +158,7 @@ public void setNumClouds(Integer numClouds) { * This is the getter method this will return the attribute value. * Maximum number of east-west virtualservices. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numEastWestVirtualservices */ @@ -161,7 +170,7 @@ public Integer getNumEastWestVirtualservices() { * This is the setter method to the attribute. * Maximum number of east-west virtualservices. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numEastWestVirtualservices set the numEastWestVirtualservices. */ @@ -169,11 +178,59 @@ public void setNumEastWestVirtualservices(Integer numEastWestVirtualservices) { this.numEastWestVirtualservices = numEastWestVirtualservices; } + /** + * This is the getter method this will return the attribute value. + * Maximum number of pools with realtime metrics enabled. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return numPoolRtMetrics + */ + public Integer getNumPoolRtMetrics() { + return numPoolRtMetrics; + } + + /** + * This is the setter method to the attribute. + * Maximum number of pools with realtime metrics enabled. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param numPoolRtMetrics set the numPoolRtMetrics. + */ + public void setNumPoolRtMetrics(Integer numPoolRtMetrics) { + this.numPoolRtMetrics = numPoolRtMetrics; + } + + /** + * This is the getter method this will return the attribute value. + * Maximum number of serviceengine with realtime metrics enabled. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return numSeRtMetrics + */ + public Integer getNumSeRtMetrics() { + return numSeRtMetrics; + } + + /** + * This is the setter method to the attribute. + * Maximum number of serviceengine with realtime metrics enabled. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param numSeRtMetrics set the numSeRtMetrics. + */ + public void setNumSeRtMetrics(Integer numSeRtMetrics) { + this.numSeRtMetrics = numSeRtMetrics; + } + /** * This is the getter method this will return the attribute value. * Maximum number of servers. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numServers */ @@ -185,7 +242,7 @@ public Integer getNumServers() { * This is the setter method to the attribute. * Maximum number of servers. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numServers set the numServers. */ @@ -197,7 +254,7 @@ public void setNumServers(Integer numServers) { * This is the getter method this will return the attribute value. * Maximum number of serviceengines. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numServiceengines */ @@ -209,7 +266,7 @@ public Integer getNumServiceengines() { * This is the setter method to the attribute. * Maximum number of serviceengines. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numServiceengines set the numServiceengines. */ @@ -221,7 +278,7 @@ public void setNumServiceengines(Integer numServiceengines) { * This is the getter method this will return the attribute value. * Maximum number of tenants. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numTenants */ @@ -233,7 +290,7 @@ public Integer getNumTenants() { * This is the setter method to the attribute. * Maximum number of tenants. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numTenants set the numTenants. */ @@ -245,7 +302,7 @@ public void setNumTenants(Integer numTenants) { * This is the getter method this will return the attribute value. * Maximum number of virtualservices. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVirtualservices */ @@ -257,7 +314,7 @@ public Integer getNumVirtualservices() { * This is the setter method to the attribute. * Maximum number of virtualservices. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVirtualservices set the numVirtualservices. */ @@ -269,7 +326,7 @@ public void setNumVirtualservices(Integer numVirtualservices) { * This is the getter method this will return the attribute value. * Maximum number of virtualservices with realtime metrics enabled. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVirtualservicesRtMetrics */ @@ -281,7 +338,7 @@ public Integer getNumVirtualservicesRtMetrics() { * This is the setter method to the attribute. * Maximum number of virtualservices with realtime metrics enabled. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVirtualservicesRtMetrics set the numVirtualservicesRtMetrics. */ @@ -289,11 +346,35 @@ public void setNumVirtualservicesRtMetrics(Integer numVirtualservicesRtMetrics) this.numVirtualservicesRtMetrics = numVirtualservicesRtMetrics; } + /** + * This is the getter method this will return the attribute value. + * Number of virtualservices with both real-time metrics and waf enabled together. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return numVirtualservicesRtmetricsWaf + */ + public Integer getNumVirtualservicesRtmetricsWaf() { + return numVirtualservicesRtmetricsWaf; + } + + /** + * This is the setter method to the attribute. + * Number of virtualservices with both real-time metrics and waf enabled together. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param numVirtualservicesRtmetricsWaf set the numVirtualservicesRtmetricsWaf. + */ + public void setNumVirtualservicesRtmetricsWaf(Integer numVirtualservicesRtmetricsWaf) { + this.numVirtualservicesRtmetricsWaf = numVirtualservicesRtmetricsWaf; + } + /** * This is the getter method this will return the attribute value. * Maximum number of vrfcontexts. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVrfs */ @@ -305,7 +386,7 @@ public Integer getNumVrfs() { * This is the setter method to the attribute. * Maximum number of vrfcontexts. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVrfs set the numVrfs. */ @@ -317,7 +398,7 @@ public void setNumVrfs(Integer numVrfs) { * This is the getter method this will return the attribute value. * Maximum number of virtualservices configured with waf. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numWafVirtualservices */ @@ -329,7 +410,7 @@ public Integer getNumWafVirtualservices() { * This is the setter method to the attribute. * Maximum number of virtualservices configured with waf. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numWafVirtualservices set the numWafVirtualservices. */ @@ -357,6 +438,9 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.numClouds, objControllerSizingLimits.numClouds)&& Objects.equals(this.numTenants, objControllerSizingLimits.numTenants)&& Objects.equals(this.numWafVirtualservices, objControllerSizingLimits.numWafVirtualservices)&& + Objects.equals(this.numPoolRtMetrics, objControllerSizingLimits.numPoolRtMetrics)&& + Objects.equals(this.numSeRtMetrics, objControllerSizingLimits.numSeRtMetrics)&& + Objects.equals(this.numVirtualservicesRtmetricsWaf, objControllerSizingLimits.numVirtualservicesRtmetricsWaf)&& Objects.equals(this.controllerSizingCloudLimits, objControllerSizingLimits.controllerSizingCloudLimits); } @@ -368,11 +452,14 @@ public String toString() { sb.append(" flavor: ").append(toIndentedString(flavor)).append("\n"); sb.append(" numClouds: ").append(toIndentedString(numClouds)).append("\n"); sb.append(" numEastWestVirtualservices: ").append(toIndentedString(numEastWestVirtualservices)).append("\n"); + sb.append(" numPoolRtMetrics: ").append(toIndentedString(numPoolRtMetrics)).append("\n"); + sb.append(" numSeRtMetrics: ").append(toIndentedString(numSeRtMetrics)).append("\n"); sb.append(" numServers: ").append(toIndentedString(numServers)).append("\n"); sb.append(" numServiceengines: ").append(toIndentedString(numServiceengines)).append("\n"); sb.append(" numTenants: ").append(toIndentedString(numTenants)).append("\n"); sb.append(" numVirtualservices: ").append(toIndentedString(numVirtualservices)).append("\n"); sb.append(" numVirtualservicesRtMetrics: ").append(toIndentedString(numVirtualservicesRtMetrics)).append("\n"); + sb.append(" numVirtualservicesRtmetricsWaf: ").append(toIndentedString(numVirtualservicesRtmetricsWaf)).append("\n"); sb.append(" numVrfs: ").append(toIndentedString(numVrfs)).append("\n"); sb.append(" numWafVirtualservices: ").append(toIndentedString(numWafVirtualservices)).append("\n"); sb.append("}"); diff --git a/java/src/com/vmware/avi/sdk/model/ControllerVersion.java b/java/src/com/vmware/avi/sdk/model/ControllerVersion.java index 89a6006d98..50d5150f65 100644 --- a/java/src/com/vmware/avi/sdk/model/ControllerVersion.java +++ b/java/src/com/vmware/avi/sdk/model/ControllerVersion.java @@ -39,7 +39,7 @@ public class ControllerVersion { * This is the getter method this will return the attribute value. * Fips mode for controller. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipsMode */ @@ -51,7 +51,7 @@ public Boolean getFipsMode() { * This is the setter method to the attribute. * Fips mode for controller. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fipsMode set the fipsMode. */ @@ -61,7 +61,7 @@ public void setFipsMode(Boolean fipsMode) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -71,7 +71,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -83,7 +83,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Patch level for controller. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patch */ @@ -95,7 +95,7 @@ public String getPatch() { * This is the setter method to the attribute. * Patch level for controller. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patch set the patch. */ @@ -105,7 +105,7 @@ public void setPatch(String patch) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -115,7 +115,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/ControlscriptDetails.java b/java/src/com/vmware/avi/sdk/model/ControlscriptDetails.java new file mode 100644 index 0000000000..cd465c6886 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/ControlscriptDetails.java @@ -0,0 +1,143 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The ControlscriptDetails is a POJO class extends AviRestResource that used for creating + * ControlscriptDetails. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class ControlscriptDetails { + @JsonProperty("exitcode") + private Integer exitcode; + + @JsonProperty("stderr") + private String stderr; + + @JsonProperty("stdout") + private String stdout; + + + + /** + * This is the getter method this will return the attribute value. + * Exitcode from control script execution. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return exitcode + */ + public Integer getExitcode() { + return exitcode; + } + + /** + * This is the setter method to the attribute. + * Exitcode from control script execution. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param exitcode set the exitcode. + */ + public void setExitcode(Integer exitcode) { + this.exitcode = exitcode; + } + + /** + * This is the getter method this will return the attribute value. + * Stderr from control script execution. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stderr + */ + public String getStderr() { + return stderr; + } + + /** + * This is the setter method to the attribute. + * Stderr from control script execution. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param stderr set the stderr. + */ + public void setStderr(String stderr) { + this.stderr = stderr; + } + + /** + * This is the getter method this will return the attribute value. + * Stdout from control script execution. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stdout + */ + public String getStdout() { + return stdout; + } + + /** + * This is the setter method to the attribute. + * Stdout from control script execution. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param stdout set the stdout. + */ + public void setStdout(String stdout) { + this.stdout = stdout; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ControlscriptDetails objControlscriptDetails = (ControlscriptDetails) o; + return Objects.equals(this.stdout, objControlscriptDetails.stdout)&& + Objects.equals(this.stderr, objControlscriptDetails.stderr)&& + Objects.equals(this.exitcode, objControlscriptDetails.exitcode); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ControlscriptDetails {\n"); + sb.append(" exitcode: ").append(toIndentedString(exitcode)).append("\n"); + sb.append(" stderr: ").append(toIndentedString(stderr)).append("\n"); + sb.append(" stdout: ").append(toIndentedString(stdout)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/CookieMatch.java b/java/src/com/vmware/avi/sdk/model/CookieMatch.java index 4ee0a028d7..6a95cb2808 100644 --- a/java/src/com/vmware/avi/sdk/model/CookieMatch.java +++ b/java/src/com/vmware/avi/sdk/model/CookieMatch.java @@ -39,7 +39,7 @@ public class CookieMatch { * This is the getter method this will return the attribute value. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -51,7 +51,7 @@ public String getMatchCase() { * This is the setter method to the attribute. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -64,7 +64,7 @@ public void setMatchCase(String matchCase) { * Criterion to use for matching the cookie in the http request. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -77,7 +77,7 @@ public String getMatchCriteria() { * Criterion to use for matching the cookie in the http request. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -88,7 +88,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * Name of the cookie. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -99,7 +99,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the cookie. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -110,7 +110,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * String value in the cookie. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -121,7 +121,7 @@ public String getValue() { /** * This is the setter method to the attribute. * String value in the cookie. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/CumulativeLicense.java b/java/src/com/vmware/avi/sdk/model/CumulativeLicense.java index 07573032b3..033cf6734c 100644 --- a/java/src/com/vmware/avi/sdk/model/CumulativeLicense.java +++ b/java/src/com/vmware/avi/sdk/model/CumulativeLicense.java @@ -48,7 +48,7 @@ public class CumulativeLicense { * This is the getter method this will return the attribute value. * Total number of service engine cores for burst core based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return burstCores */ @@ -60,7 +60,7 @@ public Integer getBurstCores() { * This is the setter method to the attribute. * Total number of service engine cores for burst core based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param burstCores set the burstCores. */ @@ -72,7 +72,7 @@ public void setBurstCores(Integer burstCores) { * This is the getter method this will return the attribute value. * Total number of service engine cores for core based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cores */ @@ -84,7 +84,7 @@ public Integer getCores() { * This is the setter method to the attribute. * Total number of service engine cores for core based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cores set the cores. */ @@ -96,7 +96,7 @@ public void setCores(Integer cores) { * This is the getter method this will return the attribute value. * Total number of service engines for host based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxSes */ @@ -108,7 +108,7 @@ public Integer getMaxSes() { * This is the setter method to the attribute. * Total number of service engines for host based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxSes set the maxSes. */ @@ -119,7 +119,7 @@ public void setMaxSes(Integer maxSes) { * This is the getter method this will return the attribute value. * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -131,7 +131,7 @@ public List getSeBandwidthLimits() { * This is the setter method. this will set the seBandwidthLimits * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -143,7 +143,7 @@ public void setSeBandwidthLimits(List seBandwidthLimits) { * This is the setter method this will set the seBandwidthLimits * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -159,7 +159,7 @@ public CumulativeLicense addSeBandwidthLimitsItem(SEBandwidthLimit seBandwidthLi * This is the getter method this will return the attribute value. * Total number of service engine cores. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceCores */ @@ -171,7 +171,7 @@ public Float getServiceCores() { * This is the setter method to the attribute. * Total number of service engine cores. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceCores set the serviceCores. */ @@ -183,7 +183,7 @@ public void setServiceCores(Float serviceCores) { * This is the getter method this will return the attribute value. * Total number of service engine sockets for socket based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sockets */ @@ -195,7 +195,7 @@ public Integer getSockets() { * This is the setter method to the attribute. * Total number of service engine sockets for socket based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sockets set the sockets. */ @@ -208,7 +208,7 @@ public void setSockets(Integer sockets) { * Specifies the licensed tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tierType */ @@ -221,7 +221,7 @@ public String getTierType() { * Specifies the licensed tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tierType set the tierType. */ diff --git a/java/src/com/vmware/avi/sdk/model/CustomIpamDnsProfile.java b/java/src/com/vmware/avi/sdk/model/CustomIpamDnsProfile.java index b3694524e0..9490fad253 100644 --- a/java/src/com/vmware/avi/sdk/model/CustomIpamDnsProfile.java +++ b/java/src/com/vmware/avi/sdk/model/CustomIpamDnsProfile.java @@ -45,7 +45,7 @@ public class CustomIpamDnsProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Name of the custom ipam dns profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -57,7 +57,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the custom ipam dns profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -68,7 +68,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Parameters that are always passed to the ipam/dns script. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scriptParams */ @@ -80,7 +80,7 @@ public List getScriptParams() { * This is the setter method. this will set the scriptParams * Parameters that are always passed to the ipam/dns script. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scriptParams */ @@ -92,7 +92,7 @@ public void setScriptParams(List scriptParams) { * This is the setter method this will set the scriptParams * Parameters that are always passed to the ipam/dns script. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scriptParams */ @@ -108,7 +108,7 @@ public CustomIpamDnsProfile addScriptParamsItem(CustomParams scriptParamsItem) { * This is the getter method this will return the attribute value. * Script uri of form controller //ipamdnsscripts/, file-name must have a .py extension and conform to pep8 naming convention. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scriptUri */ @@ -120,7 +120,7 @@ public String getScriptUri() { * This is the setter method to the attribute. * Script uri of form controller //ipamdnsscripts/, file-name must have a .py extension and conform to pep8 naming convention. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scriptUri set the scriptUri. */ @@ -132,7 +132,7 @@ public void setScriptUri(String scriptUri) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -144,7 +144,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -172,7 +172,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -183,7 +183,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/CustomIpamSubnet.java b/java/src/com/vmware/avi/sdk/model/CustomIpamSubnet.java index f382ad42ce..4052ed4d6f 100644 --- a/java/src/com/vmware/avi/sdk/model/CustomIpamSubnet.java +++ b/java/src/com/vmware/avi/sdk/model/CustomIpamSubnet.java @@ -36,7 +36,7 @@ public class CustomIpamSubnet { * This is the getter method this will return the attribute value. * Network to use for custom ipam ip allocation. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkId */ @@ -48,7 +48,7 @@ public String getNetworkId() { * This is the setter method to the attribute. * Network to use for custom ipam ip allocation. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkId set the networkId. */ @@ -60,7 +60,7 @@ public void setNetworkId(String networkId) { * This is the getter method this will return the attribute value. * Ipv4 subnet to use for custom ipam ip allocation. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -72,7 +72,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Ipv4 subnet to use for custom ipam ip allocation. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -84,7 +84,7 @@ public void setSubnet(IpAddrPrefix subnet) { * This is the getter method this will return the attribute value. * Ipv6 subnet to use for custom ipam ip allocation. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -96,7 +96,7 @@ public IpAddrPrefix getSubnet6() { * This is the setter method to the attribute. * Ipv6 subnet to use for custom ipam ip allocation. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet6 set the subnet6. */ diff --git a/java/src/com/vmware/avi/sdk/model/CustomParams.java b/java/src/com/vmware/avi/sdk/model/CustomParams.java index f5c9d30676..ddcc39af16 100644 --- a/java/src/com/vmware/avi/sdk/model/CustomParams.java +++ b/java/src/com/vmware/avi/sdk/model/CustomParams.java @@ -37,7 +37,7 @@ public class CustomParams { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isDynamic */ @@ -47,7 +47,7 @@ public Boolean getIsDynamic() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isDynamic set the isDynamic. */ @@ -57,7 +57,7 @@ public void setIsDynamic(Boolean isDynamic) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isSensitive */ @@ -67,7 +67,7 @@ public Boolean getIsSensitive() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isSensitive set the isSensitive. */ @@ -77,7 +77,7 @@ public void setIsSensitive(Boolean isSensitive) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -87,7 +87,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -97,7 +97,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -107,7 +107,7 @@ public String getValue() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/CustomTag.java b/java/src/com/vmware/avi/sdk/model/CustomTag.java index 475a0b2c31..f8d171f954 100644 --- a/java/src/com/vmware/avi/sdk/model/CustomTag.java +++ b/java/src/com/vmware/avi/sdk/model/CustomTag.java @@ -31,7 +31,7 @@ public class CustomTag { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tagKey */ @@ -41,7 +41,7 @@ public String getTagKey() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tagKey set the tagKey. */ @@ -51,7 +51,7 @@ public void setTagKey(String tagKey) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tagVal */ @@ -61,7 +61,7 @@ public String getTagVal() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tagVal set the tagVal. */ diff --git a/java/src/com/vmware/avi/sdk/model/DNSConfig.java b/java/src/com/vmware/avi/sdk/model/DNSConfig.java index caa89a7121..bf628b0942 100644 --- a/java/src/com/vmware/avi/sdk/model/DNSConfig.java +++ b/java/src/com/vmware/avi/sdk/model/DNSConfig.java @@ -29,7 +29,7 @@ public class DNSConfig { /** * This is the getter method this will return the attribute value. * Gslb subdomain used for gslb service fqdn match and placement. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -40,7 +40,7 @@ public String getDomainName() { /** * This is the setter method to the attribute. * Gslb subdomain used for gslb service fqdn match and placement. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param domainName set the domainName. */ diff --git a/java/src/com/vmware/avi/sdk/model/DNSConfiguration.java b/java/src/com/vmware/avi/sdk/model/DNSConfiguration.java index e7df6afca4..26733559f3 100644 --- a/java/src/com/vmware/avi/sdk/model/DNSConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/DNSConfiguration.java @@ -31,8 +31,8 @@ public class DNSConfiguration { /** * This is the getter method this will return the attribute value. - * Search domain to use in dns lookup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Search domain to use in dns lookup, multiple domains must be delimited by space only. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return searchDomain */ @@ -42,8 +42,8 @@ public String getSearchDomain() { /** * This is the setter method to the attribute. - * Search domain to use in dns lookup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Search domain to use in dns lookup, multiple domains must be delimited by space only. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param searchDomain set the searchDomain. */ @@ -53,7 +53,7 @@ public void setSearchDomain(String searchDomain) { /** * This is the getter method this will return the attribute value. * List of dns server ip(v4/v6) addresses or fqdns. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverList */ @@ -64,7 +64,7 @@ public List getServerList() { /** * This is the setter method. this will set the serverList * List of dns server ip(v4/v6) addresses or fqdns. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverList */ @@ -75,7 +75,7 @@ public void setServerList(List serverList) { /** * This is the setter method this will set the serverList * List of dns server ip(v4/v6) addresses or fqdns. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverList */ diff --git a/java/src/com/vmware/avi/sdk/model/DNSQueryError.java b/java/src/com/vmware/avi/sdk/model/DNSQueryError.java index 4b3bf3a2bd..2e9c435150 100644 --- a/java/src/com/vmware/avi/sdk/model/DNSQueryError.java +++ b/java/src/com/vmware/avi/sdk/model/DNSQueryError.java @@ -34,7 +34,7 @@ public class DNSQueryError { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -44,7 +44,7 @@ public String getError() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -54,7 +54,7 @@ public void setError(String error) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -64,7 +64,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -74,7 +74,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -84,7 +84,7 @@ public String getFqdn() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ diff --git a/java/src/com/vmware/avi/sdk/model/DNSRegisterInfo.java b/java/src/com/vmware/avi/sdk/model/DNSRegisterInfo.java index 3c5170b342..8ea3057a52 100644 --- a/java/src/com/vmware/avi/sdk/model/DNSRegisterInfo.java +++ b/java/src/com/vmware/avi/sdk/model/DNSRegisterInfo.java @@ -54,7 +54,7 @@ public class DNSRegisterInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -64,7 +64,7 @@ public List getDnsInfo() { /** * This is the setter method. this will set the dnsInfo - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -74,7 +74,7 @@ public void setDnsInfo(List dnsInfo) { /** * This is the setter method this will set the dnsInfo - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -88,7 +88,7 @@ public DNSRegisterInfo addDnsInfoItem(DnsInfo dnsInfoItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -98,7 +98,7 @@ public String getError() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -108,7 +108,7 @@ public void setError(String error) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fip */ @@ -118,7 +118,7 @@ public IpAddr getFip() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fip set the fip. */ @@ -128,7 +128,7 @@ public void setFip(IpAddr fip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fip6 */ @@ -138,7 +138,7 @@ public IpAddr getFip6() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fip6 set the fip6. */ @@ -148,7 +148,7 @@ public void setFip6(IpAddr fip6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalRecords */ @@ -158,7 +158,7 @@ public Integer getTotalRecords() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalRecords set the totalRecords. */ @@ -168,7 +168,7 @@ public void setTotalRecords(Integer totalRecords) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -178,7 +178,7 @@ public IpAddr getVip() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vip set the vip. */ @@ -188,7 +188,7 @@ public void setVip(IpAddr vip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip6 */ @@ -198,7 +198,7 @@ public IpAddr getVip6() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vip6 set the vip6. */ @@ -208,7 +208,7 @@ public void setVip6(IpAddr vip6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -218,7 +218,7 @@ public String getVipId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -227,7 +227,7 @@ public void setVipId(String vipId) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsNames */ @@ -237,7 +237,7 @@ public List getVsNames() { /** * This is the setter method. this will set the vsNames - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsNames */ @@ -247,7 +247,7 @@ public void setVsNames(List vsNames) { /** * This is the setter method this will set the vsNames - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsNames */ @@ -260,7 +260,7 @@ public DNSRegisterInfo addVsNamesItem(String vsNamesItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuids */ @@ -270,7 +270,7 @@ public List getVsUuids() { /** * This is the setter method. this will set the vsUuids - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuids */ @@ -280,7 +280,7 @@ public void setVsUuids(List vsUuids) { /** * This is the setter method this will set the vsUuids - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuids */ diff --git a/java/src/com/vmware/avi/sdk/model/DNSVsSyncInfo.java b/java/src/com/vmware/avi/sdk/model/DNSVsSyncInfo.java index cadca1af07..659273be54 100644 --- a/java/src/com/vmware/avi/sdk/model/DNSVsSyncInfo.java +++ b/java/src/com/vmware/avi/sdk/model/DNSVsSyncInfo.java @@ -31,7 +31,7 @@ public class DNSVsSyncInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -41,7 +41,7 @@ public String getError() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -51,7 +51,7 @@ public void setError(String error) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalRecords */ @@ -61,7 +61,7 @@ public Integer getTotalRecords() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalRecords set the totalRecords. */ diff --git a/java/src/com/vmware/avi/sdk/model/DSRequestLog.java b/java/src/com/vmware/avi/sdk/model/DSRequestLog.java index d4a44fef36..843d429c1e 100644 --- a/java/src/com/vmware/avi/sdk/model/DSRequestLog.java +++ b/java/src/com/vmware/avi/sdk/model/DSRequestLog.java @@ -84,7 +84,7 @@ public class DSRequestLog { * This is the getter method this will return the attribute value. * Name of the datascript where this request was called. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsName */ @@ -96,7 +96,7 @@ public String getDsName() { * This is the setter method to the attribute. * Name of the datascript where this request was called. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dsName set the dsName. */ @@ -111,9 +111,10 @@ public void setDsName(String dsName) { * VS_DATASCRIPT_EVT_HTTP_REQ_DATA, VS_DATASCRIPT_EVT_HTTP_RESP_FAILED, VS_DATASCRIPT_EVT_HTTP_LB_DONE, VS_DATASCRIPT_EVT_HTTP_AUTH, * VS_DATASCRIPT_EVT_HTTP_POST_AUTH, VS_DATASCRIPT_EVT_TCP_CLIENT_ACCEPT, VS_DATASCRIPT_EVT_SSL_HANDSHAKE_DONE, * VS_DATASCRIPT_EVT_CLIENT_SSL_PRE_CONNECT, VS_DATASCRIPT_EVT_CLIENT_SSL_CLIENT_HELLO, VS_DATASCRIPT_EVT_DNS_REQ, VS_DATASCRIPT_EVT_DNS_RESP, - * VS_DATASCRIPT_EVT_L4_REQUEST, VS_DATASCRIPT_EVT_L4_RESPONSE, VS_DATASCRIPT_EVT_MAX. + * VS_DATASCRIPT_EVT_L4_REQUEST, VS_DATASCRIPT_EVT_L4_RESPONSE, VS_DATASCRIPT_EVT_CLIENT_CLOSED, VS_DATASCRIPT_EVT_SERVER_CLOSED, + * VS_DATASCRIPT_EVT_SERVER_CONNECTED... * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return event */ @@ -128,9 +129,10 @@ public String getEvent() { * VS_DATASCRIPT_EVT_HTTP_REQ_DATA, VS_DATASCRIPT_EVT_HTTP_RESP_FAILED, VS_DATASCRIPT_EVT_HTTP_LB_DONE, VS_DATASCRIPT_EVT_HTTP_AUTH, * VS_DATASCRIPT_EVT_HTTP_POST_AUTH, VS_DATASCRIPT_EVT_TCP_CLIENT_ACCEPT, VS_DATASCRIPT_EVT_SSL_HANDSHAKE_DONE, * VS_DATASCRIPT_EVT_CLIENT_SSL_PRE_CONNECT, VS_DATASCRIPT_EVT_CLIENT_SSL_CLIENT_HELLO, VS_DATASCRIPT_EVT_DNS_REQ, VS_DATASCRIPT_EVT_DNS_RESP, - * VS_DATASCRIPT_EVT_L4_REQUEST, VS_DATASCRIPT_EVT_L4_RESPONSE, VS_DATASCRIPT_EVT_MAX. + * VS_DATASCRIPT_EVT_L4_REQUEST, VS_DATASCRIPT_EVT_L4_RESPONSE, VS_DATASCRIPT_EVT_CLIENT_CLOSED, VS_DATASCRIPT_EVT_SERVER_CLOSED, + * VS_DATASCRIPT_EVT_SERVER_CONNECTED... * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param event set the event. */ @@ -142,7 +144,7 @@ public void setEvent(String event) { * This is the getter method this will return the attribute value. * Response headers received from the server. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersReceivedFromServer */ @@ -154,7 +156,7 @@ public String getHeadersReceivedFromServer() { * This is the setter method to the attribute. * Response headers received from the server. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersReceivedFromServer set the headersReceivedFromServer. */ @@ -166,7 +168,7 @@ public void setHeadersReceivedFromServer(String headersReceivedFromServer) { * This is the getter method this will return the attribute value. * Request headers sent to the server. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersSentToServer */ @@ -178,7 +180,7 @@ public String getHeadersSentToServer() { * This is the setter method to the attribute. * Request headers sent to the server. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersSentToServer set the headersSentToServer. */ @@ -190,7 +192,7 @@ public void setHeadersSentToServer(String headersSentToServer) { * This is the getter method this will return the attribute value. * The http response code received from the external server. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponseCode */ @@ -202,7 +204,7 @@ public Integer getHttpResponseCode() { * This is the setter method to the attribute. * The http response code received from the external server. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpResponseCode set the httpResponseCode. */ @@ -214,7 +216,7 @@ public void setHttpResponseCode(Integer httpResponseCode) { * This is the getter method this will return the attribute value. * The http version of the out-of-band request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpVersion */ @@ -226,7 +228,7 @@ public String getHttpVersion() { * This is the setter method to the attribute. * The http version of the out-of-band request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpVersion set the httpVersion. */ @@ -238,7 +240,7 @@ public void setHttpVersion(String httpVersion) { * This is the getter method this will return the attribute value. * The http method of the out-of-band request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -250,7 +252,7 @@ public String getMethod() { * This is the setter method to the attribute. * The http method of the out-of-band request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -262,7 +264,7 @@ public void setMethod(String method) { * This is the getter method this will return the attribute value. * The name of the pool that was used for the request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -274,7 +276,7 @@ public String getPoolName() { * This is the setter method to the attribute. * The name of the pool that was used for the request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -286,7 +288,7 @@ public void setPoolName(String poolName) { * This is the getter method this will return the attribute value. * The uuid of the pool that was used for the request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -298,7 +300,7 @@ public String getPoolUuid() { * This is the setter method to the attribute. * The uuid of the pool that was used for the request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ @@ -311,7 +313,7 @@ public void setPoolUuid(String poolUuid) { * Length of the request sent in bytes. * Field introduced in 20.1.3. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLength */ @@ -324,7 +326,7 @@ public Integer getRequestLength() { * Length of the request sent in bytes. * Field introduced in 20.1.3. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestLength set the requestLength. */ @@ -337,7 +339,7 @@ public void setRequestLength(Integer requestLength) { * Length of the response received in bytes. * Field introduced in 20.1.3. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseLength */ @@ -350,7 +352,7 @@ public Integer getResponseLength() { * Length of the response received in bytes. * Field introduced in 20.1.3. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseLength set the responseLength. */ @@ -362,7 +364,7 @@ public void setResponseLength(Integer responseLength) { * This is the getter method this will return the attribute value. * The ip of the server that was used for the request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ @@ -374,7 +376,7 @@ public Integer getServerIp() { * This is the setter method to the attribute. * The ip of the server that was used for the request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp set the serverIp. */ @@ -386,7 +388,7 @@ public void setServerIp(Integer serverIp) { * This is the getter method this will return the attribute value. * The name of the server that was used for the request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverName */ @@ -398,7 +400,7 @@ public String getServerName() { * This is the setter method to the attribute. * The name of the server that was used for the request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverName set the serverName. */ @@ -410,7 +412,7 @@ public void setServerName(String serverName) { * This is the getter method this will return the attribute value. * The port of the server that was used for the request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverPort */ @@ -422,7 +424,7 @@ public Integer getServerPort() { * This is the setter method to the attribute. * The port of the server that was used for the request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverPort set the serverPort. */ @@ -434,7 +436,7 @@ public void setServerPort(Integer serverPort) { * This is the getter method this will return the attribute value. * Number of servers tried during server reselect before the response is sent back. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return serversTried */ @@ -446,7 +448,7 @@ public Integer getServersTried() { * This is the setter method to the attribute. * Number of servers tried during server reselect before the response is sent back. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param serversTried set the serversTried. */ @@ -458,7 +460,7 @@ public void setServersTried(Integer serversTried) { * This is the getter method this will return the attribute value. * The source port for this request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourcePort */ @@ -470,7 +472,7 @@ public Integer getSourcePort() { * This is the setter method to the attribute. * The source port for this request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourcePort set the sourcePort. */ @@ -484,7 +486,7 @@ public void setSourcePort(Integer sourcePort) { * This is the time taken from the 1st byte of the request sent to the last byte of the response received. * Field introduced in 20.1.3. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalTime */ @@ -498,7 +500,7 @@ public Integer getTotalTime() { * This is the time taken from the 1st byte of the request sent to the last byte of the response received. * Field introduced in 20.1.3. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalTime set the totalTime. */ @@ -510,7 +512,7 @@ public void setTotalTime(Integer totalTime) { * This is the getter method this will return the attribute value. * The uri path of the out-of-band request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriPath */ @@ -522,7 +524,7 @@ public String getUriPath() { * This is the setter method to the attribute. * The uri path of the out-of-band request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriPath set the uriPath. */ @@ -534,7 +536,7 @@ public void setUriPath(String uriPath) { * This is the getter method this will return the attribute value. * The uri query of the out-of-band request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriQuery */ @@ -546,7 +548,7 @@ public String getUriQuery() { * This is the setter method to the attribute. * The uri query of the out-of-band request. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriQuery set the uriQuery. */ diff --git a/java/src/com/vmware/avi/sdk/model/DataNetworkConfig.java b/java/src/com/vmware/avi/sdk/model/DataNetworkConfig.java index f739642c2d..ff1ab9c595 100644 --- a/java/src/com/vmware/avi/sdk/model/DataNetworkConfig.java +++ b/java/src/com/vmware/avi/sdk/model/DataNetworkConfig.java @@ -40,7 +40,7 @@ public class DataNetworkConfig { * Nsxt tier1 segment configuration for avi service engine data path. * This should be set only when transport zone is of type overlay. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1SegmentConfig */ @@ -53,7 +53,7 @@ public NsxtTier1SegmentConfig getTier1SegmentConfig() { * Nsxt tier1 segment configuration for avi service engine data path. * This should be set only when transport zone is of type overlay. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1SegmentConfig set the tier1SegmentConfig. */ @@ -66,7 +66,7 @@ public void setTier1SegmentConfig(NsxtTier1SegmentConfig tier1SegmentConfig) { * Data transport zone path for avi service engines. * Example- /infra/sites/default/enforcement-points/default/transport-zones/xxx-xxx-xxxx. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return transportZone */ @@ -79,7 +79,7 @@ public String getTransportZone() { * Data transport zone path for avi service engines. * Example- /infra/sites/default/enforcement-points/default/transport-zones/xxx-xxx-xxxx. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param transportZone set the transportZone. */ @@ -92,7 +92,7 @@ public void setTransportZone(String transportZone) { * Data transport zone type overlay or vlan. * Enum options - OVERLAY, VLAN. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tzType */ @@ -105,7 +105,7 @@ public String getTzType() { * Data transport zone type overlay or vlan. * Enum options - OVERLAY, VLAN. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tzType set the tzType. */ @@ -118,7 +118,7 @@ public void setTzType(String tzType) { * Example- /infra/segments/vlanls. * This should be set only when transport zone is of type vlan. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanSegments */ @@ -132,7 +132,7 @@ public List getVlanSegments() { * Example- /infra/segments/vlanls. * This should be set only when transport zone is of type vlan. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanSegments */ @@ -146,7 +146,7 @@ public void setVlanSegments(List vlanSegments) { * Example- /infra/segments/vlanls. * This should be set only when transport zone is of type vlan. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanSegments */ diff --git a/java/src/com/vmware/avi/sdk/model/DataScriptErrorTrace.java b/java/src/com/vmware/avi/sdk/model/DataScriptErrorTrace.java index 531014d76c..44e2c685a8 100644 --- a/java/src/com/vmware/avi/sdk/model/DataScriptErrorTrace.java +++ b/java/src/com/vmware/avi/sdk/model/DataScriptErrorTrace.java @@ -34,7 +34,7 @@ public class DataScriptErrorTrace { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -44,7 +44,7 @@ public String getError() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -54,7 +54,7 @@ public void setError(String error) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return event */ @@ -64,7 +64,7 @@ public String getEvent() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param event set the event. */ @@ -74,7 +74,7 @@ public void setEvent(String event) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stackTrace */ @@ -84,7 +84,7 @@ public String getStackTrace() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stackTrace set the stackTrace. */ diff --git a/java/src/com/vmware/avi/sdk/model/DatabaseEventInfo.java b/java/src/com/vmware/avi/sdk/model/DatabaseEventInfo.java index 9b5797e04f..00a66ba337 100644 --- a/java/src/com/vmware/avi/sdk/model/DatabaseEventInfo.java +++ b/java/src/com/vmware/avi/sdk/model/DatabaseEventInfo.java @@ -34,7 +34,7 @@ public class DatabaseEventInfo { * Component of the database(e.g. * Metrics). * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return component */ @@ -47,7 +47,7 @@ public String getComponent() { * Component of the database(e.g. * Metrics). * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param component set the component. */ @@ -59,7 +59,7 @@ public void setComponent(String component) { * This is the getter method this will return the attribute value. * Reported message of the event. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -71,7 +71,7 @@ public String getMessage() { * This is the setter method to the attribute. * Reported message of the event. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ diff --git a/java/src/com/vmware/avi/sdk/model/DbAppLearningInfo.java b/java/src/com/vmware/avi/sdk/model/DbAppLearningInfo.java index a2a1bc7601..e58d1003f2 100644 --- a/java/src/com/vmware/avi/sdk/model/DbAppLearningInfo.java +++ b/java/src/com/vmware/avi/sdk/model/DbAppLearningInfo.java @@ -37,7 +37,7 @@ public class DbAppLearningInfo { * Application uuid. * Combination of virtualservice uuid and waf policy uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appId */ @@ -50,7 +50,7 @@ public String getAppId() { * Application uuid. * Combination of virtualservice uuid and waf policy uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appId set the appId. */ @@ -61,7 +61,7 @@ public void setAppId(String appId) { * This is the getter method this will return the attribute value. * Information about various uris under a application. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriInfo */ @@ -73,7 +73,7 @@ public List getUriInfo() { * This is the setter method. this will set the uriInfo * Information about various uris under a application. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriInfo */ @@ -85,7 +85,7 @@ public void setUriInfo(List uriInfo) { * This is the setter method this will set the uriInfo * Information about various uris under a application. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriInfo */ @@ -101,7 +101,7 @@ public DbAppLearningInfo addUriInfoItem(URIInfo uriInfoItem) { * This is the getter method this will return the attribute value. * Virtualserivce uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -113,7 +113,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Virtualserivce uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugController.java b/java/src/com/vmware/avi/sdk/model/DebugController.java index 02eb2b34d8..6dabad7cb5 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugController.java +++ b/java/src/com/vmware/avi/sdk/model/DebugController.java @@ -49,7 +49,7 @@ public class DebugController extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filters */ @@ -59,7 +59,7 @@ public DebugFilterUnion getFilters() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filters set the filters. */ @@ -70,7 +70,7 @@ public void setFilters(DebugFilterUnion filters) { /** * This is the getter method this will return the attribute value. * Enum options - LOG_LEVEL_DISABLED, LOG_LEVEL_INFO, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return logLevel */ @@ -81,7 +81,7 @@ public String getLogLevel() { /** * This is the setter method to the attribute. * Enum options - LOG_LEVEL_DISABLED, LOG_LEVEL_INFO, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param logLevel set the logLevel. */ @@ -91,7 +91,7 @@ public void setLogLevel(String logLevel) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -101,7 +101,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -114,7 +114,7 @@ public void setName(String name) { * Enum options - TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, * RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, * AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subModule */ @@ -127,7 +127,7 @@ public String getSubModule() { * Enum options - TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, * RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, * AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subModule set the subModule. */ @@ -138,7 +138,7 @@ public void setSubModule(String subModule) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -149,7 +149,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -160,7 +160,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. * Enum options - TRACE_LEVEL_DISABLED, TRACE_LEVEL_ERROR, TRACE_LEVEL_DEBUG, TRACE_LEVEL_DEBUG_DETAIL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return traceLevel */ @@ -171,7 +171,7 @@ public String getTraceLevel() { /** * This is the setter method to the attribute. * Enum options - TRACE_LEVEL_DISABLED, TRACE_LEVEL_ERROR, TRACE_LEVEL_DEBUG, TRACE_LEVEL_DEBUG_DETAIL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param traceLevel set the traceLevel. */ @@ -198,7 +198,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -208,7 +208,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugDnsOptions.java b/java/src/com/vmware/avi/sdk/model/DebugDnsOptions.java index 6bab41e81a..19c21d92d1 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugDnsOptions.java +++ b/java/src/com/vmware/avi/sdk/model/DebugDnsOptions.java @@ -33,7 +33,7 @@ public class DebugDnsOptions { * This field filters the fqdn for dns debug. * Field introduced in 18.2.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -46,7 +46,7 @@ public List getDomainName() { * This field filters the fqdn for dns debug. * Field introduced in 18.2.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -59,7 +59,7 @@ public void setDomainName(List domainName) { * This field filters the fqdn for dns debug. * Field introduced in 18.2.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -75,7 +75,7 @@ public DebugDnsOptions addDomainNameItem(String domainNameItem) { * This field filters the gslb service for dns debug. * Field introduced in 18.2.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceName */ @@ -88,7 +88,7 @@ public List getGslbServiceName() { * This field filters the gslb service for dns debug. * Field introduced in 18.2.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceName */ @@ -101,7 +101,7 @@ public void setGslbServiceName(List gslbServiceName) { * This field filters the gslb service for dns debug. * Field introduced in 18.2.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceName */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugFilterUnion.java b/java/src/com/vmware/avi/sdk/model/DebugFilterUnion.java index 2408201dbb..300d7821ff 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugFilterUnion.java +++ b/java/src/com/vmware/avi/sdk/model/DebugFilterUnion.java @@ -67,7 +67,7 @@ public class DebugFilterUnion { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return alertDebugFilter */ @@ -77,7 +77,7 @@ public AlertMgrDebugFilter getAlertDebugFilter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param alertDebugFilter set the alertDebugFilter. */ @@ -87,7 +87,7 @@ public void setAlertDebugFilter(AlertMgrDebugFilter alertDebugFilter) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoscaleMgrDebugFilter */ @@ -97,7 +97,7 @@ public AutoScaleMgrDebugFilter getAutoscaleMgrDebugFilter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param autoscaleMgrDebugFilter set the autoscaleMgrDebugFilter. */ @@ -107,7 +107,7 @@ public void setAutoscaleMgrDebugFilter(AutoScaleMgrDebugFilter autoscaleMgrDebug /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConnectorDebugFilter */ @@ -117,7 +117,7 @@ public CloudConnectorDebugFilter getCloudConnectorDebugFilter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConnectorDebugFilter set the cloudConnectorDebugFilter. */ @@ -127,7 +127,7 @@ public void setCloudConnectorDebugFilter(CloudConnectorDebugFilter cloudConnecto /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hsDebugFilter */ @@ -137,7 +137,7 @@ public HSMgrDebugFilter getHsDebugFilter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hsDebugFilter set the hsDebugFilter. */ @@ -149,7 +149,7 @@ public void setHsDebugFilter(HSMgrDebugFilter hsDebugFilter) { * This is the getter method this will return the attribute value. * Add filter to log manager debug. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return logmanagerDebugFilter */ @@ -161,7 +161,7 @@ public LogManagerDebugFilter getLogmanagerDebugFilter() { * This is the setter method to the attribute. * Add filter to log manager debug. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param logmanagerDebugFilter set the logmanagerDebugFilter. */ @@ -171,7 +171,7 @@ public void setLogmanagerDebugFilter(LogManagerDebugFilter logmanagerDebugFilter /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mesosMetricsDebugFilter */ @@ -181,7 +181,7 @@ public MesosMetricsDebugFilter getMesosMetricsDebugFilter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mesosMetricsDebugFilter set the mesosMetricsDebugFilter. */ @@ -191,7 +191,7 @@ public void setMesosMetricsDebugFilter(MesosMetricsDebugFilter mesosMetricsDebug /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsDebugFilter */ @@ -201,7 +201,7 @@ public MetricsMgrDebugFilter getMetricsDebugFilter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsDebugFilter set the metricsDebugFilter. */ @@ -213,7 +213,7 @@ public void setMetricsDebugFilter(MetricsMgrDebugFilter metricsDebugFilter) { * This is the getter method this will return the attribute value. * Add metricsapi server filter. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsapiSrvDebugFilter */ @@ -225,7 +225,7 @@ public MetricsApiSrvDebugFilter getMetricsapiSrvDebugFilter() { * This is the setter method to the attribute. * Add metricsapi server filter. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsapiSrvDebugFilter set the metricsapiSrvDebugFilter. */ @@ -235,7 +235,7 @@ public void setMetricsapiSrvDebugFilter(MetricsApiSrvDebugFilter metricsapiSrvDe /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seMgrDebugFilter */ @@ -245,7 +245,7 @@ public SeMgrDebugFilter getSeMgrDebugFilter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seMgrDebugFilter set the seMgrDebugFilter. */ @@ -257,7 +257,7 @@ public void setSeMgrDebugFilter(SeMgrDebugFilter seMgrDebugFilter) { * This is the getter method this will return the attribute value. * Add se rpc proxy filter. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRpcProxyFilter */ @@ -269,7 +269,7 @@ public SeRpcProxyDebugFilter getSeRpcProxyFilter() { * This is the setter method to the attribute. * Add se rpc proxy filter. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRpcProxyFilter set the seRpcProxyFilter. */ @@ -281,7 +281,7 @@ public void setSeRpcProxyFilter(SeRpcProxyDebugFilter seRpcProxyFilter) { * This is the getter method this will return the attribute value. * Add metricsapi server filter. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return securitymgrDebugFilter */ @@ -293,7 +293,7 @@ public SecurityMgrDebugFilter getSecuritymgrDebugFilter() { * This is the setter method to the attribute. * Add metricsapi server filter. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param securitymgrDebugFilter set the securitymgrDebugFilter. */ @@ -303,7 +303,7 @@ public void setSecuritymgrDebugFilter(SecurityMgrDebugFilter securitymgrDebugFil /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stateCacheMgrDebugFilter */ @@ -313,7 +313,7 @@ public StateCacheMgrDebugFilter getStateCacheMgrDebugFilter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stateCacheMgrDebugFilter set the stateCacheMgrDebugFilter. */ @@ -326,7 +326,7 @@ public void setStateCacheMgrDebugFilter(StateCacheMgrDebugFilter stateCacheMgrDe * Enum options - TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, * RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, * AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -339,7 +339,7 @@ public String getType() { * Enum options - TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, * RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, * AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -349,7 +349,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsDebugFilter */ @@ -359,7 +359,7 @@ public VsDebugFilter getVsDebugFilter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsDebugFilter set the vsDebugFilter. */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugIpAddr.java b/java/src/com/vmware/avi/sdk/model/DebugIpAddr.java index a671efe0a2..02bfd47ec4 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugIpAddr.java +++ b/java/src/com/vmware/avi/sdk/model/DebugIpAddr.java @@ -36,7 +36,7 @@ public class DebugIpAddr { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -46,7 +46,7 @@ public List getAddrs() { /** * This is the setter method. this will set the addrs - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -56,7 +56,7 @@ public void setAddrs(List addrs) { /** * This is the setter method this will set the addrs - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -73,7 +73,7 @@ public DebugIpAddr addAddrsItem(IpAddr addrsItem) { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @return matchOperation */ @@ -86,7 +86,7 @@ public String getMatchOperation() { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @param matchOperation set the matchOperation. */ @@ -95,7 +95,7 @@ public void setMatchOperation(String matchOperation) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -105,7 +105,7 @@ public List getPrefixes() { /** * This is the setter method. this will set the prefixes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -115,7 +115,7 @@ public void setPrefixes(List prefixes) { /** * This is the setter method this will set the prefixes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -128,7 +128,7 @@ public DebugIpAddr addPrefixesItem(IpAddrPrefix prefixesItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -138,7 +138,7 @@ public List getRanges() { /** * This is the setter method. this will set the ranges - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -148,7 +148,7 @@ public void setRanges(List ranges) { /** * This is the setter method this will set the ranges - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugSeAgent.java b/java/src/com/vmware/avi/sdk/model/DebugSeAgent.java index f3ecef5598..9e0d96e7c1 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugSeAgent.java +++ b/java/src/com/vmware/avi/sdk/model/DebugSeAgent.java @@ -39,7 +39,7 @@ public class DebugSeAgent { * This is the getter method this will return the attribute value. * Log every nth message. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return logEveryN */ @@ -51,7 +51,7 @@ public Integer getLogEveryN() { * This is the setter method to the attribute. * Log every nth message. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param logEveryN set the logEveryN. */ @@ -62,7 +62,7 @@ public void setLogEveryN(Integer logEveryN) { /** * This is the getter method this will return the attribute value. * Enum options - LOG_LEVEL_DISABLED, LOG_LEVEL_INFO, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return logLevel */ @@ -73,7 +73,7 @@ public String getLogLevel() { /** * This is the setter method to the attribute. * Enum options - LOG_LEVEL_DISABLED, LOG_LEVEL_INFO, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param logLevel set the logLevel. */ @@ -86,7 +86,7 @@ public void setLogLevel(String logLevel) { * Enum options - TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, * RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, * AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subModule */ @@ -99,7 +99,7 @@ public String getSubModule() { * Enum options - TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, * RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, * AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subModule set the subModule. */ @@ -110,7 +110,7 @@ public void setSubModule(String subModule) { /** * This is the getter method this will return the attribute value. * Enum options - TRACE_LEVEL_DISABLED, TRACE_LEVEL_ERROR, TRACE_LEVEL_DEBUG, TRACE_LEVEL_DEBUG_DETAIL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return traceLevel */ @@ -121,7 +121,7 @@ public String getTraceLevel() { /** * This is the setter method to the attribute. * Enum options - TRACE_LEVEL_DISABLED, TRACE_LEVEL_ERROR, TRACE_LEVEL_DEBUG, TRACE_LEVEL_DEBUG_DETAIL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param traceLevel set the traceLevel. */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugSeCpuShares.java b/java/src/com/vmware/avi/sdk/model/DebugSeCpuShares.java index feb3e2ea39..e5bc61f2c9 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugSeCpuShares.java +++ b/java/src/com/vmware/avi/sdk/model/DebugSeCpuShares.java @@ -31,7 +31,7 @@ public class DebugSeCpuShares { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cpu */ @@ -41,7 +41,7 @@ public Integer getCpu() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cpu set the cpu. */ @@ -51,7 +51,7 @@ public void setCpu(Integer cpu) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shares */ @@ -61,7 +61,7 @@ public Integer getShares() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shares set the shares. */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugSeDataplane.java b/java/src/com/vmware/avi/sdk/model/DebugSeDataplane.java index 178740f3c9..e7dd848ad5 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugSeDataplane.java +++ b/java/src/com/vmware/avi/sdk/model/DebugSeDataplane.java @@ -31,7 +31,7 @@ public class DebugSeDataplane { * Enum options - DEBUG_DISPATCHER_FLOW, DEBUG_DISPATCHER_FLOW_DETAIL, DEBUG_DISPATCHER_FLOW_ALL, DEBUG_CONFIG, DEBUG_IP, DEBUG_IP_PKT_IN, * DEBUG_IP_PKT_OUT, DEBUG_ARP, DEBUG_ARP_PKT_IN, DEBUG_ARP_PKT_OUT, DEBUG_ETHERNET, DEBUG_ETHERNET_PKT_IN, DEBUG_ETHERNET_PKT_OUT, DEBUG_ICMP, * DEBUG_PCAP_RX, DEBUG_PCAP_TX, DEBUG_PCAP_DROP, DEBUG_PCAP_ALL, DEBUG_MISC, DEBUG_CRUD... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flag */ @@ -44,7 +44,7 @@ public String getFlag() { * Enum options - DEBUG_DISPATCHER_FLOW, DEBUG_DISPATCHER_FLOW_DETAIL, DEBUG_DISPATCHER_FLOW_ALL, DEBUG_CONFIG, DEBUG_IP, DEBUG_IP_PKT_IN, * DEBUG_IP_PKT_OUT, DEBUG_ARP, DEBUG_ARP_PKT_IN, DEBUG_ARP_PKT_OUT, DEBUG_ETHERNET, DEBUG_ETHERNET_PKT_IN, DEBUG_ETHERNET_PKT_OUT, DEBUG_ICMP, * DEBUG_PCAP_RX, DEBUG_PCAP_TX, DEBUG_PCAP_DROP, DEBUG_PCAP_ALL, DEBUG_MISC, DEBUG_CRUD... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flag set the flag. */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugSeFault.java b/java/src/com/vmware/avi/sdk/model/DebugSeFault.java index 5a49652d7c..99fcdbb34f 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugSeFault.java +++ b/java/src/com/vmware/avi/sdk/model/DebugSeFault.java @@ -50,7 +50,7 @@ public class DebugSeFault { * This is the getter method this will return the attribute value. * Set of faults to enable/disable. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return faults */ @@ -62,7 +62,7 @@ public List getFaults() { * This is the setter method. this will set the faults * Set of faults to enable/disable. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return faults */ @@ -74,7 +74,7 @@ public void setFaults(List faults) { * This is the setter method this will set the faults * Set of faults to enable/disable. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return faults */ @@ -90,7 +90,7 @@ public DebugSeFault addFaultsItem(SeFault faultsItem) { * This is the getter method this will return the attribute value. * Fail se malloc type at this frequency. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seMallocFailFrequency */ @@ -102,7 +102,7 @@ public Integer getSeMallocFailFrequency() { * This is the setter method to the attribute. * Fail se malloc type at this frequency. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seMallocFailFrequency set the seMallocFailFrequency. */ @@ -114,7 +114,7 @@ public void setSeMallocFailFrequency(Integer seMallocFailFrequency) { * This is the getter method this will return the attribute value. * Fail this se malloc type. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seMallocFailType */ @@ -126,7 +126,7 @@ public Integer getSeMallocFailType() { * This is the setter method to the attribute. * Fail this se malloc type. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seMallocFailType set the seMallocFailType. */ @@ -138,7 +138,7 @@ public void setSeMallocFailType(Integer seMallocFailType) { * This is the getter method this will return the attribute value. * Toggle assert on mbuf cluster sanity check fail. * Field introduced in 17.2.13,18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seMbufClSanity */ @@ -150,7 +150,7 @@ public Boolean getSeMbufClSanity() { * This is the setter method to the attribute. * Toggle assert on mbuf cluster sanity check fail. * Field introduced in 17.2.13,18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seMbufClSanity set the seMbufClSanity. */ @@ -162,7 +162,7 @@ public void setSeMbufClSanity(Boolean seMbufClSanity) { * This is the getter method this will return the attribute value. * Fail se shm malloc type at this frequency. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seShmMallocFailFrequency */ @@ -174,7 +174,7 @@ public Integer getSeShmMallocFailFrequency() { * This is the setter method to the attribute. * Fail se shm malloc type at this frequency. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seShmMallocFailFrequency set the seShmMallocFailFrequency. */ @@ -186,7 +186,7 @@ public void setSeShmMallocFailFrequency(Integer seShmMallocFailFrequency) { * This is the getter method this will return the attribute value. * Fail this se shm malloc type. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seShmMallocFailType */ @@ -198,7 +198,7 @@ public Integer getSeShmMallocFailType() { * This is the setter method to the attribute. * Fail this se shm malloc type. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seShmMallocFailType set the seShmMallocFailType. */ @@ -210,7 +210,7 @@ public void setSeShmMallocFailType(Integer seShmMallocFailType) { * This is the getter method this will return the attribute value. * Fail se waf allocation at this frequency. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seWafAllocFailFrequency */ @@ -222,7 +222,7 @@ public Integer getSeWafAllocFailFrequency() { * This is the setter method to the attribute. * Fail se waf allocation at this frequency. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seWafAllocFailFrequency set the seWafAllocFailFrequency. */ @@ -234,7 +234,7 @@ public void setSeWafAllocFailFrequency(Integer seWafAllocFailFrequency) { * This is the getter method this will return the attribute value. * Fail se waf learning allocation at this frequency. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seWafLearningAllocFailFrequency */ @@ -246,7 +246,7 @@ public Integer getSeWafLearningAllocFailFrequency() { * This is the setter method to the attribute. * Fail se waf learning allocation at this frequency. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seWafLearningAllocFailFrequency set the seWafLearningAllocFailFrequency. */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugServiceEngine.java b/java/src/com/vmware/avi/sdk/model/DebugServiceEngine.java index f2e96ea908..b3c18415a4 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugServiceEngine.java +++ b/java/src/com/vmware/avi/sdk/model/DebugServiceEngine.java @@ -63,9 +63,15 @@ public class DebugServiceEngine extends AviRestResource { @JsonProperty("flags") private List flags; + @JsonProperty("mock_dl_fail_obj") + private DebugServiceEngineSeDataStoreMockDlFail mockDlFailObj; + @JsonProperty("name") private String name = "VM name unknown"; + @JsonProperty("objsync") + private DebugServiceEngineObjSync objsync; + @JsonProperty("seagent_debug") private List seagentDebug; @@ -91,7 +97,7 @@ public class DebugServiceEngine extends AviRestResource { * Action to be invoked at configured layer. * Enum options - SE_BENCHMARK_MODE_DROP, SE_BENCHMARK_MODE_REFLECT. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_MODE_DROP". * @return benchmarkAction */ @@ -104,7 +110,7 @@ public String getBenchmarkAction() { * Action to be invoked at configured layer. * Enum options - SE_BENCHMARK_MODE_DROP, SE_BENCHMARK_MODE_REFLECT. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_MODE_DROP". * @param benchmarkAction set the benchmarkAction. */ @@ -120,7 +126,7 @@ public void setBenchmarkAction(String benchmarkAction) { * SE_BENCHMARK_LAYER_PRE_PROXY_PUNT, SE_BENCHMARK_LAYER_POST_PROXY_PUNT, SE_BENCHMARK_LAYER_ETHER_INPUT, SE_BENCHMARK_LAYER_IP_INPUT, * SE_BENCHMARK_LAYER_UDP_INPUT, SE_BENCHMARK_LAYER_POST_L2_PROCESSING, SE_BENCHMARK_LAYER_POST_BUILD_KEY_LITE. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_LAYER_NONE". * @return benchmarkLayer */ @@ -136,7 +142,7 @@ public String getBenchmarkLayer() { * SE_BENCHMARK_LAYER_PRE_PROXY_PUNT, SE_BENCHMARK_LAYER_POST_PROXY_PUNT, SE_BENCHMARK_LAYER_ETHER_INPUT, SE_BENCHMARK_LAYER_IP_INPUT, * SE_BENCHMARK_LAYER_UDP_INPUT, SE_BENCHMARK_LAYER_POST_L2_PROCESSING, SE_BENCHMARK_LAYER_POST_BUILD_KEY_LITE. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_LAYER_NONE". * @param benchmarkLayer set the benchmarkLayer. */ @@ -149,7 +155,7 @@ public void setBenchmarkLayer(String benchmarkLayer) { * Configure different reflect modes. * Enum options - SE_BENCHMARK_REFLECT_SWAP_L4, SE_BENCHMARK_REFLECT_SWAP_L2, SE_BENCHMARK_REFLECT_SWAP_L3. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_REFLECT_SWAP_L4". * @return benchmarkOption */ @@ -162,7 +168,7 @@ public String getBenchmarkOption() { * Configure different reflect modes. * Enum options - SE_BENCHMARK_REFLECT_SWAP_L4, SE_BENCHMARK_REFLECT_SWAP_L2, SE_BENCHMARK_REFLECT_SWAP_L3. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_REFLECT_SWAP_L4". * @param benchmarkOption set the benchmarkOption. */ @@ -175,7 +181,7 @@ public void setBenchmarkOption(String benchmarkOption) { * Rss hash function to be used for packet reflect in tx path. * Enum options - SE_BENCHMARK_DISABLE_HASH, SE_BENCHMARK_RTE_SOFT_HASH. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_DISABLE_HASH". * @return benchmarkRssHash */ @@ -188,7 +194,7 @@ public String getBenchmarkRssHash() { * Rss hash function to be used for packet reflect in tx path. * Enum options - SE_BENCHMARK_DISABLE_HASH, SE_BENCHMARK_RTE_SOFT_HASH. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_DISABLE_HASH". * @param benchmarkRssHash set the benchmarkRssHash. */ @@ -200,7 +206,7 @@ public void setBenchmarkRssHash(String benchmarkRssHash) { * This is the getter method this will return the attribute value. * Enable/disable packet capture. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return capture */ @@ -212,7 +218,7 @@ public Boolean getCapture() { * This is the setter method to the attribute. * Enable/disable packet capture. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param capture set the capture. */ @@ -225,7 +231,7 @@ public void setCapture(Boolean capture) { * Per packet capture filters for debug service engine. * Not applicable for dos pcap capture. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureFilters */ @@ -238,7 +244,7 @@ public CaptureFilters getCaptureFilters() { * Per packet capture filters for debug service engine. * Not applicable for dos pcap capture. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param captureFilters set the captureFilters. */ @@ -250,7 +256,7 @@ public void setCaptureFilters(CaptureFilters captureFilters) { * This is the getter method this will return the attribute value. * Params for se pcap. * Field introduced in 17.2.14,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureParams */ @@ -262,7 +268,7 @@ public DebugVirtualServiceCapture getCaptureParams() { * This is the setter method to the attribute. * Params for se pcap. * Field introduced in 17.2.14,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param captureParams set the captureParams. */ @@ -275,7 +281,7 @@ public void setCaptureParams(DebugVirtualServiceCapture captureParams) { * Per packet capture filters for debug service engine. * Not applicable for dos pcap capture. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return capturePktFilter */ @@ -288,7 +294,7 @@ public CapturePacketFilter getCapturePktFilter() { * Per packet capture filters for debug service engine. * Not applicable for dos pcap capture. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param capturePktFilter set the capturePktFilter. */ @@ -297,7 +303,7 @@ public void setCapturePktFilter(CapturePacketFilter capturePktFilter) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cpuShares */ @@ -307,7 +313,7 @@ public List getCpuShares() { /** * This is the setter method. this will set the cpuShares - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cpuShares */ @@ -317,7 +323,7 @@ public void setCpuShares(List cpuShares) { /** * This is the setter method this will set the cpuShares - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cpuShares */ @@ -334,7 +340,7 @@ public DebugServiceEngine addCpuSharesItem(DebugSeCpuShares cpuSharesItem) { * Per packet ip filter for service engine pcap. * Matches with source and destination address. * Field introduced in 17.2.14,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return debugIp */ @@ -347,7 +353,7 @@ public DebugIpAddr getDebugIp() { * Per packet ip filter for service engine pcap. * Matches with source and destination address. * Field introduced in 17.2.14,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param debugIp set the debugIp. */ @@ -361,7 +367,7 @@ public void setDebugIp(DebugIpAddr debugIp) { * Requires se reboot. * Applicable only in case of vm based deployments. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableKdump */ @@ -375,7 +381,7 @@ public Boolean getEnableKdump() { * Requires se reboot. * Applicable only in case of vm based deployments. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableKdump set the enableKdump. */ @@ -387,7 +393,7 @@ public void setEnableKdump(Boolean enableKdump) { * This is the getter method this will return the attribute value. * Enable profiling time for certain rpc calls. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableRpcTimingProfiler */ @@ -399,7 +405,7 @@ public Boolean getEnableRpcTimingProfiler() { * This is the setter method to the attribute. * Enable profiling time for certain rpc calls. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableRpcTimingProfiler set the enableRpcTimingProfiler. */ @@ -411,7 +417,7 @@ public void setEnableRpcTimingProfiler(Boolean enableRpcTimingProfiler) { * This is the getter method this will return the attribute value. * Params for se fault injection. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fault */ @@ -423,7 +429,7 @@ public DebugSeFault getFault() { * This is the setter method to the attribute. * Params for se fault injection. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fault set the fault. */ @@ -432,7 +438,7 @@ public void setFault(DebugSeFault fault) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flags */ @@ -442,7 +448,7 @@ public List getFlags() { /** * This is the setter method. this will set the flags - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flags */ @@ -452,7 +458,7 @@ public void setFlags(List flags) { /** * This is the setter method this will set the flags - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flags */ @@ -466,7 +472,31 @@ public DebugServiceEngine addFlagsItem(DebugSeDataplane flagsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Internal mark a specific incoming stream object to be failed. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mockDlFailObj + */ + public DebugServiceEngineSeDataStoreMockDlFail getMockDlFailObj() { + return mockDlFailObj; + } + + /** + * This is the setter method to the attribute. + * Internal mark a specific incoming stream object to be failed. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param mockDlFailObj set the mockDlFailObj. + */ + public void setMockDlFailObj(DebugServiceEngineSeDataStoreMockDlFail mockDlFailObj) { + this.mockDlFailObj = mockDlFailObj; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VM name unknown". * @return name */ @@ -476,16 +506,40 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VM name unknown". * @param name set the name. */ public void setName(String name) { this.name = name; } + + /** + * This is the getter method this will return the attribute value. + * Objsync specific debug options. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return objsync + */ + public DebugServiceEngineObjSync getObjsync() { + return objsync; + } + + /** + * This is the setter method to the attribute. + * Objsync specific debug options. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param objsync set the objsync. + */ + public void setObjsync(DebugServiceEngineObjSync objsync) { + this.objsync = objsync; + } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seagentDebug */ @@ -495,7 +549,7 @@ public List getSeagentDebug() { /** * This is the setter method. this will set the seagentDebug - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seagentDebug */ @@ -505,7 +559,7 @@ public void setSeagentDebug(List seagentDebug) { /** * This is the setter method this will set the seagentDebug - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seagentDebug */ @@ -521,7 +575,7 @@ public DebugServiceEngine addSeagentDebugItem(DebugSeAgent seagentDebugItem) { * This is the getter method this will return the attribute value. * Debug knob for se_log_agent process. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return selogagentDebug */ @@ -533,7 +587,7 @@ public DebugSeAgent getSelogagentDebug() { * This is the setter method to the attribute. * Debug knob for se_log_agent process. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param selogagentDebug set the selogagentDebug. */ @@ -544,7 +598,7 @@ public void setSelogagentDebug(DebugSeAgent selogagentDebug) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -555,7 +609,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -567,7 +621,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Trace the functions calling memory allocation and free apis. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return traceMemory */ @@ -579,7 +633,7 @@ public DebugTraceMemory getTraceMemory() { * This is the setter method to the attribute. * Trace the functions calling memory allocation and free apis. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param traceMemory set the traceMemory. */ @@ -606,7 +660,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -616,7 +670,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -653,6 +707,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.traceMemory, objDebugServiceEngine.traceMemory)&& Objects.equals(this.enableRpcTimingProfiler, objDebugServiceEngine.enableRpcTimingProfiler)&& Objects.equals(this.capturePktFilter, objDebugServiceEngine.capturePktFilter)&& + Objects.equals(this.objsync, objDebugServiceEngine.objsync)&& + Objects.equals(this.mockDlFailObj, objDebugServiceEngine.mockDlFailObj)&& Objects.equals(this.tenantRef, objDebugServiceEngine.tenantRef); } @@ -674,7 +730,9 @@ public String toString() { sb.append(" enableRpcTimingProfiler: ").append(toIndentedString(enableRpcTimingProfiler)).append("\n"); sb.append(" fault: ").append(toIndentedString(fault)).append("\n"); sb.append(" flags: ").append(toIndentedString(flags)).append("\n"); + sb.append(" mockDlFailObj: ").append(toIndentedString(mockDlFailObj)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" objsync: ").append(toIndentedString(objsync)).append("\n"); sb.append(" seagentDebug: ").append(toIndentedString(seagentDebug)).append("\n"); sb.append(" selogagentDebug: ").append(toIndentedString(selogagentDebug)).append("\n"); sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/DebugServiceEngineObjSync.java b/java/src/com/vmware/avi/sdk/model/DebugServiceEngineObjSync.java new file mode 100644 index 0000000000..c9bd2fdc7d --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/DebugServiceEngineObjSync.java @@ -0,0 +1,116 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The DebugServiceEngineObjSync is a POJO class extends AviRestResource that used for creating + * DebugServiceEngineObjSync. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class DebugServiceEngineObjSync { + @JsonProperty("log_level") + private String logLevel = "LOG_LVL_INFO"; + + @JsonProperty("publish_packet_drops") + private Integer publishPacketDrops; + + + + /** + * This is the getter method this will return the attribute value. + * Objsync logging verbosity. + * Enum options - LOG_LVL_ERROR, LOG_LVL_WARNING, LOG_LVL_INFO, LOG_LVL_DEBUG. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "LOG_LVL_INFO". + * @return logLevel + */ + public String getLogLevel() { + return logLevel; + } + + /** + * This is the setter method to the attribute. + * Objsync logging verbosity. + * Enum options - LOG_LVL_ERROR, LOG_LVL_WARNING, LOG_LVL_INFO, LOG_LVL_DEBUG. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "LOG_LVL_INFO". + * @param logLevel set the logLevel. + */ + public void setLogLevel(String logLevel) { + this.logLevel = logLevel; + } + + /** + * This is the getter method this will return the attribute value. + * Drop 1 packet in every n packets. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return publishPacketDrops + */ + public Integer getPublishPacketDrops() { + return publishPacketDrops; + } + + /** + * This is the setter method to the attribute. + * Drop 1 packet in every n packets. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param publishPacketDrops set the publishPacketDrops. + */ + public void setPublishPacketDrops(Integer publishPacketDrops) { + this.publishPacketDrops = publishPacketDrops; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DebugServiceEngineObjSync objDebugServiceEngineObjSync = (DebugServiceEngineObjSync) o; + return Objects.equals(this.publishPacketDrops, objDebugServiceEngineObjSync.publishPacketDrops)&& + Objects.equals(this.logLevel, objDebugServiceEngineObjSync.logLevel); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DebugServiceEngineObjSync {\n"); + sb.append(" logLevel: ").append(toIndentedString(logLevel)).append("\n"); + sb.append(" publishPacketDrops: ").append(toIndentedString(publishPacketDrops)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/DebugServiceEngineSeDataStoreMockDlFail.java b/java/src/com/vmware/avi/sdk/model/DebugServiceEngineSeDataStoreMockDlFail.java new file mode 100644 index 0000000000..fcc42bca39 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/DebugServiceEngineSeDataStoreMockDlFail.java @@ -0,0 +1,118 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The DebugServiceEngineSeDataStoreMockDlFail is a POJO class extends AviRestResource that used for creating + * DebugServiceEngineSeDataStoreMockDlFail. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class DebugServiceEngineSeDataStoreMockDlFail { + @JsonProperty("is_sedatastore_update_rpc") + private Boolean isSedatastoreUpdateRpc; + + @JsonProperty("object_type") + private String objectType; + + + + /** + * This is the getter method this will return the attribute value. + * Se datastore notification rpc type to be failed. + * Set true for update and false for create. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return isSedatastoreUpdateRpc + */ + public Boolean getIsSedatastoreUpdateRpc() { + return isSedatastoreUpdateRpc; + } + + /** + * This is the setter method to the attribute. + * Se datastore notification rpc type to be failed. + * Set true for update and false for create. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param isSedatastoreUpdateRpc set the isSedatastoreUpdateRpc. + */ + public void setIsSedatastoreUpdateRpc(Boolean isSedatastoreUpdateRpc) { + this.isSedatastoreUpdateRpc = isSedatastoreUpdateRpc; + } + + /** + * This is the getter method this will return the attribute value. + * Incoming stream response object type to be failed. + * Eg 'virtualservicese', 'pool', 'fileobject', etc. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return objectType + */ + public String getObjectType() { + return objectType; + } + + /** + * This is the setter method to the attribute. + * Incoming stream response object type to be failed. + * Eg 'virtualservicese', 'pool', 'fileobject', etc. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param objectType set the objectType. + */ + public void setObjectType(String objectType) { + this.objectType = objectType; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DebugServiceEngineSeDataStoreMockDlFail objDebugServiceEngineSeDataStoreMockDlFail = (DebugServiceEngineSeDataStoreMockDlFail) o; + return Objects.equals(this.objectType, objDebugServiceEngineSeDataStoreMockDlFail.objectType)&& + Objects.equals(this.isSedatastoreUpdateRpc, objDebugServiceEngineSeDataStoreMockDlFail.isSedatastoreUpdateRpc); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DebugServiceEngineSeDataStoreMockDlFail {\n"); + sb.append(" isSedatastoreUpdateRpc: ").append(toIndentedString(isSedatastoreUpdateRpc)).append("\n"); + sb.append(" objectType: ").append(toIndentedString(objectType)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/DebugTraceMallocTypes.java b/java/src/com/vmware/avi/sdk/model/DebugTraceMallocTypes.java index 56d8dcd1da..1fc0bb1319 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugTraceMallocTypes.java +++ b/java/src/com/vmware/avi/sdk/model/DebugTraceMallocTypes.java @@ -30,7 +30,7 @@ public class DebugTraceMallocTypes { * This is the getter method this will return the attribute value. * Memory type to be traced for se_malloc and se_free. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mallocTypeIndex */ @@ -42,7 +42,7 @@ public Integer getMallocTypeIndex() { * This is the setter method to the attribute. * Memory type to be traced for se_malloc and se_free. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mallocTypeIndex set the mallocTypeIndex. */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugTraceMemory.java b/java/src/com/vmware/avi/sdk/model/DebugTraceMemory.java index 3a35794e7f..84310b60e6 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugTraceMemory.java +++ b/java/src/com/vmware/avi/sdk/model/DebugTraceMemory.java @@ -32,7 +32,7 @@ public class DebugTraceMemory { * This is the getter method this will return the attribute value. * Memory type to be traced for se_malloc and se_free. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return traceMallocTypes */ @@ -44,7 +44,7 @@ public List getTraceMallocTypes() { * This is the setter method. this will set the traceMallocTypes * Memory type to be traced for se_malloc and se_free. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return traceMallocTypes */ @@ -56,7 +56,7 @@ public void setTraceMallocTypes(List traceMallocTypes) { * This is the setter method this will set the traceMallocTypes * Memory type to be traced for se_malloc and se_free. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return traceMallocTypes */ @@ -71,7 +71,7 @@ public DebugTraceMemory addTraceMallocTypesItem(DebugTraceMallocTypes traceMallo * This is the getter method this will return the attribute value. * Memory type to be traced for se_shm_malloc and se_shm_free. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return traceShmMallocTypes */ @@ -83,7 +83,7 @@ public List getTraceShmMallocTypes() { * This is the setter method. this will set the traceShmMallocTypes * Memory type to be traced for se_shm_malloc and se_shm_free. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return traceShmMallocTypes */ @@ -95,7 +95,7 @@ public void setTraceShmMallocTypes(List traceShmMallo * This is the setter method this will set the traceShmMallocTypes * Memory type to be traced for se_shm_malloc and se_shm_free. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return traceShmMallocTypes */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugTraceShmMallocTypes.java b/java/src/com/vmware/avi/sdk/model/DebugTraceShmMallocTypes.java index 078475ba49..a92ef1971b 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugTraceShmMallocTypes.java +++ b/java/src/com/vmware/avi/sdk/model/DebugTraceShmMallocTypes.java @@ -30,7 +30,7 @@ public class DebugTraceShmMallocTypes { * This is the getter method this will return the attribute value. * Memory type to be traced for se_shmalloc and se_shmfree. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shmMallocTypeIndex */ @@ -42,7 +42,7 @@ public Integer getShmMallocTypeIndex() { * This is the setter method to the attribute. * Memory type to be traced for se_shmalloc and se_shmfree. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shmMallocTypeIndex set the shmMallocTypeIndex. */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugVirtualService.java b/java/src/com/vmware/avi/sdk/model/DebugVirtualService.java index df7b0ecb0a..f81e27a4f3 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugVirtualService.java +++ b/java/src/com/vmware/avi/sdk/model/DebugVirtualService.java @@ -76,7 +76,7 @@ public class DebugVirtualService extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return capture */ @@ -86,7 +86,7 @@ public Boolean getCapture() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param capture set the capture. */ @@ -99,7 +99,7 @@ public void setCapture(Boolean capture) { * Per packet capture filters for debug virtual service. * Applies to both frontend and backend packets. * Field introduced in 18.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureFilters */ @@ -112,7 +112,7 @@ public CaptureFilters getCaptureFilters() { * Per packet capture filters for debug virtual service. * Applies to both frontend and backend packets. * Field introduced in 18.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param captureFilters set the captureFilters. */ @@ -122,7 +122,7 @@ public void setCaptureFilters(CaptureFilters captureFilters) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureParams */ @@ -132,7 +132,7 @@ public DebugVirtualServiceCapture getCaptureParams() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param captureParams set the captureParams. */ @@ -145,7 +145,7 @@ public void setCaptureParams(DebugVirtualServiceCapture captureParams) { * Per packet capture filters for debug virtual service. * Applies to both frontend and backend packets. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return capturePktFilter */ @@ -158,7 +158,7 @@ public CapturePacketFilter getCapturePktFilter() { * Per packet capture filters for debug virtual service. * Applies to both frontend and backend packets. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param capturePktFilter set the capturePktFilter. */ @@ -169,7 +169,7 @@ public void setCapturePktFilter(CapturePacketFilter capturePktFilter) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -180,7 +180,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -192,7 +192,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * This option controls the capture of health monitor flows. * Enum options - DEBUG_VS_HM_NONE, DEBUG_VS_HM_ONLY, DEBUG_VS_HM_INCLUDE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DEBUG_VS_HM_NONE". * @return debugHm */ @@ -204,7 +204,7 @@ public String getDebugHm() { * This is the setter method to the attribute. * This option controls the capture of health monitor flows. * Enum options - DEBUG_VS_HM_NONE, DEBUG_VS_HM_ONLY, DEBUG_VS_HM_INCLUDE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DEBUG_VS_HM_NONE". * @param debugHm set the debugHm. */ @@ -215,7 +215,7 @@ public void setDebugHm(String debugHm) { /** * This is the getter method this will return the attribute value. * Filters all packets of a complete transaction (client and server side), based on client ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return debugIp */ @@ -226,7 +226,7 @@ public DebugIpAddr getDebugIp() { /** * This is the setter method to the attribute. * Filters all packets of a complete transaction (client and server side), based on client ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param debugIp set the debugIp. */ @@ -238,7 +238,7 @@ public void setDebugIp(DebugIpAddr debugIp) { * This is the getter method this will return the attribute value. * Dns debug options. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsOptions */ @@ -250,7 +250,7 @@ public DebugDnsOptions getDnsOptions() { * This is the setter method to the attribute. * Dns debug options. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsOptions set the dnsOptions. */ @@ -259,7 +259,7 @@ public void setDnsOptions(DebugDnsOptions dnsOptions) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flags */ @@ -269,7 +269,7 @@ public List getFlags() { /** * This is the setter method. this will set the flags - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flags */ @@ -279,7 +279,7 @@ public void setFlags(List flags) { /** * This is the setter method this will set the flags - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flags */ @@ -295,7 +295,7 @@ public DebugVirtualService addFlagsItem(DebugVsDataplane flagsItem) { * This is the getter method this will return the attribute value. * Deprecated in 22.1.1. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latencyAuditFilters */ @@ -307,7 +307,7 @@ public CaptureFilters getLatencyAuditFilters() { * This is the setter method to the attribute. * Deprecated in 22.1.1. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latencyAuditFilters set the latencyAuditFilters. */ @@ -317,7 +317,7 @@ public void setLatencyAuditFilters(CaptureFilters latencyAuditFilters) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -327,7 +327,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -339,7 +339,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Object sync debug options. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objsync */ @@ -351,7 +351,7 @@ public DebugVirtualServiceObjSync getObjsync() { * This is the setter method to the attribute. * Object sync debug options. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objsync set the objsync. */ @@ -364,7 +364,7 @@ public void setObjsync(DebugVirtualServiceObjSync objsync) { * This option re-synchronizes flows between active-standby service engines for all the virtual services placed on them. * It should be used with caution because as it can cause a flood between active-standby. * Field introduced in 18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return resyncFlows */ @@ -377,7 +377,7 @@ public Boolean getResyncFlows() { * This option re-synchronizes flows between active-standby service engines for all the virtual services placed on them. * It should be used with caution because as it can cause a flood between active-standby. * Field introduced in 18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param resyncFlows set the resyncFlows. */ @@ -387,7 +387,7 @@ public void setResyncFlows(Boolean resyncFlows) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seParams */ @@ -397,7 +397,7 @@ public DebugVirtualServiceSeParams getSeParams() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seParams set the seParams. */ @@ -408,7 +408,7 @@ public void setSeParams(DebugVirtualServiceSeParams seParams) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -419,7 +419,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -446,7 +446,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -456,7 +456,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugVirtualServiceCapture.java b/java/src/com/vmware/avi/sdk/model/DebugVirtualServiceCapture.java index 7f396ad7c6..61fd7d6303 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugVirtualServiceCapture.java +++ b/java/src/com/vmware/avi/sdk/model/DebugVirtualServiceCapture.java @@ -51,7 +51,7 @@ public class DebugVirtualServiceCapture { * Set both to 0 for avi default size. * Dos, ipc and drop pcaps not applicaple. * Field introduced in 18.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureFileSize */ @@ -66,7 +66,7 @@ public CaptureFileSize getCaptureFileSize() { * Set both to 0 for avi default size. * Dos, ipc and drop pcaps not applicaple. * Field introduced in 18.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param captureFileSize set the captureFileSize. */ @@ -80,7 +80,7 @@ public void setCaptureFileSize(CaptureFileSize captureFileSize) { * Use 0 to capture until manually stopped. * Special values are 0 - infinite. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return duration */ @@ -94,7 +94,7 @@ public Integer getDuration() { * Use 0 to capture until manually stopped. * Special values are 0 - infinite. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param duration set the duration. */ @@ -106,7 +106,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Enable ssl session key capture. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableSslSessionKeyCapture */ @@ -118,7 +118,7 @@ public Boolean getEnableSslSessionKeyCapture() { * This is the setter method to the attribute. * Enable ssl session key capture. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableSslSessionKeyCapture set the enableSslSessionKeyCapture. */ @@ -131,7 +131,7 @@ public void setEnableSslSessionKeyCapture(Boolean enableSslSessionKeyCapture) { * Number of files to maintain for se pcap file rotation.file count set to 1 indicates no rotate. * Allowed values are 1-10. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return fileCount */ @@ -144,7 +144,7 @@ public Integer getFileCount() { * Number of files to maintain for se pcap file rotation.file count set to 1 indicates no rotate. * Allowed values are 1-10. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param fileCount set the fileCount. */ @@ -155,7 +155,7 @@ public void setFileCount(Integer fileCount) { /** * This is the getter method this will return the attribute value. * Total number of packets to capture. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPkts */ @@ -166,7 +166,7 @@ public Integer getNumPkts() { /** * This is the setter method to the attribute. * Total number of packets to capture. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPkts set the numPkts. */ @@ -178,7 +178,7 @@ public void setNumPkts(Integer numPkts) { * This is the getter method this will return the attribute value. * Enable pcapng for packet capture. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return pcapNg */ @@ -190,7 +190,7 @@ public Boolean getPcapNg() { * This is the setter method to the attribute. * Enable pcapng for packet capture. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param pcapNg set the pcapNg. */ @@ -205,7 +205,7 @@ public void setPcapNg(Boolean pcapNg) { * Allowed values are 64-1514. * Special values are 0 - full capture. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return pktSize */ @@ -220,7 +220,7 @@ public Integer getPktSize() { * Allowed values are 64-1514. * Special values are 0 - full capture. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param pktSize set the pktSize. */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugVirtualServiceObjSync.java b/java/src/com/vmware/avi/sdk/model/DebugVirtualServiceObjSync.java index b5bf3061ce..ab7962bb2c 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugVirtualServiceObjSync.java +++ b/java/src/com/vmware/avi/sdk/model/DebugVirtualServiceObjSync.java @@ -30,7 +30,7 @@ public class DebugVirtualServiceObjSync { * This is the getter method this will return the attribute value. * Triggers initial sync on all the ses of this vs. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return triggerInitialSync */ @@ -42,7 +42,7 @@ public Boolean getTriggerInitialSync() { * This is the setter method to the attribute. * Triggers initial sync on all the ses of this vs. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param triggerInitialSync set the triggerInitialSync. */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugVirtualServiceSeParams.java b/java/src/com/vmware/avi/sdk/model/DebugVirtualServiceSeParams.java index 809b49a381..3d97635b97 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugVirtualServiceSeParams.java +++ b/java/src/com/vmware/avi/sdk/model/DebugVirtualServiceSeParams.java @@ -28,7 +28,7 @@ public class DebugVirtualServiceSeParams { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRefs */ @@ -39,7 +39,7 @@ public List getSeRefs() { /** * This is the setter method. this will set the seRefs * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRefs */ @@ -50,7 +50,7 @@ public void setSeRefs(List seRefs) { /** * This is the setter method this will set the seRefs * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRefs */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugVrf.java b/java/src/com/vmware/avi/sdk/model/DebugVrf.java index 0e718a0e6f..15a82e546e 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugVrf.java +++ b/java/src/com/vmware/avi/sdk/model/DebugVrf.java @@ -30,7 +30,7 @@ public class DebugVrf { * This is the getter method this will return the attribute value. * Enum options - DEBUG_VRF_BGP, DEBUG_VRF_QUAGGA, DEBUG_VRF_ALL, DEBUG_VRF_NONE. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flag */ @@ -42,7 +42,7 @@ public String getFlag() { * This is the setter method to the attribute. * Enum options - DEBUG_VRF_BGP, DEBUG_VRF_QUAGGA, DEBUG_VRF_ALL, DEBUG_VRF_NONE. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flag set the flag. */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugVrfContext.java b/java/src/com/vmware/avi/sdk/model/DebugVrfContext.java index 405a205041..19af98f480 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugVrfContext.java +++ b/java/src/com/vmware/avi/sdk/model/DebugVrfContext.java @@ -38,7 +38,7 @@ public class DebugVrfContext { * Allowed values are 1-4. * Field introduced in 17.2.13,18.1.5,18.2.1. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return commandBufferInterval */ @@ -52,7 +52,7 @@ public Integer getCommandBufferInterval() { * Allowed values are 1-4. * Field introduced in 17.2.13,18.1.5,18.2.1. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param commandBufferInterval set the commandBufferInterval. */ @@ -66,7 +66,7 @@ public void setCommandBufferInterval(Integer commandBufferInterval) { * Allowed values are 1-32768. * Field introduced in 17.2.13,18.1.5,18.2.1. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32768. * @return commandBufferSize */ @@ -80,7 +80,7 @@ public Integer getCommandBufferSize() { * Allowed values are 1-32768. * Field introduced in 17.2.13,18.1.5,18.2.1. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32768. * @param commandBufferSize set the commandBufferSize. */ @@ -90,7 +90,7 @@ public void setCommandBufferSize(Integer commandBufferSize) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flags */ @@ -101,7 +101,7 @@ public List getFlags() { /** * This is the setter method. this will set the flags * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flags */ @@ -112,7 +112,7 @@ public void setFlags(List flags) { /** * This is the setter method this will set the flags * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flags */ diff --git a/java/src/com/vmware/avi/sdk/model/DebugVsDataplane.java b/java/src/com/vmware/avi/sdk/model/DebugVsDataplane.java index 672bbb104e..2cc608ca93 100644 --- a/java/src/com/vmware/avi/sdk/model/DebugVsDataplane.java +++ b/java/src/com/vmware/avi/sdk/model/DebugVsDataplane.java @@ -31,7 +31,7 @@ public class DebugVsDataplane { * Enum options - DEBUG_VS_TCP_CONNECTION, DEBUG_VS_TCP_PKT, DEBUG_VS_TCP_APP, DEBUG_VS_TCP_APP_PKT, DEBUG_VS_TCP_RETRANSMIT, DEBUG_VS_TCP_TIMER, * DEBUG_VS_TCP_CONN_ERROR, DEBUG_VS_TCP_PKT_ERROR, DEBUG_VS_TCP_REXMT, DEBUG_VS_TCP_ALL, DEBUG_VS_CREDIT, DEBUG_VS_PROXY_CONNECTION, * DEBUG_VS_PROXY_PKT, DEBUG_VS_PROXY_ERR, DEBUG_VS_UDP, DEBUG_VS_UDP_PKT, DEBUG_VS_HM, DEBUG_VS_HM_ERR, DEBUG_VS_HM_PKT, DEBUG_VS_HTTP_CORE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flag */ @@ -44,7 +44,7 @@ public String getFlag() { * Enum options - DEBUG_VS_TCP_CONNECTION, DEBUG_VS_TCP_PKT, DEBUG_VS_TCP_APP, DEBUG_VS_TCP_APP_PKT, DEBUG_VS_TCP_RETRANSMIT, DEBUG_VS_TCP_TIMER, * DEBUG_VS_TCP_CONN_ERROR, DEBUG_VS_TCP_PKT_ERROR, DEBUG_VS_TCP_REXMT, DEBUG_VS_TCP_ALL, DEBUG_VS_CREDIT, DEBUG_VS_PROXY_CONNECTION, * DEBUG_VS_PROXY_PKT, DEBUG_VS_PROXY_ERR, DEBUG_VS_UDP, DEBUG_VS_UDP_PKT, DEBUG_VS_HM, DEBUG_VS_HM_ERR, DEBUG_VS_HM_PKT, DEBUG_VS_HTTP_CORE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flag set the flag. */ diff --git a/java/src/com/vmware/avi/sdk/model/DestinationPortAddr.java b/java/src/com/vmware/avi/sdk/model/DestinationPortAddr.java index 5ab206ad64..73dda94a0c 100644 --- a/java/src/com/vmware/avi/sdk/model/DestinationPortAddr.java +++ b/java/src/com/vmware/avi/sdk/model/DestinationPortAddr.java @@ -37,7 +37,7 @@ public class DestinationPortAddr { * Tcp/udp port range end (inclusive). * Allowed values are 1-65535. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dstPortEnd */ @@ -50,7 +50,7 @@ public Integer getDstPortEnd() { * Tcp/udp port range end (inclusive). * Allowed values are 1-65535. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dstPortEnd set the dstPortEnd. */ @@ -63,7 +63,7 @@ public void setDstPortEnd(Integer dstPortEnd) { * Tcp/udp port range start (inclusive). * Allowed values are 1-65535. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dstPortStart */ @@ -76,7 +76,7 @@ public Integer getDstPortStart() { * Tcp/udp port range start (inclusive). * Allowed values are 1-65535. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dstPortStart set the dstPortStart. */ @@ -89,7 +89,7 @@ public void setDstPortStart(Integer dstPortStart) { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @return matchOperation */ @@ -102,7 +102,7 @@ public String getMatchOperation() { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @param matchOperation set the matchOperation. */ diff --git a/java/src/com/vmware/avi/sdk/model/DetachIpStatusEventDetails.java b/java/src/com/vmware/avi/sdk/model/DetachIpStatusEventDetails.java index a10597d2e8..4cfdca1312 100644 --- a/java/src/com/vmware/avi/sdk/model/DetachIpStatusEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/DetachIpStatusEventDetails.java @@ -39,7 +39,7 @@ public class DetachIpStatusEventDetails { * This is the getter method this will return the attribute value. * Reason if detach ip failed. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -51,7 +51,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason if detach ip failed. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -63,7 +63,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Name of the service engine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -75,7 +75,7 @@ public String getSeName() { * This is the setter method to the attribute. * Name of the service engine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -87,7 +87,7 @@ public void setSeName(String seName) { * This is the getter method this will return the attribute value. * Vip id. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -99,7 +99,7 @@ public String getVipId() { * This is the setter method to the attribute. * Vip id. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -111,7 +111,7 @@ public void setVipId(String vipId) { * This is the getter method this will return the attribute value. * Name of the virtual service. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -123,7 +123,7 @@ public String getVsName() { * This is the setter method to the attribute. * Name of the virtual service. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ diff --git a/java/src/com/vmware/avi/sdk/model/DiameterAVPPersistenceProfile.java b/java/src/com/vmware/avi/sdk/model/DiameterAVPPersistenceProfile.java new file mode 100644 index 0000000000..c45ec7d468 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/DiameterAVPPersistenceProfile.java @@ -0,0 +1,120 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The DiameterAVPPersistenceProfile is a POJO class extends AviRestResource that used for creating + * DiameterAVPPersistenceProfile. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class DiameterAVPPersistenceProfile { + @JsonProperty("avp_key_type") + private String avpKeyType = "SESSION_ID"; + + @JsonProperty("timeout") + private Integer timeout; + + + + /** + * This is the getter method this will return the attribute value. + * Avpkey type. + * Enum options - SESSION_ID, ORIGIN_HOST, ORIGIN_REALM, DESTINATION_HOST, DESTINATION_REALM, APPLICATION_ID. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "SESSION_ID". + * @return avpKeyType + */ + public String getAvpKeyType() { + return avpKeyType; + } + + /** + * This is the setter method to the attribute. + * Avpkey type. + * Enum options - SESSION_ID, ORIGIN_HOST, ORIGIN_REALM, DESTINATION_HOST, DESTINATION_REALM, APPLICATION_ID. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "SESSION_ID". + * @param avpKeyType set the avpKeyType. + */ + public void setAvpKeyType(String avpKeyType) { + this.avpKeyType = avpKeyType; + } + + /** + * This is the getter method this will return the attribute value. + * The maximum lifetime of diameter cookie. + * No value or 'zero' indicates no timeout. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return timeout + */ + public Integer getTimeout() { + return timeout; + } + + /** + * This is the setter method to the attribute. + * The maximum lifetime of diameter cookie. + * No value or 'zero' indicates no timeout. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param timeout set the timeout. + */ + public void setTimeout(Integer timeout) { + this.timeout = timeout; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DiameterAVPPersistenceProfile objDiameterAVPPersistenceProfile = (DiameterAVPPersistenceProfile) o; + return Objects.equals(this.timeout, objDiameterAVPPersistenceProfile.timeout)&& + Objects.equals(this.avpKeyType, objDiameterAVPPersistenceProfile.avpKeyType); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DiameterAVPPersistenceProfile {\n"); + sb.append(" avpKeyType: ").append(toIndentedString(avpKeyType)).append("\n"); + sb.append(" timeout: ").append(toIndentedString(timeout)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/DiameterLog.java b/java/src/com/vmware/avi/sdk/model/DiameterLog.java new file mode 100644 index 0000000000..10a8aadaf5 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/DiameterLog.java @@ -0,0 +1,319 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The DiameterLog is a POJO class extends AviRestResource that used for creating + * DiameterLog. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class DiameterLog { + @JsonProperty("application_id") + private Integer applicationId; + + @JsonProperty("avp_key_type") + private String avpKeyType; + + @JsonProperty("command_code") + private Integer commandCode; + + @JsonProperty("destination_host") + private String destinationHost; + + @JsonProperty("destination_realm") + private String destinationRealm; + + @JsonProperty("end_to_end_identifier") + private Integer endToEndIdentifier; + + @JsonProperty("hop_by_hop_identifier") + private Integer hopByHopIdentifier; + + @JsonProperty("origin_host") + private String originHost; + + @JsonProperty("origin_realm") + private String originRealm; + + + + /** + * This is the getter method this will return the attribute value. + * Field to identify which application the message is applicable for. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return applicationId + */ + public Integer getApplicationId() { + return applicationId; + } + + /** + * This is the setter method to the attribute. + * Field to identify which application the message is applicable for. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param applicationId set the applicationId. + */ + public void setApplicationId(Integer applicationId) { + this.applicationId = applicationId; + } + + /** + * This is the getter method this will return the attribute value. + * Avpkey type. + * Enum options - SESSION_ID, ORIGIN_HOST, ORIGIN_REALM, DESTINATION_HOST, DESTINATION_REALM, APPLICATION_ID. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return avpKeyType + */ + public String getAvpKeyType() { + return avpKeyType; + } + + /** + * This is the setter method to the attribute. + * Avpkey type. + * Enum options - SESSION_ID, ORIGIN_HOST, ORIGIN_REALM, DESTINATION_HOST, DESTINATION_REALM, APPLICATION_ID. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param avpKeyType set the avpKeyType. + */ + public void setAvpKeyType(String avpKeyType) { + this.avpKeyType = avpKeyType; + } + + /** + * This is the getter method this will return the attribute value. + * Field to indicate command associated with message. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return commandCode + */ + public Integer getCommandCode() { + return commandCode; + } + + /** + * This is the setter method to the attribute. + * Field to indicate command associated with message. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param commandCode set the commandCode. + */ + public void setCommandCode(Integer commandCode) { + this.commandCode = commandCode; + } + + /** + * This is the getter method this will return the attribute value. + * Field to identify the target server for the message. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return destinationHost + */ + public String getDestinationHost() { + return destinationHost; + } + + /** + * This is the setter method to the attribute. + * Field to identify the target server for the message. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param destinationHost set the destinationHost. + */ + public void setDestinationHost(String destinationHost) { + this.destinationHost = destinationHost; + } + + /** + * This is the getter method this will return the attribute value. + * Field to identify the realm where receiving server resides. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return destinationRealm + */ + public String getDestinationRealm() { + return destinationRealm; + } + + /** + * This is the setter method to the attribute. + * Field to identify the realm where receiving server resides. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param destinationRealm set the destinationRealm. + */ + public void setDestinationRealm(String destinationRealm) { + this.destinationRealm = destinationRealm; + } + + /** + * This is the getter method this will return the attribute value. + * Field to detect duplicate messages. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return endToEndIdentifier + */ + public Integer getEndToEndIdentifier() { + return endToEndIdentifier; + } + + /** + * This is the setter method to the attribute. + * Field to detect duplicate messages. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param endToEndIdentifier set the endToEndIdentifier. + */ + public void setEndToEndIdentifier(Integer endToEndIdentifier) { + this.endToEndIdentifier = endToEndIdentifier; + } + + /** + * This is the getter method this will return the attribute value. + * Field to match requests and responses. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return hopByHopIdentifier + */ + public Integer getHopByHopIdentifier() { + return hopByHopIdentifier; + } + + /** + * This is the setter method to the attribute. + * Field to match requests and responses. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param hopByHopIdentifier set the hopByHopIdentifier. + */ + public void setHopByHopIdentifier(Integer hopByHopIdentifier) { + this.hopByHopIdentifier = hopByHopIdentifier; + } + + /** + * This is the getter method this will return the attribute value. + * Field to identify endpoint that originated the message. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return originHost + */ + public String getOriginHost() { + return originHost; + } + + /** + * This is the setter method to the attribute. + * Field to identify endpoint that originated the message. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param originHost set the originHost. + */ + public void setOriginHost(String originHost) { + this.originHost = originHost; + } + + /** + * This is the getter method this will return the attribute value. + * Field to identify realm that originated the message. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return originRealm + */ + public String getOriginRealm() { + return originRealm; + } + + /** + * This is the setter method to the attribute. + * Field to identify realm that originated the message. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param originRealm set the originRealm. + */ + public void setOriginRealm(String originRealm) { + this.originRealm = originRealm; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DiameterLog objDiameterLog = (DiameterLog) o; + return Objects.equals(this.commandCode, objDiameterLog.commandCode)&& + Objects.equals(this.applicationId, objDiameterLog.applicationId)&& + Objects.equals(this.hopByHopIdentifier, objDiameterLog.hopByHopIdentifier)&& + Objects.equals(this.endToEndIdentifier, objDiameterLog.endToEndIdentifier)&& + Objects.equals(this.originHost, objDiameterLog.originHost)&& + Objects.equals(this.originRealm, objDiameterLog.originRealm)&& + Objects.equals(this.destinationHost, objDiameterLog.destinationHost)&& + Objects.equals(this.destinationRealm, objDiameterLog.destinationRealm)&& + Objects.equals(this.avpKeyType, objDiameterLog.avpKeyType); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DiameterLog {\n"); + sb.append(" applicationId: ").append(toIndentedString(applicationId)).append("\n"); + sb.append(" avpKeyType: ").append(toIndentedString(avpKeyType)).append("\n"); + sb.append(" commandCode: ").append(toIndentedString(commandCode)).append("\n"); + sb.append(" destinationHost: ").append(toIndentedString(destinationHost)).append("\n"); + sb.append(" destinationRealm: ").append(toIndentedString(destinationRealm)).append("\n"); + sb.append(" endToEndIdentifier: ").append(toIndentedString(endToEndIdentifier)).append("\n"); + sb.append(" hopByHopIdentifier: ").append(toIndentedString(hopByHopIdentifier)).append("\n"); + sb.append(" originHost: ").append(toIndentedString(originHost)).append("\n"); + sb.append(" originRealm: ").append(toIndentedString(originRealm)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/DiameterServiceApplicationProfile.java b/java/src/com/vmware/avi/sdk/model/DiameterServiceApplicationProfile.java new file mode 100644 index 0000000000..337cbbe0d1 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/DiameterServiceApplicationProfile.java @@ -0,0 +1,265 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The DiameterServiceApplicationProfile is a POJO class extends AviRestResource that used for creating + * DiameterServiceApplicationProfile. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class DiameterServiceApplicationProfile { + @JsonProperty("client_origin_host") + private String clientOriginHost; + + @JsonProperty("client_origin_realm") + private String clientOriginRealm; + + @JsonProperty("host_ip_addr_rewrite") + private Boolean hostIpAddrRewrite = false; + + @JsonProperty("max_outstanding_req") + private Integer maxOutstandingReq = 4096; + + @JsonProperty("req_timeout") + private Integer reqTimeout = 60; + + @JsonProperty("server_origin_host") + private String serverOriginHost; + + @JsonProperty("server_origin_realm") + private String serverOriginRealm; + + + + /** + * This is the getter method this will return the attribute value. + * Origin-host avp towards client. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return clientOriginHost + */ + public String getClientOriginHost() { + return clientOriginHost; + } + + /** + * This is the setter method to the attribute. + * Origin-host avp towards client. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param clientOriginHost set the clientOriginHost. + */ + public void setClientOriginHost(String clientOriginHost) { + this.clientOriginHost = clientOriginHost; + } + + /** + * This is the getter method this will return the attribute value. + * Origin-realm avp towards client. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return clientOriginRealm + */ + public String getClientOriginRealm() { + return clientOriginRealm; + } + + /** + * This is the setter method to the attribute. + * Origin-realm avp towards client. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param clientOriginRealm set the clientOriginRealm. + */ + public void setClientOriginRealm(String clientOriginRealm) { + this.clientOriginRealm = clientOriginRealm; + } + + /** + * This is the getter method this will return the attribute value. + * Rwrite host-ip-address avp. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return hostIpAddrRewrite + */ + public Boolean getHostIpAddrRewrite() { + return hostIpAddrRewrite; + } + + /** + * This is the setter method to the attribute. + * Rwrite host-ip-address avp. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param hostIpAddrRewrite set the hostIpAddrRewrite. + */ + public void setHostIpAddrRewrite(Boolean hostIpAddrRewrite) { + this.hostIpAddrRewrite = hostIpAddrRewrite; + } + + /** + * This is the getter method this will return the attribute value. + * Max number of outstanding request waiting for response. + * Allowed values are 1-1048576. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 4096. + * @return maxOutstandingReq + */ + public Integer getMaxOutstandingReq() { + return maxOutstandingReq; + } + + /** + * This is the setter method to the attribute. + * Max number of outstanding request waiting for response. + * Allowed values are 1-1048576. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 4096. + * @param maxOutstandingReq set the maxOutstandingReq. + */ + public void setMaxOutstandingReq(Integer maxOutstandingReq) { + this.maxOutstandingReq = maxOutstandingReq; + } + + /** + * This is the getter method this will return the attribute value. + * Response waiting time for the request sent. + * Allowed values are 1-1800. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 60. + * @return reqTimeout + */ + public Integer getReqTimeout() { + return reqTimeout; + } + + /** + * This is the setter method to the attribute. + * Response waiting time for the request sent. + * Allowed values are 1-1800. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 60. + * @param reqTimeout set the reqTimeout. + */ + public void setReqTimeout(Integer reqTimeout) { + this.reqTimeout = reqTimeout; + } + + /** + * This is the getter method this will return the attribute value. + * Origin-host avp towards server. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return serverOriginHost + */ + public String getServerOriginHost() { + return serverOriginHost; + } + + /** + * This is the setter method to the attribute. + * Origin-host avp towards server. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param serverOriginHost set the serverOriginHost. + */ + public void setServerOriginHost(String serverOriginHost) { + this.serverOriginHost = serverOriginHost; + } + + /** + * This is the getter method this will return the attribute value. + * Origin-realm avp towards server. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return serverOriginRealm + */ + public String getServerOriginRealm() { + return serverOriginRealm; + } + + /** + * This is the setter method to the attribute. + * Origin-realm avp towards server. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param serverOriginRealm set the serverOriginRealm. + */ + public void setServerOriginRealm(String serverOriginRealm) { + this.serverOriginRealm = serverOriginRealm; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DiameterServiceApplicationProfile objDiameterServiceApplicationProfile = (DiameterServiceApplicationProfile) o; + return Objects.equals(this.hostIpAddrRewrite, objDiameterServiceApplicationProfile.hostIpAddrRewrite)&& + Objects.equals(this.reqTimeout, objDiameterServiceApplicationProfile.reqTimeout)&& + Objects.equals(this.maxOutstandingReq, objDiameterServiceApplicationProfile.maxOutstandingReq)&& + Objects.equals(this.clientOriginHost, objDiameterServiceApplicationProfile.clientOriginHost)&& + Objects.equals(this.clientOriginRealm, objDiameterServiceApplicationProfile.clientOriginRealm)&& + Objects.equals(this.serverOriginHost, objDiameterServiceApplicationProfile.serverOriginHost)&& + Objects.equals(this.serverOriginRealm, objDiameterServiceApplicationProfile.serverOriginRealm); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DiameterServiceApplicationProfile {\n"); + sb.append(" clientOriginHost: ").append(toIndentedString(clientOriginHost)).append("\n"); + sb.append(" clientOriginRealm: ").append(toIndentedString(clientOriginRealm)).append("\n"); + sb.append(" hostIpAddrRewrite: ").append(toIndentedString(hostIpAddrRewrite)).append("\n"); + sb.append(" maxOutstandingReq: ").append(toIndentedString(maxOutstandingReq)).append("\n"); + sb.append(" reqTimeout: ").append(toIndentedString(reqTimeout)).append("\n"); + sb.append(" serverOriginHost: ").append(toIndentedString(serverOriginHost)).append("\n"); + sb.append(" serverOriginRealm: ").append(toIndentedString(serverOriginRealm)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/DisableSeMigrateEventDetails.java b/java/src/com/vmware/avi/sdk/model/DisableSeMigrateEventDetails.java index 8544c6adf2..442f7347f9 100644 --- a/java/src/com/vmware/avi/sdk/model/DisableSeMigrateEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/DisableSeMigrateEventDetails.java @@ -31,7 +31,7 @@ public class DisableSeMigrateEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return migrateParams */ @@ -41,7 +41,7 @@ public VsMigrateParams getMigrateParams() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param migrateParams set the migrateParams. */ @@ -51,7 +51,7 @@ public void setMigrateParams(VsMigrateParams migrateParams) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -61,7 +61,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/DiscoveredNetwork.java b/java/src/com/vmware/avi/sdk/model/DiscoveredNetwork.java index c5f8abab13..26c1f3af09 100644 --- a/java/src/com/vmware/avi/sdk/model/DiscoveredNetwork.java +++ b/java/src/com/vmware/avi/sdk/model/DiscoveredNetwork.java @@ -36,7 +36,7 @@ public class DiscoveredNetwork { * This is the getter method this will return the attribute value. * Discovered network for this ip. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -48,7 +48,7 @@ public String getNetworkRef() { * This is the setter method to the attribute. * Discovered network for this ip. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -58,7 +58,7 @@ public void setNetworkRef(String networkRef) { /** * This is the getter method this will return the attribute value. * Discovered subnet for this ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -69,7 +69,7 @@ public List getSubnet() { /** * This is the setter method. this will set the subnet * Discovered subnet for this ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -80,7 +80,7 @@ public void setSubnet(List subnet) { /** * This is the setter method this will set the subnet * Discovered subnet for this ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -95,7 +95,7 @@ public DiscoveredNetwork addSubnetItem(IpAddrPrefix subnetItem) { * This is the getter method this will return the attribute value. * Discovered ipv6 subnet for this ip. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -107,7 +107,7 @@ public List getSubnet6() { * This is the setter method. this will set the subnet6 * Discovered ipv6 subnet for this ip. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -119,7 +119,7 @@ public void setSubnet6(List subnet6) { * This is the setter method this will set the subnet6 * Discovered ipv6 subnet for this ip. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ diff --git a/java/src/com/vmware/avi/sdk/model/DiskThreshold.java b/java/src/com/vmware/avi/sdk/model/DiskThreshold.java new file mode 100644 index 0000000000..f10c4a87b2 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/DiskThreshold.java @@ -0,0 +1,209 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The DiskThreshold is a POJO class extends AviRestResource that used for creating + * DiskThreshold. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class DiskThreshold { + @JsonProperty("action") + private RetentionAction action; + + @JsonProperty("filepath") + private String filepath; + + @JsonProperty("max_disk_percent") + private Integer maxDiskPercent; + + @JsonProperty("min_free_disk_percent") + private Integer minFreeDiskPercent; + + @JsonProperty("retain") + private Integer retain; + + + + /** + * This is the getter method this will return the attribute value. + * Action to trigger when policy conditions are met. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return action + */ + public RetentionAction getAction() { + return action; + } + + /** + * This is the setter method to the attribute. + * Action to trigger when policy conditions are met. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @param action set the action. + */ + public void setAction(RetentionAction action) { + this.action = action; + } + + /** + * This is the getter method this will return the attribute value. + * Path against which disk usage is measured, user cannot modify the path. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return filepath + */ + public String getFilepath() { + return filepath; + } + + /** + * This is the setter method to the attribute. + * Path against which disk usage is measured, user cannot modify the path. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @param filepath set the filepath. + */ + public void setFilepath(String filepath) { + this.filepath = filepath; + } + + /** + * This is the getter method this will return the attribute value. + * Trigger the action when disk usage percent exceeds on the specified path. + * Allowed values are 1-25. + * Field introduced in 31.1.1. + * Unit is percent. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return maxDiskPercent + */ + public Integer getMaxDiskPercent() { + return maxDiskPercent; + } + + /** + * This is the setter method to the attribute. + * Trigger the action when disk usage percent exceeds on the specified path. + * Allowed values are 1-25. + * Field introduced in 31.1.1. + * Unit is percent. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param maxDiskPercent set the maxDiskPercent. + */ + public void setMaxDiskPercent(Integer maxDiskPercent) { + this.maxDiskPercent = maxDiskPercent; + } + + /** + * This is the getter method this will return the attribute value. + * Trigger the action when total available diskspace falls below this level. + * Allowed values are 5-50. + * Field introduced in 31.1.1. + * Unit is percent. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return minFreeDiskPercent + */ + public Integer getMinFreeDiskPercent() { + return minFreeDiskPercent; + } + + /** + * This is the setter method to the attribute. + * Trigger the action when total available diskspace falls below this level. + * Allowed values are 5-50. + * Field introduced in 31.1.1. + * Unit is percent. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param minFreeDiskPercent set the minFreeDiskPercent. + */ + public void setMinFreeDiskPercent(Integer minFreeDiskPercent) { + this.minFreeDiskPercent = minFreeDiskPercent; + } + + /** + * This is the getter method this will return the attribute value. + * When number of files at this path does not exceed this limit, skip renteion action regardless of other disk criteria. + * Trigger the action when no other disk criteria is specified and number of files exceed the retain limit. + * Subdirectories do not count. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return retain + */ + public Integer getRetain() { + return retain; + } + + /** + * This is the setter method to the attribute. + * When number of files at this path does not exceed this limit, skip renteion action regardless of other disk criteria. + * Trigger the action when no other disk criteria is specified and number of files exceed the retain limit. + * Subdirectories do not count. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param retain set the retain. + */ + public void setRetain(Integer retain) { + this.retain = retain; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DiskThreshold objDiskThreshold = (DiskThreshold) o; + return Objects.equals(this.action, objDiskThreshold.action)&& + Objects.equals(this.filepath, objDiskThreshold.filepath)&& + Objects.equals(this.retain, objDiskThreshold.retain)&& + Objects.equals(this.maxDiskPercent, objDiskThreshold.maxDiskPercent)&& + Objects.equals(this.minFreeDiskPercent, objDiskThreshold.minFreeDiskPercent); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DiskThreshold {\n"); + sb.append(" action: ").append(toIndentedString(action)).append("\n"); + sb.append(" filepath: ").append(toIndentedString(filepath)).append("\n"); + sb.append(" maxDiskPercent: ").append(toIndentedString(maxDiskPercent)).append("\n"); + sb.append(" minFreeDiskPercent: ").append(toIndentedString(minFreeDiskPercent)).append("\n"); + sb.append(" retain: ").append(toIndentedString(retain)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/DiskUsage.java b/java/src/com/vmware/avi/sdk/model/DiskUsage.java index d393aa24f2..3449540bc6 100644 --- a/java/src/com/vmware/avi/sdk/model/DiskUsage.java +++ b/java/src/com/vmware/avi/sdk/model/DiskUsage.java @@ -36,7 +36,7 @@ public class DiskUsage { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cntlrDiskFree */ @@ -46,7 +46,7 @@ public List getCntlrDiskFree() { /** * This is the setter method. this will set the cntlrDiskFree - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cntlrDiskFree */ @@ -56,7 +56,7 @@ public void setCntlrDiskFree(List cntlrDiskFree) { /** * This is the setter method this will set the cntlrDiskFree - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cntlrDiskFree */ @@ -69,7 +69,7 @@ public DiskUsage addCntlrDiskFreeItem(OverallInfo cntlrDiskFreeItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cntlrDiskUsage */ @@ -79,7 +79,7 @@ public List getCntlrDiskUsage() { /** * This is the setter method. this will set the cntlrDiskUsage - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cntlrDiskUsage */ @@ -89,7 +89,7 @@ public void setCntlrDiskUsage(List cntlrDiskUsage) { /** * This is the setter method this will set the cntlrDiskUsage - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cntlrDiskUsage */ @@ -102,7 +102,7 @@ public DiskUsage addCntlrDiskUsageItem(PartitionInfo cntlrDiskUsageItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDiskFree */ @@ -112,7 +112,7 @@ public List getSeDiskFree() { /** * This is the setter method. this will set the seDiskFree - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDiskFree */ @@ -122,7 +122,7 @@ public void setSeDiskFree(List seDiskFree) { /** * This is the setter method this will set the seDiskFree - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDiskFree */ @@ -135,7 +135,7 @@ public DiskUsage addSeDiskFreeItem(OverallInfo seDiskFreeItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDiskUsage */ @@ -145,7 +145,7 @@ public List getSeDiskUsage() { /** * This is the setter method. this will set the seDiskUsage - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDiskUsage */ @@ -155,7 +155,7 @@ public void setSeDiskUsage(List seDiskUsage) { /** * This is the setter method this will set the seDiskUsage - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDiskUsage */ diff --git a/java/src/com/vmware/avi/sdk/model/DiskUsageInfo.java b/java/src/com/vmware/avi/sdk/model/DiskUsageInfo.java index 5196a61a63..38a04417e0 100644 --- a/java/src/com/vmware/avi/sdk/model/DiskUsageInfo.java +++ b/java/src/com/vmware/avi/sdk/model/DiskUsageInfo.java @@ -29,7 +29,7 @@ public class DiskUsageInfo { * This is the getter method this will return the attribute value. * Identifies the disk usage of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return diskUsageOnNodes */ @@ -41,7 +41,7 @@ public List getDiskUsageOnNodes() { * This is the setter method. this will set the diskUsageOnNodes * Identifies the disk usage of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return diskUsageOnNodes */ @@ -53,7 +53,7 @@ public void setDiskUsageOnNodes(List diskUsageOnNodes) { * This is the setter method this will set the diskUsageOnNodes * Identifies the disk usage of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return diskUsageOnNodes */ diff --git a/java/src/com/vmware/avi/sdk/model/DiskUsagePerNode.java b/java/src/com/vmware/avi/sdk/model/DiskUsagePerNode.java index 66e660a842..c335ad0c8c 100644 --- a/java/src/com/vmware/avi/sdk/model/DiskUsagePerNode.java +++ b/java/src/com/vmware/avi/sdk/model/DiskUsagePerNode.java @@ -33,7 +33,7 @@ public class DiskUsagePerNode { * This is the getter method this will return the attribute value. * Identifies the disk usage of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return diskInfo */ @@ -45,7 +45,7 @@ public DiskUsage getDiskInfo() { * This is the setter method to the attribute. * Identifies the disk usage of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param diskInfo set the diskInfo. */ @@ -57,7 +57,7 @@ public void setDiskInfo(DiskUsage diskInfo) { * This is the getter method this will return the attribute value. * Identifies the name of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -69,7 +69,7 @@ public String getName() { * This is the setter method to the attribute. * Identifies the name of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/DispatcherTableDumpClear.java b/java/src/com/vmware/avi/sdk/model/DispatcherTableDumpClear.java index e02565f798..70a1250670 100644 --- a/java/src/com/vmware/avi/sdk/model/DispatcherTableDumpClear.java +++ b/java/src/com/vmware/avi/sdk/model/DispatcherTableDumpClear.java @@ -28,7 +28,7 @@ public class DispatcherTableDumpClear { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -38,7 +38,7 @@ public String getSeUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsAAAARdata.java b/java/src/com/vmware/avi/sdk/model/DnsAAAARdata.java index 392fabf03f..44dcc932a8 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsAAAARdata.java +++ b/java/src/com/vmware/avi/sdk/model/DnsAAAARdata.java @@ -30,7 +30,7 @@ public class DnsAAAARdata { * This is the getter method this will return the attribute value. * Ipv6 address for fqdn. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -42,7 +42,7 @@ public IpAddr getIp6Address() { * This is the setter method to the attribute. * Ipv6 address for fqdn. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6Address set the ip6Address. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsARdata.java b/java/src/com/vmware/avi/sdk/model/DnsARdata.java index 34f86adea5..3077a3566c 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsARdata.java +++ b/java/src/com/vmware/avi/sdk/model/DnsARdata.java @@ -29,7 +29,7 @@ public class DnsARdata { /** * This is the getter method this will return the attribute value. * Ip address for fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -40,7 +40,7 @@ public IpAddr getIpAddress() { /** * This is the setter method to the attribute. * Ip address for fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddress set the ipAddress. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsAttack.java b/java/src/com/vmware/avi/sdk/model/DnsAttack.java index ba4f496153..927c568029 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsAttack.java +++ b/java/src/com/vmware/avi/sdk/model/DnsAttack.java @@ -43,7 +43,7 @@ public class DnsAttack { * The dns attack vector. * Enum options - DNS_REFLECTION, DNS_NXDOMAIN, DNS_AMPLIFICATION_EGRESS. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attackVector */ @@ -56,7 +56,7 @@ public String getAttackVector() { * The dns attack vector. * Enum options - DNS_REFLECTION, DNS_NXDOMAIN, DNS_AMPLIFICATION_EGRESS. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attackVector set the attackVector. */ @@ -68,7 +68,7 @@ public void setAttackVector(String attackVector) { * This is the getter method this will return the attribute value. * Enable or disable the mitigation of the attack vector. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -80,7 +80,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable or disable the mitigation of the attack vector. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -95,7 +95,7 @@ public void setEnabled(Boolean enabled) { * Special values are 0- blocked for ever. * Field introduced in 18.2.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return maxMitigationAge */ @@ -110,7 +110,7 @@ public Integer getMaxMitigationAge() { * Special values are 0- blocked for ever. * Field introduced in 18.2.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param maxMitigationAge set the maxMitigationAge. */ @@ -122,7 +122,7 @@ public void setMaxMitigationAge(Integer maxMitigationAge) { * This is the getter method this will return the attribute value. * Mitigation action to perform for this dns attack vector. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mitigationAction */ @@ -134,7 +134,7 @@ public AttackMitigationAction getMitigationAction() { * This is the setter method to the attribute. * Mitigation action to perform for this dns attack vector. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mitigationAction set the mitigationAction. */ @@ -146,7 +146,7 @@ public void setMitigationAction(AttackMitigationAction mitigationAction) { * This is the getter method this will return the attribute value. * Threshold, in terms of dns packet per second, for the dns attack vector. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshold */ @@ -158,7 +158,7 @@ public Integer getThreshold() { * This is the setter method to the attribute. * Threshold, in terms of dns packet per second, for the dns attack vector. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param threshold set the threshold. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsAttacks.java b/java/src/com/vmware/avi/sdk/model/DnsAttacks.java index 4f7e8ade7d..80dbb6cad1 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsAttacks.java +++ b/java/src/com/vmware/avi/sdk/model/DnsAttacks.java @@ -32,7 +32,7 @@ public class DnsAttacks { * This is the getter method this will return the attribute value. * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attacks */ @@ -44,7 +44,7 @@ public List getAttacks() { * This is the setter method. this will set the attacks * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attacks */ @@ -56,7 +56,7 @@ public void setAttacks(List attacks) { * This is the setter method this will set the attacks * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attacks */ @@ -73,7 +73,7 @@ public DnsAttacks addAttacksItem(DnsAttack attacksItem) { * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Enum options - DETECTION, MITIGATION. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operMode */ @@ -86,7 +86,7 @@ public String getOperMode() { * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Enum options - DETECTION, MITIGATION. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operMode set the operMode. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsClientIpMatch.java b/java/src/com/vmware/avi/sdk/model/DnsClientIpMatch.java index b294b7db7c..4840c5459a 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsClientIpMatch.java +++ b/java/src/com/vmware/avi/sdk/model/DnsClientIpMatch.java @@ -33,7 +33,7 @@ public class DnsClientIpMatch { * This is the getter method this will return the attribute value. * Ip addresses to match against client ip. * Field introduced in 17.1.6,17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -45,7 +45,7 @@ public IpAddrMatch getClientIp() { * This is the setter method to the attribute. * Ip addresses to match against client ip. * Field introduced in 17.1.6,17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -58,7 +58,7 @@ public void setClientIp(IpAddrMatch clientIp) { * Use the ip address from the edns client subnet option, if available, as the source ip address of the client. * It should be noted that the edns subnet ip may not be a /32 ip address. * Field introduced in 17.1.6,17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useEdnsClientSubnetIp */ @@ -71,7 +71,7 @@ public Boolean getUseEdnsClientSubnetIp() { * Use the ip address from the edns client subnet option, if available, as the source ip address of the client. * It should be noted that the edns subnet ip may not be a /32 ip address. * Field introduced in 17.1.6,17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useEdnsClientSubnetIp set the useEdnsClientSubnetIp. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsClientPortMatch.java b/java/src/com/vmware/avi/sdk/model/DnsClientPortMatch.java index 12d9a0b3d8..8abff62827 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsClientPortMatch.java +++ b/java/src/com/vmware/avi/sdk/model/DnsClientPortMatch.java @@ -30,7 +30,7 @@ public class DnsClientPortMatch { * This is the getter method this will return the attribute value. * Port number to match against client port number in request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientPorts */ @@ -42,7 +42,7 @@ public PortMatchGeneric getClientPorts() { * This is the setter method to the attribute. * Port number to match against client port number in request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientPorts set the clientPorts. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsCnameRdata.java b/java/src/com/vmware/avi/sdk/model/DnsCnameRdata.java index 5fdb7ae0cb..986a230948 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsCnameRdata.java +++ b/java/src/com/vmware/avi/sdk/model/DnsCnameRdata.java @@ -29,7 +29,7 @@ public class DnsCnameRdata { /** * This is the getter method this will return the attribute value. * Canonical name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cname */ @@ -40,7 +40,7 @@ public String getCname() { /** * This is the setter method to the attribute. * Canonical name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cname set the cname. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsEdnsOption.java b/java/src/com/vmware/avi/sdk/model/DnsEdnsOption.java index 9d12f8253c..96c1a3e50c 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsEdnsOption.java +++ b/java/src/com/vmware/avi/sdk/model/DnsEdnsOption.java @@ -45,7 +45,7 @@ public class DnsEdnsOption { * This is the getter method this will return the attribute value. * Address family. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrFamily */ @@ -57,7 +57,7 @@ public Integer getAddrFamily() { * This is the setter method to the attribute. * Address family. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param addrFamily set the addrFamily. */ @@ -72,7 +72,7 @@ public void setAddrFamily(Integer addrFamily) { * EDNS_OPTION_CODE_CLIENT_SUBNET, EDNS_OPTION_CODE_EXPIRE, EDNS_OPTION_CODE_COOKIE, EDNS_OPTION_CODE_TCP_KEEPALIVE, EDNS_OPTION_CODE_PADDING, * EDNS_OPTION_CODE_CHAIN. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return code */ @@ -87,7 +87,7 @@ public String getCode() { * EDNS_OPTION_CODE_CLIENT_SUBNET, EDNS_OPTION_CODE_EXPIRE, EDNS_OPTION_CODE_COOKIE, EDNS_OPTION_CODE_TCP_KEEPALIVE, EDNS_OPTION_CODE_PADDING, * EDNS_OPTION_CODE_CHAIN. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param code set the code. */ @@ -99,7 +99,7 @@ public void setCode(String code) { * This is the getter method this will return the attribute value. * Scope prefix length of address. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scopePrefixLen */ @@ -111,7 +111,7 @@ public Integer getScopePrefixLen() { * This is the setter method to the attribute. * Scope prefix length of address. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scopePrefixLen set the scopePrefixLen. */ @@ -123,7 +123,7 @@ public void setScopePrefixLen(Integer scopePrefixLen) { * This is the getter method this will return the attribute value. * Source prefix length of address. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourcePrefixLen */ @@ -135,7 +135,7 @@ public Integer getSourcePrefixLen() { * This is the setter method to the attribute. * Source prefix length of address. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourcePrefixLen set the sourcePrefixLen. */ @@ -147,7 +147,7 @@ public void setSourcePrefixLen(Integer sourcePrefixLen) { * This is the getter method this will return the attribute value. * Ipv4 address of the client subnet. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetIp */ @@ -159,7 +159,7 @@ public Integer getSubnetIp() { * This is the setter method to the attribute. * Ipv4 address of the client subnet. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetIp set the subnetIp. */ @@ -171,7 +171,7 @@ public void setSubnetIp(Integer subnetIp) { * This is the getter method this will return the attribute value. * Ipv6 address of the client subnet. * Field introduced in 18.2.12, 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetIp6 */ @@ -183,7 +183,7 @@ public String getSubnetIp6() { * This is the setter method to the attribute. * Ipv6 address of the client subnet. * Field introduced in 18.2.12, 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetIp6 set the subnetIp6. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsGeoLocationMatch.java b/java/src/com/vmware/avi/sdk/model/DnsGeoLocationMatch.java index 4ccadf03da..27867becb1 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsGeoLocationMatch.java +++ b/java/src/com/vmware/avi/sdk/model/DnsGeoLocationMatch.java @@ -41,7 +41,7 @@ public class DnsGeoLocationMatch { * This location is of the format country/state/city e.g. * Us/ca/santa clara. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geolocationName */ @@ -55,7 +55,7 @@ public String getGeolocationName() { * This location is of the format country/state/city e.g. * Us/ca/santa clara. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geolocationName set the geolocationName. */ @@ -69,7 +69,7 @@ public void setGeolocationName(String geolocationName) { * This could be any string value for the client ip, e.g. * Client ips from us east coast geolocation would be tagged as 'east coast'. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geolocationTag */ @@ -83,7 +83,7 @@ public String getGeolocationTag() { * This could be any string value for the client ip, e.g. * Client ips from us east coast geolocation would be tagged as 'east coast'. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geolocationTag set the geolocationTag. */ @@ -96,7 +96,7 @@ public void setGeolocationTag(String geolocationTag) { * Criterion to use for matching the client ip's geographical location. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -109,7 +109,7 @@ public String getMatchCriteria() { * Criterion to use for matching the client ip's geographical location. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -121,7 +121,7 @@ public void setMatchCriteria(String matchCriteria) { * This is the getter method this will return the attribute value. * Use the ip address from the edns client subnet option, if available, to derive geo location of the dns query. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useEdnsClientSubnetIp */ @@ -133,7 +133,7 @@ public Boolean getUseEdnsClientSubnetIp() { * This is the setter method to the attribute. * Use the ip address from the edns client subnet option, if available, to derive geo location of the dns query. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useEdnsClientSubnetIp set the useEdnsClientSubnetIp. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsInfo.java b/java/src/com/vmware/avi/sdk/model/DnsInfo.java index 3e16709318..8445f9c6e1 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsInfo.java +++ b/java/src/com/vmware/avi/sdk/model/DnsInfo.java @@ -51,7 +51,7 @@ public class DnsInfo { * Default is consistent hash. * Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_RESPONSE_CONSISTENT_HASH". * @return algorithm */ @@ -66,7 +66,7 @@ public String getAlgorithm() { * Default is consistent hash. * Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_RESPONSE_CONSISTENT_HASH". * @param algorithm set the algorithm. */ @@ -78,7 +78,7 @@ public void setAlgorithm(String algorithm) { * This is the getter method this will return the attribute value. * Canonical name in cname record. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cname */ @@ -90,7 +90,7 @@ public DnsCnameRdata getCname() { * This is the setter method to the attribute. * Canonical name in cname record. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cname set the cname. */ @@ -101,7 +101,7 @@ public void setCname(DnsCnameRdata cname) { /** * This is the getter method this will return the attribute value. * Fully qualified domain name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -112,7 +112,7 @@ public String getFqdn() { /** * This is the setter method to the attribute. * Fully qualified domain name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -124,8 +124,7 @@ public void setFqdn(String fqdn) { * This is the getter method this will return the attribute value. * Any metadata associated with this record. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return metadata */ public String getMetadata() { @@ -136,8 +135,7 @@ public String getMetadata() { * This is the setter method to the attribute. * Any metadata associated with this record. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param metadata set the metadata. */ public void setMetadata(String metadata) { @@ -152,7 +150,7 @@ public void setMetadata(String metadata) { * Allowed values are 0-20. * Special values are 0- return all records. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRecordsInResponse */ @@ -168,7 +166,7 @@ public Integer getNumRecordsInResponse() { * Allowed values are 0-20. * Special values are 0- return all records. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRecordsInResponse set the numRecordsInResponse. */ @@ -180,7 +178,7 @@ public void setNumRecordsInResponse(Integer numRecordsInResponse) { * This is the getter method this will return the attribute value. * Time to live for fqdn record. * Default value is chosen from dns profile for this cloud if no value provided. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ttl */ @@ -192,7 +190,7 @@ public Integer getTtl() { * This is the setter method to the attribute. * Time to live for fqdn record. * Default value is chosen from dns profile for this cloud if no value provided. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ttl set the ttl. */ @@ -206,7 +204,7 @@ public void setTtl(Integer ttl) { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_A". * @return type */ @@ -220,7 +218,7 @@ public String getType() { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_A". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsMxRdata.java b/java/src/com/vmware/avi/sdk/model/DnsMxRdata.java index d15c458d05..44e9da5cf3 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsMxRdata.java +++ b/java/src/com/vmware/avi/sdk/model/DnsMxRdata.java @@ -34,7 +34,7 @@ public class DnsMxRdata { * Fully qualified domain name of a mailserver. * The host name maps directly to one or more address records in the dns table, and must not point to any cname records (rfc 2181). * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -47,7 +47,7 @@ public String getHost() { * Fully qualified domain name of a mailserver. * The host name maps directly to one or more address records in the dns table, and must not point to any cname records (rfc 2181). * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -60,7 +60,7 @@ public void setHost(String host) { * The priority field identifies which mail server should be preferred. * Allowed values are 0-65535. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return priority */ @@ -73,7 +73,7 @@ public Integer getPriority() { * The priority field identifies which mail server should be preferred. * Allowed values are 0-65535. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param priority set the priority. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsNsRdata.java b/java/src/com/vmware/avi/sdk/model/DnsNsRdata.java index 518ed36047..742cce9410 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsNsRdata.java +++ b/java/src/com/vmware/avi/sdk/model/DnsNsRdata.java @@ -36,7 +36,7 @@ public class DnsNsRdata { * This is the getter method this will return the attribute value. * Ipv6 address for name server. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -48,7 +48,7 @@ public IpAddr getIp6Address() { * This is the setter method to the attribute. * Ipv6 address for name server. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6Address set the ip6Address. */ @@ -60,7 +60,7 @@ public void setIp6Address(IpAddr ip6Address) { * This is the getter method this will return the attribute value. * Ip address for name server. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -72,7 +72,7 @@ public IpAddr getIpAddress() { * This is the setter method to the attribute. * Ip address for name server. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddress set the ipAddress. */ @@ -84,7 +84,7 @@ public void setIpAddress(IpAddr ipAddress) { * This is the getter method this will return the attribute value. * Name server name. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsname */ @@ -96,7 +96,7 @@ public String getNsname() { * This is the setter method to the attribute. * Name server name. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsname set the nsname. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsOptRecord.java b/java/src/com/vmware/avi/sdk/model/DnsOptRecord.java index c4d7093802..ca0ce9c2d4 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsOptRecord.java +++ b/java/src/com/vmware/avi/sdk/model/DnsOptRecord.java @@ -39,7 +39,7 @@ public class DnsOptRecord { * This is the getter method this will return the attribute value. * Flag indicating client is dnssec aware. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnssecOk */ @@ -51,7 +51,7 @@ public Boolean getDnssecOk() { * This is the setter method to the attribute. * Flag indicating client is dnssec aware. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnssecOk set the dnssecOk. */ @@ -62,7 +62,7 @@ public void setDnssecOk(Boolean dnssecOk) { * This is the getter method this will return the attribute value. * Edns options. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return options */ @@ -74,7 +74,7 @@ public List getOptions() { * This is the setter method. this will set the options * Edns options. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return options */ @@ -86,7 +86,7 @@ public void setOptions(List options) { * This is the setter method this will set the options * Edns options. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return options */ @@ -102,7 +102,7 @@ public DnsOptRecord addOptionsItem(DnsEdnsOption optionsItem) { * This is the getter method this will return the attribute value. * Client requestor's udp payload size. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return udpPayloadSize */ @@ -114,7 +114,7 @@ public Integer getUdpPayloadSize() { * This is the setter method to the attribute. * Client requestor's udp payload size. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param udpPayloadSize set the udpPayloadSize. */ @@ -126,7 +126,7 @@ public void setUdpPayloadSize(Integer udpPayloadSize) { * This is the getter method this will return the attribute value. * Edns version. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -138,7 +138,7 @@ public Integer getVersion() { * This is the setter method to the attribute. * Edns version. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsPolicies.java b/java/src/com/vmware/avi/sdk/model/DnsPolicies.java index b28c223e75..7cef34089e 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsPolicies.java +++ b/java/src/com/vmware/avi/sdk/model/DnsPolicies.java @@ -34,7 +34,7 @@ public class DnsPolicies { * Uuid of the dns policy. * It is a reference to an object of type dnspolicy. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsPolicyRef */ @@ -47,7 +47,7 @@ public String getDnsPolicyRef() { * Uuid of the dns policy. * It is a reference to an object of type dnspolicy. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsPolicyRef set the dnsPolicyRef. */ @@ -59,7 +59,7 @@ public void setDnsPolicyRef(String dnsPolicyRef) { * This is the getter method this will return the attribute value. * Index of the dns policy. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -71,7 +71,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the dns policy. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsPolicy.java b/java/src/com/vmware/avi/sdk/model/DnsPolicy.java index 8a317ddc4b..1ae708ef3a 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/DnsPolicy.java @@ -54,7 +54,7 @@ public class DnsPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -66,7 +66,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -77,7 +77,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -88,7 +88,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -101,7 +101,7 @@ public void setDescription(String description) { * The dns policy is created and modified by internal modules only. * This should not be modified by users. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return internal */ @@ -114,7 +114,7 @@ public Boolean getInternal() { * The dns policy is created and modified by internal modules only. * This should not be modified by users. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param internal set the internal. */ @@ -125,8 +125,7 @@ public void setInternal(Boolean internal) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -138,8 +137,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -151,8 +149,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -168,7 +165,7 @@ public DnsPolicy addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name of the dns policy. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -180,7 +177,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the dns policy. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -191,7 +188,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Dns rules. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rule */ @@ -203,7 +200,7 @@ public List getRule() { * This is the setter method. this will set the rule * Dns rules. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rule */ @@ -215,7 +212,7 @@ public void setRule(List rule) { * This is the setter method this will set the rule * Dns rules. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rule */ @@ -231,7 +228,7 @@ public DnsPolicy addRuleItem(DnsRule ruleItem) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -243,7 +240,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -272,7 +269,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the dns policy. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -284,7 +281,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the dns policy. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsQueryNameMatch.java b/java/src/com/vmware/avi/sdk/model/DnsQueryNameMatch.java index 5058c6aa2b..f6c9d4b231 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsQueryNameMatch.java +++ b/java/src/com/vmware/avi/sdk/model/DnsQueryNameMatch.java @@ -38,10 +38,10 @@ public class DnsQueryNameMatch { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), enterprise with cloud services - * edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -55,10 +55,10 @@ public String getMatchCriteria() { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), enterprise with cloud services - * edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -69,7 +69,7 @@ public void setMatchCriteria(String matchCriteria) { * This is the getter method this will return the attribute value. * Domain name to match against that specified in the question section of the dns query. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryDomainNames */ @@ -81,7 +81,7 @@ public List getQueryDomainNames() { * This is the setter method. this will set the queryDomainNames * Domain name to match against that specified in the question section of the dns query. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryDomainNames */ @@ -93,7 +93,7 @@ public void setQueryDomainNames(List queryDomainNames) { * This is the setter method this will set the queryDomainNames * Domain name to match against that specified in the question section of the dns query. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryDomainNames */ @@ -109,7 +109,7 @@ public DnsQueryNameMatch addQueryDomainNamesItem(String queryDomainNamesItem) { * Uuid of the string group(s) for matching against dns query domain name in the question section. * It is a reference to an object of type stringgroup. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -122,7 +122,7 @@ public List getStringGroupRefs() { * Uuid of the string group(s) for matching against dns query domain name in the question section. * It is a reference to an object of type stringgroup. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -135,7 +135,7 @@ public void setStringGroupRefs(List stringGroupRefs) { * Uuid of the string group(s) for matching against dns query domain name in the question section. * It is a reference to an object of type stringgroup. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsQueryTypeMatch.java b/java/src/com/vmware/avi/sdk/model/DnsQueryTypeMatch.java index 976851d8a5..b44a939860 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsQueryTypeMatch.java +++ b/java/src/com/vmware/avi/sdk/model/DnsQueryTypeMatch.java @@ -34,7 +34,7 @@ public class DnsQueryTypeMatch { * Criterion to use for matching the dns query typein the question section. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -47,7 +47,7 @@ public String getMatchCriteria() { * Criterion to use for matching the dns query typein the question section. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -61,7 +61,7 @@ public void setMatchCriteria(String matchCriteria) { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryType */ @@ -76,7 +76,7 @@ public List getQueryType() { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryType */ @@ -91,7 +91,7 @@ public void setQueryType(List queryType) { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryType */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRateLimiter.java b/java/src/com/vmware/avi/sdk/model/DnsRateLimiter.java index efedb6f2af..1207cdf6bb 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRateLimiter.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRateLimiter.java @@ -33,7 +33,7 @@ public class DnsRateLimiter { * This is the getter method this will return the attribute value. * Action to perform upon rate limiting. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -45,7 +45,7 @@ public DnsRuleRLAction getAction() { * This is the setter method to the attribute. * Action to perform upon rate limiting. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -57,7 +57,7 @@ public void setAction(DnsRuleRLAction action) { * This is the getter method this will return the attribute value. * Rate limiting object. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rateLimiterObject */ @@ -69,7 +69,7 @@ public RateLimiter getRateLimiterObject() { * This is the setter method to the attribute. * Rate limiting object. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rateLimiterObject set the rateLimiterObject. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRecord.java b/java/src/com/vmware/avi/sdk/model/DnsRecord.java index 0a05eddd48..92d28d0d15 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRecord.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRecord.java @@ -78,7 +78,7 @@ public class DnsRecord { * Default is round-robin. * Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_RESPONSE_ROUND_ROBIN". * @return algorithm */ @@ -93,7 +93,7 @@ public String getAlgorithm() { * Default is round-robin. * Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_RESPONSE_ROUND_ROBIN". * @param algorithm set the algorithm. */ @@ -104,7 +104,7 @@ public void setAlgorithm(String algorithm) { /** * This is the getter method this will return the attribute value. * Canonical name in cname record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cname */ @@ -115,7 +115,7 @@ public DnsCnameRdata getCname() { /** * This is the setter method to the attribute. * Canonical name in cname record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cname set the cname. */ @@ -128,7 +128,7 @@ public void setCname(DnsCnameRdata cname) { * Configured fqdns are delegated domains (i.e. * They represent a zone cut). * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return delegated */ @@ -141,7 +141,7 @@ public Boolean getDelegated() { * Configured fqdns are delegated domains (i.e. * They represent a zone cut). * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param delegated set the delegated. */ @@ -152,7 +152,7 @@ public void setDelegated(Boolean delegated) { /** * This is the getter method this will return the attribute value. * Details of dns record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -163,7 +163,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Details of dns record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -174,7 +174,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Fully qualified domain name. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -186,7 +186,7 @@ public List getFqdn() { * This is the setter method. this will set the fqdn * Fully qualified domain name. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -198,7 +198,7 @@ public void setFqdn(List fqdn) { * This is the setter method this will set the fqdn * Fully qualified domain name. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -214,7 +214,7 @@ public DnsRecord addFqdnItem(String fqdnItem) { * Ipv6 address in aaaa record. * Field introduced in 18.1.1. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -227,7 +227,7 @@ public List getIp6Address() { * Ipv6 address in aaaa record. * Field introduced in 18.1.1. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -240,7 +240,7 @@ public void setIp6Address(List ip6Address) { * Ipv6 address in aaaa record. * Field introduced in 18.1.1. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -255,7 +255,7 @@ public DnsRecord addIp6AddressItem(DnsAAAARdata ip6AddressItem) { * This is the getter method this will return the attribute value. * Ip address in a record. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -267,7 +267,7 @@ public List getIpAddress() { * This is the setter method. this will set the ipAddress * Ip address in a record. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -279,7 +279,7 @@ public void setIpAddress(List ipAddress) { * This is the setter method this will set the ipAddress * Ip address in a record. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -295,7 +295,7 @@ public DnsRecord addIpAddressItem(DnsARdata ipAddressItem) { * This is the getter method this will return the attribute value. * Internal metadata for the dns record. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -307,7 +307,7 @@ public String getMetadata() { * This is the setter method to the attribute. * Internal metadata for the dns record. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metadata set the metadata. */ @@ -319,7 +319,7 @@ public void setMetadata(String metadata) { * Mx record. * Field introduced in 18.2.9, 20.1.1. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mxRecords */ @@ -332,7 +332,7 @@ public List getMxRecords() { * Mx record. * Field introduced in 18.2.9, 20.1.1. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mxRecords */ @@ -345,7 +345,7 @@ public void setMxRecords(List mxRecords) { * Mx record. * Field introduced in 18.2.9, 20.1.1. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mxRecords */ @@ -361,7 +361,7 @@ public DnsRecord addMxRecordsItem(DnsMxRdata mxRecordsItem) { * Name server information in ns record. * Field introduced in 17.1.1. * Maximum of 13 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -374,7 +374,7 @@ public List getNs() { * Name server information in ns record. * Field introduced in 17.1.1. * Maximum of 13 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -387,7 +387,7 @@ public void setNs(List ns) { * Name server information in ns record. * Field introduced in 17.1.1. * Maximum of 13 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -407,7 +407,7 @@ public DnsRecord addNsItem(DnsNsRdata nsItem) { * Allowed values are 0-20. * Special values are 0- return all records. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return numRecordsInResponse */ @@ -423,7 +423,7 @@ public Integer getNumRecordsInResponse() { * Allowed values are 0-20. * Special values are 0- return all records. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param numRecordsInResponse set the numRecordsInResponse. */ @@ -434,7 +434,7 @@ public void setNumRecordsInResponse(Integer numRecordsInResponse) { * This is the getter method this will return the attribute value. * Service locator info in srv record. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceLocator */ @@ -446,7 +446,7 @@ public List getServiceLocator() { * This is the setter method. this will set the serviceLocator * Service locator info in srv record. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceLocator */ @@ -458,7 +458,7 @@ public void setServiceLocator(List serviceLocator) { * This is the setter method this will set the serviceLocator * Service locator info in srv record. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceLocator */ @@ -473,7 +473,7 @@ public DnsRecord addServiceLocatorItem(DnsSrvRdata serviceLocatorItem) { /** * This is the getter method this will return the attribute value. * Time to live for this dns record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ttl */ @@ -484,7 +484,7 @@ public Integer getTtl() { /** * This is the setter method to the attribute. * Time to live for this dns record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ttl set the ttl. */ @@ -496,7 +496,7 @@ public void setTtl(Integer ttl) { * Text record. * Field introduced in 18.2.9, 20.1.1. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txtRecords */ @@ -509,7 +509,7 @@ public List getTxtRecords() { * Text record. * Field introduced in 18.2.9, 20.1.1. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txtRecords */ @@ -522,7 +522,7 @@ public void setTxtRecords(List txtRecords) { * Text record. * Field introduced in 18.2.9, 20.1.1. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txtRecords */ @@ -540,7 +540,7 @@ public DnsRecord addTxtRecordsItem(DnsTxtRdata txtRecordsItem) { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -554,7 +554,7 @@ public String getType() { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -568,7 +568,7 @@ public void setType(String type) { * request. * Default is false. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return wildcardMatch */ @@ -582,7 +582,7 @@ public Boolean getWildcardMatch() { * request. * Default is false. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param wildcardMatch set the wildcardMatch. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRequest.java b/java/src/com/vmware/avi/sdk/model/DnsRequest.java index 957e0265cb..da38510b24 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRequest.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRequest.java @@ -63,7 +63,7 @@ public class DnsRequest { * This is the getter method this will return the attribute value. * Number of additional records. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return additionalRecordsCount */ @@ -75,7 +75,7 @@ public Integer getAdditionalRecordsCount() { * This is the setter method to the attribute. * Number of additional records. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param additionalRecordsCount set the additionalRecordsCount. */ @@ -87,7 +87,7 @@ public void setAdditionalRecordsCount(Integer additionalRecordsCount) { * This is the getter method this will return the attribute value. * Number of answer records in the client dns request. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return answerRecordsCount */ @@ -99,7 +99,7 @@ public Integer getAnswerRecordsCount() { * This is the setter method to the attribute. * Number of answer records in the client dns request. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param answerRecordsCount set the answerRecordsCount. */ @@ -111,7 +111,7 @@ public void setAnswerRecordsCount(Integer answerRecordsCount) { * This is the getter method this will return the attribute value. * Flag indicating client understands ad bit and is interested in the value of ad bit in the response. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authenticData */ @@ -123,7 +123,7 @@ public Boolean getAuthenticData() { * This is the setter method to the attribute. * Flag indicating client understands ad bit and is interested in the value of ad bit in the response. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authenticData set the authenticData. */ @@ -135,7 +135,7 @@ public void setAuthenticData(Boolean authenticData) { * This is the getter method this will return the attribute value. * Flag indicating client does not want dnssec validation of the response. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checkingDisabled */ @@ -147,7 +147,7 @@ public Boolean getCheckingDisabled() { * This is the setter method to the attribute. * Flag indicating client does not want dnssec validation of the response. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param checkingDisabled set the checkingDisabled. */ @@ -159,7 +159,7 @@ public void setCheckingDisabled(Boolean checkingDisabled) { * This is the getter method this will return the attribute value. * Geo location of client. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientLocation */ @@ -171,7 +171,7 @@ public GeoLocation getClientLocation() { * This is the setter method to the attribute. * Geo location of client. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientLocation set the clientLocation. */ @@ -183,7 +183,7 @@ public void setClientLocation(GeoLocation clientLocation) { * This is the getter method this will return the attribute value. * Id of the dns request. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return identifier */ @@ -195,7 +195,7 @@ public Integer getIdentifier() { * This is the setter method to the attribute. * Id of the dns request. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param identifier set the identifier. */ @@ -207,7 +207,7 @@ public void setIdentifier(Integer identifier) { * This is the getter method this will return the attribute value. * Number of nameserver records in the client dns request. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameserverRecordsCount */ @@ -219,7 +219,7 @@ public Integer getNameserverRecordsCount() { * This is the setter method to the attribute. * Number of nameserver records in the client dns request. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nameserverRecordsCount set the nameserverRecordsCount. */ @@ -233,7 +233,7 @@ public void setNameserverRecordsCount(Integer nameserverRecordsCount) { * Query, notify, etc. * Enum options - DNS_OPCODE_QUERY, DNS_OPCODE_IQUERY, DNS_OPCODE_STATUS, DNS_OPCODE_NOTIFY, DNS_OPCODE_UPDATE. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return opcode */ @@ -247,7 +247,7 @@ public String getOpcode() { * Query, notify, etc. * Enum options - DNS_OPCODE_QUERY, DNS_OPCODE_IQUERY, DNS_OPCODE_STATUS, DNS_OPCODE_NOTIFY, DNS_OPCODE_UPDATE. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param opcode set the opcode. */ @@ -259,7 +259,7 @@ public void setOpcode(String opcode) { * This is the getter method this will return the attribute value. * Opt resource records in the request. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return optRecord */ @@ -271,7 +271,7 @@ public DnsOptRecord getOptRecord() { * This is the setter method to the attribute. * Opt resource records in the request. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param optRecord set the optRecord. */ @@ -283,7 +283,7 @@ public void setOptRecord(DnsOptRecord optRecord) { * This is the getter method this will return the attribute value. * Flag indicating request is a client query (false) or server response (true). * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryOrResponse */ @@ -295,7 +295,7 @@ public Boolean getQueryOrResponse() { * This is the setter method to the attribute. * Flag indicating request is a client query (false) or server response (true). * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queryOrResponse set the queryOrResponse. */ @@ -307,7 +307,7 @@ public void setQueryOrResponse(Boolean queryOrResponse) { * This is the getter method this will return the attribute value. * Number of questions in the client dns request. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return questionCount */ @@ -319,7 +319,7 @@ public Integer getQuestionCount() { * This is the setter method to the attribute. * Number of questions in the client dns request. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param questionCount set the questionCount. */ @@ -331,7 +331,7 @@ public void setQuestionCount(Integer questionCount) { * This is the getter method this will return the attribute value. * Flag indicating client request for recursive resolution. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recursionDesired */ @@ -343,7 +343,7 @@ public Boolean getRecursionDesired() { * This is the setter method to the attribute. * Flag indicating client request for recursive resolution. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param recursionDesired set the recursionDesired. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsResolver.java b/java/src/com/vmware/avi/sdk/model/DnsResolver.java index 1773191f37..4e170e85b0 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsResolver.java +++ b/java/src/com/vmware/avi/sdk/model/DnsResolver.java @@ -45,7 +45,7 @@ public class DnsResolver { * Allowed values are 5-2147483647. * Field introduced in 20.1.5. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fixedTtl */ @@ -60,7 +60,7 @@ public Integer getFixedTtl() { * Allowed values are 5-2147483647. * Field introduced in 20.1.5. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fixedTtl set the fixedTtl. */ @@ -74,7 +74,7 @@ public void setFixedTtl(Integer fixedTtl) { * Allowed values are 5-2147483647. * Field introduced in 20.1.5. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return minTtl */ @@ -88,7 +88,7 @@ public Integer getMinTtl() { * Allowed values are 5-2147483647. * Field introduced in 20.1.5. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param minTtl set the minTtl. */ @@ -101,7 +101,7 @@ public void setMinTtl(Integer minTtl) { * Field introduced in 20.1.5. * Minimum of 1 items required. * Maximum of 10 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameserverIps */ @@ -115,7 +115,7 @@ public List getNameserverIps() { * Field introduced in 20.1.5. * Minimum of 1 items required. * Maximum of 10 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameserverIps */ @@ -129,7 +129,7 @@ public void setNameserverIps(List nameserverIps) { * Field introduced in 20.1.5. * Minimum of 1 items required. * Maximum of 10 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameserverIps */ @@ -145,7 +145,7 @@ public DnsResolver addNameserverIpsItem(IpAddr nameserverIpsItem) { * This is the getter method this will return the attribute value. * Unique name for resolver config. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resolverName */ @@ -157,7 +157,7 @@ public String getResolverName() { * This is the setter method to the attribute. * Unique name for resolver config. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resolverName set the resolverName. */ @@ -169,7 +169,7 @@ public void setResolverName(String resolverName) { * This is the getter method this will return the attribute value. * If enabled, dns resolution is performed via management network. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useMgmt */ @@ -181,7 +181,7 @@ public Boolean getUseMgmt() { * This is the setter method to the attribute. * If enabled, dns resolution is performed via management network. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useMgmt set the useMgmt. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsResourceRecord.java b/java/src/com/vmware/avi/sdk/model/DnsResourceRecord.java index 0085811e33..13d322fe33 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsResourceRecord.java +++ b/java/src/com/vmware/avi/sdk/model/DnsResourceRecord.java @@ -72,7 +72,7 @@ public class DnsResourceRecord { * This is the getter method this will return the attribute value. * Ipv6 address of the requested fqdn. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addr6IpStr */ @@ -84,7 +84,7 @@ public String getAddr6IpStr() { * This is the setter method to the attribute. * Ipv6 address of the requested fqdn. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param addr6IpStr set the addr6IpStr. */ @@ -95,7 +95,7 @@ public void setAddr6IpStr(String addr6IpStr) { /** * This is the getter method this will return the attribute value. * Ipv4 address of the requested fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrIp */ @@ -106,7 +106,7 @@ public Integer getAddrIp() { /** * This is the setter method to the attribute. * Ipv4 address of the requested fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param addrIp set the addrIp. */ @@ -117,7 +117,7 @@ public void setAddrIp(Integer addrIp) { /** * This is the getter method this will return the attribute value. * Canonical (real) name of the requested fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cname */ @@ -128,7 +128,7 @@ public String getCname() { /** * This is the setter method to the attribute. * Canonical (real) name of the requested fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cname set the cname. */ @@ -139,7 +139,7 @@ public void setCname(String cname) { /** * This is the getter method this will return the attribute value. * Class of the data in the resource record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dclass */ @@ -150,7 +150,7 @@ public Integer getDclass() { /** * This is the setter method to the attribute. * Class of the data in the resource record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dclass set the dclass. */ @@ -162,7 +162,7 @@ public void setDclass(Integer dclass) { * This is the getter method this will return the attribute value. * Geo location of member. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -174,7 +174,7 @@ public GeoLocation getLocation() { * This is the setter method to the attribute. * Geo location of member. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -186,7 +186,7 @@ public void setLocation(GeoLocation location) { * This is the getter method this will return the attribute value. * Fully qualified domain name of a mail server in the mx record. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mailServer */ @@ -198,7 +198,7 @@ public String getMailServer() { * This is the setter method to the attribute. * Fully qualified domain name of a mail server in the mx record. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mailServer set the mailServer. */ @@ -209,7 +209,7 @@ public void setMailServer(String mailServer) { /** * This is the getter method this will return the attribute value. * Domain name of the resource record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -220,7 +220,7 @@ public String getName() { /** * This is the setter method to the attribute. * Domain name of the resource record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -231,7 +231,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Domain name of the name server that is authoritative for the requested fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsname */ @@ -242,7 +242,7 @@ public String getNsname() { /** * This is the setter method to the attribute. * Domain name of the name server that is authoritative for the requested fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsname set the nsname. */ @@ -253,7 +253,7 @@ public void setNsname(String nsname) { /** * This is the getter method this will return the attribute value. * Service port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -264,7 +264,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. * Service port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -276,7 +276,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * The priority field identifies which mail server should be preferred. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return priority */ @@ -288,7 +288,7 @@ public Integer getPriority() { * This is the setter method to the attribute. * The priority field identifies which mail server should be preferred. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param priority set the priority. */ @@ -299,7 +299,7 @@ public void setPriority(Integer priority) { /** * This is the getter method this will return the attribute value. * Site controller cluster name - applicable only for avi vs gslb member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteName */ @@ -310,7 +310,7 @@ public String getSiteName() { /** * This is the setter method to the attribute. * Site controller cluster name - applicable only for avi vs gslb member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteName set the siteName. */ @@ -322,7 +322,7 @@ public void setSiteName(String siteName) { * This is the getter method this will return the attribute value. * Text resource record. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return textRdata */ @@ -334,7 +334,7 @@ public String getTextRdata() { * This is the setter method to the attribute. * Text resource record. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param textRdata set the textRdata. */ @@ -345,7 +345,7 @@ public void setTextRdata(String textRdata) { /** * This is the getter method this will return the attribute value. * Number of seconds the resource record can be cached. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ttl */ @@ -356,7 +356,7 @@ public Integer getTtl() { /** * This is the setter method to the attribute. * Number of seconds the resource record can be cached. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ttl set the ttl. */ @@ -370,7 +370,7 @@ public void setTtl(Integer ttl) { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -384,7 +384,7 @@ public String getType() { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -395,7 +395,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. * Virtual service name - applicable only for avi vs gslb member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -406,7 +406,7 @@ public String getVsName() { /** * This is the setter method to the attribute. * Virtual service name - applicable only for avi vs gslb member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsResponse.java b/java/src/com/vmware/avi/sdk/model/DnsResponse.java index 3e23886bd7..122cea518c 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsResponse.java +++ b/java/src/com/vmware/avi/sdk/model/DnsResponse.java @@ -71,7 +71,7 @@ public class DnsResponse { /** * This is the getter method this will return the attribute value. * Number of additional records. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return additionalRecordsCount */ @@ -82,7 +82,7 @@ public Integer getAdditionalRecordsCount() { /** * This is the setter method to the attribute. * Number of additional records. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param additionalRecordsCount set the additionalRecordsCount. */ @@ -93,7 +93,7 @@ public void setAdditionalRecordsCount(Integer additionalRecordsCount) { /** * This is the getter method this will return the attribute value. * Number of answer records. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return answerRecordsCount */ @@ -104,7 +104,7 @@ public Integer getAnswerRecordsCount() { /** * This is the setter method to the attribute. * Number of answer records. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param answerRecordsCount set the answerRecordsCount. */ @@ -115,7 +115,7 @@ public void setAnswerRecordsCount(Integer answerRecordsCount) { /** * This is the getter method this will return the attribute value. * Flag to indicate the responding dns is an authority for the requested fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authoritativeAnswer */ @@ -126,7 +126,7 @@ public Boolean getAuthoritativeAnswer() { /** * This is the setter method to the attribute. * Flag to indicate the responding dns is an authority for the requested fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authoritativeAnswer set the authoritativeAnswer. */ @@ -138,7 +138,7 @@ public void setAuthoritativeAnswer(Boolean authoritativeAnswer) { * This is the getter method this will return the attribute value. * Flag to indicate whether fallback algorithm was used to serve this request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackAlgorithmUsed */ @@ -150,7 +150,7 @@ public Boolean getFallbackAlgorithmUsed() { * This is the setter method to the attribute. * Flag to indicate whether fallback algorithm was used to serve this request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fallbackAlgorithmUsed set the fallbackAlgorithmUsed. */ @@ -162,7 +162,7 @@ public void setFallbackAlgorithmUsed(Boolean fallbackAlgorithmUsed) { * This is the getter method this will return the attribute value. * Resource records in the response are generated based on wildcard match. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isWildcard */ @@ -174,7 +174,7 @@ public Boolean getIsWildcard() { * This is the setter method to the attribute. * Resource records in the response are generated based on wildcard match. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isWildcard set the isWildcard. */ @@ -185,7 +185,7 @@ public void setIsWildcard(Boolean isWildcard) { /** * This is the getter method this will return the attribute value. * Number of nameserver records. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameserverRecordsCount */ @@ -196,7 +196,7 @@ public Integer getNameserverRecordsCount() { /** * This is the setter method to the attribute. * Number of nameserver records. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nameserverRecordsCount set the nameserverRecordsCount. */ @@ -210,7 +210,7 @@ public void setNameserverRecordsCount(Integer nameserverRecordsCount) { * Query, notify, etc. * Enum options - DNS_OPCODE_QUERY, DNS_OPCODE_IQUERY, DNS_OPCODE_STATUS, DNS_OPCODE_NOTIFY, DNS_OPCODE_UPDATE. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return opcode */ @@ -224,7 +224,7 @@ public String getOpcode() { * Query, notify, etc. * Enum options - DNS_OPCODE_QUERY, DNS_OPCODE_IQUERY, DNS_OPCODE_STATUS, DNS_OPCODE_NOTIFY, DNS_OPCODE_UPDATE. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param opcode set the opcode. */ @@ -236,7 +236,7 @@ public void setOpcode(String opcode) { * This is the getter method this will return the attribute value. * Opt resource records in the response. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return optRecord */ @@ -248,7 +248,7 @@ public DnsOptRecord getOptRecord() { * This is the setter method to the attribute. * Opt resource records in the response. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param optRecord set the optRecord. */ @@ -260,7 +260,7 @@ public void setOptRecord(DnsOptRecord optRecord) { * This is the getter method this will return the attribute value. * Flag indicating response is a client query (false) or server response (true). * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryOrResponse */ @@ -272,7 +272,7 @@ public Boolean getQueryOrResponse() { * This is the setter method to the attribute. * Flag indicating response is a client query (false) or server response (true). * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queryOrResponse set the queryOrResponse. */ @@ -284,7 +284,7 @@ public void setQueryOrResponse(Boolean queryOrResponse) { * This is the getter method this will return the attribute value. * Number of questions in the client dns request eliciting this dns response. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return questionCount */ @@ -296,7 +296,7 @@ public Integer getQuestionCount() { * This is the setter method to the attribute. * Number of questions in the client dns request eliciting this dns response. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param questionCount set the questionCount. */ @@ -306,7 +306,7 @@ public void setQuestionCount(Integer questionCount) { /** * This is the getter method this will return the attribute value. * Resource records in the response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return records */ @@ -317,7 +317,7 @@ public List getRecords() { /** * This is the setter method. this will set the records * Resource records in the response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return records */ @@ -328,7 +328,7 @@ public void setRecords(List records) { /** * This is the setter method this will set the records * Resource records in the response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return records */ @@ -343,7 +343,7 @@ public DnsResponse addRecordsItem(DnsResourceRecord recordsItem) { /** * This is the getter method this will return the attribute value. * Flag indicating the dns query is fully answered. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recursionAvailable */ @@ -354,7 +354,7 @@ public Boolean getRecursionAvailable() { /** * This is the setter method to the attribute. * Flag indicating the dns query is fully answered. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param recursionAvailable set the recursionAvailable. */ @@ -366,7 +366,7 @@ public void setRecursionAvailable(Boolean recursionAvailable) { * This is the getter method this will return the attribute value. * Flag copied from the dns query's recursion desired field by the responding dns. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recursionDesired */ @@ -378,7 +378,7 @@ public Boolean getRecursionDesired() { * This is the setter method to the attribute. * Flag copied from the dns query's recursion desired field by the responding dns. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param recursionDesired set the recursionDesired. */ @@ -391,7 +391,7 @@ public void setRecursionDesired(Boolean recursionDesired) { * Response code in the response. * Enum options - DNS_RCODE_NOERROR, DNS_RCODE_FORMERR, DNS_RCODE_SERVFAIL, DNS_RCODE_NXDOMAIN, DNS_RCODE_NOTIMP, DNS_RCODE_REFUSED, * DNS_RCODE_YXDOMAIN, DNS_RCODE_YXRRSET, DNS_RCODE_NXRRSET, DNS_RCODE_NOTAUTH, DNS_RCODE_NOTZONE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseCode */ @@ -404,7 +404,7 @@ public String getResponseCode() { * Response code in the response. * Enum options - DNS_RCODE_NOERROR, DNS_RCODE_FORMERR, DNS_RCODE_SERVFAIL, DNS_RCODE_NXDOMAIN, DNS_RCODE_NOTIMP, DNS_RCODE_REFUSED, * DNS_RCODE_YXDOMAIN, DNS_RCODE_YXRRSET, DNS_RCODE_NXRRSET, DNS_RCODE_NOTAUTH, DNS_RCODE_NOTZONE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseCode set the responseCode. */ @@ -415,7 +415,7 @@ public void setResponseCode(String responseCode) { /** * This is the getter method this will return the attribute value. * Flag to indicate if the answer received from dns is truncated (original answer exceeds 512 bytes udp limit). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return truncation */ @@ -426,7 +426,7 @@ public Boolean getTruncation() { /** * This is the setter method to the attribute. * Flag to indicate if the answer received from dns is truncated (original answer exceeds 512 bytes udp limit). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param truncation set the truncation. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRrSet.java b/java/src/com/vmware/avi/sdk/model/DnsRrSet.java index caaf2ec6a7..b5858bfdef 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRrSet.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRrSet.java @@ -48,7 +48,7 @@ public class DnsRrSet { * This is the getter method this will return the attribute value. * Canonical name in cname record. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cname */ @@ -60,7 +60,7 @@ public DnsCnameRdata getCname() { * This is the setter method to the attribute. * Canonical name in cname record. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cname set the cname. */ @@ -72,7 +72,7 @@ public void setCname(DnsCnameRdata cname) { * This is the getter method this will return the attribute value. * Fully qualified domain name. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -84,7 +84,7 @@ public String getFqdn() { * This is the setter method to the attribute. * Fully qualified domain name. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -95,7 +95,7 @@ public void setFqdn(String fqdn) { * This is the getter method this will return the attribute value. * Ipv6 address in aaaa record. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Addresses */ @@ -107,7 +107,7 @@ public List getIp6Addresses() { * This is the setter method. this will set the ip6Addresses * Ipv6 address in aaaa record. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Addresses */ @@ -119,7 +119,7 @@ public void setIp6Addresses(List ip6Addresses) { * This is the setter method this will set the ip6Addresses * Ipv6 address in aaaa record. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Addresses */ @@ -134,7 +134,7 @@ public DnsRrSet addIp6AddressesItem(DnsAAAARdata ip6AddressesItem) { * This is the getter method this will return the attribute value. * Ip address in a record. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddresses */ @@ -146,7 +146,7 @@ public List getIpAddresses() { * This is the setter method. this will set the ipAddresses * Ip address in a record. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddresses */ @@ -158,7 +158,7 @@ public void setIpAddresses(List ipAddresses) { * This is the setter method this will set the ipAddresses * Ip address in a record. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddresses */ @@ -173,7 +173,7 @@ public DnsRrSet addIpAddressesItem(DnsARdata ipAddressesItem) { * This is the getter method this will return the attribute value. * Name server information in ns record. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nses */ @@ -185,7 +185,7 @@ public List getNses() { * This is the setter method. this will set the nses * Name server information in ns record. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nses */ @@ -197,7 +197,7 @@ public void setNses(List nses) { * This is the setter method this will set the nses * Name server information in ns record. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nses */ @@ -214,7 +214,7 @@ public DnsRrSet addNsesItem(DnsNsRdata nsesItem) { * Time to live for this dns record. * Allowed values are 0-2147483647. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ttl */ @@ -227,7 +227,7 @@ public Integer getTtl() { * Time to live for this dns record. * Allowed values are 0-2147483647. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ttl set the ttl. */ @@ -242,7 +242,7 @@ public void setTtl(Integer ttl) { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -257,7 +257,7 @@ public String getType() { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRule.java b/java/src/com/vmware/avi/sdk/model/DnsRule.java index d7738510d4..83357e386f 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRule.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRule.java @@ -45,7 +45,7 @@ public class DnsRule { * This is the getter method this will return the attribute value. * Action to be performed upon successful matching. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -57,7 +57,7 @@ public DnsRuleAction getAction() { * This is the setter method to the attribute. * Action to be performed upon successful matching. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -69,7 +69,7 @@ public void setAction(DnsRuleAction action) { * This is the getter method this will return the attribute value. * Enable or disable the rule. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -81,7 +81,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable the rule. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -93,7 +93,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Index of the rule. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -105,7 +105,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the rule. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -117,7 +117,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Log dns query upon rule match. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return log */ @@ -129,7 +129,7 @@ public Boolean getLog() { * This is the setter method to the attribute. * Log dns query upon rule match. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param log set the log. */ @@ -141,7 +141,7 @@ public void setLog(Boolean log) { * This is the getter method this will return the attribute value. * Add match criteria to the rule. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -153,7 +153,7 @@ public DnsRuleMatchTarget getMatch() { * This is the setter method to the attribute. * Add match criteria to the rule. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -165,7 +165,7 @@ public void setMatch(DnsRuleMatchTarget match) { * This is the getter method this will return the attribute value. * Name of the rule. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -177,7 +177,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the rule. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRuleAction.java b/java/src/com/vmware/avi/sdk/model/DnsRuleAction.java index 48a5f4058d..6113d67f04 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRuleAction.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRuleAction.java @@ -45,7 +45,7 @@ public class DnsRuleAction { * This is the getter method this will return the attribute value. * Allow or drop the dns query. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allow */ @@ -57,7 +57,7 @@ public DnsRuleActionAllowDrop getAllow() { * This is the setter method to the attribute. * Allow or drop the dns query. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allow set the allow. */ @@ -69,7 +69,7 @@ public void setAllow(DnsRuleActionAllowDrop allow) { * This is the getter method this will return the attribute value. * Rate limits the dns requests. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsRateLimiter */ @@ -81,7 +81,7 @@ public DnsRateLimiter getDnsRateLimiter() { * This is the setter method to the attribute. * Rate limits the dns requests. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsRateLimiter set the dnsRateLimiter. */ @@ -93,7 +93,7 @@ public void setDnsRateLimiter(DnsRateLimiter dnsRateLimiter) { * This is the getter method this will return the attribute value. * Gslb service group to be selected. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsGroupSelection */ @@ -105,7 +105,7 @@ public DnsRuleActionGsGroupSelection getGsGroupSelection() { * This is the setter method to the attribute. * Gslb service group to be selected. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsGroupSelection set the gsGroupSelection. */ @@ -118,7 +118,7 @@ public void setGsGroupSelection(DnsRuleActionGsGroupSelection gsGroupSelection) * Select a specific gslb site for the dns query. * This action should be used only when gslb services have been configured for the dns virtual service. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbSiteSelection */ @@ -131,7 +131,7 @@ public DnsRuleActionGslbSiteSelection getGslbSiteSelection() { * Select a specific gslb site for the dns query. * This action should be used only when gslb services have been configured for the dns virtual service. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbSiteSelection set the gslbSiteSelection. */ @@ -143,7 +143,7 @@ public void setGslbSiteSelection(DnsRuleActionGslbSiteSelection gslbSiteSelectio * This is the getter method this will return the attribute value. * Select a pool or pool group for the passthrough dns query which cannot be served locally but could be served by upstream servers. * Field introduced in 18.1.3, 17.2.12. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolSwitching */ @@ -155,7 +155,7 @@ public DnsRuleActionPoolSwitching getPoolSwitching() { * This is the setter method to the attribute. * Select a pool or pool group for the passthrough dns query which cannot be served locally but could be served by upstream servers. * Field introduced in 18.1.3, 17.2.12. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolSwitching set the poolSwitching. */ @@ -167,7 +167,7 @@ public void setPoolSwitching(DnsRuleActionPoolSwitching poolSwitching) { * This is the getter method this will return the attribute value. * Generate a response for the dns query. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return response */ @@ -179,7 +179,7 @@ public DnsRuleActionResponse getResponse() { * This is the setter method to the attribute. * Generate a response for the dns query. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param response set the response. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRuleActionAllowDrop.java b/java/src/com/vmware/avi/sdk/model/DnsRuleActionAllowDrop.java index e02fa1434f..24e889741a 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRuleActionAllowDrop.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRuleActionAllowDrop.java @@ -33,7 +33,7 @@ public class DnsRuleActionAllowDrop { * This is the getter method this will return the attribute value. * Allow the dns query. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return allow */ @@ -45,7 +45,7 @@ public Boolean getAllow() { * This is the setter method to the attribute. * Allow the dns query. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param allow set the allow. */ @@ -57,7 +57,7 @@ public void setAllow(Boolean allow) { * This is the getter method this will return the attribute value. * Reset the tcp connection of the dns query, if allow is set to false to drop the query. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return resetConn */ @@ -69,7 +69,7 @@ public Boolean getResetConn() { * This is the setter method to the attribute. * Reset the tcp connection of the dns query, if allow is set to false to drop the query. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param resetConn set the resetConn. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRuleActionGsGroupSelection.java b/java/src/com/vmware/avi/sdk/model/DnsRuleActionGsGroupSelection.java index 68e2e10f5b..fbf1266ffb 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRuleActionGsGroupSelection.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRuleActionGsGroupSelection.java @@ -30,7 +30,7 @@ public class DnsRuleActionGsGroupSelection { * This is the getter method this will return the attribute value. * Gslb service group name. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupName */ @@ -42,7 +42,7 @@ public String getGroupName() { * This is the setter method to the attribute. * Gslb service group name. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param groupName set the groupName. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRuleActionGslbSiteSelection.java b/java/src/com/vmware/avi/sdk/model/DnsRuleActionGslbSiteSelection.java index fd8eda3f4c..4186d800ca 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRuleActionGslbSiteSelection.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRuleActionGslbSiteSelection.java @@ -36,7 +36,7 @@ public class DnsRuleActionGslbSiteSelection { * Gslb fallback sites to use in case the desired site is down. * Field introduced in 17.2.5. * Maximum of 64 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackSiteNames */ @@ -49,7 +49,7 @@ public List getFallbackSiteNames() { * Gslb fallback sites to use in case the desired site is down. * Field introduced in 17.2.5. * Maximum of 64 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackSiteNames */ @@ -62,7 +62,7 @@ public void setFallbackSiteNames(List fallbackSiteNames) { * Gslb fallback sites to use in case the desired site is down. * Field introduced in 17.2.5. * Maximum of 64 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackSiteNames */ @@ -80,7 +80,7 @@ public DnsRuleActionGslbSiteSelection addFallbackSiteNamesItem(String fallbackSi * This setting comes into play when the site is down, as well as no configured fallback site is available (all fallback sites are also down), then * any one available site is selected based on the default algorithm for gslb pool member selection. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return isSitePreferred */ @@ -94,7 +94,7 @@ public Boolean getIsSitePreferred() { * This setting comes into play when the site is down, as well as no configured fallback site is available (all fallback sites are also down), then * any one available site is selected based on the default algorithm for gslb pool member selection. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param isSitePreferred set the isSitePreferred. */ @@ -106,7 +106,7 @@ public void setIsSitePreferred(Boolean isSitePreferred) { * This is the getter method this will return the attribute value. * Gslb site name. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteName */ @@ -118,7 +118,7 @@ public String getSiteName() { * This is the setter method to the attribute. * Gslb site name. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteName set the siteName. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRuleActionPoolSwitching.java b/java/src/com/vmware/avi/sdk/model/DnsRuleActionPoolSwitching.java index 39de456aa8..cd6e480798 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRuleActionPoolSwitching.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRuleActionPoolSwitching.java @@ -34,7 +34,7 @@ public class DnsRuleActionPoolSwitching { * Reference of the pool group to serve the passthrough dns query which cannot be served locally. * It is a reference to an object of type poolgroup. * Field introduced in 18.1.3, 17.2.12. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRef */ @@ -47,7 +47,7 @@ public String getPoolGroupRef() { * Reference of the pool group to serve the passthrough dns query which cannot be served locally. * It is a reference to an object of type poolgroup. * Field introduced in 18.1.3, 17.2.12. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolGroupRef set the poolGroupRef. */ @@ -60,7 +60,7 @@ public void setPoolGroupRef(String poolGroupRef) { * Reference of the pool to serve the passthrough dns query which cannot be served locally. * It is a reference to an object of type pool. * Field introduced in 18.1.3, 17.2.12. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -73,7 +73,7 @@ public String getPoolRef() { * Reference of the pool to serve the passthrough dns query which cannot be served locally. * It is a reference to an object of type pool. * Field introduced in 18.1.3, 17.2.12. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRuleActionResponse.java b/java/src/com/vmware/avi/sdk/model/DnsRuleActionResponse.java index a3f5b1ef01..004b1a3865 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRuleActionResponse.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRuleActionResponse.java @@ -39,7 +39,7 @@ public class DnsRuleActionResponse { * This is the getter method this will return the attribute value. * Dns response is authoritative. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return authoritative */ @@ -51,7 +51,7 @@ public Boolean getAuthoritative() { * This is the setter method to the attribute. * Dns response is authoritative. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param authoritative set the authoritative. */ @@ -65,7 +65,7 @@ public void setAuthoritative(Boolean authoritative) { * Enum options - DNS_RCODE_NOERROR, DNS_RCODE_FORMERR, DNS_RCODE_SERVFAIL, DNS_RCODE_NXDOMAIN, DNS_RCODE_NOTIMP, DNS_RCODE_REFUSED, * DNS_RCODE_YXDOMAIN, DNS_RCODE_YXRRSET, DNS_RCODE_NXRRSET, DNS_RCODE_NOTAUTH, DNS_RCODE_NOTZONE. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RCODE_NOERROR". * @return rcode */ @@ -79,7 +79,7 @@ public String getRcode() { * Enum options - DNS_RCODE_NOERROR, DNS_RCODE_FORMERR, DNS_RCODE_SERVFAIL, DNS_RCODE_NXDOMAIN, DNS_RCODE_NOTIMP, DNS_RCODE_REFUSED, * DNS_RCODE_YXDOMAIN, DNS_RCODE_YXRRSET, DNS_RCODE_NXRRSET, DNS_RCODE_NOTAUTH, DNS_RCODE_NOTZONE. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RCODE_NOERROR". * @param rcode set the rcode. */ @@ -90,7 +90,7 @@ public void setRcode(String rcode) { * This is the getter method this will return the attribute value. * Dns resource record sets - (resource record set share the dns domain name, type, and class). * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRecordSets */ @@ -102,7 +102,7 @@ public List getResourceRecordSets() { * This is the setter method. this will set the resourceRecordSets * Dns resource record sets - (resource record set share the dns domain name, type, and class). * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRecordSets */ @@ -114,7 +114,7 @@ public void setResourceRecordSets(List resourceRecordSets) { * This is the setter method this will set the resourceRecordSets * Dns resource record sets - (resource record set share the dns domain name, type, and class). * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRecordSets */ @@ -130,7 +130,7 @@ public DnsRuleActionResponse addResourceRecordSetsItem(DnsRuleDnsRrSet resourceR * This is the getter method this will return the attribute value. * Dns response is truncated. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return truncation */ @@ -142,7 +142,7 @@ public Boolean getTruncation() { * This is the setter method to the attribute. * Dns response is truncated. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param truncation set the truncation. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRuleDnsRrSet.java b/java/src/com/vmware/avi/sdk/model/DnsRuleDnsRrSet.java index 5dbdef9374..c3fc12b952 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRuleDnsRrSet.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRuleDnsRrSet.java @@ -33,7 +33,7 @@ public class DnsRuleDnsRrSet { * This is the getter method this will return the attribute value. * Dns resource record set - (records in the resource record set share the dns domain name, type, and class). * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRecordSet */ @@ -45,7 +45,7 @@ public DnsRrSet getResourceRecordSet() { * This is the setter method to the attribute. * Dns resource record set - (records in the resource record set share the dns domain name, type, and class). * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceRecordSet set the resourceRecordSet. */ @@ -58,7 +58,7 @@ public void setResourceRecordSet(DnsRrSet resourceRecordSet) { * Dns message section for the resource record set. * Enum options - DNS_MESSAGE_SECTION_QUESTION, DNS_MESSAGE_SECTION_ANSWER, DNS_MESSAGE_SECTION_AUTHORITY, DNS_MESSAGE_SECTION_ADDITIONAL. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_MESSAGE_SECTION_ANSWER". * @return section */ @@ -71,7 +71,7 @@ public String getSection() { * Dns message section for the resource record set. * Enum options - DNS_MESSAGE_SECTION_QUESTION, DNS_MESSAGE_SECTION_ANSWER, DNS_MESSAGE_SECTION_AUTHORITY, DNS_MESSAGE_SECTION_ADDITIONAL. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_MESSAGE_SECTION_ANSWER". * @param section set the section. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRuleMatchTarget.java b/java/src/com/vmware/avi/sdk/model/DnsRuleMatchTarget.java index 86fbdb0510..ad7d741b0b 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRuleMatchTarget.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRuleMatchTarget.java @@ -45,7 +45,7 @@ public class DnsRuleMatchTarget { * This is the getter method this will return the attribute value. * Ip addresses to match against client ip or the edns client subnet ip. * Field introduced in 17.1.6,17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpAddress */ @@ -57,7 +57,7 @@ public DnsClientIpMatch getClientIpAddress() { * This is the setter method to the attribute. * Ip addresses to match against client ip or the edns client subnet ip. * Field introduced in 17.1.6,17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpAddress set the clientIpAddress. */ @@ -69,7 +69,7 @@ public void setClientIpAddress(DnsClientIpMatch clientIpAddress) { * This is the getter method this will return the attribute value. * Port number to match against client port number. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientPortNumbers */ @@ -81,7 +81,7 @@ public DnsClientPortMatch getClientPortNumbers() { * This is the setter method to the attribute. * Port number to match against client port number. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientPortNumbers set the clientPortNumbers. */ @@ -93,7 +93,7 @@ public void setClientPortNumbers(DnsClientPortMatch clientPortNumbers) { * This is the getter method this will return the attribute value. * Geographical location attribute to match against that of the client ip. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoLocation */ @@ -105,7 +105,7 @@ public DnsGeoLocationMatch getGeoLocation() { * This is the setter method to the attribute. * Geographical location attribute to match against that of the client ip. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoLocation set the geoLocation. */ @@ -117,7 +117,7 @@ public void setGeoLocation(DnsGeoLocationMatch geoLocation) { * This is the getter method this will return the attribute value. * Dns transport protocol match. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -129,7 +129,7 @@ public DnsTransportProtocolMatch getProtocol() { * This is the setter method to the attribute. * Dns transport protocol match. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -141,7 +141,7 @@ public void setProtocol(DnsTransportProtocolMatch protocol) { * This is the getter method this will return the attribute value. * Domain names to match against query name. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryName */ @@ -153,7 +153,7 @@ public DnsQueryNameMatch getQueryName() { * This is the setter method to the attribute. * Domain names to match against query name. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queryName set the queryName. */ @@ -165,7 +165,7 @@ public void setQueryName(DnsQueryNameMatch queryName) { * This is the getter method this will return the attribute value. * Dns query types to match against request query type. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryType */ @@ -177,7 +177,7 @@ public DnsQueryTypeMatch getQueryType() { * This is the setter method to the attribute. * Dns query types to match against request query type. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queryType set the queryType. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsRuleRLAction.java b/java/src/com/vmware/avi/sdk/model/DnsRuleRLAction.java index 7056c6806c..86fa024b61 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsRuleRLAction.java +++ b/java/src/com/vmware/avi/sdk/model/DnsRuleRLAction.java @@ -31,7 +31,7 @@ public class DnsRuleRLAction { * Type of action to be enforced upon hitting the rate limit. * Enum options - DNS_RL_ACTION_NONE, DNS_RL_ACTION_DROP_REQ. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RL_ACTION_NONE". * @return type */ @@ -44,7 +44,7 @@ public String getType() { * Type of action to be enforced upon hitting the rate limit. * Enum options - DNS_RL_ACTION_NONE, DNS_RL_ACTION_DROP_REQ. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RL_ACTION_NONE". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsServiceApplicationProfile.java b/java/src/com/vmware/avi/sdk/model/DnsServiceApplicationProfile.java index 8953af97d8..a7b1d8bfa5 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsServiceApplicationProfile.java +++ b/java/src/com/vmware/avi/sdk/model/DnsServiceApplicationProfile.java @@ -71,7 +71,7 @@ public class DnsServiceApplicationProfile { /** * This is the getter method this will return the attribute value. * Respond to aaaa queries with empty response when there are only ipv4 records. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return aaaaEmptyResponse */ @@ -82,7 +82,7 @@ public Boolean getAaaaEmptyResponse() { /** * This is the setter method to the attribute. * Respond to aaaa queries with empty response when there are only ipv4 records. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param aaaaEmptyResponse set the aaaaEmptyResponse. */ @@ -96,7 +96,7 @@ public void setAaaaEmptyResponse(Boolean aaaaEmptyResponse) { * This field is used in soa records (rname) pertaining to all domain names specified as authoritative domain names. * If not configured, the default value 'hostmaster' is used in soa responses. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "hostmaster". * @return adminEmail */ @@ -110,7 +110,7 @@ public String getAdminEmail() { * This field is used in soa records (rname) pertaining to all domain names specified as authoritative domain names. * If not configured, the default value 'hostmaster' is used in soa responses. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "hostmaster". * @param adminEmail set the adminEmail. */ @@ -125,7 +125,7 @@ public void setAdminEmail(String adminEmail) { * Allowed values are 10-100000000. * Field introduced in 22.1.5, 30.1.2, 30.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return clientDnsTcpRequestTimeout */ @@ -140,7 +140,7 @@ public Integer getClientDnsTcpRequestTimeout() { * Allowed values are 10-100000000. * Field introduced in 22.1.5, 30.1.2, 30.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param clientDnsTcpRequestTimeout set the clientDnsTcpRequestTimeout. */ @@ -153,7 +153,7 @@ public void setClientDnsTcpRequestTimeout(Integer clientDnsTcpRequestTimeout) { * If enabled, the service engine initiates closure of client tcp connections after the first dns response, for pass-through/proxy cases. * This behavior applies to all dns request types other than ax-fr. * Field introduced in 21.1.7, 22.1.4, 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return closeTcpConnectionPostResponse */ @@ -166,7 +166,7 @@ public Boolean getCloseTcpConnectionPostResponse() { * If enabled, the service engine initiates closure of client tcp connections after the first dns response, for pass-through/proxy cases. * This behavior applies to all dns request types other than ax-fr. * Field introduced in 21.1.7, 22.1.4, 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param closeTcpConnectionPostResponse set the closeTcpConnectionPostResponse. */ @@ -179,7 +179,7 @@ public void setCloseTcpConnectionPostResponse(Boolean closeTcpConnectionPostRes * Enable dns query/response over tcp. * This enables analytics for pass-through queries as well. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return dnsOverTcpEnabled */ @@ -192,7 +192,7 @@ public Boolean getDnsOverTcpEnabled() { * Enable dns query/response over tcp. * This enables analytics for pass-through queries as well. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param dnsOverTcpEnabled set the dnsOverTcpEnabled. */ @@ -204,7 +204,7 @@ public void setDnsOverTcpEnabled(Boolean dnsOverTcpEnabled) { * Dns zones hosted on this virtual service. * Field introduced in 18.2.6. * Maximum of 100 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsZones */ @@ -217,7 +217,7 @@ public List getDnsZones() { * Dns zones hosted on this virtual service. * Field introduced in 18.2.6. * Maximum of 100 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsZones */ @@ -230,7 +230,7 @@ public void setDnsZones(List dnsZones) { * Dns zones hosted on this virtual service. * Field introduced in 18.2.6. * Maximum of 100 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsZones */ @@ -246,7 +246,7 @@ public DnsServiceApplicationProfile addDnsZonesItem(DnsZone dnsZonesItem) { * Subdomain names serviced by this virtual service. * These are configured as ends-with semantics. * Maximum of 100 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -259,7 +259,7 @@ public List getDomainNames() { * Subdomain names serviced by this virtual service. * These are configured as ends-with semantics. * Maximum of 100 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -272,7 +272,7 @@ public void setDomainNames(List domainNames) { * Subdomain names serviced by this virtual service. * These are configured as ends-with semantics. * Maximum of 100 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -288,7 +288,7 @@ public DnsServiceApplicationProfile addDomainNamesItem(String domainNamesItem) { * This is the getter method this will return the attribute value. * Enable stripping of edns client subnet (ecs) option towards client if dns service inserts ecs option in the dns query towards upstream servers. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ecsStrippingEnabled */ @@ -300,7 +300,7 @@ public Boolean getEcsStrippingEnabled() { * This is the setter method to the attribute. * Enable stripping of edns client subnet (ecs) option towards client if dns service inserts ecs option in the dns query towards upstream servers. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param ecsStrippingEnabled set the ecsStrippingEnabled. */ @@ -314,7 +314,7 @@ public void setEcsStrippingEnabled(Boolean ecsStrippingEnabled) { * Edns extensions are parsed and shown in logs. * For gslb services, the edns client subnet option can be used to influence load balancing. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return edns */ @@ -328,7 +328,7 @@ public Boolean getEdns() { * Edns extensions are parsed and shown in logs. * For gslb services, the edns client subnet option can be used to influence load balancing. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param edns set the edns. */ @@ -345,7 +345,7 @@ public void setEdns(Boolean edns) { * minimum of the prefix length present in the incoming and the configured prefix length, before passing the request to upstream server. * Allowed values are 1-32. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ednsClientSubnetPrefixLen */ @@ -362,7 +362,7 @@ public Integer getEdnsClientSubnetPrefixLen() { * minimum of the prefix length present in the incoming and the configured prefix length, before passing the request to upstream server. * Allowed values are 1-32. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ednsClientSubnetPrefixLen set the ednsClientSubnetPrefixLen. */ @@ -377,7 +377,7 @@ public void setEdnsClientSubnetPrefixLen(Integer ednsClientSubnetPrefixLen) { * When set to respond, an appropriate response is sent to client, e.g. * Nxdomain response for non-existent records, empty noerror response for unsupported queries, etc. * Enum options - DNS_ERROR_RESPONSE_ERROR, DNS_ERROR_RESPONSE_NONE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_ERROR_RESPONSE_NONE". * @return errorResponse */ @@ -392,7 +392,7 @@ public String getErrorResponse() { * When set to respond, an appropriate response is sent to client, e.g. * Nxdomain response for non-existent records, empty noerror response for unsupported queries, etc. * Enum options - DNS_ERROR_RESPONSE_ERROR, DNS_ERROR_RESPONSE_NONE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_ERROR_RESPONSE_NONE". * @param errorResponse set the errorResponse. */ @@ -406,7 +406,7 @@ public void setErrorResponse(String errorResponse) { * This field is used in soa records (mname) pertaining to all domain names specified as authoritative domain names. * If not configured, domain name is used as name server in soa response. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameServer */ @@ -420,7 +420,7 @@ public String getNameServer() { * This field is used in soa records (mname) pertaining to all domain names specified as authoritative domain names. * If not configured, domain name is used as name server in soa response. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nameServer set the nameServer. */ @@ -435,7 +435,7 @@ public void setNameServer(String nameServer) { * Allowed values are 0-86400. * Field introduced in 17.2.4. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return negativeCachingTtl */ @@ -450,7 +450,7 @@ public Integer getNegativeCachingTtl() { * Allowed values are 0-86400. * Field introduced in 17.2.4. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param negativeCachingTtl set the negativeCachingTtl. */ @@ -464,7 +464,7 @@ public void setNegativeCachingTtl(Integer negativeCachingTtl) { * Enter 0 to return all ip addresses. * Allowed values are 1-20. * Special values are 0- return all ip addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return numDnsIp */ @@ -478,7 +478,7 @@ public Integer getNumDnsIp() { * Enter 0 to return all ip addresses. * Allowed values are 1-20. * Special values are 0- return all ip addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param numDnsIp set the numDnsIp. */ @@ -491,7 +491,7 @@ public void setNumDnsIp(Integer numDnsIp) { * Specifies the ttl value (in seconds) for records served by dns service. * Allowed values are 0-86400. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return ttl */ @@ -504,7 +504,7 @@ public Integer getTtl() { * Specifies the ttl value (in seconds) for records served by dns service. * Allowed values are 0-86400. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param ttl set the ttl. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsServiceDomain.java b/java/src/com/vmware/avi/sdk/model/DnsServiceDomain.java index ddcebe456d..2b0d967176 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsServiceDomain.java +++ b/java/src/com/vmware/avi/sdk/model/DnsServiceDomain.java @@ -35,7 +35,7 @@ public class DnsServiceDomain { /** * This is the getter method this will return the attribute value. * Service domain string used for fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -46,7 +46,7 @@ public String getDomainName() { /** * This is the setter method to the attribute. * Service domain string used for fqdn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param domainName set the domainName. */ @@ -57,7 +57,7 @@ public void setDomainName(String domainName) { /** * This is the getter method this will return the attribute value. * Third-party authoritative domain requests are delegated todns virtualservice's pool of nameservers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return passThrough */ @@ -68,7 +68,7 @@ public Boolean getPassThrough() { /** * This is the setter method to the attribute. * Third-party authoritative domain requests are delegated todns virtualservice's pool of nameservers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param passThrough set the passThrough. */ @@ -81,7 +81,7 @@ public void setPassThrough(Boolean passThrough) { * Ttl value for dns records. * Allowed values are 1-604800. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recordTtl */ @@ -94,7 +94,7 @@ public Integer getRecordTtl() { * Ttl value for dns records. * Allowed values are 1-604800. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param recordTtl set the recordTtl. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsSrvRdata.java b/java/src/com/vmware/avi/sdk/model/DnsSrvRdata.java index 6f646546f3..ba552cc7c4 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsSrvRdata.java +++ b/java/src/com/vmware/avi/sdk/model/DnsSrvRdata.java @@ -39,7 +39,7 @@ public class DnsSrvRdata { * This is the getter method this will return the attribute value. * Service port. * Allowed values are 0-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -51,7 +51,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Service port. * Allowed values are 0-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -63,7 +63,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Priority of the target hosting the service, low value implies higher priority for this service record. * Allowed values are 0-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return priority */ @@ -75,7 +75,7 @@ public Integer getPriority() { * This is the setter method to the attribute. * Priority of the target hosting the service, low value implies higher priority for this service record. * Allowed values are 0-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param priority set the priority. */ @@ -87,7 +87,7 @@ public void setPriority(Integer priority) { * This is the getter method this will return the attribute value. * Canonical hostname, of the machine hosting the service, with no trailing period. * 'default.host' is valid but not 'default.host.'. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default.host". * @return target */ @@ -99,7 +99,7 @@ public String getTarget() { * This is the setter method to the attribute. * Canonical hostname, of the machine hosting the service, with no trailing period. * 'default.host' is valid but not 'default.host.'. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default.host". * @param target set the target. */ @@ -111,7 +111,7 @@ public void setTarget(String target) { * This is the getter method this will return the attribute value. * Relative weight for service records with same priority, high value implies higher preference for this service record. * Allowed values are 0-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return weight */ @@ -123,7 +123,7 @@ public Integer getWeight() { * This is the setter method to the attribute. * Relative weight for service records with same priority, high value implies higher preference for this service record. * Allowed values are 0-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param weight set the weight. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsTransportProtocolMatch.java b/java/src/com/vmware/avi/sdk/model/DnsTransportProtocolMatch.java index bdf8250b0f..58dedbfc49 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsTransportProtocolMatch.java +++ b/java/src/com/vmware/avi/sdk/model/DnsTransportProtocolMatch.java @@ -34,7 +34,7 @@ public class DnsTransportProtocolMatch { * Criterion to use for matching the dns transport protocol. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -47,7 +47,7 @@ public String getMatchCriteria() { * Criterion to use for matching the dns transport protocol. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -60,7 +60,7 @@ public void setMatchCriteria(String matchCriteria) { * Protocol to match against transport protocol used by dns query. * Enum options - DNS_OVER_UDP, DNS_OVER_TCP. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -73,7 +73,7 @@ public String getProtocol() { * Protocol to match against transport protocol used by dns query. * Enum options - DNS_OVER_UDP, DNS_OVER_TCP. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsTxtRdata.java b/java/src/com/vmware/avi/sdk/model/DnsTxtRdata.java index 02250d800e..ad7b02dff1 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsTxtRdata.java +++ b/java/src/com/vmware/avi/sdk/model/DnsTxtRdata.java @@ -30,7 +30,7 @@ public class DnsTxtRdata { * This is the getter method this will return the attribute value. * Text data associated with the fqdn. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return textStr */ @@ -42,7 +42,7 @@ public String getTextStr() { * This is the setter method to the attribute. * Text data associated with the fqdn. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param textStr set the textStr. */ diff --git a/java/src/com/vmware/avi/sdk/model/DnsZone.java b/java/src/com/vmware/avi/sdk/model/DnsZone.java index f93bde108b..0a6cac9407 100644 --- a/java/src/com/vmware/avi/sdk/model/DnsZone.java +++ b/java/src/com/vmware/avi/sdk/model/DnsZone.java @@ -38,7 +38,7 @@ public class DnsZone { * This field is used in soa records as rname (rfc 1035). * If not configured, it is inherited from the dns service profile. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adminEmail */ @@ -52,7 +52,7 @@ public String getAdminEmail() { * This field is used in soa records as rname (rfc 1035). * If not configured, it is inherited from the dns service profile. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adminEmail set the adminEmail. */ @@ -66,7 +66,7 @@ public void setAdminEmail(String adminEmail) { * Queries for fqdns that are sub domains of this domain and do not have any dns record in avi are dropped or nxdomain response sent. * For domains which are present, soa parameters are sent in answer section of response if query type is soa. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -80,7 +80,7 @@ public String getDomainName() { * Queries for fqdns that are sub domains of this domain and do not have any dns record in avi are dropped or nxdomain response sent. * For domains which are present, soa parameters are sent in answer section of response if query type is soa. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param domainName set the domainName. */ @@ -95,7 +95,7 @@ public void setDomainName(String domainName) { * If not configured, it is inherited from the dns service profile. * If even that is not configured, the domain name is used instead. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameServer */ @@ -110,7 +110,7 @@ public String getNameServer() { * If not configured, it is inherited from the dns service profile. * If even that is not configured, the domain name is used instead. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nameServer set the nameServer. */ diff --git a/java/src/com/vmware/avi/sdk/model/DockerConfiguration.java b/java/src/com/vmware/avi/sdk/model/DockerConfiguration.java index 98b6a0c1ba..7101f9a9a0 100644 --- a/java/src/com/vmware/avi/sdk/model/DockerConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/DockerConfiguration.java @@ -101,7 +101,7 @@ public class DockerConfiguration { /** * This is the getter method this will return the attribute value. * Sync frequency in seconds with frameworks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return appSyncFrequency */ @@ -112,7 +112,7 @@ public Integer getAppSyncFrequency() { /** * This is the setter method to the attribute. * Sync frequency in seconds with frameworks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param appSyncFrequency set the appSyncFrequency. */ @@ -124,7 +124,7 @@ public void setAppSyncFrequency(Integer appSyncFrequency) { * This is the getter method this will return the attribute value. * Uuid of the ucp ca tls cert and key. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caTlsKeyAndCertificateRef */ @@ -136,7 +136,7 @@ public String getCaTlsKeyAndCertificateRef() { * This is the setter method to the attribute. * Uuid of the ucp ca tls cert and key. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param caTlsKeyAndCertificateRef set the caTlsKeyAndCertificateRef. */ @@ -148,7 +148,7 @@ public void setCaTlsKeyAndCertificateRef(String caTlsKeyAndCertificateRef) { * This is the getter method this will return the attribute value. * Uuid of the client tls cert and key. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientTlsKeyAndCertificateRef */ @@ -160,7 +160,7 @@ public String getClientTlsKeyAndCertificateRef() { * This is the setter method to the attribute. * Uuid of the client tls cert and key. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientTlsKeyAndCertificateRef set the clientTlsKeyAndCertificateRef. */ @@ -171,7 +171,7 @@ public void setClientTlsKeyAndCertificateRef(String clientTlsKeyAndCertificateR /** * This is the getter method this will return the attribute value. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return containerPortMatchHttpService */ @@ -182,7 +182,7 @@ public Boolean getContainerPortMatchHttpService() { /** * This is the setter method to the attribute. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param containerPortMatchHttpService set the containerPortMatchHttpService. */ @@ -195,7 +195,7 @@ public void setContainerPortMatchHttpService(Boolean containerPortMatchHttpServ * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @return coredumpDirectory */ @@ -208,7 +208,7 @@ public String getCoredumpDirectory() { * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @param coredumpDirectory set the coredumpDirectory. */ @@ -219,7 +219,7 @@ public void setCoredumpDirectory(String coredumpDirectory) { /** * This is the getter method this will return the attribute value. * Disable auto service sync for back end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoBackendServiceSync */ @@ -230,7 +230,7 @@ public Boolean getDisableAutoBackendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for back end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoBackendServiceSync set the disableAutoBackendServiceSync. */ @@ -241,7 +241,7 @@ public void setDisableAutoBackendServiceSync(Boolean disableAutoBackendServiceS /** * This is the getter method this will return the attribute value. * Disable auto service sync for front end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoFrontendServiceSync */ @@ -252,7 +252,7 @@ public Boolean getDisableAutoFrontendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for front end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoFrontendServiceSync set the disableAutoFrontendServiceSync. */ @@ -263,7 +263,7 @@ public void setDisableAutoFrontendServiceSync(Boolean disableAutoFrontendServic /** * This is the getter method this will return the attribute value. * Disable se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoSeCreation */ @@ -274,7 +274,7 @@ public Boolean getDisableAutoSeCreation() { /** * This is the setter method to the attribute. * Disable se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoSeCreation set the disableAutoSeCreation. */ @@ -285,7 +285,7 @@ public void setDisableAutoSeCreation(Boolean disableAutoSeCreation) { /** * This is the getter method this will return the attribute value. * Docker registry for serviceengine image. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dockerRegistrySe */ @@ -296,7 +296,7 @@ public DockerRegistry getDockerRegistrySe() { /** * This is the setter method to the attribute. * Docker registry for serviceengine image. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dockerRegistrySe set the dockerRegistrySe. */ @@ -307,7 +307,7 @@ public void setDockerRegistrySe(DockerRegistry dockerRegistrySe) { /** * This is the getter method this will return the attribute value. * Match against this prefix when placing east-west vss on ses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eastWestPlacementSubnet */ @@ -318,7 +318,7 @@ public IpAddrPrefix getEastWestPlacementSubnet() { /** * This is the setter method to the attribute. * Match against this prefix when placing east-west vss on ses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eastWestPlacementSubnet set the eastWestPlacementSubnet. */ @@ -329,7 +329,7 @@ public void setEastWestPlacementSubnet(IpAddrPrefix eastWestPlacementSubnet) { /** * This is the getter method this will return the attribute value. * Enable docker event subscription. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableEventSubscription */ @@ -340,7 +340,7 @@ public Boolean getEnableEventSubscription() { /** * This is the setter method to the attribute. * Enable docker event subscription. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableEventSubscription set the enableEventSubscription. */ @@ -351,7 +351,7 @@ public void setEnableEventSubscription(Boolean enableEventSubscription) { /** * This is the getter method this will return the attribute value. * For front end proxies, use container port as service port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return feproxyContainerPortAsService */ @@ -362,7 +362,7 @@ public Boolean getFeproxyContainerPortAsService() { /** * This is the setter method to the attribute. * For front end proxies, use container port as service port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param feproxyContainerPortAsService set the feproxyContainerPortAsService. */ @@ -373,7 +373,7 @@ public void setFeproxyContainerPortAsService(Boolean feproxyContainerPortAsServ /** * This is the getter method this will return the attribute value. * Enable proxy arp from host interface for front end proxies. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return feproxyVipsEnableProxyArp */ @@ -384,7 +384,7 @@ public Boolean getFeproxyVipsEnableProxyArp() { /** * This is the setter method to the attribute. * Enable proxy arp from host interface for front end proxies. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param feproxyVipsEnableProxyArp set the feproxyVipsEnableProxyArp. */ @@ -395,7 +395,7 @@ public void setFeproxyVipsEnableProxyArp(Boolean feproxyVipsEnableProxyArp) { /** * This is the getter method this will return the attribute value. * Optional fleet remote endpoint if fleet is used for se deployment. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fleetEndpoint */ @@ -406,7 +406,7 @@ public String getFleetEndpoint() { /** * This is the setter method to the attribute. * Optional fleet remote endpoint if fleet is used for se deployment. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fleetEndpoint set the fleetEndpoint. */ @@ -417,7 +417,7 @@ public void setFleetEndpoint(String fleetEndpoint) { * This is the getter method this will return the attribute value. * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -429,7 +429,7 @@ public List getHttpContainerPorts() { * This is the setter method. this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -441,7 +441,7 @@ public void setHttpContainerPorts(List httpContainerPorts) { * This is the setter method this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -457,7 +457,7 @@ public DockerConfiguration addHttpContainerPortsItem(Integer httpContainerPortsI * This is the getter method this will return the attribute value. * Use fleet/ssh for se deployment. * Enum options - SE_CREATE_FLEET, SE_CREATE_SSH, SE_CREATE_POD. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CREATE_SSH". * @return seDeploymentMethod */ @@ -469,7 +469,7 @@ public String getSeDeploymentMethod() { * This is the setter method to the attribute. * Use fleet/ssh for se deployment. * Enum options - SE_CREATE_FLEET, SE_CREATE_SSH, SE_CREATE_POD. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CREATE_SSH". * @param seDeploymentMethod set the seDeploymentMethod. */ @@ -479,7 +479,7 @@ public void setSeDeploymentMethod(String seDeploymentMethod) { /** * This is the getter method this will return the attribute value. * Exclude hosts with attributes for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -490,7 +490,7 @@ public List getSeExcludeAttributes() { /** * This is the setter method. this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -501,7 +501,7 @@ public void setSeExcludeAttributes(List seExcludeAttributes) { /** * This is the setter method this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -515,7 +515,7 @@ public DockerConfiguration addSeExcludeAttributesItem(MesosAttribute seExcludeAt /** * This is the getter method this will return the attribute value. * Create ses just on hosts with include attributes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -526,7 +526,7 @@ public List getSeIncludeAttributes() { /** * This is the setter method. this will set the seIncludeAttributes * Create ses just on hosts with include attributes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -537,7 +537,7 @@ public void setSeIncludeAttributes(List seIncludeAttributes) { /** * This is the setter method this will set the seIncludeAttributes * Create ses just on hosts with include attributes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -552,7 +552,7 @@ public DockerConfiguration addSeIncludeAttributesItem(MesosAttribute seIncludeAt /** * This is the getter method this will return the attribute value. * New se spawn rate per minute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @return seSpawnRate */ @@ -563,7 +563,7 @@ public Integer getSeSpawnRate() { /** * This is the setter method to the attribute. * New se spawn rate per minute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @param seSpawnRate set the seSpawnRate. */ @@ -574,7 +574,7 @@ public void setSeSpawnRate(Integer seSpawnRate) { /** * This is the getter method this will return the attribute value. * Host volume to be used as a disk for avi se, this is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/opt/avi". * @return seVolume */ @@ -585,7 +585,7 @@ public String getSeVolume() { /** * This is the setter method to the attribute. * Host volume to be used as a disk for avi se, this is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/opt/avi". * @param seVolume set the seVolume. */ @@ -597,7 +597,7 @@ public void setSeVolume(String seVolume) { * This is the getter method this will return the attribute value. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. * Usually enabled aws clusters to export east-west services on host interface. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return servicesAccessibleAllInterfaces */ @@ -609,7 +609,7 @@ public Boolean getServicesAccessibleAllInterfaces() { * This is the setter method to the attribute. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. * Usually enabled aws clusters to export east-west services on host interface. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param servicesAccessibleAllInterfaces set the servicesAccessibleAllInterfaces. */ @@ -622,7 +622,7 @@ public void setServicesAccessibleAllInterfaces(Boolean servicesAccessibleAllInt * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshUserRef */ @@ -635,7 +635,7 @@ public String getSshUserRef() { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sshUserRef set the sshUserRef. */ @@ -645,7 +645,7 @@ public void setSshUserRef(String sshUserRef) { /** * This is the getter method this will return the attribute value. * List of docker ucp nodes; in case of a load balanced ucp cluster, use virtual ip of the cluster. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ucpNodes */ @@ -656,7 +656,7 @@ public List getUcpNodes() { /** * This is the setter method. this will set the ucpNodes * List of docker ucp nodes; in case of a load balanced ucp cluster, use virtual ip of the cluster. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ucpNodes */ @@ -667,7 +667,7 @@ public void setUcpNodes(List ucpNodes) { /** * This is the setter method this will set the ucpNodes * List of docker ucp nodes; in case of a load balanced ucp cluster, use virtual ip of the cluster. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ucpNodes */ @@ -683,7 +683,7 @@ public DockerConfiguration addUcpNodesItem(String ucpNodesItem) { * This is the getter method this will return the attribute value. * Use container ip address port for pool instead of host ip address hostport. * This mode is applicable if the container ip is reachable (not a private nated ip) from other hosts in a routed environment for containers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useContainerIpPort */ @@ -695,7 +695,7 @@ public Boolean getUseContainerIpPort() { * This is the setter method to the attribute. * Use container ip address port for pool instead of host ip address hostport. * This mode is applicable if the container ip is reachable (not a private nated ip) from other hosts in a routed environment for containers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useContainerIpPort set the useContainerIpPort. */ @@ -706,7 +706,7 @@ public void setUseContainerIpPort(Boolean useContainerIpPort) { /** * This is the getter method this will return the attribute value. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useControllerImage */ @@ -717,7 +717,7 @@ public Boolean getUseControllerImage() { /** * This is the setter method to the attribute. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useControllerImage set the useControllerImage. */ diff --git a/java/src/com/vmware/avi/sdk/model/DockerRegistry.java b/java/src/com/vmware/avi/sdk/model/DockerRegistry.java index 1c297868b4..a08d236021 100644 --- a/java/src/com/vmware/avi/sdk/model/DockerRegistry.java +++ b/java/src/com/vmware/avi/sdk/model/DockerRegistry.java @@ -41,7 +41,7 @@ public class DockerRegistry { /** * This is the getter method this will return the attribute value. * Openshift integrated registry config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oshiftRegistry */ @@ -52,7 +52,7 @@ public OshiftDockerRegistryMetaData getOshiftRegistry() { /** * This is the setter method to the attribute. * Openshift integrated registry config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oshiftRegistry set the oshiftRegistry. */ @@ -64,7 +64,7 @@ public void setOshiftRegistry(OshiftDockerRegistryMetaData oshiftRegistry) { * This is the getter method this will return the attribute value. * Password for docker registry. * Authorized 'regular user' password if registry is openshift integrated registry. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -76,7 +76,7 @@ public String getPassword() { * This is the setter method to the attribute. * Password for docker registry. * Authorized 'regular user' password if registry is openshift integrated registry. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -88,7 +88,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Set if docker registry is private. * Avi controller will not attempt to push se image to the registry, unless se_repository_push is set. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return privates */ @@ -100,7 +100,7 @@ public Boolean getPrivates() { * This is the setter method to the attribute. * Set if docker registry is private. * Avi controller will not attempt to push se image to the registry, unless se_repository_push is set. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param privates set the privates. */ @@ -113,7 +113,7 @@ public void setPrivates(Boolean privates) { * Avi serviceengine repository name. * For private registry, it's registry port/repository, for public registry, it's registry/repository, for openshift registry, it's registry * port/namespace/repo. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "avinetworks/se". * @return registry */ @@ -126,7 +126,7 @@ public String getRegistry() { * Avi serviceengine repository name. * For private registry, it's registry port/repository, for public registry, it's registry/repository, for openshift registry, it's registry * port/namespace/repo. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "avinetworks/se". * @param registry set the registry. */ @@ -138,7 +138,7 @@ public void setRegistry(String registry) { * This is the getter method this will return the attribute value. * Username for docker registry. * Authorized 'regular user' if registry is openshift integrated registry. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -150,7 +150,7 @@ public String getUsername() { * This is the setter method to the attribute. * Username for docker registry. * Authorized 'regular user' if registry is openshift integrated registry. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ diff --git a/java/src/com/vmware/avi/sdk/model/DockerUCPSetup.java b/java/src/com/vmware/avi/sdk/model/DockerUCPSetup.java index adcef20286..f1445e5cb4 100644 --- a/java/src/com/vmware/avi/sdk/model/DockerUCPSetup.java +++ b/java/src/com/vmware/avi/sdk/model/DockerUCPSetup.java @@ -61,7 +61,7 @@ public class DockerUCPSetup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -71,7 +71,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -81,7 +81,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dockerUcpAccess */ @@ -91,7 +91,7 @@ public Boolean getDockerUcpAccess() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dockerUcpAccess set the dockerUcpAccess. */ @@ -100,7 +100,7 @@ public void setDockerUcpAccess(Boolean dockerUcpAccess) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failedHosts */ @@ -110,7 +110,7 @@ public List getFailedHosts() { /** * This is the setter method. this will set the failedHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failedHosts */ @@ -120,7 +120,7 @@ public void setFailedHosts(List failedHosts) { /** * This is the setter method this will set the failedHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failedHosts */ @@ -134,7 +134,7 @@ public DockerUCPSetup addFailedHostsItem(String failedHostsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fleetEndpoint */ @@ -144,7 +144,7 @@ public String getFleetEndpoint() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fleetEndpoint set the fleetEndpoint. */ @@ -153,7 +153,7 @@ public void setFleetEndpoint(String fleetEndpoint) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -163,7 +163,7 @@ public List getHosts() { /** * This is the setter method. this will set the hosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -173,7 +173,7 @@ public void setHosts(List hosts) { /** * This is the setter method this will set the hosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -186,7 +186,7 @@ public DockerUCPSetup addHostsItem(String hostsItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingHosts */ @@ -196,7 +196,7 @@ public List getMissingHosts() { /** * This is the setter method. this will set the missingHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingHosts */ @@ -206,7 +206,7 @@ public void setMissingHosts(List missingHosts) { /** * This is the setter method this will set the missingHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingHosts */ @@ -219,7 +219,7 @@ public DockerUCPSetup addMissingHostsItem(String missingHostsItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newHosts */ @@ -229,7 +229,7 @@ public List getNewHosts() { /** * This is the setter method. this will set the newHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newHosts */ @@ -239,7 +239,7 @@ public void setNewHosts(List newHosts) { /** * This is the setter method this will set the newHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newHosts */ @@ -253,7 +253,7 @@ public DockerUCPSetup addNewHostsItem(String newHostsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -263,7 +263,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -273,7 +273,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDeployMethodAccess */ @@ -283,7 +283,7 @@ public Boolean getSeDeployMethodAccess() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDeployMethodAccess set the seDeployMethodAccess. */ @@ -293,7 +293,7 @@ public void setSeDeployMethodAccess(Boolean seDeployMethodAccess) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -303,7 +303,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -312,7 +312,7 @@ public void setSeName(String seName) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ucpNodes */ @@ -322,7 +322,7 @@ public List getUcpNodes() { /** * This is the setter method. this will set the ucpNodes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ucpNodes */ @@ -332,7 +332,7 @@ public void setUcpNodes(List ucpNodes) { /** * This is the setter method this will set the ucpNodes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ucpNodes */ @@ -346,7 +346,7 @@ public DockerUCPSetup addUcpNodesItem(String ucpNodesItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -356,7 +356,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/DosAttackEventDetails.java b/java/src/com/vmware/avi/sdk/model/DosAttackEventDetails.java index 7a2ceb4e86..c965b242fb 100644 --- a/java/src/com/vmware/avi/sdk/model/DosAttackEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/DosAttackEventDetails.java @@ -46,7 +46,7 @@ public class DosAttackEventDetails { * Enum options - LAND, SMURF, ICMP_PING_FLOOD, UNKOWN_PROTOCOL, TEARDROP, IP_FRAG_OVERRUN, IP_FRAG_TOOSMALL, IP_FRAG_FULL, IP_FRAG_INCOMPLETE, * PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, * DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attack */ @@ -59,7 +59,7 @@ public String getAttack() { * Enum options - LAND, SMURF, ICMP_PING_FLOOD, UNKOWN_PROTOCOL, TEARDROP, IP_FRAG_OVERRUN, IP_FRAG_TOOSMALL, IP_FRAG_FULL, IP_FRAG_INCOMPLETE, * PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, * DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attack set the attack. */ @@ -69,7 +69,7 @@ public void setAttack(String attack) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attackCount */ @@ -79,7 +79,7 @@ public Float getAttackCount() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attackCount set the attackCount. */ @@ -88,7 +88,7 @@ public void setAttackCount(Float attackCount) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipgroupUuids */ @@ -98,7 +98,7 @@ public List getIpgroupUuids() { /** * This is the setter method. this will set the ipgroupUuids - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipgroupUuids */ @@ -108,7 +108,7 @@ public void setIpgroupUuids(List ipgroupUuids) { /** * This is the setter method this will set the ipgroupUuids - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipgroupUuids */ @@ -121,7 +121,7 @@ public DosAttackEventDetails addIpgroupUuidsItem(String ipgroupUuidsItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metaData */ @@ -131,7 +131,7 @@ public List getMetaData() { /** * This is the setter method. this will set the metaData - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metaData */ @@ -141,7 +141,7 @@ public void setMetaData(List metaData) { /** * This is the setter method this will set the metaData - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metaData */ @@ -154,7 +154,7 @@ public DosAttackEventDetails addMetaDataItem(AttackMetaData metaDataItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcIps */ @@ -164,7 +164,7 @@ public List getSrcIps() { /** * This is the setter method. this will set the srcIps - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcIps */ @@ -174,7 +174,7 @@ public void setSrcIps(List srcIps) { /** * This is the setter method this will set the srcIps - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcIps */ @@ -187,7 +187,7 @@ public DosAttackEventDetails addSrcIpsItem(String srcIpsItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return urls */ @@ -197,7 +197,7 @@ public List getUrls() { /** * This is the setter method. this will set the urls - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return urls */ @@ -207,7 +207,7 @@ public void setUrls(List urls) { /** * This is the setter method this will set the urls - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return urls */ diff --git a/java/src/com/vmware/avi/sdk/model/DosRateLimitProfile.java b/java/src/com/vmware/avi/sdk/model/DosRateLimitProfile.java index 504fcb73f2..62ddd4f924 100644 --- a/java/src/com/vmware/avi/sdk/model/DosRateLimitProfile.java +++ b/java/src/com/vmware/avi/sdk/model/DosRateLimitProfile.java @@ -32,7 +32,7 @@ public class DosRateLimitProfile { /** * This is the getter method this will return the attribute value. * Profile for dos attack detection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dosProfile */ @@ -43,7 +43,7 @@ public DosThresholdProfile getDosProfile() { /** * This is the setter method to the attribute. * Profile for dos attack detection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dosProfile set the dosProfile. */ @@ -54,7 +54,7 @@ public void setDosProfile(DosThresholdProfile dosProfile) { /** * This is the getter method this will return the attribute value. * Profile for connections/requests rate limiting. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rlProfile */ @@ -65,7 +65,7 @@ public RateLimiterProfile getRlProfile() { /** * This is the setter method to the attribute. * Profile for connections/requests rate limiting. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rlProfile set the rlProfile. */ diff --git a/java/src/com/vmware/avi/sdk/model/DosThreshold.java b/java/src/com/vmware/avi/sdk/model/DosThreshold.java index 5311bcd983..e59c753b9b 100644 --- a/java/src/com/vmware/avi/sdk/model/DosThreshold.java +++ b/java/src/com/vmware/avi/sdk/model/DosThreshold.java @@ -38,7 +38,7 @@ public class DosThreshold { * Enum options - LAND, SMURF, ICMP_PING_FLOOD, UNKOWN_PROTOCOL, TEARDROP, IP_FRAG_OVERRUN, IP_FRAG_TOOSMALL, IP_FRAG_FULL, IP_FRAG_INCOMPLETE, * PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, * DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attack */ @@ -52,7 +52,7 @@ public String getAttack() { * Enum options - LAND, SMURF, ICMP_PING_FLOOD, UNKOWN_PROTOCOL, TEARDROP, IP_FRAG_OVERRUN, IP_FRAG_TOOSMALL, IP_FRAG_FULL, IP_FRAG_INCOMPLETE, * PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, * DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attack set the attack. */ @@ -63,7 +63,7 @@ public void setAttack(String attack) { /** * This is the getter method this will return the attribute value. * Maximum number of packets or connections or requests in a given interval of time to be deemed as attack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxValue */ @@ -74,7 +74,7 @@ public Integer getMaxValue() { /** * This is the setter method to the attribute. * Maximum number of packets or connections or requests in a given interval of time to be deemed as attack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxValue set the maxValue. */ @@ -85,7 +85,7 @@ public void setMaxValue(Integer maxValue) { /** * This is the getter method this will return the attribute value. * Minimum number of packets or connections or requests in a given interval of time to be deemed as attack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minValue */ @@ -96,7 +96,7 @@ public Integer getMinValue() { /** * This is the setter method to the attribute. * Minimum number of packets or connections or requests in a given interval of time to be deemed as attack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minValue set the minValue. */ diff --git a/java/src/com/vmware/avi/sdk/model/DosThresholdProfile.java b/java/src/com/vmware/avi/sdk/model/DosThresholdProfile.java index 55a49d0434..c443487208 100644 --- a/java/src/com/vmware/avi/sdk/model/DosThresholdProfile.java +++ b/java/src/com/vmware/avi/sdk/model/DosThresholdProfile.java @@ -31,7 +31,7 @@ public class DosThresholdProfile { /** * This is the getter method this will return the attribute value. * Attack type, min and max values for dos attack detection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshInfo */ @@ -42,7 +42,7 @@ public List getThreshInfo() { /** * This is the setter method. this will set the threshInfo * Attack type, min and max values for dos attack detection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshInfo */ @@ -53,7 +53,7 @@ public void setThreshInfo(List threshInfo) { /** * This is the setter method this will set the threshInfo * Attack type, min and max values for dos attack detection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshInfo */ @@ -69,7 +69,7 @@ public DosThresholdProfile addThreshInfoItem(DosThreshold threshInfoItem) { * This is the getter method this will return the attribute value. * Timer value in seconds to collect dos attack metrics based on threshold on the service engine for this virtual service. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return threshPeriod */ @@ -81,7 +81,7 @@ public Integer getThreshPeriod() { * This is the setter method to the attribute. * Timer value in seconds to collect dos attack metrics based on threshold on the service engine for this virtual service. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param threshPeriod set the threshPeriod. */ diff --git a/java/src/com/vmware/avi/sdk/model/DryRunParams.java b/java/src/com/vmware/avi/sdk/model/DryRunParams.java new file mode 100644 index 0000000000..a33635efc2 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/DryRunParams.java @@ -0,0 +1,181 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The DryRunParams is a POJO class extends AviRestResource that used for creating + * DryRunParams. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class DryRunParams { + @JsonIgnore + private Boolean allowSingleNode = false; + + @JsonProperty("memory") + private Float memory = 2.0f; + + @JsonProperty("num_cpu") + private Integer numCpu = 2; + + @JsonProperty("preferred_worker") + private String preferredWorker; + + + + /** + * This is the getter method this will return the attribute value. + * Allow dry-run operation on single node controller. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return allowSingleNode + */ + public Boolean getAllowSingleNode() { + return allowSingleNode; + } + + /** + * This is the setter method to the attribute. + * Allow dry-run operation on single node controller. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param allowSingleNode set the allowSingleNode. + */ + public void setAllowSingleNode(Boolean allowSingleNode) { + this.allowSingleNode = allowSingleNode; + } + + /** + * This is the getter method this will return the attribute value. + * Amount of memory allocated for dry-run. + * Field introduced in 31.1.1. + * Unit is gb. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 2.0f. + * @return memory + */ + public Float getMemory() { + return memory; + } + + /** + * This is the setter method to the attribute. + * Amount of memory allocated for dry-run. + * Field introduced in 31.1.1. + * Unit is gb. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 2.0f. + * @param memory set the memory. + */ + public void setMemory(Float memory) { + this.memory = memory; + } + + /** + * This is the getter method this will return the attribute value. + * Number of cpu(s) allocated for dry-run. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 2. + * @return numCpu + */ + public Integer getNumCpu() { + return numCpu; + } + + /** + * This is the setter method to the attribute. + * Number of cpu(s) allocated for dry-run. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 2. + * @param numCpu set the numCpu. + */ + public void setNumCpu(Integer numCpu) { + this.numCpu = numCpu; + } + + /** + * This is the getter method this will return the attribute value. + * Vm hostname of the preferred worker node. + * Example node2.controller.local. + * When configured, dry-run is performed on specified node. + * When not configured, one of the follower node is elected for dry-run. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return preferredWorker + */ + public String getPreferredWorker() { + return preferredWorker; + } + + /** + * This is the setter method to the attribute. + * Vm hostname of the preferred worker node. + * Example node2.controller.local. + * When configured, dry-run is performed on specified node. + * When not configured, one of the follower node is elected for dry-run. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param preferredWorker set the preferredWorker. + */ + public void setPreferredWorker(String preferredWorker) { + this.preferredWorker = preferredWorker; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DryRunParams objDryRunParams = (DryRunParams) o; + return Objects.equals(this.preferredWorker, objDryRunParams.preferredWorker)&& + Objects.equals(this.numCpu, objDryRunParams.numCpu)&& + Objects.equals(this.memory, objDryRunParams.memory)&& + Objects.equals(this.allowSingleNode, objDryRunParams.allowSingleNode); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DryRunParams {\n"); + sb.append(" allowSingleNode: ").append(toIndentedString(allowSingleNode)).append("\n"); + sb.append(" memory: ").append(toIndentedString(memory)).append("\n"); + sb.append(" numCpu: ").append(toIndentedString(numCpu)).append("\n"); + sb.append(" preferredWorker: ").append(toIndentedString(preferredWorker)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/DryrunInfo.java b/java/src/com/vmware/avi/sdk/model/DryrunInfo.java new file mode 100644 index 0000000000..a6182a0cbe --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/DryrunInfo.java @@ -0,0 +1,400 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The DryrunInfo is a POJO class extends AviRestResource that used for creating + * DryrunInfo. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class DryrunInfo { + @JsonProperty("duration") + private Integer duration; + + @JsonProperty("end_time") + private String endTime; + + @JsonProperty("operation") + private String operation; + + @JsonProperty("params") + private UpgradeParams params; + + @JsonProperty("progress") + private Integer progress = 0; + + @JsonProperty("start_time") + private String startTime; + + @JsonProperty("state") + private UpgradeOpsState state; + + @JsonProperty("tasks_completed") + private Integer tasksCompleted; + + @JsonProperty("total_tasks") + private Integer totalTasks; + + @JsonProperty("upgrade_events") + private List upgradeEvents; + + @JsonProperty("worker") + private String worker; + + + + /** + * This is the getter method this will return the attribute value. + * Duration of dry-run operation in seconds. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return duration + */ + public Integer getDuration() { + return duration; + } + + /** + * This is the setter method to the attribute. + * Duration of dry-run operation in seconds. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param duration set the duration. + */ + public void setDuration(Integer duration) { + this.duration = duration; + } + + /** + * This is the getter method this will return the attribute value. + * End time of dry-run operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return endTime + */ + public String getEndTime() { + return endTime; + } + + /** + * This is the setter method to the attribute. + * End time of dry-run operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param endTime set the endTime. + */ + public void setEndTime(String endTime) { + this.endTime = endTime; + } + + /** + * This is the getter method this will return the attribute value. + * Dryrun operations requested. + * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, + * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return operation + */ + public String getOperation() { + return operation; + } + + /** + * This is the setter method to the attribute. + * Dryrun operations requested. + * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, + * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param operation set the operation. + */ + public void setOperation(String operation) { + this.operation = operation; + } + + /** + * This is the getter method this will return the attribute value. + * Parameters for performing the dry-run operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return params + */ + public UpgradeParams getParams() { + return params; + } + + /** + * This is the setter method to the attribute. + * Parameters for performing the dry-run operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param params set the params. + */ + public void setParams(UpgradeParams params) { + this.params = params; + } + + /** + * This is the getter method this will return the attribute value. + * Dry-run operations progress which holds value between 0-100. + * Allowed values are 0-100. + * Field introduced in 31.1.1. + * Unit is percent. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. + * @return progress + */ + public Integer getProgress() { + return progress; + } + + /** + * This is the setter method to the attribute. + * Dry-run operations progress which holds value between 0-100. + * Allowed values are 0-100. + * Field introduced in 31.1.1. + * Unit is percent. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. + * @param progress set the progress. + */ + public void setProgress(Integer progress) { + this.progress = progress; + } + + /** + * This is the getter method this will return the attribute value. + * Start time of dry-run operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return startTime + */ + public String getStartTime() { + return startTime; + } + + /** + * This is the setter method to the attribute. + * Start time of dry-run operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param startTime set the startTime. + */ + public void setStartTime(String startTime) { + this.startTime = startTime; + } + + /** + * This is the getter method this will return the attribute value. + * Current status of the dry-run operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return state + */ + public UpgradeOpsState getState() { + return state; + } + + /** + * This is the setter method to the attribute. + * Current status of the dry-run operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param state set the state. + */ + public void setState(UpgradeOpsState state) { + this.state = state; + } + + /** + * This is the getter method this will return the attribute value. + * Completed set of tasks in the upgrade operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return tasksCompleted + */ + public Integer getTasksCompleted() { + return tasksCompleted; + } + + /** + * This is the setter method to the attribute. + * Completed set of tasks in the upgrade operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param tasksCompleted set the tasksCompleted. + */ + public void setTasksCompleted(Integer tasksCompleted) { + this.tasksCompleted = tasksCompleted; + } + + /** + * This is the getter method this will return the attribute value. + * Total number of tasks in the upgrade operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return totalTasks + */ + public Integer getTotalTasks() { + return totalTasks; + } + + /** + * This is the setter method to the attribute. + * Total number of tasks in the upgrade operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param totalTasks set the totalTasks. + */ + public void setTotalTasks(Integer totalTasks) { + this.totalTasks = totalTasks; + } + /** + * This is the getter method this will return the attribute value. + * Controller events for dry-run operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return upgradeEvents + */ + public List getUpgradeEvents() { + return upgradeEvents; + } + + /** + * This is the setter method. this will set the upgradeEvents + * Controller events for dry-run operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return upgradeEvents + */ + public void setUpgradeEvents(List upgradeEvents) { + this.upgradeEvents = upgradeEvents; + } + + /** + * This is the setter method this will set the upgradeEvents + * Controller events for dry-run operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return upgradeEvents + */ + public DryrunInfo addUpgradeEventsItem(EventMap upgradeEventsItem) { + if (this.upgradeEvents == null) { + this.upgradeEvents = new ArrayList(); + } + this.upgradeEvents.add(upgradeEventsItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Node on which the dry-run is performed. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return worker + */ + public String getWorker() { + return worker; + } + + /** + * This is the setter method to the attribute. + * Node on which the dry-run is performed. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param worker set the worker. + */ + public void setWorker(String worker) { + this.worker = worker; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DryrunInfo objDryrunInfo = (DryrunInfo) o; + return Objects.equals(this.state, objDryrunInfo.state)&& + Objects.equals(this.operation, objDryrunInfo.operation)&& + Objects.equals(this.params, objDryrunInfo.params)&& + Objects.equals(this.worker, objDryrunInfo.worker)&& + Objects.equals(this.startTime, objDryrunInfo.startTime)&& + Objects.equals(this.endTime, objDryrunInfo.endTime)&& + Objects.equals(this.duration, objDryrunInfo.duration)&& + Objects.equals(this.totalTasks, objDryrunInfo.totalTasks)&& + Objects.equals(this.tasksCompleted, objDryrunInfo.tasksCompleted)&& + Objects.equals(this.progress, objDryrunInfo.progress)&& + Objects.equals(this.upgradeEvents, objDryrunInfo.upgradeEvents); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DryrunInfo {\n"); + sb.append(" duration: ").append(toIndentedString(duration)).append("\n"); + sb.append(" endTime: ").append(toIndentedString(endTime)).append("\n"); + sb.append(" operation: ").append(toIndentedString(operation)).append("\n"); + sb.append(" params: ").append(toIndentedString(params)).append("\n"); + sb.append(" progress: ").append(toIndentedString(progress)).append("\n"); + sb.append(" startTime: ").append(toIndentedString(startTime)).append("\n"); + sb.append(" state: ").append(toIndentedString(state)).append("\n"); + sb.append(" tasksCompleted: ").append(toIndentedString(tasksCompleted)).append("\n"); + sb.append(" totalTasks: ").append(toIndentedString(totalTasks)).append("\n"); + sb.append(" upgradeEvents: ").append(toIndentedString(upgradeEvents)).append("\n"); + sb.append(" worker: ").append(toIndentedString(worker)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/DsrProfile.java b/java/src/com/vmware/avi/sdk/model/DsrProfile.java index d3508e8934..ba50881c61 100644 --- a/java/src/com/vmware/avi/sdk/model/DsrProfile.java +++ b/java/src/com/vmware/avi/sdk/model/DsrProfile.java @@ -34,7 +34,7 @@ public class DsrProfile { * Encapsulation type to use when dsr is l3. * Enum options - ENCAP_IPINIP, ENCAP_GRE. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ENCAP_IPINIP". * @return dsrEncapType */ @@ -47,7 +47,7 @@ public String getDsrEncapType() { * Encapsulation type to use when dsr is l3. * Enum options - ENCAP_IPINIP, ENCAP_GRE. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ENCAP_IPINIP". * @param dsrEncapType set the dsrEncapType. */ @@ -60,7 +60,7 @@ public void setDsrEncapType(String dsrEncapType) { * Dsr type l2/l3. * Enum options - DSR_TYPE_L2, DSR_TYPE_L3. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DSR_TYPE_L3". * @return dsrType */ @@ -73,7 +73,7 @@ public String getDsrType() { * Dsr type l2/l3. * Enum options - DSR_TYPE_L2, DSR_TYPE_L3. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DSR_TYPE_L3". * @param dsrType set the dsrType. */ diff --git a/java/src/com/vmware/avi/sdk/model/DynamicDnsRecord.java b/java/src/com/vmware/avi/sdk/model/DynamicDnsRecord.java index df9d0fc1cf..e362845522 100644 --- a/java/src/com/vmware/avi/sdk/model/DynamicDnsRecord.java +++ b/java/src/com/vmware/avi/sdk/model/DynamicDnsRecord.java @@ -93,7 +93,7 @@ public class DynamicDnsRecord extends AviRestResource { * Default is round-robin. * Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_RESPONSE_ROUND_ROBIN". * @return algorithm */ @@ -108,7 +108,7 @@ public String getAlgorithm() { * Default is round-robin. * Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_RESPONSE_ROUND_ROBIN". * @param algorithm set the algorithm. */ @@ -120,7 +120,7 @@ public void setAlgorithm(String algorithm) { * This is the getter method this will return the attribute value. * Canonical name in cname record. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cname */ @@ -132,7 +132,7 @@ public DnsCnameRdata getCname() { * This is the setter method to the attribute. * Canonical name in cname record. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cname set the cname. */ @@ -145,7 +145,7 @@ public void setCname(DnsCnameRdata cname) { * Configured fqdns are delegated domains (i.e. * They represent a zone cut). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return delegated */ @@ -158,7 +158,7 @@ public Boolean getDelegated() { * Configured fqdns are delegated domains (i.e. * They represent a zone cut). * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param delegated set the delegated. */ @@ -170,7 +170,7 @@ public void setDelegated(Boolean delegated) { * This is the getter method this will return the attribute value. * Details of dns record. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -182,7 +182,7 @@ public String getDescription() { * This is the setter method to the attribute. * Details of dns record. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -194,7 +194,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Uuid of the dns vs. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVsUuid */ @@ -206,7 +206,7 @@ public String getDnsVsUuid() { * This is the setter method to the attribute. * Uuid of the dns vs. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsVsUuid set the dnsVsUuid. */ @@ -218,7 +218,7 @@ public void setDnsVsUuid(String dnsVsUuid) { * This is the getter method this will return the attribute value. * Fully qualified domain name. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -230,7 +230,7 @@ public String getFqdn() { * This is the setter method to the attribute. * Fully qualified domain name. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -242,7 +242,7 @@ public void setFqdn(String fqdn) { * Ipv6 address in aaaa record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -255,7 +255,7 @@ public List getIp6Address() { * Ipv6 address in aaaa record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -268,7 +268,7 @@ public void setIp6Address(List ip6Address) { * Ipv6 address in aaaa record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -284,7 +284,7 @@ public DynamicDnsRecord addIp6AddressItem(DnsAAAARdata ip6AddressItem) { * Ip address in a record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -297,7 +297,7 @@ public List getIpAddress() { * Ip address in a record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -310,7 +310,7 @@ public void setIpAddress(List ipAddress) { * Ip address in a record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -326,7 +326,7 @@ public DynamicDnsRecord addIpAddressItem(DnsARdata ipAddressItem) { * This is the getter method this will return the attribute value. * Internal metadata for the dns record. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -338,7 +338,7 @@ public String getMetadata() { * This is the setter method to the attribute. * Internal metadata for the dns record. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metadata set the metadata. */ @@ -350,7 +350,7 @@ public void setMetadata(String metadata) { * Mx record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mxRecords */ @@ -363,7 +363,7 @@ public List getMxRecords() { * Mx record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mxRecords */ @@ -376,7 +376,7 @@ public void setMxRecords(List mxRecords) { * Mx record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mxRecords */ @@ -392,7 +392,7 @@ public DynamicDnsRecord addMxRecordsItem(DnsMxRdata mxRecordsItem) { * This is the getter method this will return the attribute value. * Dynamicdnsrecord name, needed for a top level uuid protobuf, for display in shell. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -404,7 +404,7 @@ public String getName() { * This is the setter method to the attribute. * Dynamicdnsrecord name, needed for a top level uuid protobuf, for display in shell. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -416,7 +416,7 @@ public void setName(String name) { * Name server information in ns record. * Field introduced in 20.1.3. * Maximum of 13 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -429,7 +429,7 @@ public List getNs() { * Name server information in ns record. * Field introduced in 20.1.3. * Maximum of 13 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -442,7 +442,7 @@ public void setNs(List ns) { * Name server information in ns record. * Field introduced in 20.1.3. * Maximum of 13 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -461,7 +461,7 @@ public DynamicDnsRecord addNsItem(DnsNsRdata nsItem) { * Allowed values are 0-20. * Special values are 0- return all records. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRecordsInResponse */ @@ -476,7 +476,7 @@ public Integer getNumRecordsInResponse() { * Allowed values are 0-20. * Special values are 0- return all records. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRecordsInResponse set the numRecordsInResponse. */ @@ -488,7 +488,7 @@ public void setNumRecordsInResponse(Integer numRecordsInResponse) { * Service locator info in srv record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceLocators */ @@ -501,7 +501,7 @@ public List getServiceLocators() { * Service locator info in srv record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceLocators */ @@ -514,7 +514,7 @@ public void setServiceLocators(List serviceLocators) { * Service locator info in srv record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceLocators */ @@ -531,7 +531,7 @@ public DynamicDnsRecord addServiceLocatorsItem(DnsSrvRdata serviceLocatorsItem) * Tenant_uuid from dns vs's tenant_uuid. * It is a reference to an object of type tenant. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -544,7 +544,7 @@ public String getTenantRef() { * Tenant_uuid from dns vs's tenant_uuid. * It is a reference to an object of type tenant. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -556,7 +556,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Time to live for this dns record. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ttl */ @@ -568,7 +568,7 @@ public Integer getTtl() { * This is the setter method to the attribute. * Time to live for this dns record. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ttl set the ttl. */ @@ -580,7 +580,7 @@ public void setTtl(Integer ttl) { * Text record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txtRecords */ @@ -593,7 +593,7 @@ public List getTxtRecords() { * Text record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txtRecords */ @@ -606,7 +606,7 @@ public void setTxtRecords(List txtRecords) { * Text record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txtRecords */ @@ -625,7 +625,7 @@ public DynamicDnsRecord addTxtRecordsItem(DnsTxtRdata txtRecordsItem) { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -640,7 +640,7 @@ public String getType() { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -669,7 +669,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the dns record. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -681,7 +681,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the dns record. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -695,7 +695,7 @@ public void setUuid(String uuid) { * request. * Default is false. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return wildcardMatch */ @@ -709,7 +709,7 @@ public Boolean getWildcardMatch() { * request. * Default is false. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param wildcardMatch set the wildcardMatch. */ diff --git a/java/src/com/vmware/avi/sdk/model/EmailConfiguration.java b/java/src/com/vmware/avi/sdk/model/EmailConfiguration.java index 2cd512d7bc..29af7bb36b 100644 --- a/java/src/com/vmware/avi/sdk/model/EmailConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/EmailConfiguration.java @@ -53,7 +53,7 @@ public class EmailConfiguration { /** * This is the getter method this will return the attribute value. * Password for mail server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authPassword */ @@ -64,7 +64,7 @@ public String getAuthPassword() { /** * This is the setter method to the attribute. * Password for mail server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authPassword set the authPassword. */ @@ -75,7 +75,7 @@ public void setAuthPassword(String authPassword) { /** * This is the getter method this will return the attribute value. * Username for mail server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authUsername */ @@ -86,7 +86,7 @@ public String getAuthUsername() { /** * This is the setter method to the attribute. * Username for mail server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authUsername set the authUsername. */ @@ -98,7 +98,7 @@ public void setAuthUsername(String authUsername) { * This is the getter method this will return the attribute value. * When set, disables tls on the connection to the mail server. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableTls */ @@ -110,7 +110,7 @@ public Boolean getDisableTls() { * This is the setter method to the attribute. * When set, disables tls on the connection to the mail server. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableTls set the disableTls. */ @@ -125,7 +125,7 @@ public void setDisableTls(Boolean disableTls) { * AFRICA_BANJUL, AFRICA_BISSAU, AFRICA_BLANTYRE, AFRICA_BRAZZAVILLE, AFRICA_BUJUMBURA, AFRICA_CAIRO, AFRICA_CASABLANCA, AFRICA_CEUTA, * AFRICA_CONAKRY, AFRICA_DAKAR, AFRICA_DAR_ES_SALAAM... * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return emailTimezone */ @@ -140,7 +140,7 @@ public String getEmailTimezone() { * AFRICA_BANJUL, AFRICA_BISSAU, AFRICA_BLANTYRE, AFRICA_BRAZZAVILLE, AFRICA_BUJUMBURA, AFRICA_CAIRO, AFRICA_CASABLANCA, AFRICA_CEUTA, * AFRICA_CONAKRY, AFRICA_DAKAR, AFRICA_DAR_ES_SALAAM... * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param emailTimezone set the emailTimezone. */ @@ -151,7 +151,7 @@ public void setEmailTimezone(String emailTimezone) { /** * This is the getter method this will return the attribute value. * Email address in from field. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "admin@avicontroller.net". * @return fromEmail */ @@ -162,7 +162,7 @@ public String getFromEmail() { /** * This is the setter method to the attribute. * Email address in from field. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "admin@avicontroller.net". * @param fromEmail set the fromEmail. */ @@ -174,7 +174,7 @@ public void setFromEmail(String fromEmail) { * This is the getter method this will return the attribute value. * Friendly name in from field. * Field introduced in 21.1.4, 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromName */ @@ -186,7 +186,7 @@ public String getFromName() { * This is the setter method to the attribute. * Friendly name in from field. * Field introduced in 21.1.4, 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromName set the fromName. */ @@ -197,7 +197,7 @@ public void setFromName(String fromName) { /** * This is the getter method this will return the attribute value. * Mail server fqdn or ip(v4/v6) address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "localhost". * @return mailServerName */ @@ -208,7 +208,7 @@ public String getMailServerName() { /** * This is the setter method to the attribute. * Mail server fqdn or ip(v4/v6) address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "localhost". * @param mailServerName set the mailServerName. */ @@ -219,7 +219,7 @@ public void setMailServerName(String mailServerName) { /** * This is the getter method this will return the attribute value. * Mail server port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @return mailServerPort */ @@ -230,7 +230,7 @@ public Integer getMailServerPort() { /** * This is the setter method to the attribute. * Mail server port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @param mailServerPort set the mailServerPort. */ @@ -242,7 +242,7 @@ public void setMailServerPort(Integer mailServerPort) { * This is the getter method this will return the attribute value. * Type of smtp mail service. * Enum options - SMTP_NONE, SMTP_LOCAL_HOST, SMTP_SERVER, SMTP_ANONYMOUS_SERVER. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SMTP_LOCAL_HOST". * @return smtpType */ @@ -254,7 +254,7 @@ public String getSmtpType() { * This is the setter method to the attribute. * Type of smtp mail service. * Enum options - SMTP_NONE, SMTP_LOCAL_HOST, SMTP_SERVER, SMTP_ANONYMOUS_SERVER. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SMTP_LOCAL_HOST". * @param smtpType set the smtpType. */ diff --git a/java/src/com/vmware/avi/sdk/model/EquivalentLabels.java b/java/src/com/vmware/avi/sdk/model/EquivalentLabels.java index aada6a6c02..d3d665e5ae 100644 --- a/java/src/com/vmware/avi/sdk/model/EquivalentLabels.java +++ b/java/src/com/vmware/avi/sdk/model/EquivalentLabels.java @@ -28,7 +28,7 @@ public class EquivalentLabels { /** * This is the getter method this will return the attribute value. * Equivalent labels. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -39,7 +39,7 @@ public List getLabels() { /** * This is the setter method. this will set the labels * Equivalent labels. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -50,7 +50,7 @@ public void setLabels(List labels) { /** * This is the setter method this will set the labels * Equivalent labels. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ diff --git a/java/src/com/vmware/avi/sdk/model/ErrorPage.java b/java/src/com/vmware/avi/sdk/model/ErrorPage.java index d3d90789e9..5a21f04312 100644 --- a/java/src/com/vmware/avi/sdk/model/ErrorPage.java +++ b/java/src/com/vmware/avi/sdk/model/ErrorPage.java @@ -42,7 +42,7 @@ public class ErrorPage { * This is the getter method this will return the attribute value. * Enable or disable the error page. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -54,7 +54,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable the error page. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -67,7 +67,7 @@ public void setEnable(Boolean enable) { * Custom error page body used to sent to the client. * It is a reference to an object of type errorpagebody. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorPageBodyRef */ @@ -80,7 +80,7 @@ public String getErrorPageBodyRef() { * Custom error page body used to sent to the client. * It is a reference to an object of type errorpagebody. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorPageBodyRef set the errorPageBodyRef. */ @@ -92,7 +92,7 @@ public void setErrorPageBodyRef(String errorPageBodyRef) { * This is the getter method this will return the attribute value. * Redirect sent to client when match. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorRedirect */ @@ -104,7 +104,7 @@ public String getErrorRedirect() { * This is the setter method to the attribute. * Redirect sent to client when match. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorRedirect set the errorRedirect. */ @@ -116,7 +116,7 @@ public void setErrorRedirect(String errorRedirect) { * This is the getter method this will return the attribute value. * Index of the error page. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -128,7 +128,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the error page. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -140,7 +140,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Add match criteria for http status codes to the error page. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -152,7 +152,7 @@ public HTTPStatusMatch getMatch() { * This is the setter method to the attribute. * Add match criteria for http status codes to the error page. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ diff --git a/java/src/com/vmware/avi/sdk/model/ErrorPageBody.java b/java/src/com/vmware/avi/sdk/model/ErrorPageBody.java index f31641e410..5b33ddd895 100644 --- a/java/src/com/vmware/avi/sdk/model/ErrorPageBody.java +++ b/java/src/com/vmware/avi/sdk/model/ErrorPageBody.java @@ -48,7 +48,7 @@ public class ErrorPageBody extends AviRestResource { * This is the getter method this will return the attribute value. * Error page body sent to client when match. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorPageBody */ @@ -60,7 +60,7 @@ public String getErrorPageBody() { * This is the setter method to the attribute. * Error page body sent to client when match. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorPageBody set the errorPageBody. */ @@ -73,7 +73,7 @@ public void setErrorPageBody(String errorPageBody) { * Format of an error page body html or json. * Enum options - ERROR_PAGE_FORMAT_HTML, ERROR_PAGE_FORMAT_JSON. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ERROR_PAGE_FORMAT_HTML". * @return format */ @@ -86,7 +86,7 @@ public String getFormat() { * Format of an error page body html or json. * Enum options - ERROR_PAGE_FORMAT_HTML, ERROR_PAGE_FORMAT_JSON. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ERROR_PAGE_FORMAT_HTML". * @param format set the format. */ @@ -97,8 +97,7 @@ public void setFormat(String format) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -110,8 +109,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -123,8 +121,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -139,7 +136,7 @@ public ErrorPageBody addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -150,7 +147,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -162,7 +159,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -174,7 +171,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -202,7 +199,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -213,7 +210,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ErrorPageProfile.java b/java/src/com/vmware/avi/sdk/model/ErrorPageProfile.java index d42ae96a1a..dab064b790 100644 --- a/java/src/com/vmware/avi/sdk/model/ErrorPageProfile.java +++ b/java/src/com/vmware/avi/sdk/model/ErrorPageProfile.java @@ -44,7 +44,7 @@ public class ErrorPageProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Defined error pages for http status codes. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorPages */ @@ -56,7 +56,7 @@ public List getErrorPages() { * This is the setter method. this will set the errorPages * Defined error pages for http status codes. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorPages */ @@ -68,7 +68,7 @@ public void setErrorPages(List errorPages) { * This is the setter method this will set the errorPages * Defined error pages for http status codes. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorPages */ @@ -83,8 +83,7 @@ public ErrorPageProfile addErrorPagesItem(ErrorPage errorPagesItem) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -96,8 +95,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -109,8 +107,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -125,7 +122,7 @@ public ErrorPageProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -136,7 +133,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -148,7 +145,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -160,7 +157,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -188,7 +185,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -199,7 +196,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/EventCache.java b/java/src/com/vmware/avi/sdk/model/EventCache.java index b2a7e5a2d0..4b30f82480 100644 --- a/java/src/com/vmware/avi/sdk/model/EventCache.java +++ b/java/src/com/vmware/avi/sdk/model/EventCache.java @@ -31,7 +31,7 @@ public class EventCache { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsState */ @@ -41,7 +41,7 @@ public Boolean getDnsState() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsState set the dnsState. */ @@ -51,7 +51,7 @@ public void setDnsState(Boolean dnsState) { /** * This is the getter method this will return the attribute value. * Cache the exception strings in the system. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return exceptions */ @@ -62,7 +62,7 @@ public List getExceptions() { /** * This is the setter method. this will set the exceptions * Cache the exception strings in the system. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return exceptions */ @@ -73,7 +73,7 @@ public void setExceptions(List exceptions) { /** * This is the setter method this will set the exceptions * Cache the exception strings in the system. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return exceptions */ diff --git a/java/src/com/vmware/avi/sdk/model/EventDetails.java b/java/src/com/vmware/avi/sdk/model/EventDetails.java index ad13d9624b..57870d01b3 100644 --- a/java/src/com/vmware/avi/sdk/model/EventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/EventDetails.java @@ -48,6 +48,12 @@ public class EventDetails { @JsonProperty("api_version_deprecated") private ApiVersionDeprecated apiVersionDeprecated; + @JsonProperty("apiserver_request_queue_full_event_info") + private RequestLimiterEventInfo apiserverRequestQueueFullEventInfo; + + @JsonProperty("apiserver_request_queue_recovery_event_info") + private RequestLimiterEventInfo apiserverRequestQueueRecoveryEventInfo; + @JsonProperty("app_signature_event_data") private AppSignatureEventData appSignatureEventData; @@ -222,6 +228,9 @@ public class EventDetails { @JsonProperty("controller_license_reconcile_details") private ControllerLicenseReconcileDetails controllerLicenseReconcileDetails; + @JsonProperty("controlscript_details") + private ControlscriptDetails controlscriptDetails; + @JsonProperty("crs_deployment_failure") private CRSDeploymentFailure crsDeploymentFailure; @@ -420,6 +429,9 @@ public class EventDetails { @JsonProperty("pool_server_delete_details") private VinfraPoolServerDeleteDetails poolServerDeleteDetails; + @JsonProperty("postgres_event_details") + private PostgresEventInfo postgresEventDetails; + @JsonProperty("psm_program_details") private PsmProgramDetails psmProgramDetails; @@ -450,6 +462,9 @@ public class EventDetails { @JsonProperty("se_bgp_peer_state_change_details") private SeBgpPeerStateChangeDetails seBgpPeerStateChangeDetails; + @JsonProperty("se_config_sedatastore_dl_fail") + private SeVsConfigSeDatastoreDownloadFailed seConfigSedatastoreDlFail; + @JsonProperty("se_debug_mode_event_detail") private SeDebugModeEventDetail seDebugModeEventDetail; @@ -525,6 +540,9 @@ public class EventDetails { @JsonProperty("se_pool_lb_details") private SePoolLbEventDetails sePoolLbDetails; + @JsonProperty("se_process_crashed_details") + private SeProcessCrashedDetails seProcessCrashedDetails; + @JsonProperty("se_reconcile_details") private SeReconcileDetails seReconcileDetails; @@ -624,9 +642,18 @@ public class EventDetails { @JsonProperty("system_report_event_details") private SystemReport systemReportEventDetails; + @JsonProperty("task_journal_event_details") + private TaskJournal taskJournalEventDetails; + + @JsonProperty("tech_support_event") + private TechSupportEvent techSupportEvent; + @JsonProperty("tencent_info") private TencentSetup tencentInfo; + @JsonProperty("uber_event_details") + private LogMgrUberEventDetails uberEventDetails; + @JsonProperty("unbind_vs_se_details") private RmUnbindVsSeEventDetails unbindVsSeDetails; @@ -681,6 +708,9 @@ public class EventDetails { @JsonProperty("vs_awaitingse_details") private VsAwaitingSeEventDetails vsAwaitingseDetails; + @JsonProperty("vs_config_sedatastore_dl_fail") + private SeVsConfigSeDatastoreDownloadFailed vsConfigSedatastoreDlFail; + @JsonProperty("vs_error_details") private VsErrorEventDetails vsErrorDetails; @@ -705,6 +735,12 @@ public class EventDetails { @JsonProperty("vs_switchover_details") private VsSwitchoverEventDetails vsSwitchoverDetails; + @JsonProperty("vsgs_info") + private VsGsStatus vsgsInfo; + + @JsonProperty("warning_event_details") + private WarningEventDetails warningEventDetails; + /** @@ -712,7 +748,7 @@ public class EventDetails { * Adaptive replication event e.g. * Dns vs, config version. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adaptreplEvent */ @@ -725,7 +761,7 @@ public AdaptReplEventInfo getAdaptreplEvent() { * Adaptive replication event e.g. * Dns vs, config version. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adaptreplEvent set the adaptreplEvent. */ @@ -735,7 +771,7 @@ public void setAdaptreplEvent(AdaptReplEventInfo adaptreplEvent) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addNetworksDetails */ @@ -745,7 +781,7 @@ public RmAddNetworksEventDetails getAddNetworksDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param addNetworksDetails set the addNetworksDetails. */ @@ -755,7 +791,7 @@ public void setAddNetworksDetails(RmAddNetworksEventDetails addNetworksDetails) /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return albservicesCaseDetails */ @@ -765,7 +801,7 @@ public ALBServicesCase getAlbservicesCaseDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param albservicesCaseDetails set the albservicesCaseDetails. */ @@ -777,7 +813,7 @@ public void setAlbservicesCaseDetails(ALBServicesCase albservicesCaseDetails) { * This is the getter method this will return the attribute value. * Albservices file download event details. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return albservicesFileDownloadDetails */ @@ -789,7 +825,7 @@ public ALBServicesFileDownload getAlbservicesFileDownloadDetails() { * This is the setter method to the attribute. * Albservices file download event details. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param albservicesFileDownloadDetails set the albservicesFileDownloadDetails. */ @@ -799,7 +835,7 @@ public void setAlbservicesFileDownloadDetails(ALBServicesFileDownload albservice /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return albservicesFileUploadDetails */ @@ -809,7 +845,7 @@ public ALBServicesFileUpload getAlbservicesFileUploadDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param albservicesFileUploadDetails set the albservicesFileUploadDetails. */ @@ -819,7 +855,7 @@ public void setAlbservicesFileUploadDetails(ALBServicesFileUpload albservicesFil /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return albservicesStatusDetails */ @@ -829,7 +865,7 @@ public ALBServicesStatusDetails getAlbservicesStatusDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param albservicesStatusDetails set the albservicesStatusDetails. */ @@ -839,7 +875,7 @@ public void setAlbservicesStatusDetails(ALBServicesStatusDetails albservicesStat /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allSeupgradeEventDetails */ @@ -849,7 +885,7 @@ public AllSeUpgradeEventDetails getAllSeupgradeEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allSeupgradeEventDetails set the allSeupgradeEventDetails. */ @@ -859,7 +895,7 @@ public void setAllSeupgradeEventDetails(AllSeUpgradeEventDetails allSeupgradeEve /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return anomalyDetails */ @@ -869,7 +905,7 @@ public AnomalyEventDetails getAnomalyDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param anomalyDetails set the anomalyDetails. */ @@ -879,7 +915,7 @@ public void setAnomalyDetails(AnomalyEventDetails anomalyDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apiVersionDeprecated */ @@ -889,7 +925,7 @@ public ApiVersionDeprecated getApiVersionDeprecated() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apiVersionDeprecated set the apiVersionDeprecated. */ @@ -899,7 +935,47 @@ public void setApiVersionDeprecated(ApiVersionDeprecated apiVersionDeprecated) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return apiserverRequestQueueFullEventInfo + */ + public RequestLimiterEventInfo getApiserverRequestQueueFullEventInfo() { + return apiserverRequestQueueFullEventInfo; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param apiserverRequestQueueFullEventInfo set the apiserverRequestQueueFullEventInfo. + */ + public void setApiserverRequestQueueFullEventInfo(RequestLimiterEventInfo apiserverRequestQueueFullEventInfo) { + this.apiserverRequestQueueFullEventInfo = apiserverRequestQueueFullEventInfo; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return apiserverRequestQueueRecoveryEventInfo + */ + public RequestLimiterEventInfo getApiserverRequestQueueRecoveryEventInfo() { + return apiserverRequestQueueRecoveryEventInfo; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param apiserverRequestQueueRecoveryEventInfo set the apiserverRequestQueueRecoveryEventInfo. + */ + public void setApiserverRequestQueueRecoveryEventInfo(RequestLimiterEventInfo apiserverRequestQueueRecoveryEventInfo) { + this.apiserverRequestQueueRecoveryEventInfo = apiserverRequestQueueRecoveryEventInfo; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appSignatureEventData */ @@ -909,7 +985,7 @@ public AppSignatureEventData getAppSignatureEventData() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appSignatureEventData set the appSignatureEventData. */ @@ -920,7 +996,7 @@ public void setAppSignatureEventData(AppSignatureEventData appSignatureEventData /** * This is the getter method this will return the attribute value. * Field introduced in 22.1.6,30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return asyncPatchState */ @@ -931,7 +1007,7 @@ public AsyncPatchState getAsyncPatchState() { /** * This is the setter method to the attribute. * Field introduced in 22.1.6,30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param asyncPatchState set the asyncPatchState. */ @@ -943,7 +1019,7 @@ public void setAsyncPatchState(AsyncPatchState asyncPatchState) { * This is the getter method this will return the attribute value. * Details for attach ip status. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attachIpStatusDetails */ @@ -955,7 +1031,7 @@ public AttachIpStatusEventDetails getAttachIpStatusDetails() { * This is the setter method to the attribute. * Details for attach ip status. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attachIpStatusDetails set the attachIpStatusDetails. */ @@ -965,7 +1041,7 @@ public void setAttachIpStatusDetails(AttachIpStatusEventDetails attachIpStatusDe /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgUptimeChangeDetails */ @@ -975,7 +1051,7 @@ public AvgUptimeChangeDetails getAvgUptimeChangeDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgUptimeChangeDetails set the avgUptimeChangeDetails. */ @@ -986,7 +1062,7 @@ public void setAvgUptimeChangeDetails(AvgUptimeChangeDetails avgUptimeChangeDeta /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.10,18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return awsAsgDeletionDetails */ @@ -997,7 +1073,7 @@ public AWSASGDelete getAwsAsgDeletionDetails() { /** * This is the setter method to the attribute. * Field introduced in 17.2.10,18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param awsAsgDeletionDetails set the awsAsgDeletionDetails. */ @@ -1007,7 +1083,7 @@ public void setAwsAsgDeletionDetails(AWSASGDelete awsAsgDeletionDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return awsAsgNotifDetails */ @@ -1017,7 +1093,7 @@ public AWSASGNotifDetails getAwsAsgNotifDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param awsAsgNotifDetails set the awsAsgNotifDetails. */ @@ -1027,7 +1103,7 @@ public void setAwsAsgNotifDetails(AWSASGNotifDetails awsAsgNotifDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return awsInfraDetails */ @@ -1037,7 +1113,7 @@ public AWSSetup getAwsInfraDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param awsInfraDetails set the awsInfraDetails. */ @@ -1047,7 +1123,7 @@ public void setAwsInfraDetails(AWSSetup awsInfraDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureInfo */ @@ -1057,7 +1133,7 @@ public AzureSetup getAzureInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureInfo set the azureInfo. */ @@ -1069,7 +1145,7 @@ public void setAzureInfo(AzureSetup azureInfo) { * This is the getter method this will return the attribute value. * Azure marketplace license term acceptance event. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureMpInfo */ @@ -1081,7 +1157,7 @@ public AzureMarketplace getAzureMpInfo() { * This is the setter method to the attribute. * Azure marketplace license term acceptance event. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureMpInfo set the azureMpInfo. */ @@ -1091,7 +1167,7 @@ public void setAzureMpInfo(AzureMarketplace azureMpInfo) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bindVsSeDetails */ @@ -1101,7 +1177,7 @@ public RmBindVsSeEventDetails getBindVsSeDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param bindVsSeDetails set the bindVsSeDetails. */ @@ -1111,7 +1187,7 @@ public void setBindVsSeDetails(RmBindVsSeEventDetails bindVsSeDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bmInfraDetails */ @@ -1121,7 +1197,7 @@ public BMSetup getBmInfraDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param bmInfraDetails set the bmInfraDetails. */ @@ -1131,7 +1207,7 @@ public void setBmInfraDetails(BMSetup bmInfraDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bootupFailDetails */ @@ -1141,7 +1217,7 @@ public RmSeBootupFailEventDetails getBootupFailDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param bootupFailDetails set the bootupFailDetails. */ @@ -1151,7 +1227,7 @@ public void setBootupFailDetails(RmSeBootupFailEventDetails bootupFailDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return burstCheckoutDetails */ @@ -1161,7 +1237,7 @@ public BurstLicenseDetails getBurstCheckoutDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param burstCheckoutDetails set the burstCheckoutDetails. */ @@ -1171,7 +1247,7 @@ public void setBurstCheckoutDetails(BurstLicenseDetails burstCheckoutDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccClusterVipDetails */ @@ -1181,7 +1257,7 @@ public CloudClusterVip getCcClusterVipDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccClusterVipDetails set the ccClusterVipDetails. */ @@ -1191,7 +1267,7 @@ public void setCcClusterVipDetails(CloudClusterVip ccClusterVipDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccDnsUpdateDetails */ @@ -1201,7 +1277,7 @@ public CloudDnsUpdate getCcDnsUpdateDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccDnsUpdateDetails set the ccDnsUpdateDetails. */ @@ -1211,7 +1287,7 @@ public void setCcDnsUpdateDetails(CloudDnsUpdate ccDnsUpdateDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccHealthDetails */ @@ -1221,7 +1297,7 @@ public CloudHealth getCcHealthDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccHealthDetails set the ccHealthDetails. */ @@ -1231,7 +1307,7 @@ public void setCcHealthDetails(CloudHealth ccHealthDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccInfraDetails */ @@ -1241,7 +1317,7 @@ public CloudGeneric getCcInfraDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccInfraDetails set the ccInfraDetails. */ @@ -1251,7 +1327,7 @@ public void setCcInfraDetails(CloudGeneric ccInfraDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccIpDetails */ @@ -1261,7 +1337,7 @@ public CloudIpChange getCcIpDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccIpDetails set the ccIpDetails. */ @@ -1271,7 +1347,7 @@ public void setCcIpDetails(CloudIpChange ccIpDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccParkintfDetails */ @@ -1281,7 +1357,7 @@ public CloudVipParkingIntf getCcParkintfDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccParkintfDetails set the ccParkintfDetails. */ @@ -1292,7 +1368,7 @@ public void setCcParkintfDetails(CloudVipParkingIntf ccParkintfDetails) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccScalesetNotifDetails */ @@ -1303,7 +1379,7 @@ public CCScaleSetNotifDetails getCcScalesetNotifDetails() { /** * This is the setter method to the attribute. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccScalesetNotifDetails set the ccScalesetNotifDetails. */ @@ -1313,7 +1389,7 @@ public void setCcScalesetNotifDetails(CCScaleSetNotifDetails ccScalesetNotifDeta /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccSeVmDetails */ @@ -1323,7 +1399,7 @@ public CloudSeVmChange getCcSeVmDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccSeVmDetails set the ccSeVmDetails. */ @@ -1333,7 +1409,7 @@ public void setCcSeVmDetails(CloudSeVmChange ccSeVmDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccSyncServicesDetails */ @@ -1343,7 +1419,7 @@ public CloudSyncServices getCcSyncServicesDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccSyncServicesDetails set the ccSyncServicesDetails. */ @@ -1353,7 +1429,7 @@ public void setCcSyncServicesDetails(CloudSyncServices ccSyncServicesDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccTenantDelDetails */ @@ -1363,7 +1439,7 @@ public CloudTenantsDeleted getCcTenantDelDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccTenantDelDetails set the ccTenantDelDetails. */ @@ -1373,7 +1449,7 @@ public void setCcTenantDelDetails(CloudTenantsDeleted ccTenantDelDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccVipUpdateDetails */ @@ -1383,7 +1459,7 @@ public CloudVipUpdate getCcVipUpdateDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccVipUpdateDetails set the ccVipUpdateDetails. */ @@ -1393,7 +1469,7 @@ public void setCcVipUpdateDetails(CloudVipUpdate ccVipUpdateDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccVnicDetails */ @@ -1403,7 +1479,7 @@ public CloudVnicChange getCcVnicDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccVnicDetails set the ccVnicDetails. */ @@ -1415,7 +1491,7 @@ public void setCcVnicDetails(CloudVnicChange ccVnicDetails) { * This is the getter method this will return the attribute value. * Central license refresh details. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return centralLicenseRefreshDetails */ @@ -1427,7 +1503,7 @@ public CentralLicenseRefreshDetails getCentralLicenseRefreshDetails() { * This is the setter method to the attribute. * Central license refresh details. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param centralLicenseRefreshDetails set the centralLicenseRefreshDetails. */ @@ -1439,7 +1515,7 @@ public void setCentralLicenseRefreshDetails(CentralLicenseRefreshDetails central * This is the getter method this will return the attribute value. * Central license subscription details. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return centralLicenseSubscriptionDetails */ @@ -1451,7 +1527,7 @@ public CentralLicenseSubscriptionDetails getCentralLicenseSubscriptionDetails() * This is the setter method to the attribute. * Central license subscription details. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param centralLicenseSubscriptionDetails set the centralLicenseSubscriptionDetails. */ @@ -1461,7 +1537,7 @@ public void setCentralLicenseSubscriptionDetails(CentralLicenseSubscriptionDetai /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudAsgNotifDetails */ @@ -1471,7 +1547,7 @@ public CloudASGNotifDetails getCloudAsgNotifDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudAsgNotifDetails set the cloudAsgNotifDetails. */ @@ -1481,7 +1557,7 @@ public void setCloudAsgNotifDetails(CloudASGNotifDetails cloudAsgNotifDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudAutoscalingConfigFailureDetails */ @@ -1491,7 +1567,7 @@ public CloudAutoscalingConfigFailureDetails getCloudAutoscalingConfigFailureDeta /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudAutoscalingConfigFailureDetails set the cloudAutoscalingConfigFailureDetails. */ @@ -1503,7 +1579,7 @@ public void setCloudAutoscalingConfigFailureDetails(CloudAutoscalingConfigFailur * This is the getter method this will return the attribute value. * Cloud routes event. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRouteNotifDetails */ @@ -1515,7 +1591,7 @@ public CloudRouteNotifDetails getCloudRouteNotifDetails() { * This is the setter method to the attribute. * Cloud routes event. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRouteNotifDetails set the cloudRouteNotifDetails. */ @@ -1525,7 +1601,7 @@ public void setCloudRouteNotifDetails(CloudRouteNotifDetails cloudRouteNotifDeta /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterConfigFailedDetails */ @@ -1535,7 +1611,7 @@ public ClusterConfigFailedEvent getClusterConfigFailedDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterConfigFailedDetails set the clusterConfigFailedDetails. */ @@ -1545,7 +1621,7 @@ public void setClusterConfigFailedDetails(ClusterConfigFailedEvent clusterConfig /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterLeaderFailoverDetails */ @@ -1555,7 +1631,7 @@ public ClusterLeaderFailoverEvent getClusterLeaderFailoverDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterLeaderFailoverDetails set the clusterLeaderFailoverDetails. */ @@ -1565,7 +1641,7 @@ public void setClusterLeaderFailoverDetails(ClusterLeaderFailoverEvent clusterLe /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterNodeAddDetails */ @@ -1575,7 +1651,7 @@ public ClusterNodeAddEvent getClusterNodeAddDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterNodeAddDetails set the clusterNodeAddDetails. */ @@ -1585,7 +1661,7 @@ public void setClusterNodeAddDetails(ClusterNodeAddEvent clusterNodeAddDetails) /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterNodeDbFailedDetails */ @@ -1595,7 +1671,7 @@ public ClusterNodeDbFailedEvent getClusterNodeDbFailedDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterNodeDbFailedDetails set the clusterNodeDbFailedDetails. */ @@ -1605,7 +1681,7 @@ public void setClusterNodeDbFailedDetails(ClusterNodeDbFailedEvent clusterNodeDb /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterNodeRemoveDetails */ @@ -1615,7 +1691,7 @@ public ClusterNodeRemoveEvent getClusterNodeRemoveDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterNodeRemoveDetails set the clusterNodeRemoveDetails. */ @@ -1625,7 +1701,7 @@ public void setClusterNodeRemoveDetails(ClusterNodeRemoveEvent clusterNodeRemove /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterNodeShutdownDetails */ @@ -1635,7 +1711,7 @@ public ClusterNodeShutdownEvent getClusterNodeShutdownDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterNodeShutdownDetails set the clusterNodeShutdownDetails. */ @@ -1645,7 +1721,7 @@ public void setClusterNodeShutdownDetails(ClusterNodeShutdownEvent clusterNodeSh /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterNodeStartedDetails */ @@ -1655,7 +1731,7 @@ public ClusterNodeStartedEvent getClusterNodeStartedDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterNodeStartedDetails set the clusterNodeStartedDetails. */ @@ -1665,7 +1741,7 @@ public void setClusterNodeStartedDetails(ClusterNodeStartedEvent clusterNodeStar /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterServiceCriticalFailureDetails */ @@ -1675,7 +1751,7 @@ public ClusterServiceCriticalFailureEvent getClusterServiceCriticalFailureDetail /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterServiceCriticalFailureDetails set the clusterServiceCriticalFailureDetails. */ @@ -1685,7 +1761,7 @@ public void setClusterServiceCriticalFailureDetails(ClusterServiceCriticalFailur /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterServiceFailedDetails */ @@ -1695,7 +1771,7 @@ public ClusterServiceFailedEvent getClusterServiceFailedDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterServiceFailedDetails set the clusterServiceFailedDetails. */ @@ -1705,7 +1781,7 @@ public void setClusterServiceFailedDetails(ClusterServiceFailedEvent clusterServ /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterServiceRestoredDetails */ @@ -1715,7 +1791,7 @@ public ClusterServiceRestoredEvent getClusterServiceRestoredDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterServiceRestoredDetails set the clusterServiceRestoredDetails. */ @@ -1725,7 +1801,7 @@ public void setClusterServiceRestoredDetails(ClusterServiceRestoredEvent cluster /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clustifyCheckDetails */ @@ -1735,7 +1811,7 @@ public ClustifyCheckEvent getClustifyCheckDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clustifyCheckDetails set the clustifyCheckDetails. */ @@ -1745,7 +1821,7 @@ public void setClustifyCheckDetails(ClustifyCheckEvent clustifyCheckDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cntlrHostListDetails */ @@ -1755,7 +1831,7 @@ public VinfraCntlrHostUnreachableList getCntlrHostListDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cntlrHostListDetails set the cntlrHostListDetails. */ @@ -1765,7 +1841,7 @@ public void setCntlrHostListDetails(VinfraCntlrHostUnreachableList cntlrHostList /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configActionDetails */ @@ -1775,7 +1851,7 @@ public ConfigActionDetails getConfigActionDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configActionDetails set the configActionDetails. */ @@ -1785,7 +1861,7 @@ public void setConfigActionDetails(ConfigActionDetails configActionDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configCreateDetails */ @@ -1795,7 +1871,7 @@ public ConfigCreateDetails getConfigCreateDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configCreateDetails set the configCreateDetails. */ @@ -1805,7 +1881,7 @@ public void setConfigCreateDetails(ConfigCreateDetails configCreateDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configDeleteDetails */ @@ -1815,7 +1891,7 @@ public ConfigDeleteDetails getConfigDeleteDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configDeleteDetails set the configDeleteDetails. */ @@ -1825,7 +1901,7 @@ public void setConfigDeleteDetails(ConfigDeleteDetails configDeleteDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configPasswordChangeRequestDetails */ @@ -1835,7 +1911,7 @@ public ConfigUserPasswordChangeRequest getConfigPasswordChangeRequestDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configPasswordChangeRequestDetails set the configPasswordChangeRequestDetails. */ @@ -1845,7 +1921,7 @@ public void setConfigPasswordChangeRequestDetails(ConfigUserPasswordChangeReques /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configSeGrpFlvUpdateDetails */ @@ -1855,7 +1931,7 @@ public ConfigSeGrpFlvUpdate getConfigSeGrpFlvUpdateDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configSeGrpFlvUpdateDetails set the configSeGrpFlvUpdateDetails. */ @@ -1865,7 +1941,7 @@ public void setConfigSeGrpFlvUpdateDetails(ConfigSeGrpFlvUpdate configSeGrpFlvUp /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configUpdateDetails */ @@ -1875,7 +1951,7 @@ public ConfigUpdateDetails getConfigUpdateDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configUpdateDetails set the configUpdateDetails. */ @@ -1885,7 +1961,7 @@ public void setConfigUpdateDetails(ConfigUpdateDetails configUpdateDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configUserAuthrzRuleDetails */ @@ -1895,7 +1971,7 @@ public ConfigUserAuthrzByRule getConfigUserAuthrzRuleDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configUserAuthrzRuleDetails set the configUserAuthrzRuleDetails. */ @@ -1905,7 +1981,7 @@ public void setConfigUserAuthrzRuleDetails(ConfigUserAuthrzByRule configUserAuth /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configUserLoginDetails */ @@ -1915,7 +1991,7 @@ public ConfigUserLogin getConfigUserLoginDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configUserLoginDetails set the configUserLoginDetails. */ @@ -1925,7 +2001,7 @@ public void setConfigUserLoginDetails(ConfigUserLogin configUserLoginDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configUserLogoutDetails */ @@ -1935,7 +2011,7 @@ public ConfigUserLogout getConfigUserLogoutDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configUserLogoutDetails set the configUserLogoutDetails. */ @@ -1945,7 +2021,7 @@ public void setConfigUserLogoutDetails(ConfigUserLogout configUserLogoutDetails) /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configUserNotAuthrzRuleDetails */ @@ -1955,7 +2031,7 @@ public ConfigUserNotAuthrzByRule getConfigUserNotAuthrzRuleDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configUserNotAuthrzRuleDetails set the configUserNotAuthrzRuleDetails. */ @@ -1967,7 +2043,7 @@ public void setConfigUserNotAuthrzRuleDetails(ConfigUserNotAuthrzByRule configUs * This is the getter method this will return the attribute value. * Connection event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connectionEvent */ @@ -1979,7 +2055,7 @@ public ConnectionEventDetails getConnectionEvent() { * This is the setter method to the attribute. * Connection event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connectionEvent set the connectionEvent. */ @@ -1989,7 +2065,7 @@ public void setConnectionEvent(ConnectionEventDetails connectionEvent) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return containerCloudBatchSetup */ @@ -1999,7 +2075,7 @@ public ContainerCloudBatchSetup getContainerCloudBatchSetup() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param containerCloudBatchSetup set the containerCloudBatchSetup. */ @@ -2009,7 +2085,7 @@ public void setContainerCloudBatchSetup(ContainerCloudBatchSetup containerCloudB /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return containerCloudSetup */ @@ -2019,7 +2095,7 @@ public ContainerCloudSetup getContainerCloudSetup() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param containerCloudSetup set the containerCloudSetup. */ @@ -2029,7 +2105,7 @@ public void setContainerCloudSetup(ContainerCloudSetup containerCloudSetup) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return containerCloudSevice */ @@ -2039,7 +2115,7 @@ public ContainerCloudService getContainerCloudSevice() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param containerCloudSevice set the containerCloudSevice. */ @@ -2050,7 +2126,7 @@ public void setContainerCloudSevice(ContainerCloudService containerCloudSevice) /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerDiscontinuousTimeChangeEventDetails */ @@ -2061,7 +2137,7 @@ public ControllerDiscontinuousTimeChangeEventDetails getControllerDiscontinuousT /** * This is the setter method to the attribute. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerDiscontinuousTimeChangeEventDetails set the controllerDiscontinuousTimeChangeEventDetails. */ @@ -2071,7 +2147,7 @@ public void setControllerDiscontinuousTimeChangeEventDetails(ControllerDiscontin /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerLicenseReconcileDetails */ @@ -2081,7 +2157,7 @@ public ControllerLicenseReconcileDetails getControllerLicenseReconcileDetails() /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerLicenseReconcileDetails set the controllerLicenseReconcileDetails. */ @@ -2091,7 +2167,31 @@ public void setControllerLicenseReconcileDetails(ControllerLicenseReconcileDetai /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Control script execution details. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return controlscriptDetails + */ + public ControlscriptDetails getControlscriptDetails() { + return controlscriptDetails; + } + + /** + * This is the setter method to the attribute. + * Control script execution details. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param controlscriptDetails set the controlscriptDetails. + */ + public void setControlscriptDetails(ControlscriptDetails controlscriptDetails) { + this.controlscriptDetails = controlscriptDetails; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsDeploymentFailure */ @@ -2101,7 +2201,7 @@ public CRSDeploymentFailure getCrsDeploymentFailure() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param crsDeploymentFailure set the crsDeploymentFailure. */ @@ -2111,7 +2211,7 @@ public void setCrsDeploymentFailure(CRSDeploymentFailure crsDeploymentFailure) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsDeploymentSuccess */ @@ -2121,7 +2221,7 @@ public CRSDeploymentSuccess getCrsDeploymentSuccess() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param crsDeploymentSuccess set the crsDeploymentSuccess. */ @@ -2131,7 +2231,7 @@ public void setCrsDeploymentSuccess(CRSDeploymentSuccess crsDeploymentSuccess) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsDetails */ @@ -2141,7 +2241,7 @@ public CRSDetails getCrsDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param crsDetails set the crsDetails. */ @@ -2151,7 +2251,7 @@ public void setCrsDetails(CRSDetails crsDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsUpdateDetails */ @@ -2161,7 +2261,7 @@ public CRSUpdateDetails getCrsUpdateDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param crsUpdateDetails set the crsUpdateDetails. */ @@ -2171,7 +2271,7 @@ public void setCrsUpdateDetails(CRSUpdateDetails crsUpdateDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return csInfraDetails */ @@ -2181,7 +2281,7 @@ public CloudStackSetup getCsInfraDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param csInfraDetails set the csInfraDetails. */ @@ -2193,7 +2293,7 @@ public void setCsInfraDetails(CloudStackSetup csInfraDetails) { * This is the getter method this will return the attribute value. * Database error event. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return databaseEventInfo */ @@ -2205,7 +2305,7 @@ public DatabaseEventInfo getDatabaseEventInfo() { * This is the setter method to the attribute. * Database error event. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param databaseEventInfo set the databaseEventInfo. */ @@ -2215,7 +2315,7 @@ public void setDatabaseEventInfo(DatabaseEventInfo databaseEventInfo) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deleteSeDetails */ @@ -2225,7 +2325,7 @@ public RmDeleteSeEventDetails getDeleteSeDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deleteSeDetails set the deleteSeDetails. */ @@ -2237,7 +2337,7 @@ public void setDeleteSeDetails(RmDeleteSeEventDetails deleteSeDetails) { * This is the getter method this will return the attribute value. * Details for detach ip status. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return detachIpStatusDetails */ @@ -2249,7 +2349,7 @@ public DetachIpStatusEventDetails getDetachIpStatusDetails() { * This is the setter method to the attribute. * Details for detach ip status. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param detachIpStatusDetails set the detachIpStatusDetails. */ @@ -2259,7 +2359,7 @@ public void setDetachIpStatusDetails(DetachIpStatusEventDetails detachIpStatusDe /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disableSeMigrateDetails */ @@ -2269,7 +2369,7 @@ public DisableSeMigrateEventDetails getDisableSeMigrateDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param disableSeMigrateDetails set the disableSeMigrateDetails. */ @@ -2279,7 +2379,7 @@ public void setDisableSeMigrateDetails(DisableSeMigrateEventDetails disableSeMig /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discSummary */ @@ -2289,7 +2389,7 @@ public VinfraDiscSummaryDetails getDiscSummary() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param discSummary set the discSummary. */ @@ -2301,7 +2401,7 @@ public void setDiscSummary(VinfraDiscSummaryDetails discSummary) { * This is the getter method this will return the attribute value. * Log files exsiting on controller need to be cleanup. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return diskCleanupEventDetails */ @@ -2313,7 +2413,7 @@ public LogMgrCleanupEventDetails getDiskCleanupEventDetails() { * This is the setter method to the attribute. * Log files exsiting on controller need to be cleanup. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param diskCleanupEventDetails set the diskCleanupEventDetails. */ @@ -2323,7 +2423,7 @@ public void setDiskCleanupEventDetails(LogMgrCleanupEventDetails diskCleanupEven /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsQueryError */ @@ -2333,7 +2433,7 @@ public DNSQueryError getDnsQueryError() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsQueryError set the dnsQueryError. */ @@ -2343,7 +2443,7 @@ public void setDnsQueryError(DNSQueryError dnsQueryError) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsSyncInfo */ @@ -2353,7 +2453,7 @@ public DNSVsSyncInfo getDnsSyncInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsSyncInfo set the dnsSyncInfo. */ @@ -2363,7 +2463,7 @@ public void setDnsSyncInfo(DNSVsSyncInfo dnsSyncInfo) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dockerUcpDetails */ @@ -2373,7 +2473,7 @@ public DockerUCPSetup getDockerUcpDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dockerUcpDetails set the dockerUcpDetails. */ @@ -2383,7 +2483,7 @@ public void setDockerUcpDetails(DockerUCPSetup dockerUcpDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dosAttackEventDetails */ @@ -2393,7 +2493,7 @@ public DosAttackEventDetails getDosAttackEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dosAttackEventDetails set the dosAttackEventDetails. */ @@ -2405,7 +2505,7 @@ public void setDosAttackEventDetails(DosAttackEventDetails dosAttackEventDetails * This is the getter method this will return the attribute value. * False positive details. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return falsePositiveDetails */ @@ -2417,7 +2517,7 @@ public FalsePositiveDetails getFalsePositiveDetails() { * This is the setter method to the attribute. * False positive details. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param falsePositiveDetails set the falsePositiveDetails. */ @@ -2429,7 +2529,7 @@ public void setFalsePositiveDetails(FalsePositiveDetails falsePositiveDetails) { * This is the getter method this will return the attribute value. * File object event. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fileobjectDetails */ @@ -2441,7 +2541,7 @@ public FileObjectDetails getFileobjectDetails() { * This is the setter method to the attribute. * File object event. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fileobjectDetails set the fileobjectDetails. */ @@ -2451,7 +2551,7 @@ public void setFileobjectDetails(FileObjectDetails fileobjectDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcpCloudRouterInfo */ @@ -2461,7 +2561,7 @@ public GCPCloudRouterUpdate getGcpCloudRouterInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcpCloudRouterInfo set the gcpCloudRouterInfo. */ @@ -2471,7 +2571,7 @@ public void setGcpCloudRouterInfo(GCPCloudRouterUpdate gcpCloudRouterInfo) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcpInfo */ @@ -2481,7 +2581,7 @@ public GCPSetup getGcpInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcpInfo set the gcpInfo. */ @@ -2491,7 +2591,7 @@ public void setGcpInfo(GCPSetup gcpInfo) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return genericAuditComplianceEventInfo */ @@ -2501,7 +2601,7 @@ public AuditComplianceEventInfo getGenericAuditComplianceEventInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param genericAuditComplianceEventInfo set the genericAuditComplianceEventInfo. */ @@ -2511,7 +2611,7 @@ public void setGenericAuditComplianceEventInfo(AuditComplianceEventInfo genericA /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return glbInfo */ @@ -2521,7 +2621,7 @@ public GslbStatus getGlbInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param glbInfo set the glbInfo. */ @@ -2531,7 +2631,7 @@ public void setGlbInfo(GslbStatus glbInfo) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsInfo */ @@ -2541,7 +2641,7 @@ public GslbServiceStatus getGsInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsInfo set the gsInfo. */ @@ -2551,7 +2651,7 @@ public void setGsInfo(GslbServiceStatus gsInfo) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostUnavailDetails */ @@ -2561,7 +2661,7 @@ public HostUnavailEventDetails getHostUnavailDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostUnavailDetails set the hostUnavailDetails. */ @@ -2571,7 +2671,7 @@ public void setHostUnavailDetails(HostUnavailEventDetails hostUnavailDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hsDetails */ @@ -2581,7 +2681,7 @@ public HealthScoreDetails getHsDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hsDetails set the hsDetails. */ @@ -2591,7 +2691,7 @@ public void setHsDetails(HealthScoreDetails hsDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipFailDetails */ @@ -2601,7 +2701,7 @@ public RmSeIpFailEventDetails getIpFailDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipFailDetails set the ipFailDetails. */ @@ -2611,7 +2711,7 @@ public void setIpFailDetails(RmSeIpFailEventDetails ipFailDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipThreatDbEventData */ @@ -2621,7 +2721,7 @@ public IPThreatDBEventData getIpThreatDbEventData() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipThreatDbEventData set the ipThreatDbEventData. */ @@ -2631,7 +2731,7 @@ public void setIpThreatDbEventData(IPThreatDBEventData ipThreatDbEventData) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseDetails */ @@ -2641,7 +2741,7 @@ public LicenseDetails getLicenseDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseDetails set the licenseDetails. */ @@ -2651,7 +2751,7 @@ public void setLicenseDetails(LicenseDetails licenseDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseExpiryDetails */ @@ -2661,7 +2761,7 @@ public LicenseExpiryDetails getLicenseExpiryDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseExpiryDetails set the licenseExpiryDetails. */ @@ -2671,7 +2771,7 @@ public void setLicenseExpiryDetails(LicenseExpiryDetails licenseExpiryDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTierSwitchDetails */ @@ -2681,7 +2781,7 @@ public LicenseTierSwitchDetiails getLicenseTierSwitchDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseTierSwitchDetails set the licenseTierSwitchDetails. */ @@ -2691,7 +2791,7 @@ public void setLicenseTierSwitchDetails(LicenseTierSwitchDetiails licenseTierSwi /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTransactionDetails */ @@ -2701,7 +2801,7 @@ public LicenseTransactionDetails getLicenseTransactionDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseTransactionDetails set the licenseTransactionDetails. */ @@ -2711,7 +2811,7 @@ public void setLicenseTransactionDetails(LicenseTransactionDetails licenseTransa /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return logAgentEventDetails */ @@ -2721,7 +2821,7 @@ public LogAgentEventDetail getLogAgentEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param logAgentEventDetails set the logAgentEventDetails. */ @@ -2731,7 +2831,7 @@ public void setLogAgentEventDetails(LogAgentEventDetail logAgentEventDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonServicePortConflictDetails */ @@ -2741,7 +2841,7 @@ public MarathonServicePortConflict getMarathonServicePortConflictDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param marathonServicePortConflictDetails set the marathonServicePortConflictDetails. */ @@ -2751,7 +2851,7 @@ public void setMarathonServicePortConflictDetails(MarathonServicePortConflict ma /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memoryBalancerInfo */ @@ -2761,7 +2861,7 @@ public MemoryBalancerInfo getMemoryBalancerInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memoryBalancerInfo set the memoryBalancerInfo. */ @@ -2771,7 +2871,7 @@ public void setMemoryBalancerInfo(MemoryBalancerInfo memoryBalancerInfo) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mesosInfraDetails */ @@ -2781,7 +2881,7 @@ public MesosSetup getMesosInfraDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mesosInfraDetails set the mesosInfraDetails. */ @@ -2791,7 +2891,7 @@ public void setMesosInfraDetails(MesosSetup mesosInfraDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricThresholdUpDetails */ @@ -2801,7 +2901,7 @@ public MetricThresoldUpDetails getMetricThresholdUpDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricThresholdUpDetails set the metricThresholdUpDetails. */ @@ -2811,7 +2911,7 @@ public void setMetricThresholdUpDetails(MetricThresoldUpDetails metricThresholdU /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsDbDiskDetails */ @@ -2821,7 +2921,7 @@ public MetricsDbDiskEventDetails getMetricsDbDiskDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsDbDiskDetails set the metricsDbDiskDetails. */ @@ -2831,7 +2931,7 @@ public void setMetricsDbDiskDetails(MetricsDbDiskEventDetails metricsDbDiskDetai /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsDbQueueFullDetails */ @@ -2841,7 +2941,7 @@ public MetricsDbQueueFullEventDetails getMetricsDbQueueFullDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsDbQueueFullDetails set the metricsDbQueueFullDetails. */ @@ -2851,7 +2951,7 @@ public void setMetricsDbQueueFullDetails(MetricsDbQueueFullEventDetails metricsD /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsDbQueueHealthyDetails */ @@ -2861,7 +2961,7 @@ public MetricsDbQueueHealthyEventDetails getMetricsDbQueueHealthyDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsDbQueueHealthyDetails set the metricsDbQueueHealthyDetails. */ @@ -2871,7 +2971,7 @@ public void setMetricsDbQueueHealthyDetails(MetricsDbQueueHealthyEventDetails me /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsDbSyncFailureDetails */ @@ -2881,7 +2981,7 @@ public MetricsDbSyncFailureEventDetails getMetricsDbSyncFailureDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsDbSyncFailureDetails set the metricsDbSyncFailureDetails. */ @@ -2891,7 +2991,7 @@ public void setMetricsDbSyncFailureDetails(MetricsDbSyncFailureEventDetails metr /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsGrpcAuthFailureDetails */ @@ -2901,7 +3001,7 @@ public MetricsGRPCAuthFailureDetails getMetricsGrpcAuthFailureDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsGrpcAuthFailureDetails set the metricsGrpcAuthFailureDetails. */ @@ -2911,7 +3011,7 @@ public void setMetricsGrpcAuthFailureDetails(MetricsGRPCAuthFailureDetails metri /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtNwChangeDetails */ @@ -2921,7 +3021,7 @@ public VinfraMgmtNwChangeDetails getMgmtNwChangeDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtNwChangeDetails set the mgmtNwChangeDetails. */ @@ -2931,7 +3031,7 @@ public void setMgmtNwChangeDetails(VinfraMgmtNwChangeDetails mgmtNwChangeDetails /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return modifyNetworksDetails */ @@ -2941,7 +3041,7 @@ public RmModifyNetworksEventDetails getModifyNetworksDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param modifyNetworksDetails set the modifyNetworksDetails. */ @@ -2951,7 +3051,7 @@ public void setModifyNetworksDetails(RmModifyNetworksEventDetails modifyNetworks /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkSubnetDetails */ @@ -2961,7 +3061,7 @@ public NetworkSubnetInfo getNetworkSubnetDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkSubnetDetails set the networkSubnetDetails. */ @@ -2973,7 +3073,7 @@ public void setNetworkSubnetDetails(NetworkSubnetInfo networkSubnetDetails) { * This is the getter method this will return the attribute value. * Nsx-t serviceinsertion virtualendpoint event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtEndpointDetails */ @@ -2985,7 +3085,7 @@ public NsxtSIEndpointDetails getNsxtEndpointDetails() { * This is the setter method to the attribute. * Nsx-t serviceinsertion virtualendpoint event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtEndpointDetails set the nsxtEndpointDetails. */ @@ -2997,7 +3097,7 @@ public void setNsxtEndpointDetails(NsxtSIEndpointDetails nsxtEndpointDetails) { * This is the getter method this will return the attribute value. * Nsxt image event. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtImgDetails */ @@ -3009,7 +3109,7 @@ public NsxtImageDetails getNsxtImgDetails() { * This is the setter method to the attribute. * Nsxt image event. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtImgDetails set the nsxtImgDetails. */ @@ -3021,7 +3121,7 @@ public void setNsxtImgDetails(NsxtImageDetails nsxtImgDetails) { * This is the getter method this will return the attribute value. * Nsxt cloud event. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtInfo */ @@ -3033,7 +3133,7 @@ public NsxtSetup getNsxtInfo() { * This is the setter method to the attribute. * Nsxt cloud event. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtInfo set the nsxtInfo. */ @@ -3045,7 +3145,7 @@ public void setNsxtInfo(NsxtSetup nsxtInfo) { * This is the getter method this will return the attribute value. * Nsx-t serviceinsertion redirectpolicy event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtPolicyDetails */ @@ -3057,7 +3157,7 @@ public NsxtSIPolicyDetails getNsxtPolicyDetails() { * This is the setter method to the attribute. * Nsx-t serviceinsertion redirectpolicy event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtPolicyDetails set the nsxtPolicyDetails. */ @@ -3069,7 +3169,7 @@ public void setNsxtPolicyDetails(NsxtSIPolicyDetails nsxtPolicyDetails) { * This is the getter method this will return the attribute value. * Nsx-t serviceinsertion redirectrule event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtRuleDetails */ @@ -3081,7 +3181,7 @@ public NsxtSIRuleDetails getNsxtRuleDetails() { * This is the setter method to the attribute. * Nsx-t serviceinsertion redirectrule event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtRuleDetails set the nsxtRuleDetails. */ @@ -3093,7 +3193,7 @@ public void setNsxtRuleDetails(NsxtSIRuleDetails nsxtRuleDetails) { * This is the getter method this will return the attribute value. * Nsx-t serviceinsertion service event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtServiceDetails */ @@ -3105,7 +3205,7 @@ public NsxtSIServiceDetails getNsxtServiceDetails() { * This is the setter method to the attribute. * Nsx-t serviceinsertion service event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtServiceDetails set the nsxtServiceDetails. */ @@ -3117,7 +3217,7 @@ public void setNsxtServiceDetails(NsxtSIServiceDetails nsxtServiceDetails) { * This is the getter method this will return the attribute value. * Nsx-t tier1(s) segment(s) event details. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtT1SegDetails */ @@ -3129,7 +3229,7 @@ public NsxtT1SegDetails getNsxtT1SegDetails() { * This is the setter method to the attribute. * Nsx-t tier1(s) segment(s) event details. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtT1SegDetails set the nsxtT1SegDetails. */ @@ -3139,7 +3239,7 @@ public void setNsxtT1SegDetails(NsxtT1SegDetails nsxtT1SegDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nwSubnetClashDetails */ @@ -3149,7 +3249,7 @@ public NetworkSubnetClash getNwSubnetClashDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nwSubnetClashDetails set the nwSubnetClashDetails. */ @@ -3159,7 +3259,7 @@ public void setNwSubnetClashDetails(NetworkSubnetClash nwSubnetClashDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nwSummarizedDetails */ @@ -3169,7 +3269,7 @@ public SummarizedInfo getNwSummarizedDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nwSummarizedDetails set the nwSummarizedDetails. */ @@ -3179,7 +3279,7 @@ public void setNwSummarizedDetails(SummarizedInfo nwSummarizedDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ociInfo */ @@ -3189,7 +3289,7 @@ public OCISetup getOciInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ociInfo set the ociInfo. */ @@ -3200,7 +3300,7 @@ public void setOciInfo(OCISetup ociInfo) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osApiVerCheckFailure */ @@ -3211,7 +3311,7 @@ public OpenStackApiVersionCheckFailure getOsApiVerCheckFailure() { /** * This is the setter method to the attribute. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osApiVerCheckFailure set the osApiVerCheckFailure. */ @@ -3221,7 +3321,7 @@ public void setOsApiVerCheckFailure(OpenStackApiVersionCheckFailure osApiVerChec /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osInfraDetails */ @@ -3231,7 +3331,7 @@ public OpenStackClusterSetup getOsInfraDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osInfraDetails set the osInfraDetails. */ @@ -3241,7 +3341,7 @@ public void setOsInfraDetails(OpenStackClusterSetup osInfraDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osIpDetails */ @@ -3251,7 +3351,7 @@ public OpenStackIpChange getOsIpDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osIpDetails set the osIpDetails. */ @@ -3261,7 +3361,7 @@ public void setOsIpDetails(OpenStackIpChange osIpDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osLbauditDetails */ @@ -3271,7 +3371,7 @@ public OpenStackLbProvAuditCheck getOsLbauditDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osLbauditDetails set the osLbauditDetails. */ @@ -3281,7 +3381,7 @@ public void setOsLbauditDetails(OpenStackLbProvAuditCheck osLbauditDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osLbpluginOpDetails */ @@ -3291,7 +3391,7 @@ public OpenStackLbPluginOp getOsLbpluginOpDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osLbpluginOpDetails set the osLbpluginOpDetails. */ @@ -3301,7 +3401,7 @@ public void setOsLbpluginOpDetails(OpenStackLbPluginOp osLbpluginOpDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osSeVmDetails */ @@ -3311,7 +3411,7 @@ public OpenStackSeVmChange getOsSeVmDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osSeVmDetails set the osSeVmDetails. */ @@ -3321,7 +3421,7 @@ public void setOsSeVmDetails(OpenStackSeVmChange osSeVmDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osSyncServicesDetails */ @@ -3331,7 +3431,7 @@ public OpenStackSyncServices getOsSyncServicesDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osSyncServicesDetails set the osSyncServicesDetails. */ @@ -3341,7 +3441,7 @@ public void setOsSyncServicesDetails(OpenStackSyncServices osSyncServicesDetails /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osVnicDetails */ @@ -3351,7 +3451,7 @@ public OpenStackVnicChange getOsVnicDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osVnicDetails set the osVnicDetails. */ @@ -3363,7 +3463,7 @@ public void setOsVnicDetails(OpenStackVnicChange osVnicDetails) { * This is the getter method this will return the attribute value. * Pkiprofile event. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiprofileDetails */ @@ -3375,7 +3475,7 @@ public PKIProfileDetails getPkiprofileDetails() { * This is the setter method to the attribute. * Pkiprofile event. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pkiprofileDetails set the pkiprofileDetails. */ @@ -3385,7 +3485,7 @@ public void setPkiprofileDetails(PKIProfileDetails pkiprofileDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolDeploymentFailureInfo */ @@ -3395,7 +3495,7 @@ public PoolDeploymentFailureInfo getPoolDeploymentFailureInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolDeploymentFailureInfo set the poolDeploymentFailureInfo. */ @@ -3405,7 +3505,7 @@ public void setPoolDeploymentFailureInfo(PoolDeploymentFailureInfo poolDeploymen /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolDeploymentSuccessInfo */ @@ -3415,7 +3515,7 @@ public PoolDeploymentSuccessInfo getPoolDeploymentSuccessInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolDeploymentSuccessInfo set the poolDeploymentSuccessInfo. */ @@ -3425,7 +3525,7 @@ public void setPoolDeploymentSuccessInfo(PoolDeploymentSuccessInfo poolDeploymen /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolDeploymentUpdateInfo */ @@ -3435,7 +3535,7 @@ public PoolDeploymentUpdateInfo getPoolDeploymentUpdateInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolDeploymentUpdateInfo set the poolDeploymentUpdateInfo. */ @@ -3445,7 +3545,7 @@ public void setPoolDeploymentUpdateInfo(PoolDeploymentUpdateInfo poolDeploymentU /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolServerDeleteDetails */ @@ -3455,7 +3555,7 @@ public VinfraPoolServerDeleteDetails getPoolServerDeleteDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolServerDeleteDetails set the poolServerDeleteDetails. */ @@ -3465,7 +3565,27 @@ public void setPoolServerDeleteDetails(VinfraPoolServerDeleteDetails poolServerD /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return postgresEventDetails + */ + public PostgresEventInfo getPostgresEventDetails() { + return postgresEventDetails; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param postgresEventDetails set the postgresEventDetails. + */ + public void setPostgresEventDetails(PostgresEventInfo postgresEventDetails) { + this.postgresEventDetails = postgresEventDetails; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return psmProgramDetails */ @@ -3475,7 +3595,7 @@ public PsmProgramDetails getPsmProgramDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param psmProgramDetails set the psmProgramDetails. */ @@ -3486,7 +3606,7 @@ public void setPsmProgramDetails(PsmProgramDetails psmProgramDetails) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rateLimiterEventDetails */ @@ -3497,7 +3617,7 @@ public RateLimiterEventDetails getRateLimiterEventDetails() { /** * This is the setter method to the attribute. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rateLimiterEventDetails set the rateLimiterEventDetails. */ @@ -3507,7 +3627,7 @@ public void setRateLimiterEventDetails(RateLimiterEventDetails rateLimiterEventD /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rebalanceMigrateDetails */ @@ -3517,7 +3637,7 @@ public RebalanceMigrateEventDetails getRebalanceMigrateDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rebalanceMigrateDetails set the rebalanceMigrateDetails. */ @@ -3527,7 +3647,7 @@ public void setRebalanceMigrateDetails(RebalanceMigrateEventDetails rebalanceMig /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rebalanceScaleinDetails */ @@ -3537,7 +3657,7 @@ public RebalanceScaleinEventDetails getRebalanceScaleinDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rebalanceScaleinDetails set the rebalanceScaleinDetails. */ @@ -3547,7 +3667,7 @@ public void setRebalanceScaleinDetails(RebalanceScaleinEventDetails rebalanceSca /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rebalanceScaleoutDetails */ @@ -3557,7 +3677,7 @@ public RebalanceScaleoutEventDetails getRebalanceScaleoutDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rebalanceScaleoutDetails set the rebalanceScaleoutDetails. */ @@ -3567,7 +3687,7 @@ public void setRebalanceScaleoutDetails(RebalanceScaleoutEventDetails rebalanceS /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rebootSeDetails */ @@ -3577,7 +3697,7 @@ public RmRebootSeEventDetails getRebootSeDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rebootSeDetails set the rebootSeDetails. */ @@ -3587,7 +3707,7 @@ public void setRebootSeDetails(RmRebootSeEventDetails rebootSeDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlMetadataFailedEvents */ @@ -3597,7 +3717,7 @@ public SamlMetadataUpdateFailedDetails getSamlMetadataFailedEvents() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlMetadataFailedEvents set the samlMetadataFailedEvents. */ @@ -3607,7 +3727,7 @@ public void setSamlMetadataFailedEvents(SamlMetadataUpdateFailedDetails samlMeta /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return schedulerActionInfo */ @@ -3617,7 +3737,7 @@ public SchedulerActionDetails getSchedulerActionInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param schedulerActionInfo set the schedulerActionInfo. */ @@ -3628,7 +3748,7 @@ public void setSchedulerActionInfo(SchedulerActionDetails schedulerActionInfo) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBgpPeerDownDetails */ @@ -3639,7 +3759,7 @@ public SeBgpPeerDownDetails getSeBgpPeerDownDetails() { /** * This is the setter method to the attribute. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seBgpPeerDownDetails set the seBgpPeerDownDetails. */ @@ -3649,7 +3769,7 @@ public void setSeBgpPeerDownDetails(SeBgpPeerDownDetails seBgpPeerDownDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBgpPeerStateChangeDetails */ @@ -3659,7 +3779,7 @@ public SeBgpPeerStateChangeDetails getSeBgpPeerStateChangeDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seBgpPeerStateChangeDetails set the seBgpPeerStateChangeDetails. */ @@ -3667,10 +3787,30 @@ public void setSeBgpPeerStateChangeDetails(SeBgpPeerStateChangeDetails seBgpPeer this.seBgpPeerStateChangeDetails = seBgpPeerStateChangeDetails; } + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return seConfigSedatastoreDlFail + */ + public SeVsConfigSeDatastoreDownloadFailed getSeConfigSedatastoreDlFail() { + return seConfigSedatastoreDlFail; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param seConfigSedatastoreDlFail set the seConfigSedatastoreDlFail. + */ + public void setSeConfigSedatastoreDlFail(SeVsConfigSeDatastoreDownloadFailed seConfigSedatastoreDlFail) { + this.seConfigSedatastoreDlFail = seConfigSedatastoreDlFail; + } + /** * This is the getter method this will return the attribute value. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDebugModeEventDetail */ @@ -3681,7 +3821,7 @@ public SeDebugModeEventDetail getSeDebugModeEventDetail() { /** * This is the setter method to the attribute. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDebugModeEventDetail set the seDebugModeEventDetail. */ @@ -3691,7 +3831,7 @@ public void setSeDebugModeEventDetail(SeDebugModeEventDetail seDebugModeEventDet /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDetails */ @@ -3701,7 +3841,7 @@ public SeMgrEventDetails getSeDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDetails set the seDetails. */ @@ -3712,7 +3852,7 @@ public void setSeDetails(SeMgrEventDetails seDetails) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDiscontinuousTimeChangeEventDetails */ @@ -3723,7 +3863,7 @@ public SeDiscontinuousTimeChangeEventDetails getSeDiscontinuousTimeChangeEventDe /** * This is the setter method to the attribute. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDiscontinuousTimeChangeEventDetails set the seDiscontinuousTimeChangeEventDetails. */ @@ -3733,7 +3873,7 @@ public void setSeDiscontinuousTimeChangeEventDetails(SeDiscontinuousTimeChangeEv /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDupipEventDetails */ @@ -3743,7 +3883,7 @@ public SeDupipEventDetails getSeDupipEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDupipEventDetails set the seDupipEventDetails. */ @@ -3753,7 +3893,7 @@ public void setSeDupipEventDetails(SeDupipEventDetails seDupipEventDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGatewayHeartbeatFailedDetails */ @@ -3763,7 +3903,7 @@ public SeGatewayHeartbeatFailedDetails getSeGatewayHeartbeatFailedDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGatewayHeartbeatFailedDetails set the seGatewayHeartbeatFailedDetails. */ @@ -3773,7 +3913,7 @@ public void setSeGatewayHeartbeatFailedDetails(SeGatewayHeartbeatFailedDetails s /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGatewayHeartbeatSuccessDetails */ @@ -3783,7 +3923,7 @@ public SeGatewayHeartbeatSuccessDetails getSeGatewayHeartbeatSuccessDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGatewayHeartbeatSuccessDetails set the seGatewayHeartbeatSuccessDetails. */ @@ -3793,7 +3933,7 @@ public void setSeGatewayHeartbeatSuccessDetails(SeGatewayHeartbeatSuccessDetails /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGeoDbDetails */ @@ -3803,7 +3943,7 @@ public SeGeoDbDetails getSeGeoDbDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGeoDbDetails set the seGeoDbDetails. */ @@ -3813,7 +3953,7 @@ public void setSeGeoDbDetails(SeGeoDbDetails seGeoDbDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seHbEventDetails */ @@ -3823,7 +3963,7 @@ public SeHBEventDetails getSeHbEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seHbEventDetails set the seHbEventDetails. */ @@ -3836,7 +3976,7 @@ public void setSeHbEventDetails(SeHBEventDetails seHbEventDetails) { * Inter-se datapath heartbeat recovered. * One event is generated when heartbeat recovers. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seHbRecoveredEventDetails */ @@ -3849,7 +3989,7 @@ public SeHbRecoveredEventDetails getSeHbRecoveredEventDetails() { * Inter-se datapath heartbeat recovered. * One event is generated when heartbeat recovers. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seHbRecoveredEventDetails set the seHbRecoveredEventDetails. */ @@ -3861,7 +4001,7 @@ public void setSeHbRecoveredEventDetails(SeHbRecoveredEventDetails seHbRecovered * This is the getter method this will return the attribute value. * Egress queueing latency from proxy to dispatcher. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seHighEgressProcLatencyEventDetails */ @@ -3873,7 +4013,7 @@ public SeHighEgressProcLatencyEventDetails getSeHighEgressProcLatencyEventDetail * This is the setter method to the attribute. * Egress queueing latency from proxy to dispatcher. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seHighEgressProcLatencyEventDetails set the seHighEgressProcLatencyEventDetails. */ @@ -3884,7 +4024,7 @@ public void setSeHighEgressProcLatencyEventDetails(SeHighEgressProcLatencyEventD /** * This is the getter method this will return the attribute value. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seHighIngressProcLatencyEventDetails */ @@ -3895,7 +4035,7 @@ public SeHighIngressProcLatencyEventDetails getSeHighIngressProcLatencyEventDeta /** * This is the setter method to the attribute. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seHighIngressProcLatencyEventDetails set the seHighIngressProcLatencyEventDetails. */ @@ -3905,7 +4045,7 @@ public void setSeHighIngressProcLatencyEventDetails(SeHighIngressProcLatencyEven /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seHmGsDetails */ @@ -3915,7 +4055,7 @@ public SeHmEventGSDetails getSeHmGsDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seHmGsDetails set the seHmGsDetails. */ @@ -3925,7 +4065,7 @@ public void setSeHmGsDetails(SeHmEventGSDetails seHmGsDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seHmGsgroupDetails */ @@ -3935,7 +4075,7 @@ public SeHmEventGslbPoolDetails getSeHmGsgroupDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seHmGsgroupDetails set the seHmGsgroupDetails. */ @@ -3945,7 +4085,7 @@ public void setSeHmGsgroupDetails(SeHmEventGslbPoolDetails seHmGsgroupDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seHmPoolDetails */ @@ -3955,7 +4095,7 @@ public SeHmEventPoolDetails getSeHmPoolDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seHmPoolDetails set the seHmPoolDetails. */ @@ -3965,7 +4105,7 @@ public void setSeHmPoolDetails(SeHmEventPoolDetails seHmPoolDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seHmVsDetails */ @@ -3975,7 +4115,7 @@ public SeHmEventVsDetails getSeHmVsDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seHmVsDetails set the seHmVsDetails. */ @@ -3985,7 +4125,7 @@ public void setSeHmVsDetails(SeHmEventVsDetails seHmVsDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIp6DadFailedEventDetails */ @@ -3995,7 +4135,7 @@ public SeIP6DadFailedEventDetails getSeIp6DadFailedEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seIp6DadFailedEventDetails set the seIp6DadFailedEventDetails. */ @@ -4005,7 +4145,7 @@ public void setSeIp6DadFailedEventDetails(SeIP6DadFailedEventDetails seIp6DadFai /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIpAddedEventDetails */ @@ -4015,7 +4155,7 @@ public SeIpAddedEventDetails getSeIpAddedEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seIpAddedEventDetails set the seIpAddedEventDetails. */ @@ -4025,7 +4165,7 @@ public void setSeIpAddedEventDetails(SeIpAddedEventDetails seIpAddedEventDetails /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIpRemovedEventDetails */ @@ -4035,7 +4175,7 @@ public SeIpRemovedEventDetails getSeIpRemovedEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seIpRemovedEventDetails set the seIpRemovedEventDetails. */ @@ -4045,7 +4185,7 @@ public void setSeIpRemovedEventDetails(SeIpRemovedEventDetails seIpRemovedEventD /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIpfailureEventDetails */ @@ -4055,7 +4195,7 @@ public SeIpfailureEventDetails getSeIpfailureEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seIpfailureEventDetails set the seIpfailureEventDetails. */ @@ -4065,7 +4205,7 @@ public void setSeIpfailureEventDetails(SeIpfailureEventDetails seIpfailureEventD /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seLicensedBandwdithExceededEventDetails */ @@ -4075,7 +4215,7 @@ public SeLicensedBandwdithExceededEventDetails getSeLicensedBandwdithExceededEve /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seLicensedBandwdithExceededEventDetails set the seLicensedBandwdithExceededEventDetails. */ @@ -4086,7 +4226,7 @@ public void setSeLicensedBandwdithExceededEventDetails(SeLicensedBandwdithExceed /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seMemoryLimitEventDetails */ @@ -4097,7 +4237,7 @@ public SeMemoryLimitEventDetails getSeMemoryLimitEventDetails() { /** * This is the setter method to the attribute. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seMemoryLimitEventDetails set the seMemoryLimitEventDetails. */ @@ -4109,7 +4249,7 @@ public void setSeMemoryLimitEventDetails(SeMemoryLimitEventDetails seMemoryLimit * This is the getter method this will return the attribute value. * Se ntp synchronization failed. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seNtpSynchronizationFailed */ @@ -4121,7 +4261,7 @@ public SeNtpSynchronizationFailed getSeNtpSynchronizationFailed() { * This is the setter method to the attribute. * Se ntp synchronization failed. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seNtpSynchronizationFailed set the seNtpSynchronizationFailed. */ @@ -4132,7 +4272,7 @@ public void setSeNtpSynchronizationFailed(SeNtpSynchronizationFailed seNtpSynchr /** * This is the getter method this will return the attribute value. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seObjsyncPeerDownDetails */ @@ -4143,7 +4283,7 @@ public SeObjsyncPeerDownDetails getSeObjsyncPeerDownDetails() { /** * This is the setter method to the attribute. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seObjsyncPeerDownDetails set the seObjsyncPeerDownDetails. */ @@ -4153,7 +4293,7 @@ public void setSeObjsyncPeerDownDetails(SeObjsyncPeerDownDetails seObjsyncPeerDo /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePersistenceDetails */ @@ -4163,7 +4303,7 @@ public SePersistenceEventDetails getSePersistenceDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePersistenceDetails set the sePersistenceDetails. */ @@ -4173,7 +4313,7 @@ public void setSePersistenceDetails(SePersistenceEventDetails sePersistenceDetai /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePoolLbDetails */ @@ -4183,7 +4323,7 @@ public SePoolLbEventDetails getSePoolLbDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePoolLbDetails set the sePoolLbDetails. */ @@ -4193,7 +4333,31 @@ public void setSePoolLbDetails(SePoolLbEventDetails sePoolLbDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Details about the process that crashed on a specific se. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return seProcessCrashedDetails + */ + public SeProcessCrashedDetails getSeProcessCrashedDetails() { + return seProcessCrashedDetails; + } + + /** + * This is the setter method to the attribute. + * Details about the process that crashed on a specific se. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param seProcessCrashedDetails set the seProcessCrashedDetails. + */ + public void setSeProcessCrashedDetails(SeProcessCrashedDetails seProcessCrashedDetails) { + this.seProcessCrashedDetails = seProcessCrashedDetails; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seReconcileDetails */ @@ -4203,7 +4367,7 @@ public SeReconcileDetails getSeReconcileDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seReconcileDetails set the seReconcileDetails. */ @@ -4213,7 +4377,7 @@ public void setSeReconcileDetails(SeReconcileDetails seReconcileDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seThreshEventDetails */ @@ -4223,7 +4387,7 @@ public SeThreshEventDetails getSeThreshEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seThreshEventDetails set the seThreshEventDetails. */ @@ -4233,7 +4397,7 @@ public void setSeThreshEventDetails(SeThreshEventDetails seThreshEventDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVnicDownEventDetails */ @@ -4243,7 +4407,7 @@ public SeVnicDownEventDetails getSeVnicDownEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVnicDownEventDetails set the seVnicDownEventDetails. */ @@ -4253,7 +4417,7 @@ public void setSeVnicDownEventDetails(SeVnicDownEventDetails seVnicDownEventDeta /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVnicTxQueueStallEventDetails */ @@ -4263,7 +4427,7 @@ public SeVnicTxQueueStallEventDetails getSeVnicTxQueueStallEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVnicTxQueueStallEventDetails set the seVnicTxQueueStallEventDetails. */ @@ -4273,7 +4437,7 @@ public void setSeVnicTxQueueStallEventDetails(SeVnicTxQueueStallEventDetails seV /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVnicUpEventDetails */ @@ -4283,7 +4447,7 @@ public SeVnicUpEventDetails getSeVnicUpEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVnicUpEventDetails set the seVnicUpEventDetails. */ @@ -4295,7 +4459,7 @@ public void setSeVnicUpEventDetails(SeVnicUpEventDetails seVnicUpEventDetails) { * This is the getter method this will return the attribute value. * Vs flows disrupted when a vs was deleted from se. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVsDelFlowsDisrupted */ @@ -4307,7 +4471,7 @@ public SeVsDelFlowsDisrupted getSeVsDelFlowsDisrupted() { * This is the setter method to the attribute. * Vs flows disrupted when a vs was deleted from se. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVsDelFlowsDisrupted set the seVsDelFlowsDisrupted. */ @@ -4317,7 +4481,7 @@ public void setSeVsDelFlowsDisrupted(SeVsDelFlowsDisrupted seVsDelFlowsDisrupted /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVsFaultEventDetails */ @@ -4327,7 +4491,7 @@ public SeVsFaultEventDetails getSeVsFaultEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVsFaultEventDetails set the seVsFaultEventDetails. */ @@ -4338,7 +4502,7 @@ public void setSeVsFaultEventDetails(SeVsFaultEventDetails seVsFaultEventDetails /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.11,20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVsPktBufHighEventDetails */ @@ -4349,7 +4513,7 @@ public SeVsPktBufHighEventDetails getSeVsPktBufHighEventDetails() { /** * This is the setter method to the attribute. * Field introduced in 18.2.11,20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVsPktBufHighEventDetails set the seVsPktBufHighEventDetails. */ @@ -4359,7 +4523,7 @@ public void setSeVsPktBufHighEventDetails(SeVsPktBufHighEventDetails seVsPktBufH /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secMgrDataEvent */ @@ -4369,7 +4533,7 @@ public SecMgrDataEvent getSecMgrDataEvent() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secMgrDataEvent set the secMgrDataEvent. */ @@ -4381,7 +4545,7 @@ public void setSecMgrDataEvent(SecMgrDataEvent secMgrDataEvent) { * This is the getter method this will return the attribute value. * Security-mgr ua cache event details. * Field introduced in 21.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secMgrUaEventDetails */ @@ -4393,7 +4557,7 @@ public SecMgrUAEventDetails getSecMgrUaEventDetails() { * This is the setter method to the attribute. * Security-mgr ua cache event details. * Field introduced in 21.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secMgrUaEventDetails set the secMgrUaEventDetails. */ @@ -4403,7 +4567,7 @@ public void setSecMgrUaEventDetails(SecMgrUAEventDetails secMgrUaEventDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secureKeyExchangeInfo */ @@ -4413,7 +4577,7 @@ public SecureKeyExchangeDetails getSecureKeyExchangeInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secureKeyExchangeInfo set the secureKeyExchangeInfo. */ @@ -4423,7 +4587,7 @@ public void setSecureKeyExchangeInfo(SecureKeyExchangeDetails secureKeyExchangeI /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return semigrateEventDetails */ @@ -4433,7 +4597,7 @@ public SeMigrateEventDetails getSemigrateEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param semigrateEventDetails set the semigrateEventDetails. */ @@ -4443,7 +4607,7 @@ public void setSemigrateEventDetails(SeMigrateEventDetails semigrateEventDetails /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverAutoscaleFailedInfo */ @@ -4453,7 +4617,7 @@ public ServerAutoScaleFailedInfo getServerAutoscaleFailedInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverAutoscaleFailedInfo set the serverAutoscaleFailedInfo. */ @@ -4463,7 +4627,7 @@ public void setServerAutoscaleFailedInfo(ServerAutoScaleFailedInfo serverAutosca /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverAutoscaleinCompleteInfo */ @@ -4473,7 +4637,7 @@ public ServerAutoScaleInCompleteInfo getServerAutoscaleinCompleteInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverAutoscaleinCompleteInfo set the serverAutoscaleinCompleteInfo. */ @@ -4483,7 +4647,7 @@ public void setServerAutoscaleinCompleteInfo(ServerAutoScaleInCompleteInfo serve /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverAutoscaleinInfo */ @@ -4493,7 +4657,7 @@ public ServerAutoScaleInInfo getServerAutoscaleinInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverAutoscaleinInfo set the serverAutoscaleinInfo. */ @@ -4503,7 +4667,7 @@ public void setServerAutoscaleinInfo(ServerAutoScaleInInfo serverAutoscaleinInfo /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverAutoscaleoutCompleteInfo */ @@ -4513,7 +4677,7 @@ public ServerAutoScaleOutCompleteInfo getServerAutoscaleoutCompleteInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverAutoscaleoutCompleteInfo set the serverAutoscaleoutCompleteInfo. */ @@ -4523,7 +4687,7 @@ public void setServerAutoscaleoutCompleteInfo(ServerAutoScaleOutCompleteInfo ser /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverAutoscaleoutInfo */ @@ -4533,7 +4697,7 @@ public ServerAutoScaleOutInfo getServerAutoscaleoutInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverAutoscaleoutInfo set the serverAutoscaleoutInfo. */ @@ -4543,7 +4707,7 @@ public void setServerAutoscaleoutInfo(ServerAutoScaleOutInfo serverAutoscaleoutI /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seupgradeDisruptedDetails */ @@ -4553,7 +4717,7 @@ public SeUpgradeVsDisruptedEventDetails getSeupgradeDisruptedDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seupgradeDisruptedDetails set the seupgradeDisruptedDetails. */ @@ -4563,7 +4727,7 @@ public void setSeupgradeDisruptedDetails(SeUpgradeVsDisruptedEventDetails seupgr /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seupgradeEventDetails */ @@ -4573,7 +4737,7 @@ public SeUpgradeEventDetails getSeupgradeEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seupgradeEventDetails set the seupgradeEventDetails. */ @@ -4583,7 +4747,7 @@ public void setSeupgradeEventDetails(SeUpgradeEventDetails seupgradeEventDetails /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seupgradeMigrateDetails */ @@ -4593,7 +4757,7 @@ public SeUpgradeMigrateEventDetails getSeupgradeMigrateDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seupgradeMigrateDetails set the seupgradeMigrateDetails. */ @@ -4603,7 +4767,7 @@ public void setSeupgradeMigrateDetails(SeUpgradeMigrateEventDetails seupgradeMig /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seupgradeScaleinDetails */ @@ -4613,7 +4777,7 @@ public SeUpgradeScaleinEventDetails getSeupgradeScaleinDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seupgradeScaleinDetails set the seupgradeScaleinDetails. */ @@ -4623,7 +4787,7 @@ public void setSeupgradeScaleinDetails(SeUpgradeScaleinEventDetails seupgradeSca /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seupgradeScaleoutDetails */ @@ -4633,7 +4797,7 @@ public SeUpgradeScaleoutEventDetails getSeupgradeScaleoutDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seupgradeScaleoutDetails set the seupgradeScaleoutDetails. */ @@ -4643,7 +4807,7 @@ public void setSeupgradeScaleoutDetails(SeUpgradeScaleoutEventDetails seupgradeS /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spawnSeDetails */ @@ -4653,7 +4817,7 @@ public RmSpawnSeEventDetails getSpawnSeDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param spawnSeDetails set the spawnSeDetails. */ @@ -4663,7 +4827,7 @@ public void setSpawnSeDetails(RmSpawnSeEventDetails spawnSeDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslExpireDetails */ @@ -4673,7 +4837,7 @@ public SSLExpireDetails getSslExpireDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslExpireDetails set the sslExpireDetails. */ @@ -4683,7 +4847,7 @@ public void setSslExpireDetails(SSLExpireDetails sslExpireDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslExportDetails */ @@ -4693,7 +4857,7 @@ public SSLExportDetails getSslExportDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslExportDetails set the sslExportDetails. */ @@ -4703,7 +4867,7 @@ public void setSslExportDetails(SSLExportDetails sslExportDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslIgnoredDetails */ @@ -4713,7 +4877,7 @@ public SSLIgnoredDetails getSslIgnoredDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslIgnoredDetails set the sslIgnoredDetails. */ @@ -4723,7 +4887,7 @@ public void setSslIgnoredDetails(SSLIgnoredDetails sslIgnoredDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslRenewDetails */ @@ -4733,7 +4897,7 @@ public SSLRenewDetails getSslRenewDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslRenewDetails set the sslRenewDetails. */ @@ -4743,7 +4907,7 @@ public void setSslRenewDetails(SSLRenewDetails sslRenewDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslRenewFailedDetails */ @@ -4753,7 +4917,7 @@ public SSLRenewFailedDetails getSslRenewFailedDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslRenewFailedDetails set the sslRenewFailedDetails. */ @@ -4763,7 +4927,7 @@ public void setSslRenewFailedDetails(SSLRenewFailedDetails sslRenewFailedDetails /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslRevokedDetails */ @@ -4773,7 +4937,7 @@ public SSLRevokedDetails getSslRevokedDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslRevokedDetails set the sslRevokedDetails. */ @@ -4783,7 +4947,7 @@ public void setSslRevokedDetails(SSLRevokedDetails sslRevokedDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return switchoverDetails */ @@ -4793,7 +4957,7 @@ public SwitchoverEventDetails getSwitchoverDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param switchoverDetails set the switchoverDetails. */ @@ -4803,7 +4967,7 @@ public void setSwitchoverDetails(SwitchoverEventDetails switchoverDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return switchoverFailDetails */ @@ -4813,7 +4977,7 @@ public SwitchoverFailEventDetails getSwitchoverFailDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param switchoverFailDetails set the switchoverFailDetails. */ @@ -4825,7 +4989,7 @@ public void setSwitchoverFailDetails(SwitchoverFailEventDetails switchoverFailDe * This is the getter method this will return the attribute value. * Azure cloud sync services event details. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return syncServicesInfo */ @@ -4837,7 +5001,7 @@ public CloudSyncServices getSyncServicesInfo() { * This is the setter method to the attribute. * Azure cloud sync services event details. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param syncServicesInfo set the syncServicesInfo. */ @@ -4849,7 +5013,7 @@ public void setSyncServicesInfo(CloudSyncServices syncServicesInfo) { * This is the getter method this will return the attribute value. * System report event details. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return systemReportEventDetails */ @@ -4861,7 +5025,7 @@ public SystemReport getSystemReportEventDetails() { * This is the setter method to the attribute. * System report event details. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param systemReportEventDetails set the systemReportEventDetails. */ @@ -4871,7 +5035,53 @@ public void setSystemReportEventDetails(SystemReport systemReportEventDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Task journal event details. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return taskJournalEventDetails + */ + public TaskJournal getTaskJournalEventDetails() { + return taskJournalEventDetails; + } + + /** + * This is the setter method to the attribute. + * Task journal event details. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param taskJournalEventDetails set the taskJournalEventDetails. + */ + public void setTaskJournalEventDetails(TaskJournal taskJournalEventDetails) { + this.taskJournalEventDetails = taskJournalEventDetails; + } + + /** + * This is the getter method this will return the attribute value. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return techSupportEvent + */ + public TechSupportEvent getTechSupportEvent() { + return techSupportEvent; + } + + /** + * This is the setter method to the attribute. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param techSupportEvent set the techSupportEvent. + */ + public void setTechSupportEvent(TechSupportEvent techSupportEvent) { + this.techSupportEvent = techSupportEvent; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tencentInfo */ @@ -4881,7 +5091,7 @@ public TencentSetup getTencentInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tencentInfo set the tencentInfo. */ @@ -4891,7 +5101,31 @@ public void setTencentInfo(TencentSetup tencentInfo) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Uber event details, for testing only. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return uberEventDetails + */ + public LogMgrUberEventDetails getUberEventDetails() { + return uberEventDetails; + } + + /** + * This is the setter method to the attribute. + * Uber event details, for testing only. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param uberEventDetails set the uberEventDetails. + */ + public void setUberEventDetails(LogMgrUberEventDetails uberEventDetails) { + this.uberEventDetails = uberEventDetails; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return unbindVsSeDetails */ @@ -4901,7 +5135,7 @@ public RmUnbindVsSeEventDetails getUnbindVsSeDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param unbindVsSeDetails set the unbindVsSeDetails. */ @@ -4912,7 +5146,7 @@ public void setUnbindVsSeDetails(RmUnbindVsSeEventDetails unbindVsSeDetails) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEntry */ @@ -4923,7 +5157,7 @@ public UpgradeOpsEntry getUpgradeEntry() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param upgradeEntry set the upgradeEntry. */ @@ -4934,7 +5168,7 @@ public void setUpgradeEntry(UpgradeOpsEntry upgradeEntry) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeStatusInfo */ @@ -4945,7 +5179,7 @@ public UpgradeStatusInfo getUpgradeStatusInfo() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param upgradeStatusInfo set the upgradeStatusInfo. */ @@ -4955,7 +5189,7 @@ public void setUpgradeStatusInfo(UpgradeStatusInfo upgradeStatusInfo) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaInfraDetails */ @@ -4965,7 +5199,7 @@ public VCASetup getVcaInfraDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaInfraDetails set the vcaInfraDetails. */ @@ -4977,7 +5211,7 @@ public void setVcaInfraDetails(VCASetup vcaInfraDetails) { * This is the getter method this will return the attribute value. * Details of objects still referred to cloud. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterCloudDeleteDetails */ @@ -4989,7 +5223,7 @@ public VcenterCloudDeleteDetails getVcenterCloudDeleteDetails() { * This is the setter method to the attribute. * Details of objects still referred to cloud. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterCloudDeleteDetails set the vcenterCloudDeleteDetails. */ @@ -5001,7 +5235,7 @@ public void setVcenterCloudDeleteDetails(VcenterCloudDeleteDetails vcenterCloudD * This is the getter method this will return the attribute value. * Vcenter cluster event. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterClusterDetails */ @@ -5013,7 +5247,7 @@ public VcenterClusterDetails getVcenterClusterDetails() { * This is the setter method to the attribute. * Vcenter cluster event. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterClusterDetails set the vcenterClusterDetails. */ @@ -5023,7 +5257,7 @@ public void setVcenterClusterDetails(VcenterClusterDetails vcenterClusterDetails /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterConnectivityStatus */ @@ -5033,7 +5267,7 @@ public VinfraVcenterConnectivityStatus getVcenterConnectivityStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterConnectivityStatus set the vcenterConnectivityStatus. */ @@ -5043,7 +5277,7 @@ public void setVcenterConnectivityStatus(VinfraVcenterConnectivityStatus vcenter /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterDetails */ @@ -5053,7 +5287,7 @@ public VinfraVcenterBadCredentials getVcenterDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterDetails set the vcenterDetails. */ @@ -5063,7 +5297,7 @@ public void setVcenterDetails(VinfraVcenterBadCredentials vcenterDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterDiscFailure */ @@ -5073,7 +5307,7 @@ public VinfraVcenterDiscoveryFailure getVcenterDiscFailure() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterDiscFailure set the vcenterDiscFailure. */ @@ -5085,7 +5319,7 @@ public void setVcenterDiscFailure(VinfraVcenterDiscoveryFailure vcenterDiscFailu * This is the getter method this will return the attribute value. * Vcenter image event details. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterImgDetails */ @@ -5097,7 +5331,7 @@ public VcenterImageDetails getVcenterImgDetails() { * This is the setter method to the attribute. * Vcenter image event details. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterImgDetails set the vcenterImgDetails. */ @@ -5107,7 +5341,7 @@ public void setVcenterImgDetails(VcenterImageDetails vcenterImgDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterNetworkLimit */ @@ -5117,7 +5351,7 @@ public VinfraVcenterNetworkLimit getVcenterNetworkLimit() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterNetworkLimit set the vcenterNetworkLimit. */ @@ -5127,7 +5361,7 @@ public void setVcenterNetworkLimit(VinfraVcenterNetworkLimit vcenterNetworkLimit /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterObjDeleteDetails */ @@ -5137,7 +5371,7 @@ public VinfraVcenterObjDeleteDetails getVcenterObjDeleteDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterObjDeleteDetails set the vcenterObjDeleteDetails. */ @@ -5149,7 +5383,7 @@ public void setVcenterObjDeleteDetails(VinfraVcenterObjDeleteDetails vcenterObjD * This is the getter method this will return the attribute value. * Failed to tag ses with custom tags. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterTagEventDetails */ @@ -5161,7 +5395,7 @@ public VcenterTagEventDetails getVcenterTagEventDetails() { * This is the setter method to the attribute. * Failed to tag ses with custom tags. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterTagEventDetails set the vcenterTagEventDetails. */ @@ -5171,7 +5405,7 @@ public void setVcenterTagEventDetails(VcenterTagEventDetails vcenterTagEventDeta /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipAutoscale */ @@ -5181,7 +5415,7 @@ public VipScaleDetails getVipAutoscale() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipAutoscale set the vipAutoscale. */ @@ -5191,7 +5425,7 @@ public void setVipAutoscale(VipScaleDetails vipAutoscale) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipDnsInfo */ @@ -5201,7 +5435,7 @@ public DNSRegisterInfo getVipDnsInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipDnsInfo set the vipDnsInfo. */ @@ -5213,7 +5447,7 @@ public void setVipDnsInfo(DNSRegisterInfo vipDnsInfo) { * This is the getter method this will return the attribute value. * Details for vip symmetry. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipSymmetryDetails */ @@ -5225,7 +5459,7 @@ public VipSymmetryDetails getVipSymmetryDetails() { * This is the setter method to the attribute. * Details for vip symmetry. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipSymmetryDetails set the vipSymmetryDetails. */ @@ -5235,7 +5469,7 @@ public void setVipSymmetryDetails(VipSymmetryDetails vipSymmetryDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmDetails */ @@ -5245,7 +5479,7 @@ public VinfraVmDetails getVmDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vmDetails set the vmDetails. */ @@ -5255,7 +5489,7 @@ public void setVmDetails(VinfraVmDetails vmDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsAwaitingseDetails */ @@ -5265,7 +5499,7 @@ public VsAwaitingSeEventDetails getVsAwaitingseDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsAwaitingseDetails set the vsAwaitingseDetails. */ @@ -5275,7 +5509,27 @@ public void setVsAwaitingseDetails(VsAwaitingSeEventDetails vsAwaitingseDetails) /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return vsConfigSedatastoreDlFail + */ + public SeVsConfigSeDatastoreDownloadFailed getVsConfigSedatastoreDlFail() { + return vsConfigSedatastoreDlFail; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param vsConfigSedatastoreDlFail set the vsConfigSedatastoreDlFail. + */ + public void setVsConfigSedatastoreDlFail(SeVsConfigSeDatastoreDownloadFailed vsConfigSedatastoreDlFail) { + this.vsConfigSedatastoreDlFail = vsConfigSedatastoreDlFail; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsErrorDetails */ @@ -5285,7 +5539,7 @@ public VsErrorEventDetails getVsErrorDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsErrorDetails set the vsErrorDetails. */ @@ -5295,7 +5549,7 @@ public void setVsErrorDetails(VsErrorEventDetails vsErrorDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsFsmDetails */ @@ -5305,7 +5559,7 @@ public VsFsmEventDetails getVsFsmDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsFsmDetails set the vsFsmDetails. */ @@ -5315,7 +5569,7 @@ public void setVsFsmDetails(VsFsmEventDetails vsFsmDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsInitialplacementDetails */ @@ -5325,7 +5579,7 @@ public VsInitialPlacementEventDetails getVsInitialplacementDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsInitialplacementDetails set the vsInitialplacementDetails. */ @@ -5335,7 +5589,7 @@ public void setVsInitialplacementDetails(VsInitialPlacementEventDetails vsInitia /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsMigrateDetails */ @@ -5345,7 +5599,7 @@ public VsMigrateEventDetails getVsMigrateDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsMigrateDetails set the vsMigrateDetails. */ @@ -5355,7 +5609,7 @@ public void setVsMigrateDetails(VsMigrateEventDetails vsMigrateDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsPoolNwFltrDetails */ @@ -5365,7 +5619,7 @@ public VsPoolNwFilterEventDetails getVsPoolNwFltrDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsPoolNwFltrDetails set the vsPoolNwFltrDetails. */ @@ -5375,7 +5629,7 @@ public void setVsPoolNwFltrDetails(VsPoolNwFilterEventDetails vsPoolNwFltrDetail /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleinDetails */ @@ -5385,7 +5639,7 @@ public VsScaleInEventDetails getVsScaleinDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsScaleinDetails set the vsScaleinDetails. */ @@ -5395,7 +5649,7 @@ public void setVsScaleinDetails(VsScaleInEventDetails vsScaleinDetails) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleoutDetails */ @@ -5405,7 +5659,7 @@ public VsScaleOutEventDetails getVsScaleoutDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsScaleoutDetails set the vsScaleoutDetails. */ @@ -5417,7 +5671,7 @@ public void setVsScaleoutDetails(VsScaleOutEventDetails vsScaleoutDetails) { * This is the getter method this will return the attribute value. * Details for primary switchover status. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsSwitchoverDetails */ @@ -5429,7 +5683,7 @@ public VsSwitchoverEventDetails getVsSwitchoverDetails() { * This is the setter method to the attribute. * Details for primary switchover status. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsSwitchoverDetails set the vsSwitchoverDetails. */ @@ -5437,6 +5691,48 @@ public void setVsSwitchoverDetails(VsSwitchoverEventDetails vsSwitchoverDetails) this.vsSwitchoverDetails = vsSwitchoverDetails; } + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return vsgsInfo + */ + public VsGsStatus getVsgsInfo() { + return vsgsInfo; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param vsgsInfo set the vsgsInfo. + */ + public void setVsgsInfo(VsGsStatus vsgsInfo) { + this.vsgsInfo = vsgsInfo; + } + + /** + * This is the getter method this will return the attribute value. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return warningEventDetails + */ + public WarningEventDetails getWarningEventDetails() { + return warningEventDetails; + } + + /** + * This is the setter method to the attribute. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param warningEventDetails set the warningEventDetails. + */ + public void setWarningEventDetails(WarningEventDetails warningEventDetails) { + this.warningEventDetails = warningEventDetails; + } + @Override public boolean equals(java.lang.Object o) { @@ -5532,6 +5828,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.seHmGsgroupDetails, objEventDetails.seHmGsgroupDetails)&& Objects.equals(this.seHmGsDetails, objEventDetails.seHmGsDetails)&& Objects.equals(this.seGeoDbDetails, objEventDetails.seGeoDbDetails)&& + Objects.equals(this.vsConfigSedatastoreDlFail, objEventDetails.vsConfigSedatastoreDlFail)&& + Objects.equals(this.seConfigSedatastoreDlFail, objEventDetails.seConfigSedatastoreDlFail)&& Objects.equals(this.configCreateDetails, objEventDetails.configCreateDetails)&& Objects.equals(this.configUpdateDetails, objEventDetails.configUpdateDetails)&& Objects.equals(this.configDeleteDetails, objEventDetails.configDeleteDetails)&& @@ -5544,6 +5842,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.configSeGrpFlvUpdateDetails, objEventDetails.configSeGrpFlvUpdateDetails)&& Objects.equals(this.apiVersionDeprecated, objEventDetails.apiVersionDeprecated)&& Objects.equals(this.asyncPatchState, objEventDetails.asyncPatchState)&& + Objects.equals(this.techSupportEvent, objEventDetails.techSupportEvent)&& + Objects.equals(this.warningEventDetails, objEventDetails.warningEventDetails)&& Objects.equals(this.sslExpireDetails, objEventDetails.sslExpireDetails)&& Objects.equals(this.sslExportDetails, objEventDetails.sslExportDetails)&& Objects.equals(this.sslRenewDetails, objEventDetails.sslRenewDetails)&& @@ -5622,6 +5922,7 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.poolDeploymentUpdateInfo, objEventDetails.poolDeploymentUpdateInfo)&& Objects.equals(this.glbInfo, objEventDetails.glbInfo)&& Objects.equals(this.gsInfo, objEventDetails.gsInfo)&& + Objects.equals(this.vsgsInfo, objEventDetails.vsgsInfo)&& Objects.equals(this.schedulerActionInfo, objEventDetails.schedulerActionInfo)&& Objects.equals(this.gcpInfo, objEventDetails.gcpInfo)&& Objects.equals(this.gcpCloudRouterInfo, objEventDetails.gcpCloudRouterInfo)&& @@ -5665,6 +5966,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.centralLicenseSubscriptionDetails, objEventDetails.centralLicenseSubscriptionDetails)&& Objects.equals(this.centralLicenseRefreshDetails, objEventDetails.centralLicenseRefreshDetails)&& Objects.equals(this.genericAuditComplianceEventInfo, objEventDetails.genericAuditComplianceEventInfo)&& + Objects.equals(this.apiserverRequestQueueFullEventInfo, objEventDetails.apiserverRequestQueueFullEventInfo)&& + Objects.equals(this.apiserverRequestQueueRecoveryEventInfo, objEventDetails.apiserverRequestQueueRecoveryEventInfo)&& Objects.equals(this.secureKeyExchangeInfo, objEventDetails.secureKeyExchangeInfo)&& Objects.equals(this.logAgentEventDetails, objEventDetails.logAgentEventDetails)&& Objects.equals(this.databaseEventInfo, objEventDetails.databaseEventInfo)&& @@ -5674,7 +5977,12 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.pkiprofileDetails, objEventDetails.pkiprofileDetails)&& Objects.equals(this.fileobjectDetails, objEventDetails.fileobjectDetails)&& Objects.equals(this.systemReportEventDetails, objEventDetails.systemReportEventDetails)&& - Objects.equals(this.diskCleanupEventDetails, objEventDetails.diskCleanupEventDetails); + Objects.equals(this.diskCleanupEventDetails, objEventDetails.diskCleanupEventDetails)&& + Objects.equals(this.uberEventDetails, objEventDetails.uberEventDetails)&& + Objects.equals(this.taskJournalEventDetails, objEventDetails.taskJournalEventDetails)&& + Objects.equals(this.seProcessCrashedDetails, objEventDetails.seProcessCrashedDetails)&& + Objects.equals(this.postgresEventDetails, objEventDetails.postgresEventDetails)&& + Objects.equals(this.controlscriptDetails, objEventDetails.controlscriptDetails); } @Override @@ -5690,6 +5998,8 @@ public String toString() { sb.append(" allSeupgradeEventDetails: ").append(toIndentedString(allSeupgradeEventDetails)).append("\n"); sb.append(" anomalyDetails: ").append(toIndentedString(anomalyDetails)).append("\n"); sb.append(" apiVersionDeprecated: ").append(toIndentedString(apiVersionDeprecated)).append("\n"); + sb.append(" apiserverRequestQueueFullEventInfo: ").append(toIndentedString(apiserverRequestQueueFullEventInfo)).append("\n"); + sb.append(" apiserverRequestQueueRecoveryEventInfo: ").append(toIndentedString(apiserverRequestQueueRecoveryEventInfo)).append("\n"); sb.append(" appSignatureEventData: ").append(toIndentedString(appSignatureEventData)).append("\n"); sb.append(" asyncPatchState: ").append(toIndentedString(asyncPatchState)).append("\n"); sb.append(" attachIpStatusDetails: ").append(toIndentedString(attachIpStatusDetails)).append("\n"); @@ -5748,6 +6058,7 @@ public String toString() { sb.append(" containerCloudSevice: ").append(toIndentedString(containerCloudSevice)).append("\n"); sb.append(" controllerDiscontinuousTimeChangeEventDetails: ").append(toIndentedString(controllerDiscontinuousTimeChangeEventDetails)).append("\n"); sb.append(" controllerLicenseReconcileDetails: ").append(toIndentedString(controllerLicenseReconcileDetails)).append("\n"); + sb.append(" controlscriptDetails: ").append(toIndentedString(controlscriptDetails)).append("\n"); sb.append(" crsDeploymentFailure: ").append(toIndentedString(crsDeploymentFailure)).append("\n"); sb.append(" crsDeploymentSuccess: ").append(toIndentedString(crsDeploymentSuccess)).append("\n"); sb.append(" crsDetails: ").append(toIndentedString(crsDetails)).append("\n"); @@ -5814,6 +6125,7 @@ public String toString() { sb.append(" poolDeploymentSuccessInfo: ").append(toIndentedString(poolDeploymentSuccessInfo)).append("\n"); sb.append(" poolDeploymentUpdateInfo: ").append(toIndentedString(poolDeploymentUpdateInfo)).append("\n"); sb.append(" poolServerDeleteDetails: ").append(toIndentedString(poolServerDeleteDetails)).append("\n"); + sb.append(" postgresEventDetails: ").append(toIndentedString(postgresEventDetails)).append("\n"); sb.append(" psmProgramDetails: ").append(toIndentedString(psmProgramDetails)).append("\n"); sb.append(" rateLimiterEventDetails: ").append(toIndentedString(rateLimiterEventDetails)).append("\n"); sb.append(" rebalanceMigrateDetails: ").append(toIndentedString(rebalanceMigrateDetails)).append("\n"); @@ -5824,6 +6136,7 @@ public String toString() { sb.append(" schedulerActionInfo: ").append(toIndentedString(schedulerActionInfo)).append("\n"); sb.append(" seBgpPeerDownDetails: ").append(toIndentedString(seBgpPeerDownDetails)).append("\n"); sb.append(" seBgpPeerStateChangeDetails: ").append(toIndentedString(seBgpPeerStateChangeDetails)).append("\n"); + sb.append(" seConfigSedatastoreDlFail: ").append(toIndentedString(seConfigSedatastoreDlFail)).append("\n"); sb.append(" seDebugModeEventDetail: ").append(toIndentedString(seDebugModeEventDetail)).append("\n"); sb.append(" seDetails: ").append(toIndentedString(seDetails)).append("\n"); sb.append(" seDiscontinuousTimeChangeEventDetails: ").append(toIndentedString(seDiscontinuousTimeChangeEventDetails)).append("\n"); @@ -5849,6 +6162,7 @@ public String toString() { sb.append(" seObjsyncPeerDownDetails: ").append(toIndentedString(seObjsyncPeerDownDetails)).append("\n"); sb.append(" sePersistenceDetails: ").append(toIndentedString(sePersistenceDetails)).append("\n"); sb.append(" sePoolLbDetails: ").append(toIndentedString(sePoolLbDetails)).append("\n"); + sb.append(" seProcessCrashedDetails: ").append(toIndentedString(seProcessCrashedDetails)).append("\n"); sb.append(" seReconcileDetails: ").append(toIndentedString(seReconcileDetails)).append("\n"); sb.append(" seThreshEventDetails: ").append(toIndentedString(seThreshEventDetails)).append("\n"); sb.append(" seVnicDownEventDetails: ").append(toIndentedString(seVnicDownEventDetails)).append("\n"); @@ -5882,7 +6196,10 @@ public String toString() { sb.append(" switchoverFailDetails: ").append(toIndentedString(switchoverFailDetails)).append("\n"); sb.append(" syncServicesInfo: ").append(toIndentedString(syncServicesInfo)).append("\n"); sb.append(" systemReportEventDetails: ").append(toIndentedString(systemReportEventDetails)).append("\n"); + sb.append(" taskJournalEventDetails: ").append(toIndentedString(taskJournalEventDetails)).append("\n"); + sb.append(" techSupportEvent: ").append(toIndentedString(techSupportEvent)).append("\n"); sb.append(" tencentInfo: ").append(toIndentedString(tencentInfo)).append("\n"); + sb.append(" uberEventDetails: ").append(toIndentedString(uberEventDetails)).append("\n"); sb.append(" unbindVsSeDetails: ").append(toIndentedString(unbindVsSeDetails)).append("\n"); sb.append(" upgradeEntry: ").append(toIndentedString(upgradeEntry)).append("\n"); sb.append(" upgradeStatusInfo: ").append(toIndentedString(upgradeStatusInfo)).append("\n"); @@ -5901,6 +6218,7 @@ public String toString() { sb.append(" vipSymmetryDetails: ").append(toIndentedString(vipSymmetryDetails)).append("\n"); sb.append(" vmDetails: ").append(toIndentedString(vmDetails)).append("\n"); sb.append(" vsAwaitingseDetails: ").append(toIndentedString(vsAwaitingseDetails)).append("\n"); + sb.append(" vsConfigSedatastoreDlFail: ").append(toIndentedString(vsConfigSedatastoreDlFail)).append("\n"); sb.append(" vsErrorDetails: ").append(toIndentedString(vsErrorDetails)).append("\n"); sb.append(" vsFsmDetails: ").append(toIndentedString(vsFsmDetails)).append("\n"); sb.append(" vsInitialplacementDetails: ").append(toIndentedString(vsInitialplacementDetails)).append("\n"); @@ -5909,6 +6227,8 @@ public String toString() { sb.append(" vsScaleinDetails: ").append(toIndentedString(vsScaleinDetails)).append("\n"); sb.append(" vsScaleoutDetails: ").append(toIndentedString(vsScaleoutDetails)).append("\n"); sb.append(" vsSwitchoverDetails: ").append(toIndentedString(vsSwitchoverDetails)).append("\n"); + sb.append(" vsgsInfo: ").append(toIndentedString(vsgsInfo)).append("\n"); + sb.append(" warningEventDetails: ").append(toIndentedString(warningEventDetails)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/java/src/com/vmware/avi/sdk/model/EventDetailsFilter.java b/java/src/com/vmware/avi/sdk/model/EventDetailsFilter.java index 835abb7602..bfcf6ce92c 100644 --- a/java/src/com/vmware/avi/sdk/model/EventDetailsFilter.java +++ b/java/src/com/vmware/avi/sdk/model/EventDetailsFilter.java @@ -35,7 +35,7 @@ public class EventDetailsFilter { /** * This is the getter method this will return the attribute value. * Enum options - ALERT_OP_LT, ALERT_OP_LE, ALERT_OP_EQ, ALERT_OP_NE, ALERT_OP_GE, ALERT_OP_GT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ALERT_OP_EQ". * @return comparator */ @@ -46,7 +46,7 @@ public String getComparator() { /** * This is the setter method to the attribute. * Enum options - ALERT_OP_LT, ALERT_OP_LE, ALERT_OP_EQ, ALERT_OP_NE, ALERT_OP_GE, ALERT_OP_GT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ALERT_OP_EQ". * @param comparator set the comparator. */ @@ -56,7 +56,7 @@ public void setComparator(String comparator) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventDetailsKey */ @@ -66,7 +66,7 @@ public String getEventDetailsKey() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventDetailsKey set the eventDetailsKey. */ @@ -76,7 +76,7 @@ public void setEventDetailsKey(String eventDetailsKey) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventDetailsValue */ @@ -86,7 +86,7 @@ public String getEventDetailsValue() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventDetailsValue set the eventDetailsValue. */ diff --git a/java/src/com/vmware/avi/sdk/model/EventInfo.java b/java/src/com/vmware/avi/sdk/model/EventInfo.java new file mode 100644 index 0000000000..8093dc6123 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/EventInfo.java @@ -0,0 +1,173 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The EventInfo is a POJO class extends AviRestResource that used for creating + * EventInfo. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class EventInfo extends AviRestResource { + @JsonProperty("msg") + private List msg; + + @JsonProperty("name") + private String name; + + @JsonProperty("timestamp") + private TimeStamp timestamp; + + @JsonProperty("uuid") + private String uuid; + + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return msg + */ + public List getMsg() { + return msg; + } + + /** + * This is the setter method. this will set the msg + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return msg + */ + public void setMsg(List msg) { + this.msg = msg; + } + + /** + * This is the setter method this will set the msg + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return msg + */ + public EventInfo addMsgItem(String msgItem) { + if (this.msg == null) { + this.msg = new ArrayList(); + } + this.msg.add(msgItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return name + */ + public String getName() { + return name; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param name set the name. + */ + public void setName(String name) { + this.name = name; + } + + /** + * This is the getter method this will return the attribute value. + * Event creation time. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return timestamp + */ + public TimeStamp getTimestamp() { + return timestamp; + } + + /** + * This is the setter method to the attribute. + * Event creation time. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param timestamp set the timestamp. + */ + public void setTimestamp(TimeStamp timestamp) { + this.timestamp = timestamp; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return uuid + */ + public String getUuid() { + return uuid; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param uuid set the uuid. + */ + public void setUuid(String uuid) { + this.uuid = uuid; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + EventInfo objEventInfo = (EventInfo) o; + return Objects.equals(this.uuid, objEventInfo.uuid)&& + Objects.equals(this.name, objEventInfo.name)&& + Objects.equals(this.msg, objEventInfo.msg)&& + Objects.equals(this.timestamp, objEventInfo.timestamp); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class EventInfo {\n"); + sb.append(" msg: ").append(toIndentedString(msg)).append("\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" timestamp: ").append(toIndentedString(timestamp)).append("\n"); + sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/EventLog.java b/java/src/com/vmware/avi/sdk/model/EventLog.java index 710e1de259..22db370055 100644 --- a/java/src/com/vmware/avi/sdk/model/EventLog.java +++ b/java/src/com/vmware/avi/sdk/model/EventLog.java @@ -80,7 +80,7 @@ public class EventLog { /** * This is the getter method this will return the attribute value. * Enum options - EVENT_CONTEXT_SYSTEM, EVENT_CONTEXT_CONFIG, EVENT_CONTEXT_APP, EVENT_CONTEXT_ALL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return context */ @@ -91,7 +91,7 @@ public String getContext() { /** * This is the setter method to the attribute. * Enum options - EVENT_CONTEXT_SYSTEM, EVENT_CONTEXT_CONFIG, EVENT_CONTEXT_APP, EVENT_CONTEXT_ALL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param context set the context. */ @@ -102,7 +102,7 @@ public void setContext(String context) { /** * This is the getter method this will return the attribute value. * Summary of event details. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return detailsSummary */ @@ -113,7 +113,7 @@ public String getDetailsSummary() { /** * This is the setter method to the attribute. * Summary of event details. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param detailsSummary set the detailsSummary. */ @@ -124,7 +124,7 @@ public void setDetailsSummary(String detailsSummary) { /** * This is the getter method this will return the attribute value. * Event description for each event in the table view. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventDescription */ @@ -135,7 +135,7 @@ public String getEventDescription() { /** * This is the setter method to the attribute. * Event description for each event in the table view. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventDescription set the eventDescription. */ @@ -145,7 +145,7 @@ public void setEventDescription(String eventDescription) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventDetails */ @@ -155,7 +155,7 @@ public EventDetails getEventDetails() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventDetails set the eventDetails. */ @@ -168,7 +168,7 @@ public void setEventDetails(EventDetails eventDetails) { * Enum options - VINFRA_DISC_DC, VINFRA_DISC_HOST, VINFRA_DISC_CLUSTER, VINFRA_DISC_VM, VINFRA_DISC_NW, MGMT_NW_NAME_CHANGED, * DISCOVERY_DATACENTER_DEL, VM_ADDED, VM_REMOVED, VINFRA_DISC_COMPLETE, VCENTER_ADDRESS_ERROR, SE_GROUP_CLUSTER_DEL, SE_GROUP_MGMT_NW_DEL, * MGMT_NW_DEL, VCENTER_BAD_CREDENTIALS, ESX_HOST_UNREACHABLE, SERVER_DELETED, SE_GROUP_HOST_DEL, VINFRA_DISC_FAILURE, ESX_HOST_POWERED_DOWN... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventId */ @@ -181,7 +181,7 @@ public String getEventId() { * Enum options - VINFRA_DISC_DC, VINFRA_DISC_HOST, VINFRA_DISC_CLUSTER, VINFRA_DISC_VM, VINFRA_DISC_NW, MGMT_NW_NAME_CHANGED, * DISCOVERY_DATACENTER_DEL, VM_ADDED, VM_REMOVED, VINFRA_DISC_COMPLETE, VCENTER_ADDRESS_ERROR, SE_GROUP_CLUSTER_DEL, SE_GROUP_MGMT_NW_DEL, * MGMT_NW_DEL, VCENTER_BAD_CREDENTIALS, ESX_HOST_UNREACHABLE, SERVER_DELETED, SE_GROUP_HOST_DEL, VINFRA_DISC_FAILURE, ESX_HOST_POWERED_DOWN... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventId set the eventId. */ @@ -191,7 +191,7 @@ public void setEventId(String eventId) { /** * This is the getter method this will return the attribute value. * Pages in which event should come up. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventPages */ @@ -202,7 +202,7 @@ public List getEventPages() { /** * This is the setter method. this will set the eventPages * Pages in which event should come up. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventPages */ @@ -213,7 +213,7 @@ public void setEventPages(List eventPages) { /** * This is the setter method this will set the eventPages * Pages in which event should come up. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventPages */ @@ -227,7 +227,7 @@ public EventLog addEventPagesItem(String eventPagesItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ignoreEventDetailsDisplay */ @@ -237,7 +237,7 @@ public Boolean getIgnoreEventDetailsDisplay() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ignoreEventDetailsDisplay set the ignoreEventDetailsDisplay. */ @@ -248,7 +248,7 @@ public void setIgnoreEventDetailsDisplay(Boolean ignoreEventDetailsDisplay) { /** * This is the getter method this will return the attribute value. * Enum options - EVENT_INTERNAL, EVENT_EXTERNAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EVENT_INTERNAL". * @return internal */ @@ -259,7 +259,7 @@ public String getInternal() { /** * This is the setter method to the attribute. * Enum options - EVENT_INTERNAL, EVENT_EXTERNAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EVENT_INTERNAL". * @param internal set the internal. */ @@ -269,7 +269,7 @@ public void setInternal(String internal) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isSecurityEvent */ @@ -279,7 +279,7 @@ public Boolean getIsSecurityEvent() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isSecurityEvent set the isSecurityEvent. */ @@ -291,7 +291,7 @@ public void setIsSecurityEvent(Boolean isSecurityEvent) { * This is the getter method this will return the attribute value. * Enum options - UNKNOWN, VSMGR, SEMGR, RESMGR, VIMGR, METRICSMGR, CONFIG, SE_GENERAL, SE_FLOWTABLE, SE_HM, SE_POOL_PERSISTENCE, SE_POOL, VSERVER, * CLOUD_CONNECTOR, CLUSTERMGR, HSMGR, NW_MGR, LICENSE_MGR, RES_MONITOR, STATEDBCACHE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return module */ @@ -303,7 +303,7 @@ public String getModule() { * This is the setter method to the attribute. * Enum options - UNKNOWN, VSMGR, SEMGR, RESMGR, VIMGR, METRICSMGR, CONFIG, SE_GENERAL, SE_FLOWTABLE, SE_HM, SE_POOL_PERSISTENCE, SE_POOL, VSERVER, * CLOUD_CONNECTOR, CLUSTERMGR, HSMGR, NW_MGR, LICENSE_MGR, RES_MONITOR, STATEDBCACHE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param module set the module. */ @@ -313,7 +313,7 @@ public void setModule(String module) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objName */ @@ -323,7 +323,7 @@ public String getObjName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objName set the objName. */ @@ -336,7 +336,7 @@ public void setObjName(String objName) { * Enum options - VIRTUALSERVICE, POOL, HEALTHMONITOR, NETWORKPROFILE, APPLICATIONPROFILE, HTTPPOLICYSET, DNSPOLICY, SECURITYPOLICY, IPADDRGROUP, * STRINGGROUP, SSLPROFILE, SSLKEYANDCERTIFICATE, NETWORKSECURITYPOLICY, APPLICATIONPERSISTENCEPROFILE, ANALYTICSPROFILE, VSDATASCRIPTSET, TENANT, * PKIPROFILE, AUTHPROFILE, CLOUD... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objType */ @@ -349,7 +349,7 @@ public String getObjType() { * Enum options - VIRTUALSERVICE, POOL, HEALTHMONITOR, NETWORKPROFILE, APPLICATIONPROFILE, HTTPPOLICYSET, DNSPOLICY, SECURITYPOLICY, IPADDRGROUP, * STRINGGROUP, SSLPROFILE, SSLKEYANDCERTIFICATE, NETWORKSECURITYPOLICY, APPLICATIONPERSISTENCEPROFILE, ANALYTICSPROFILE, VSDATASCRIPTSET, TENANT, * PKIPROFILE, AUTHPROFILE, CLOUD... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objType set the objType. */ @@ -359,7 +359,7 @@ public void setObjType(String objType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objUuid */ @@ -369,7 +369,7 @@ public String getObjUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objUuid set the objUuid. */ @@ -383,9 +383,9 @@ public void setObjUuid(String objUuid) { * This would be added to the alert where it would say alert generated on event with reason . * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * 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 null. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Field deprecated in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return reasonCode */ public String getReasonCode() { @@ -398,9 +398,9 @@ public String getReasonCode() { * This would be added to the alert where it would say alert generated on event with reason . * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * 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 null. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Field deprecated in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param reasonCode set the reasonCode. */ public void setReasonCode(String reasonCode) { @@ -409,7 +409,7 @@ public void setReasonCode(String reasonCode) { /** * This is the getter method this will return the attribute value. * Related objects corresponding to the events. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return relatedUuids */ @@ -420,7 +420,7 @@ public List getRelatedUuids() { /** * This is the setter method. this will set the relatedUuids * Related objects corresponding to the events. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return relatedUuids */ @@ -431,7 +431,7 @@ public void setRelatedUuids(List relatedUuids) { /** * This is the setter method this will set the relatedUuids * Related objects corresponding to the events. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return relatedUuids */ @@ -445,7 +445,7 @@ public EventLog addRelatedUuidsItem(String relatedUuidsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reportTimestamp */ @@ -455,7 +455,7 @@ public Integer getReportTimestamp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reportTimestamp set the reportTimestamp. */ @@ -465,7 +465,7 @@ public void setReportTimestamp(Integer reportTimestamp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenant */ @@ -475,7 +475,7 @@ public String getTenant() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenant set the tenant. */ @@ -486,7 +486,7 @@ public void setTenant(String tenant) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantName */ @@ -497,7 +497,7 @@ public String getTenantName() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantName set the tenantName. */ diff --git a/java/src/com/vmware/avi/sdk/model/EventMap.java b/java/src/com/vmware/avi/sdk/model/EventMap.java index 03402695ce..f306a2637f 100644 --- a/java/src/com/vmware/avi/sdk/model/EventMap.java +++ b/java/src/com/vmware/avi/sdk/model/EventMap.java @@ -38,7 +38,7 @@ public class EventMap { * This is the getter method this will return the attribute value. * List of all events node wise.(not in use). * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodesEvents */ @@ -50,7 +50,7 @@ public List getNodesEvents() { * This is the setter method. this will set the nodesEvents * List of all events node wise.(not in use). * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodesEvents */ @@ -62,7 +62,7 @@ public void setNodesEvents(List nodesEvents) { * This is the setter method this will set the nodesEvents * List of all events node wise.(not in use). * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodesEvents */ @@ -77,7 +77,7 @@ public EventMap addNodesEventsItem(UpgradeEvent nodesEventsItem) { * This is the getter method this will return the attribute value. * List of all events node wise. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subEvents */ @@ -89,7 +89,7 @@ public List getSubEvents() { * This is the setter method. this will set the subEvents * List of all events node wise. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subEvents */ @@ -101,7 +101,7 @@ public void setSubEvents(List subEvents) { * This is the setter method this will set the subEvents * List of all events node wise. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subEvents */ @@ -121,7 +121,7 @@ public EventMap addSubEventsItem(UpgradeEvent subEventsItem) { * WAIT_FOR_ALL_CONTROLLER_NODES_ONLINE, PRE_UPGRADE_HOOKS, MIGRATE_CONFIG, START_PRIMARY_CONTROLLER, START_ALL_CONTROLLERS, POST_UPGRADE_HOOKS, * EXECUTE_POST_INSTALL_COMMANDS, SET_CONTROLLER_UPGRADE_COMPLETED, STATE_NOT_USED_IN_V2... * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return task */ @@ -137,7 +137,7 @@ public String getTask() { * WAIT_FOR_ALL_CONTROLLER_NODES_ONLINE, PRE_UPGRADE_HOOKS, MIGRATE_CONFIG, START_PRIMARY_CONTROLLER, START_ALL_CONTROLLERS, POST_UPGRADE_HOOKS, * EXECUTE_POST_INSTALL_COMMANDS, SET_CONTROLLER_UPGRADE_COMPLETED, STATE_NOT_USED_IN_V2... * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param task set the task. */ @@ -149,7 +149,7 @@ public void setTask(String task) { * This is the getter method this will return the attribute value. * Name representing the task. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return taskName */ @@ -161,7 +161,7 @@ public String getTaskName() { * This is the setter method to the attribute. * Name representing the task. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param taskName set the taskName. */ diff --git a/java/src/com/vmware/avi/sdk/model/FTPProfile.java b/java/src/com/vmware/avi/sdk/model/FTPProfile.java index 06d8024405..12ee0f5ab8 100644 --- a/java/src/com/vmware/avi/sdk/model/FTPProfile.java +++ b/java/src/com/vmware/avi/sdk/model/FTPProfile.java @@ -33,7 +33,7 @@ public class FTPProfile { * This is the getter method this will return the attribute value. * Deactivate active ftp mode. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return deactivateActive */ @@ -45,7 +45,7 @@ public Boolean getDeactivateActive() { * This is the setter method to the attribute. * Deactivate active ftp mode. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param deactivateActive set the deactivateActive. */ @@ -57,7 +57,7 @@ public void setDeactivateActive(Boolean deactivateActive) { * This is the getter method this will return the attribute value. * Deactivate passive ftp mode. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return deactivatePassive */ @@ -69,7 +69,7 @@ public Boolean getDeactivatePassive() { * This is the setter method to the attribute. * Deactivate passive ftp mode. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param deactivatePassive set the deactivatePassive. */ diff --git a/java/src/com/vmware/avi/sdk/model/FailAction.java b/java/src/com/vmware/avi/sdk/model/FailAction.java index 7988c8fcc9..710cde423e 100644 --- a/java/src/com/vmware/avi/sdk/model/FailAction.java +++ b/java/src/com/vmware/avi/sdk/model/FailAction.java @@ -35,7 +35,7 @@ public class FailAction { /** * This is the getter method this will return the attribute value. * Local response to http requests when pool experiences a failure. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return localRsp */ @@ -46,7 +46,7 @@ public FailActionHTTPLocalResponse getLocalRsp() { /** * This is the setter method to the attribute. * Local response to http requests when pool experiences a failure. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param localRsp set the localRsp. */ @@ -57,7 +57,7 @@ public void setLocalRsp(FailActionHTTPLocalResponse localRsp) { /** * This is the getter method this will return the attribute value. * Url to redirect http requests to when pool experiences a failure. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirect */ @@ -68,7 +68,7 @@ public FailActionHTTPRedirect getRedirect() { /** * This is the setter method to the attribute. * Url to redirect http requests to when pool experiences a failure. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param redirect set the redirect. */ @@ -81,8 +81,8 @@ public void setRedirect(FailActionHTTPRedirect redirect) { * Enables a response to client when pool experiences a failure. * By default tcp connection is closed. * Enum options - FAIL_ACTION_HTTP_REDIRECT, FAIL_ACTION_HTTP_LOCAL_RSP, FAIL_ACTION_CLOSE_CONN, FAIL_ACTION_BACKUP_POOL. - * Allowed in enterprise edition with any value, essentials edition(allowed values- fail_action_close_conn), basic edition(allowed values- - * fail_action_close_conn,fail_action_http_redirect), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- fail_action_close_conn), basic (allowed values- fail_action_close_conn,fail_action_http_redirect) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FAIL_ACTION_CLOSE_CONN". * @return type */ @@ -95,8 +95,8 @@ public String getType() { * Enables a response to client when pool experiences a failure. * By default tcp connection is closed. * Enum options - FAIL_ACTION_HTTP_REDIRECT, FAIL_ACTION_HTTP_LOCAL_RSP, FAIL_ACTION_CLOSE_CONN, FAIL_ACTION_BACKUP_POOL. - * Allowed in enterprise edition with any value, essentials edition(allowed values- fail_action_close_conn), basic edition(allowed values- - * fail_action_close_conn,fail_action_http_redirect), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- fail_action_close_conn), basic (allowed values- fail_action_close_conn,fail_action_http_redirect) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FAIL_ACTION_CLOSE_CONN". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/FailActionBackupPool.java b/java/src/com/vmware/avi/sdk/model/FailActionBackupPool.java index 934f3a4b00..3e5e7ed7fb 100644 --- a/java/src/com/vmware/avi/sdk/model/FailActionBackupPool.java +++ b/java/src/com/vmware/avi/sdk/model/FailActionBackupPool.java @@ -30,7 +30,7 @@ public class FailActionBackupPool { * This is the getter method this will return the attribute value. * Specifies the uuid of the pool acting as backup pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backupPoolRef */ @@ -42,7 +42,7 @@ public String getBackupPoolRef() { * This is the setter method to the attribute. * Specifies the uuid of the pool acting as backup pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backupPoolRef set the backupPoolRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/FailActionHTTPLocalResponse.java b/java/src/com/vmware/avi/sdk/model/FailActionHTTPLocalResponse.java index fc4774334d..5bbf4bda9b 100644 --- a/java/src/com/vmware/avi/sdk/model/FailActionHTTPLocalResponse.java +++ b/java/src/com/vmware/avi/sdk/model/FailActionHTTPLocalResponse.java @@ -31,7 +31,7 @@ public class FailActionHTTPLocalResponse { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return file */ @@ -41,7 +41,7 @@ public HTTPLocalFile getFile() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param file set the file. */ @@ -52,7 +52,7 @@ public void setFile(HTTPLocalFile file) { /** * This is the getter method this will return the attribute value. * Enum options - FAIL_HTTP_STATUS_CODE_200, FAIL_HTTP_STATUS_CODE_503. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FAIL_HTTP_STATUS_CODE_503". * @return statusCode */ @@ -63,7 +63,7 @@ public String getStatusCode() { /** * This is the setter method to the attribute. * Enum options - FAIL_HTTP_STATUS_CODE_200, FAIL_HTTP_STATUS_CODE_503. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FAIL_HTTP_STATUS_CODE_503". * @param statusCode set the statusCode. */ diff --git a/java/src/com/vmware/avi/sdk/model/FailActionHTTPRedirect.java b/java/src/com/vmware/avi/sdk/model/FailActionHTTPRedirect.java index 3e5a83935b..0be970b380 100644 --- a/java/src/com/vmware/avi/sdk/model/FailActionHTTPRedirect.java +++ b/java/src/com/vmware/avi/sdk/model/FailActionHTTPRedirect.java @@ -41,7 +41,7 @@ public class FailActionHTTPRedirect { /** * This is the getter method this will return the attribute value. * The host to which the redirect request is sent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -52,7 +52,7 @@ public String getHost() { /** * This is the setter method to the attribute. * The host to which the redirect request is sent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -64,7 +64,7 @@ public void setHost(String host) { * This is the getter method this will return the attribute value. * Path configuration for the redirect request. * If not set the path from the original request's uri is preserved in the redirect on pool failure. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -76,7 +76,7 @@ public String getPath() { * This is the setter method to the attribute. * Path configuration for the redirect request. * If not set the path from the original request's uri is preserved in the redirect on pool failure. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -87,8 +87,9 @@ public void setPath(String path) { /** * This is the getter method this will return the attribute value. * Enum options - HTTP, HTTPS. - * Allowed in enterprise edition with any value, basic edition(allowed values- http), essentials, enterprise with cloud services edition. - * Special default for basic edition is http, enterprise is https. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- http) edition. + * Special default for basic edition is http, enterprise edition is https. * @return protocol */ public String getProtocol() { @@ -98,8 +99,9 @@ public String getProtocol() { /** * This is the setter method to the attribute. * Enum options - HTTP, HTTPS. - * Allowed in enterprise edition with any value, basic edition(allowed values- http), essentials, enterprise with cloud services edition. - * Special default for basic edition is http, enterprise is https. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- http) edition. + * Special default for basic edition is http, enterprise edition is https. * @param protocol set the protocol. */ public void setProtocol(String protocol) { @@ -110,7 +112,7 @@ public void setProtocol(String protocol) { * This is the getter method this will return the attribute value. * Query configuration for the redirect request uri. * If not set, the query from the original request's uri is preserved in the redirect on pool failure. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return query */ @@ -122,7 +124,7 @@ public String getQuery() { * This is the setter method to the attribute. * Query configuration for the redirect request uri. * If not set, the query from the original request's uri is preserved in the redirect on pool failure. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param query set the query. */ @@ -133,8 +135,8 @@ public void setQuery(String query) { /** * This is the getter method this will return the attribute value. * Enum options - HTTP_REDIRECT_STATUS_CODE_301, HTTP_REDIRECT_STATUS_CODE_302, HTTP_REDIRECT_STATUS_CODE_307. - * Allowed in enterprise edition with any value, basic edition(allowed values- http_redirect_status_code_302), essentials, enterprise with cloud - * services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- http_redirect_status_code_302) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_REDIRECT_STATUS_CODE_302". * @return statusCode */ @@ -145,8 +147,8 @@ public String getStatusCode() { /** * This is the setter method to the attribute. * Enum options - HTTP_REDIRECT_STATUS_CODE_301, HTTP_REDIRECT_STATUS_CODE_302, HTTP_REDIRECT_STATUS_CODE_307. - * Allowed in enterprise edition with any value, basic edition(allowed values- http_redirect_status_code_302), essentials, enterprise with cloud - * services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- http_redirect_status_code_302) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_REDIRECT_STATUS_CODE_302". * @param statusCode set the statusCode. */ diff --git a/java/src/com/vmware/avi/sdk/model/FalsePositiveDetails.java b/java/src/com/vmware/avi/sdk/model/FalsePositiveDetails.java index 1226bc71f8..6b0e5188eb 100644 --- a/java/src/com/vmware/avi/sdk/model/FalsePositiveDetails.java +++ b/java/src/com/vmware/avi/sdk/model/FalsePositiveDetails.java @@ -35,7 +35,7 @@ public class FalsePositiveDetails { * This is the getter method this will return the attribute value. * False positive result details. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return falsePositiveResults */ @@ -47,7 +47,7 @@ public List getFalsePositiveResults() { * This is the setter method. this will set the falsePositiveResults * False positive result details. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return falsePositiveResults */ @@ -59,7 +59,7 @@ public void setFalsePositiveResults(List falsePositiveResu * This is the setter method this will set the falsePositiveResults * False positive result details. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return falsePositiveResults */ @@ -75,7 +75,7 @@ public FalsePositiveDetails addFalsePositiveResultsItem(FalsePositiveResult fals * This is the getter method this will return the attribute value. * Virtualservice name for which false positive is being generated. * Field introduced in 30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -87,7 +87,7 @@ public String getVsName() { * This is the setter method to the attribute. * Virtualservice name for which false positive is being generated. * Field introduced in 30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -99,7 +99,7 @@ public void setVsName(String vsName) { * This is the getter method this will return the attribute value. * Virtualservice uuid for which false positive is being generated. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -111,7 +111,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Virtualservice uuid for which false positive is being generated. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/FalsePositiveLearningConfig.java b/java/src/com/vmware/avi/sdk/model/FalsePositiveLearningConfig.java index 48ec9bf1d6..6eed450240 100644 --- a/java/src/com/vmware/avi/sdk/model/FalsePositiveLearningConfig.java +++ b/java/src/com/vmware/avi/sdk/model/FalsePositiveLearningConfig.java @@ -39,7 +39,7 @@ public class FalsePositiveLearningConfig { * This is the getter method this will return the attribute value. * Max number of applications supported to detect false positive. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return maxAppsSupported */ @@ -51,7 +51,7 @@ public Integer getMaxAppsSupported() { * This is the setter method to the attribute. * Max number of applications supported to detect false positive. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param maxAppsSupported set the maxAppsSupported. */ @@ -65,7 +65,7 @@ public void setMaxAppsSupported(Integer maxAppsSupported) { * Unit is minutes. * Field introduced in 22.1.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10080. * @return minMonitorTime */ @@ -79,7 +79,7 @@ public Integer getMinMonitorTime() { * Unit is minutes. * Field introduced in 22.1.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10080. * @param minMonitorTime set the minMonitorTime. */ @@ -91,7 +91,7 @@ public void setMinMonitorTime(Integer minMonitorTime) { * This is the getter method this will return the attribute value. * Minimum number of transactions in one application required to automatically detect false positive. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000000. * @return minTransPerApplication */ @@ -103,7 +103,7 @@ public Integer getMinTransPerApplication() { * This is the setter method to the attribute. * Minimum number of transactions in one application required to automatically detect false positive. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000000. * @param minTransPerApplication set the minTransPerApplication. */ @@ -115,7 +115,7 @@ public void setMinTransPerApplication(Integer minTransPerApplication) { * This is the getter method this will return the attribute value. * Minimum number of transactions in one uri required to automatically detect false positive. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return minTransPerUri */ @@ -127,7 +127,7 @@ public Integer getMinTransPerUri() { * This is the setter method to the attribute. * Minimum number of transactions in one uri required to automatically detect false positive. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param minTransPerUri set the minTransPerUri. */ diff --git a/java/src/com/vmware/avi/sdk/model/FalsePositiveResult.java b/java/src/com/vmware/avi/sdk/model/FalsePositiveResult.java index 52e0d33e6b..c1e89bf87a 100644 --- a/java/src/com/vmware/avi/sdk/model/FalsePositiveResult.java +++ b/java/src/com/vmware/avi/sdk/model/FalsePositiveResult.java @@ -57,7 +57,7 @@ public class FalsePositiveResult { * This is the getter method this will return the attribute value. * This flag indicates whether this result is identifying an attack. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attack */ @@ -69,7 +69,7 @@ public Boolean getAttack() { * This is the setter method to the attribute. * This flag indicates whether this result is identifying an attack. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attack set the attack. */ @@ -83,7 +83,7 @@ public void setAttack(Boolean attack) { * Allowed values are 0-100. * Field introduced in 21.1.1. * Unit is percent. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return confidence */ @@ -97,7 +97,7 @@ public Float getConfidence() { * Allowed values are 0-100. * Field introduced in 21.1.1. * Unit is percent. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param confidence set the confidence. */ @@ -109,7 +109,7 @@ public void setConfidence(Float confidence) { * This is the getter method this will return the attribute value. * This flag indicates whether this result is identifying a false positive. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return falsePositive */ @@ -121,7 +121,7 @@ public Boolean getFalsePositive() { * This is the setter method to the attribute. * This flag indicates whether this result is identifying a false positive. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param falsePositive set the falsePositive. */ @@ -133,7 +133,7 @@ public void setFalsePositive(Boolean falsePositive) { * This is the getter method this will return the attribute value. * Meta data for this false positive result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fpResultHeader */ @@ -145,7 +145,7 @@ public FalsePositiveResultHeader getFpResultHeader() { * This is the setter method to the attribute. * Meta data for this false positive result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fpResultHeader set the fpResultHeader. */ @@ -157,7 +157,7 @@ public void setFpResultHeader(FalsePositiveResultHeader fpResultHeader) { * This is the getter method this will return the attribute value. * Http method for uris did false positive detection. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpMethod */ @@ -169,7 +169,7 @@ public String getHttpMethod() { * This is the setter method to the attribute. * Http method for uris did false positive detection. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpMethod set the httpMethod. */ @@ -181,7 +181,7 @@ public void setHttpMethod(String httpMethod) { * This is the getter method this will return the attribute value. * Http request header info if uri hit signature rule and match element is request_headers. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpRequestHeaderInfo */ @@ -193,7 +193,7 @@ public HeaderInfoInURI getHttpRequestHeaderInfo() { * This is the setter method to the attribute. * Http request header info if uri hit signature rule and match element is request_headers. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpRequestHeaderInfo set the httpRequestHeaderInfo. */ @@ -205,7 +205,7 @@ public void setHttpRequestHeaderInfo(HeaderInfoInURI httpRequestHeaderInfo) { * This is the getter method this will return the attribute value. * Params info if uri hit signature rule and match element is args. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramsInfo */ @@ -217,7 +217,7 @@ public ParamsInURI getParamsInfo() { * This is the setter method to the attribute. * Params info if uri hit signature rule and match element is args. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param paramsInfo set the paramsInfo. */ @@ -229,7 +229,7 @@ public void setParamsInfo(ParamsInURI paramsInfo) { * This is the getter method this will return the attribute value. * Signature rule info hitted by uri. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleInfo */ @@ -241,7 +241,7 @@ public RuleInfo getRuleInfo() { * This is the setter method to the attribute. * Signature rule info hitted by uri. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleInfo set the ruleInfo. */ @@ -253,7 +253,7 @@ public void setRuleInfo(RuleInfo ruleInfo) { * This is the getter method this will return the attribute value. * Uris did false positive detection. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uri */ @@ -265,7 +265,7 @@ public String getUri() { * This is the setter method to the attribute. * Uris did false positive detection. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uri set the uri. */ @@ -278,7 +278,7 @@ public void setUri(String uri) { * What failing mode that false positive detected as for current uri. * Enum options - ALWAYS_FAIL, SOMETIMES_FAIL, NOT_SURE. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriResultMode */ @@ -291,7 +291,7 @@ public String getUriResultMode() { * What failing mode that false positive detected as for current uri. * Enum options - ALWAYS_FAIL, SOMETIMES_FAIL, NOT_SURE. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriResultMode set the uriResultMode. */ diff --git a/java/src/com/vmware/avi/sdk/model/FalsePositiveResultHeader.java b/java/src/com/vmware/avi/sdk/model/FalsePositiveResultHeader.java index ffbb443d27..ef54d875d4 100644 --- a/java/src/com/vmware/avi/sdk/model/FalsePositiveResultHeader.java +++ b/java/src/com/vmware/avi/sdk/model/FalsePositiveResultHeader.java @@ -42,7 +42,7 @@ public class FalsePositiveResultHeader { * This is the getter method this will return the attribute value. * Time that analytics engine ends to analytics for this false positive result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endAnalysisTime */ @@ -54,7 +54,7 @@ public String getEndAnalysisTime() { * This is the setter method to the attribute. * Time that analytics engine ends to analytics for this false positive result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endAnalysisTime set the endAnalysisTime. */ @@ -66,7 +66,7 @@ public void setEndAnalysisTime(String endAnalysisTime) { * This is the getter method this will return the attribute value. * First received data time that analytics engine uses to analysis for this false positive result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return firstDataReceivedTime */ @@ -78,7 +78,7 @@ public String getFirstDataReceivedTime() { * This is the setter method to the attribute. * First received data time that analytics engine uses to analysis for this false positive result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param firstDataReceivedTime set the firstDataReceivedTime. */ @@ -90,7 +90,7 @@ public void setFirstDataReceivedTime(String firstDataReceivedTime) { * This is the getter method this will return the attribute value. * Last received data time that analytics engine uses to analysis for this false positive result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastDataReceivedTime */ @@ -102,7 +102,7 @@ public String getLastDataReceivedTime() { * This is the setter method to the attribute. * Last received data time that analytics engine uses to analysis for this false positive result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastDataReceivedTime set the lastDataReceivedTime. */ @@ -114,7 +114,7 @@ public void setLastDataReceivedTime(String lastDataReceivedTime) { * This is the getter method this will return the attribute value. * Time that analytics engine starts to analytics for this false positive result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startAnalysisTime */ @@ -126,7 +126,7 @@ public String getStartAnalysisTime() { * This is the setter method to the attribute. * Time that analytics engine starts to analytics for this false positive result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startAnalysisTime set the startAnalysisTime. */ @@ -138,7 +138,7 @@ public void setStartAnalysisTime(String startAnalysisTime) { * This is the getter method this will return the attribute value. * Total data amount analytics engine uses to analytics for this false positive result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return transactionsCount */ @@ -150,7 +150,7 @@ public Integer getTransactionsCount() { * This is the setter method to the attribute. * Total data amount analytics engine uses to analytics for this false positive result. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param transactionsCount set the transactionsCount. */ diff --git a/java/src/com/vmware/avi/sdk/model/FbGsInfo.java b/java/src/com/vmware/avi/sdk/model/FbGsInfo.java index a5160ea244..d7eb2df633 100644 --- a/java/src/com/vmware/avi/sdk/model/FbGsInfo.java +++ b/java/src/com/vmware/avi/sdk/model/FbGsInfo.java @@ -30,7 +30,7 @@ public class FbGsInfo { * This is the getter method this will return the attribute value. * Fb snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -42,7 +42,7 @@ public OperationalStatus getOperStatus() { * This is the setter method to the attribute. * Fb snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ diff --git a/java/src/com/vmware/avi/sdk/model/FbPoolInfo.java b/java/src/com/vmware/avi/sdk/model/FbPoolInfo.java index 459e6e14bc..782ec21bed 100644 --- a/java/src/com/vmware/avi/sdk/model/FbPoolInfo.java +++ b/java/src/com/vmware/avi/sdk/model/FbPoolInfo.java @@ -30,7 +30,7 @@ public class FbPoolInfo { * This is the getter method this will return the attribute value. * Fb snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -42,7 +42,7 @@ public OperationalStatus getOperStatus() { * This is the setter method to the attribute. * Fb snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ diff --git a/java/src/com/vmware/avi/sdk/model/FbSeInfo.java b/java/src/com/vmware/avi/sdk/model/FbSeInfo.java index 647baa185f..eaeacf39b7 100644 --- a/java/src/com/vmware/avi/sdk/model/FbSeInfo.java +++ b/java/src/com/vmware/avi/sdk/model/FbSeInfo.java @@ -30,7 +30,7 @@ public class FbSeInfo { * This is the getter method this will return the attribute value. * Fb snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -42,7 +42,7 @@ public OperationalStatus getOperStatus() { * This is the setter method to the attribute. * Fb snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ diff --git a/java/src/com/vmware/avi/sdk/model/FbVsInfo.java b/java/src/com/vmware/avi/sdk/model/FbVsInfo.java index b8c379dafa..ffc067a0e2 100644 --- a/java/src/com/vmware/avi/sdk/model/FbVsInfo.java +++ b/java/src/com/vmware/avi/sdk/model/FbVsInfo.java @@ -30,7 +30,7 @@ public class FbVsInfo { * This is the getter method this will return the attribute value. * Fb snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -42,7 +42,7 @@ public OperationalStatus getOperStatus() { * This is the setter method to the attribute. * Fb snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ diff --git a/java/src/com/vmware/avi/sdk/model/FdsInfo.java b/java/src/com/vmware/avi/sdk/model/FdsInfo.java new file mode 100644 index 0000000000..f79ae76390 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/FdsInfo.java @@ -0,0 +1,129 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The FdsInfo is a POJO class extends AviRestResource that used for creating + * FdsInfo. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class FdsInfo { + @JsonProperty("objects") + private List objects; + + @JsonProperty("timeline") + private String timeline; + + + /** + * This is the getter method this will return the attribute value. + * Captures the federated objects the site supports as per the controller version. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return objects + */ + public List getObjects() { + return objects; + } + + /** + * This is the setter method. this will set the objects + * Captures the federated objects the site supports as per the controller version. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return objects + */ + public void setObjects(List objects) { + this.objects = objects; + } + + /** + * This is the setter method this will set the objects + * Captures the federated objects the site supports as per the controller version. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return objects + */ + public FdsInfo addObjectsItem(String objectsItem) { + if (this.objects == null) { + this.objects = new ArrayList(); + } + this.objects.add(objectsItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Capture fds timeline the client is using. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return timeline + */ + public String getTimeline() { + return timeline; + } + + /** + * This is the setter method to the attribute. + * Capture fds timeline the client is using. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param timeline set the timeline. + */ + public void setTimeline(String timeline) { + this.timeline = timeline; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + FdsInfo objFdsInfo = (FdsInfo) o; + return Objects.equals(this.timeline, objFdsInfo.timeline)&& + Objects.equals(this.objects, objFdsInfo.objects); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class FdsInfo {\n"); + sb.append(" objects: ").append(toIndentedString(objects)).append("\n"); + sb.append(" timeline: ").append(toIndentedString(timeline)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/FeProxyRoutePublishConfig.java b/java/src/com/vmware/avi/sdk/model/FeProxyRoutePublishConfig.java index 568bef4cdd..d0893127d8 100644 --- a/java/src/com/vmware/avi/sdk/model/FeProxyRoutePublishConfig.java +++ b/java/src/com/vmware/avi/sdk/model/FeProxyRoutePublishConfig.java @@ -39,7 +39,7 @@ public class FeProxyRoutePublishConfig { * This is the getter method this will return the attribute value. * Publish ecmp route to upstream router for vip. * Enum options - FE_PROXY_ROUTE_PUBLISH_NONE, FE_PROXY_ROUTE_PUBLISH_QUAGGA_WEBAPP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FE_PROXY_ROUTE_PUBLISH_NONE". * @return mode */ @@ -51,7 +51,7 @@ public String getMode() { * This is the setter method to the attribute. * Publish ecmp route to upstream router for vip. * Enum options - FE_PROXY_ROUTE_PUBLISH_NONE, FE_PROXY_ROUTE_PUBLISH_QUAGGA_WEBAPP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FE_PROXY_ROUTE_PUBLISH_NONE". * @param mode set the mode. */ @@ -62,7 +62,7 @@ public void setMode(String mode) { /** * This is the getter method this will return the attribute value. * Listener port for publisher. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 80. * @return publisherPort */ @@ -73,7 +73,7 @@ public Integer getPublisherPort() { /** * This is the setter method to the attribute. * Listener port for publisher. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 80. * @param publisherPort set the publisherPort. */ @@ -84,7 +84,7 @@ public void setPublisherPort(Integer publisherPort) { /** * This is the getter method this will return the attribute value. * Subnet for publisher. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @return subnet */ @@ -95,7 +95,7 @@ public Integer getSubnet() { /** * This is the setter method to the attribute. * Subnet for publisher. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @param subnet set the subnet. */ @@ -106,7 +106,7 @@ public void setSubnet(Integer subnet) { /** * This is the getter method this will return the attribute value. * Token for tracking changes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return token */ @@ -117,7 +117,7 @@ public String getToken() { /** * This is the setter method to the attribute. * Token for tracking changes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param token set the token. */ diff --git a/java/src/com/vmware/avi/sdk/model/FederationCheckpoint.java b/java/src/com/vmware/avi/sdk/model/FederationCheckpoint.java index debf8d4b69..1d660ae60b 100644 --- a/java/src/com/vmware/avi/sdk/model/FederationCheckpoint.java +++ b/java/src/com/vmware/avi/sdk/model/FederationCheckpoint.java @@ -48,7 +48,7 @@ public class FederationCheckpoint extends AviRestResource { * This is the getter method this will return the attribute value. * Date when the checkpoint was created. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return date */ @@ -60,7 +60,7 @@ public String getDate() { * This is the setter method to the attribute. * Date when the checkpoint was created. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param date set the date. */ @@ -72,7 +72,7 @@ public void setDate(String date) { * This is the getter method this will return the attribute value. * Description for this checkpoint. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -84,7 +84,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description for this checkpoint. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -98,7 +98,7 @@ public void setDescription(String description) { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return isFederated */ @@ -112,7 +112,7 @@ public Boolean getIsFederated() { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param isFederated set the isFederated. */ @@ -124,7 +124,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * Name of the checkpoint. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -136,7 +136,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the checkpoint. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -149,7 +149,7 @@ public void setName(String name) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -162,7 +162,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -191,7 +191,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the checkpoint. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -203,7 +203,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the checkpoint. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/FileObject.java b/java/src/com/vmware/avi/sdk/model/FileObject.java index 5ace86d3f0..5a3cadeb28 100644 --- a/java/src/com/vmware/avi/sdk/model/FileObject.java +++ b/java/src/com/vmware/avi/sdk/model/FileObject.java @@ -24,6 +24,9 @@ public class FileObject extends AviRestResource { @JsonProperty("checksum") private String checksum; + @JsonProperty("child_refs") + private List childRefs; + @JsonProperty("compressed") private Boolean compressed = false; @@ -36,9 +39,18 @@ public class FileObject extends AviRestResource { @JsonProperty("description") private String description; + @JsonProperty("events") + private List events; + @JsonProperty("expires_at") private String expiresAt; + @JsonProperty("gslb_geodb_format") + private String gslbGeodbFormat; + + @JsonProperty("has_parent") + private Boolean hasParent = false; + @JsonProperty("is_federated") private Boolean isFederated = false; @@ -78,7 +90,7 @@ public class FileObject extends AviRestResource { * This is the getter method this will return the attribute value. * Sha1 checksum of the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checksum */ @@ -90,19 +102,61 @@ public String getChecksum() { * This is the setter method to the attribute. * Sha1 checksum of the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param checksum set the checksum. */ public void setChecksum(String checksum) { this.checksum = checksum; } + /** + * This is the getter method this will return the attribute value. + * Avi internal formatted/converted files. + * It is a reference to an object of type fileobject. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return childRefs + */ + public List getChildRefs() { + return childRefs; + } + + /** + * This is the setter method. this will set the childRefs + * Avi internal formatted/converted files. + * It is a reference to an object of type fileobject. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return childRefs + */ + public void setChildRefs(List childRefs) { + this.childRefs = childRefs; + } + + /** + * This is the setter method this will set the childRefs + * Avi internal formatted/converted files. + * It is a reference to an object of type fileobject. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return childRefs + */ + public FileObject addChildRefsItem(String childRefsItem) { + if (this.childRefs == null) { + this.childRefs = new ArrayList(); + } + this.childRefs.add(childRefsItem); + return this; + } /** * This is the getter method this will return the attribute value. * This field indicates whether the file is gzip-compressed. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return compressed */ @@ -114,7 +168,7 @@ public Boolean getCompressed() { * This is the setter method to the attribute. * This field indicates whether the file is gzip-compressed. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param compressed set the compressed. */ @@ -126,7 +180,7 @@ public void setCompressed(Boolean compressed) { * This is the getter method this will return the attribute value. * Timestamp of creation for the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return created */ @@ -138,7 +192,7 @@ public String getCreated() { * This is the setter method to the attribute. * Timestamp of creation for the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param created set the created. */ @@ -150,7 +204,7 @@ public void setCreated(String created) { * This is the getter method this will return the attribute value. * This field contains certificate revocation list metadata. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crlInfo */ @@ -162,7 +216,7 @@ public CRL getCrlInfo() { * This is the setter method to the attribute. * This field contains certificate revocation list metadata. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param crlInfo set the crlInfo. */ @@ -174,7 +228,7 @@ public void setCrlInfo(CRL crlInfo) { * This is the getter method this will return the attribute value. * Description of the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -186,20 +240,59 @@ public String getDescription() { * This is the setter method to the attribute. * Description of the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ public void setDescription(String description) { this.description = description; } + /** + * This is the getter method this will return the attribute value. + * List of all fileobject events. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return events + */ + public List getEvents() { + return events; + } + + /** + * This is the setter method. this will set the events + * List of all fileobject events. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return events + */ + public void setEvents(List events) { + this.events = events; + } + + /** + * This is the setter method this will set the events + * List of all fileobject events. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return events + */ + public FileObject addEventsItem(FileObjectEventMap eventsItem) { + if (this.events == null) { + this.events = new ArrayList(); + } + this.events.add(eventsItem); + return this; + } /** * This is the getter method this will return the attribute value. * Timestamp when the file will be no longer needed and can be removed by the system. * If this is set, a garbage collector process will try to remove the file after this time. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiresAt */ @@ -212,7 +305,7 @@ public String getExpiresAt() { * Timestamp when the file will be no longer needed and can be removed by the system. * If this is set, a garbage collector process will try to remove the file after this time. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expiresAt set the expiresAt. */ @@ -220,13 +313,65 @@ public void setExpiresAt(String expiresAt) { this.expiresAt = expiresAt; } + /** + * This is the getter method this will return the attribute value. + * This field indicates the file format of gslb geodb file type. + * Enum options - GSLB_GEODB_FILE_FORMAT_AVI, GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY, GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY_V6, + * GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY_V4_AND_V6, GSLB_GEODB_FILE_FORMAT_AVI_V6, GSLB_GEODB_FILE_FORMAT_AVI_V4_AND_V6. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return gslbGeodbFormat + */ + public String getGslbGeodbFormat() { + return gslbGeodbFormat; + } + + /** + * This is the setter method to the attribute. + * This field indicates the file format of gslb geodb file type. + * Enum options - GSLB_GEODB_FILE_FORMAT_AVI, GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY, GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY_V6, + * GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY_V4_AND_V6, GSLB_GEODB_FILE_FORMAT_AVI_V6, GSLB_GEODB_FILE_FORMAT_AVI_V4_AND_V6. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param gslbGeodbFormat set the gslbGeodbFormat. + */ + public void setGslbGeodbFormat(String gslbGeodbFormat) { + this.gslbGeodbFormat = gslbGeodbFormat; + } + + /** + * This is the getter method this will return the attribute value. + * This field indicates if the the given fileobjecthas a parent fileobject or not. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return hasParent + */ + public Boolean getHasParent() { + return hasParent; + } + + /** + * This is the setter method to the attribute. + * This field indicates if the the given fileobjecthas a parent fileobject or not. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param hasParent set the hasParent. + */ + public void setHasParent(Boolean hasParent) { + this.hasParent = hasParent; + } + /** * This is the getter method this will return the attribute value. * This field describes the object's replication scope. * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isFederated */ @@ -240,7 +385,7 @@ public Boolean getIsFederated() { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isFederated set the isFederated. */ @@ -252,7 +397,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * Name of the file object. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -264,7 +409,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the file object. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -276,7 +421,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Path to the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -288,7 +433,7 @@ public String getPath() { * This is the setter method to the attribute. * Path to the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -300,7 +445,7 @@ public void setPath(String path) { * This is the getter method this will return the attribute value. * Enforce read-only on the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return readOnly */ @@ -312,7 +457,7 @@ public Boolean getReadOnly() { * This is the setter method to the attribute. * Enforce read-only on the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param readOnly set the readOnly. */ @@ -324,7 +469,7 @@ public void setReadOnly(Boolean readOnly) { * This is the getter method this will return the attribute value. * Flag to allow/restrict download of the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictDownload */ @@ -336,7 +481,7 @@ public Boolean getRestrictDownload() { * This is the setter method to the attribute. * Flag to allow/restrict download of the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param restrictDownload set the restrictDownload. */ @@ -348,7 +493,7 @@ public void setRestrictDownload(Boolean restrictDownload) { * This is the getter method this will return the attribute value. * Size of the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return size */ @@ -360,7 +505,7 @@ public Integer getSize() { * This is the setter method to the attribute. * Size of the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param size set the size. */ @@ -373,7 +518,7 @@ public void setSize(Integer size) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -386,7 +531,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -397,10 +542,11 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. * Type of the file. - * Enum options - OTHER_FILE_TYPES, IP_REPUTATION, GEO_DB, TECH_SUPPORT, HSMPACKAGES, IPAMDNSSCRIPTS, CONTROLLER_IMAGE, CRL_DATA. + * Enum options - OTHER_FILE_TYPES, IP_REPUTATION, GEO_DB, TECH_SUPPORT, HSMPACKAGES, IPAMDNSSCRIPTS, CONTROLLER_IMAGE, CRL_DATA, + * IP_REPUTATION_IPV6, GSLB_GEO_DB, CSRF_JS. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- other_file_types), basic edition(allowed values- - * other_file_types), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- other_file_types), basic (allowed values- other_file_types) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -411,10 +557,11 @@ public String getType() { /** * This is the setter method to the attribute. * Type of the file. - * Enum options - OTHER_FILE_TYPES, IP_REPUTATION, GEO_DB, TECH_SUPPORT, HSMPACKAGES, IPAMDNSSCRIPTS, CONTROLLER_IMAGE, CRL_DATA. + * Enum options - OTHER_FILE_TYPES, IP_REPUTATION, GEO_DB, TECH_SUPPORT, HSMPACKAGES, IPAMDNSSCRIPTS, CONTROLLER_IMAGE, CRL_DATA, + * IP_REPUTATION_IPV6, GSLB_GEO_DB, CSRF_JS. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- other_file_types), basic edition(allowed values- - * other_file_types), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- other_file_types), basic (allowed values- other_file_types) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -443,7 +590,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -455,7 +602,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -467,7 +614,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Version of the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -479,7 +626,7 @@ public String getVersion() { * This is the setter method to the attribute. * Version of the file. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ @@ -512,7 +659,11 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.isFederated, objFileObject.isFederated)&& Objects.equals(this.compressed, objFileObject.compressed)&& Objects.equals(this.expiresAt, objFileObject.expiresAt)&& - Objects.equals(this.crlInfo, objFileObject.crlInfo); + Objects.equals(this.crlInfo, objFileObject.crlInfo)&& + Objects.equals(this.childRefs, objFileObject.childRefs)&& + Objects.equals(this.events, objFileObject.events)&& + Objects.equals(this.hasParent, objFileObject.hasParent)&& + Objects.equals(this.gslbGeodbFormat, objFileObject.gslbGeodbFormat); } @Override @@ -520,11 +671,15 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class FileObject {\n"); sb.append(" checksum: ").append(toIndentedString(checksum)).append("\n"); + sb.append(" childRefs: ").append(toIndentedString(childRefs)).append("\n"); sb.append(" compressed: ").append(toIndentedString(compressed)).append("\n"); sb.append(" created: ").append(toIndentedString(created)).append("\n"); sb.append(" crlInfo: ").append(toIndentedString(crlInfo)).append("\n"); sb.append(" description: ").append(toIndentedString(description)).append("\n"); + sb.append(" events: ").append(toIndentedString(events)).append("\n"); sb.append(" expiresAt: ").append(toIndentedString(expiresAt)).append("\n"); + sb.append(" gslbGeodbFormat: ").append(toIndentedString(gslbGeodbFormat)).append("\n"); + sb.append(" hasParent: ").append(toIndentedString(hasParent)).append("\n"); sb.append(" isFederated: ").append(toIndentedString(isFederated)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" path: ").append(toIndentedString(path)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/FileObjectDetails.java b/java/src/com/vmware/avi/sdk/model/FileObjectDetails.java index b21f21cb81..c6a4aa1cbb 100644 --- a/java/src/com/vmware/avi/sdk/model/FileObjectDetails.java +++ b/java/src/com/vmware/avi/sdk/model/FileObjectDetails.java @@ -33,7 +33,7 @@ public class FileObjectDetails { * This is the getter method this will return the attribute value. * Name of file object. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -45,7 +45,7 @@ public String getName() { * This is the setter method to the attribute. * Name of file object. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -56,7 +56,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Url. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return url */ @@ -68,7 +68,7 @@ public String getUrl() { * This is the setter method. this will set the url * Url. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return url */ diff --git a/java/src/com/vmware/avi/sdk/model/FileObjectEvent.java b/java/src/com/vmware/avi/sdk/model/FileObjectEvent.java new file mode 100644 index 0000000000..f82b1bcb82 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/FileObjectEvent.java @@ -0,0 +1,203 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The FileObjectEvent is a POJO class extends AviRestResource that used for creating + * FileObjectEvent. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class FileObjectEvent { + @JsonProperty("duration") + private Integer duration; + + @JsonProperty("end_time") + private String endTime; + + @JsonProperty("message") + private String message; + + @JsonProperty("start_time") + private String startTime; + + @JsonProperty("status") + private String status; + + + + /** + * This is the getter method this will return the attribute value. + * Time taken to complete the event in seconds. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return duration + */ + public Integer getDuration() { + return duration; + } + + /** + * This is the setter method to the attribute. + * Time taken to complete the event in seconds. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param duration set the duration. + */ + public void setDuration(Integer duration) { + this.duration = duration; + } + + /** + * This is the getter method this will return the attribute value. + * End time of the event. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return endTime + */ + public String getEndTime() { + return endTime; + } + + /** + * This is the setter method to the attribute. + * End time of the event. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param endTime set the endTime. + */ + public void setEndTime(String endTime) { + this.endTime = endTime; + } + + /** + * This is the getter method this will return the attribute value. + * Event message if any. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return message + */ + public String getMessage() { + return message; + } + + /** + * This is the setter method to the attribute. + * Event message if any. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param message set the message. + */ + public void setMessage(String message) { + this.message = message; + } + + /** + * This is the getter method this will return the attribute value. + * Start time of the event. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return startTime + */ + public String getStartTime() { + return startTime; + } + + /** + * This is the setter method to the attribute. + * Start time of the event. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param startTime set the startTime. + */ + public void setStartTime(String startTime) { + this.startTime = startTime; + } + + /** + * This is the getter method this will return the attribute value. + * Event status. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return status + */ + public String getStatus() { + return status; + } + + /** + * This is the setter method to the attribute. + * Event status. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param status set the status. + */ + public void setStatus(String status) { + this.status = status; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + FileObjectEvent objFileObjectEvent = (FileObjectEvent) o; + return Objects.equals(this.startTime, objFileObjectEvent.startTime)&& + Objects.equals(this.endTime, objFileObjectEvent.endTime)&& + Objects.equals(this.duration, objFileObjectEvent.duration)&& + Objects.equals(this.status, objFileObjectEvent.status)&& + Objects.equals(this.message, objFileObjectEvent.message); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class FileObjectEvent {\n"); + sb.append(" duration: ").append(toIndentedString(duration)).append("\n"); + sb.append(" endTime: ").append(toIndentedString(endTime)).append("\n"); + sb.append(" message: ").append(toIndentedString(message)).append("\n"); + sb.append(" startTime: ").append(toIndentedString(startTime)).append("\n"); + sb.append(" status: ").append(toIndentedString(status)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/FileObjectEventMap.java b/java/src/com/vmware/avi/sdk/model/FileObjectEventMap.java new file mode 100644 index 0000000000..2354b48ce1 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/FileObjectEventMap.java @@ -0,0 +1,129 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The FileObjectEventMap is a POJO class extends AviRestResource that used for creating + * FileObjectEventMap. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class FileObjectEventMap { + @JsonProperty("task_event") + private List taskEvent; + + @JsonProperty("task_name") + private String taskName; + + + /** + * This is the getter method this will return the attribute value. + * Actual event informations. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return taskEvent + */ + public List getTaskEvent() { + return taskEvent; + } + + /** + * This is the setter method. this will set the taskEvent + * Actual event informations. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return taskEvent + */ + public void setTaskEvent(List taskEvent) { + this.taskEvent = taskEvent; + } + + /** + * This is the setter method this will set the taskEvent + * Actual event informations. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return taskEvent + */ + public FileObjectEventMap addTaskEventItem(FileObjectEvent taskEventItem) { + if (this.taskEvent == null) { + this.taskEvent = new ArrayList(); + } + this.taskEvent.add(taskEventItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Name of the event task. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return taskName + */ + public String getTaskName() { + return taskName; + } + + /** + * This is the setter method to the attribute. + * Name of the event task. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param taskName set the taskName. + */ + public void setTaskName(String taskName) { + this.taskName = taskName; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + FileObjectEventMap objFileObjectEventMap = (FileObjectEventMap) o; + return Objects.equals(this.taskName, objFileObjectEventMap.taskName)&& + Objects.equals(this.taskEvent, objFileObjectEventMap.taskEvent); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class FileObjectEventMap {\n"); + sb.append(" taskEvent: ").append(toIndentedString(taskEvent)).append("\n"); + sb.append(" taskName: ").append(toIndentedString(taskName)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/FileReferenceMapping.java b/java/src/com/vmware/avi/sdk/model/FileReferenceMapping.java index 2ecc4089b3..3fc1420e12 100644 --- a/java/src/com/vmware/avi/sdk/model/FileReferenceMapping.java +++ b/java/src/com/vmware/avi/sdk/model/FileReferenceMapping.java @@ -35,7 +35,7 @@ public class FileReferenceMapping { * Supported parameters in file_path are {image_path}, {current_version} and {prev_version}. * For example, {image_path}/{prev_version}/se_nsxt.ova would resolve to /vol/pkgs/30.1.1-9000-20230714.075215/se_nsxt.ova. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filePath */ @@ -49,7 +49,7 @@ public String getFilePath() { * Supported parameters in file_path are {image_path}, {current_version} and {prev_version}. * For example, {image_path}/{prev_version}/se_nsxt.ova would resolve to /vol/pkgs/30.1.1-9000-20230714.075215/se_nsxt.ova. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filePath set the filePath. */ @@ -62,7 +62,7 @@ public void setFilePath(String filePath) { * Short named reference for file path. * For example, se_img. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reference */ @@ -75,7 +75,7 @@ public String getReference() { * Short named reference for file path. * For example, se_img. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reference set the reference. */ diff --git a/java/src/com/vmware/avi/sdk/model/FloatingIpSubnet.java b/java/src/com/vmware/avi/sdk/model/FloatingIpSubnet.java index d4ccfa7e92..35d5842b62 100644 --- a/java/src/com/vmware/avi/sdk/model/FloatingIpSubnet.java +++ b/java/src/com/vmware/avi/sdk/model/FloatingIpSubnet.java @@ -36,7 +36,7 @@ public class FloatingIpSubnet extends AviRestResource { * This is the getter method this will return the attribute value. * Floatingip subnet name if available, else uuid. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -48,7 +48,7 @@ public String getName() { * This is the setter method to the attribute. * Floatingip subnet name if available, else uuid. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -60,7 +60,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Floatingip subnet prefix. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefix */ @@ -72,7 +72,7 @@ public IpAddrPrefix getPrefix() { * This is the setter method to the attribute. * Floatingip subnet prefix. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prefix set the prefix. */ @@ -84,7 +84,7 @@ public void setPrefix(IpAddrPrefix prefix) { * This is the getter method this will return the attribute value. * Floatingip subnet uuid. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -96,7 +96,7 @@ public String getUuid() { * This is the setter method to the attribute. * Floatingip subnet uuid. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/FlowtableProfile.java b/java/src/com/vmware/avi/sdk/model/FlowtableProfile.java index b3ee5114f8..c66419627e 100644 --- a/java/src/com/vmware/avi/sdk/model/FlowtableProfile.java +++ b/java/src/com/vmware/avi/sdk/model/FlowtableProfile.java @@ -50,7 +50,7 @@ public class FlowtableProfile { * Allowed values are 1-36000. * Field introduced in 20.1.3. * Unit is seconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return icmpIdleTimeout */ @@ -64,7 +64,7 @@ public Integer getIcmpIdleTimeout() { * Allowed values are 1-36000. * Field introduced in 20.1.3. * Unit is seconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param icmpIdleTimeout set the icmpIdleTimeout. */ @@ -78,7 +78,7 @@ public void setIcmpIdleTimeout(Integer icmpIdleTimeout) { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return tcpClosedTimeout */ @@ -92,7 +92,7 @@ public Integer getTcpClosedTimeout() { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param tcpClosedTimeout set the tcpClosedTimeout. */ @@ -106,7 +106,7 @@ public void setTcpClosedTimeout(Integer tcpClosedTimeout) { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return tcpConnectionSetupTimeout */ @@ -120,7 +120,7 @@ public Integer getTcpConnectionSetupTimeout() { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param tcpConnectionSetupTimeout set the tcpConnectionSetupTimeout. */ @@ -134,7 +134,7 @@ public void setTcpConnectionSetupTimeout(Integer tcpConnectionSetupTimeout) { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return tcpHalfClosedTimeout */ @@ -148,7 +148,7 @@ public Integer getTcpHalfClosedTimeout() { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param tcpHalfClosedTimeout set the tcpHalfClosedTimeout. */ @@ -162,7 +162,7 @@ public void setTcpHalfClosedTimeout(Integer tcpHalfClosedTimeout) { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return tcpIdleTimeout */ @@ -176,7 +176,7 @@ public Integer getTcpIdleTimeout() { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param tcpIdleTimeout set the tcpIdleTimeout. */ @@ -193,7 +193,7 @@ public void setTcpIdleTimeout(Integer tcpIdleTimeout) { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return tcpResetTimeout */ @@ -210,7 +210,7 @@ public Integer getTcpResetTimeout() { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param tcpResetTimeout set the tcpResetTimeout. */ @@ -224,7 +224,7 @@ public void setTcpResetTimeout(Integer tcpResetTimeout) { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return udpIdleTimeout */ @@ -238,7 +238,7 @@ public Integer getUdpIdleTimeout() { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param udpIdleTimeout set the udpIdleTimeout. */ diff --git a/java/src/com/vmware/avi/sdk/model/FullClientLogs.java b/java/src/com/vmware/avi/sdk/model/FullClientLogs.java index 50a7634558..c3a5fe5503 100644 --- a/java/src/com/vmware/avi/sdk/model/FullClientLogs.java +++ b/java/src/com/vmware/avi/sdk/model/FullClientLogs.java @@ -38,7 +38,7 @@ public class FullClientLogs { * Set to 0 for infinite. * Special values are 0 - infinite. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return duration */ @@ -52,7 +52,7 @@ public Integer getDuration() { * Set to 0 for infinite. * Special values are 0 - infinite. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param duration set the duration. */ @@ -64,9 +64,9 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Capture all client logs including connections and requests. * When deactivated, only errors will be logged. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is false. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is false. * @return enabled */ public Boolean getEnabled() { @@ -77,9 +77,9 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Capture all client logs including connections and requests. * When deactivated, only errors will be logged. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is false. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is false. * @param enabled set the enabled. */ public void setEnabled(Boolean enabled) { @@ -93,7 +93,7 @@ public void setEnabled(Boolean enabled) { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return throttle */ @@ -108,7 +108,7 @@ public Integer getThrottle() { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param throttle set the throttle. */ diff --git a/java/src/com/vmware/avi/sdk/model/GCPCloudRouterUpdate.java b/java/src/com/vmware/avi/sdk/model/GCPCloudRouterUpdate.java index ae95e0aed7..f2cdf6ca23 100644 --- a/java/src/com/vmware/avi/sdk/model/GCPCloudRouterUpdate.java +++ b/java/src/com/vmware/avi/sdk/model/GCPCloudRouterUpdate.java @@ -48,7 +48,7 @@ public class GCPCloudRouterUpdate { * This is the getter method this will return the attribute value. * Action performed action can be either route added or route removed from router. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -60,7 +60,7 @@ public String getAction() { * This is the setter method to the attribute. * Action performed action can be either route added or route removed from router. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -72,7 +72,7 @@ public void setAction(String action) { * This is the getter method this will return the attribute value. * Cloud uuid. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -84,7 +84,7 @@ public String getCcId() { * This is the setter method to the attribute. * Cloud uuid. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -96,7 +96,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Reason for the failure. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -108,7 +108,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Reason for the failure. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -120,7 +120,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Virtual service floating ip. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fip */ @@ -132,7 +132,7 @@ public IpAddr getFip() { * This is the setter method to the attribute. * Virtual service floating ip. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fip set the fip. */ @@ -144,7 +144,7 @@ public void setFip(IpAddr fip) { * This is the getter method this will return the attribute value. * Gcp cloud router url. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routerUrl */ @@ -156,7 +156,7 @@ public String getRouterUrl() { * This is the setter method to the attribute. * Gcp cloud router url. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routerUrl set the routerUrl. */ @@ -168,7 +168,7 @@ public void setRouterUrl(String routerUrl) { * This is the getter method this will return the attribute value. * Virtual service ip. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -180,7 +180,7 @@ public IpAddr getVip() { * This is the setter method to the attribute. * Virtual service ip. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vip set the vip. */ @@ -192,7 +192,7 @@ public void setVip(IpAddr vip) { * This is the getter method this will return the attribute value. * Virtual service uuid. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -204,7 +204,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Virtual service uuid. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/GCPConfiguration.java b/java/src/com/vmware/avi/sdk/model/GCPConfiguration.java index 15fcb20b9c..758df82395 100644 --- a/java/src/com/vmware/avi/sdk/model/GCPConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/GCPConfiguration.java @@ -61,7 +61,7 @@ public class GCPConfiguration { * Credentials to access google cloud platform apis. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudCredentialsRef */ @@ -74,7 +74,7 @@ public String getCloudCredentialsRef() { * Credentials to access google cloud platform apis. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudCredentialsRef set the cloudCredentialsRef. */ @@ -86,7 +86,7 @@ public void setCloudCredentialsRef(String cloudCredentialsRef) { * This is the getter method this will return the attribute value. * Encryption keys for google cloud services. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return encryptionKeys */ @@ -98,7 +98,7 @@ public GCPEncryptionKeys getEncryptionKeys() { * This is the setter method to the attribute. * Encryption keys for google cloud services. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param encryptionKeys set the encryptionKeys. */ @@ -109,7 +109,7 @@ public void setEncryptionKeys(GCPEncryptionKeys encryptionKeys) { * This is the getter method this will return the attribute value. * Firewall rule network target tags which will be applied on service engines to allow ingress and egress traffic for service engines. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return firewallTargetTags */ @@ -121,7 +121,7 @@ public List getFirewallTargetTags() { * This is the setter method. this will set the firewallTargetTags * Firewall rule network target tags which will be applied on service engines to allow ingress and egress traffic for service engines. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return firewallTargetTags */ @@ -133,7 +133,7 @@ public void setFirewallTargetTags(List firewallTargetTags) { * This is the setter method this will set the firewallTargetTags * Firewall rule network target tags which will be applied on service engines to allow ingress and egress traffic for service engines. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return firewallTargetTags */ @@ -149,7 +149,7 @@ public GCPConfiguration addFirewallTargetTagsItem(String firewallTargetTagsItem) * This is the getter method this will return the attribute value. * Email of gcp service account to be associated to the service engines. * Field introduced in 20.1.7, 21.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcpServiceAccountEmail */ @@ -161,7 +161,7 @@ public String getGcpServiceAccountEmail() { * This is the setter method to the attribute. * Email of gcp service account to be associated to the service engines. * Field introduced in 20.1.7, 21.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcpServiceAccountEmail set the gcpServiceAccountEmail. */ @@ -175,7 +175,7 @@ public void setGcpServiceAccountEmail(String gcpServiceAccountEmail) { * This image will be deleted once the image is created in google compute images. * By default, a bucket will be created if this field is not specified. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcsBucketName */ @@ -189,7 +189,7 @@ public String getGcsBucketName() { * This image will be deleted once the image is created in google compute images. * By default, a bucket will be created if this field is not specified. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcsBucketName set the gcsBucketName. */ @@ -203,7 +203,7 @@ public void setGcsBucketName(String gcsBucketName) { * This image will be deleted once the image is created in google compute images. * By default, service engine project id will be used. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcsProjectId */ @@ -217,7 +217,7 @@ public String getGcsProjectId() { * This image will be deleted once the image is created in google compute images. * By default, service engine project id will be used. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcsProjectId set the gcsProjectId. */ @@ -229,7 +229,7 @@ public void setGcsProjectId(String gcsProjectId) { * This is the getter method this will return the attribute value. * Google cloud platform vpc network configuration for the service engines. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkConfig */ @@ -241,7 +241,7 @@ public GCPNetworkConfig getNetworkConfig() { * This is the setter method to the attribute. * Google cloud platform vpc network configuration for the service engines. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkConfig set the networkConfig. */ @@ -253,7 +253,7 @@ public void setNetworkConfig(GCPNetworkConfig networkConfig) { * This is the getter method this will return the attribute value. * Google cloud platform region name where service engines will be spawned. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return regionName */ @@ -265,7 +265,7 @@ public String getRegionName() { * This is the setter method to the attribute. * Google cloud platform region name where service engines will be spawned. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param regionName set the regionName. */ @@ -277,7 +277,7 @@ public void setRegionName(String regionName) { * This is the getter method this will return the attribute value. * Google cloud platform project id where service engines will be spawned. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seProjectId */ @@ -289,7 +289,7 @@ public String getSeProjectId() { * This is the setter method to the attribute. * Google cloud platform project id where service engines will be spawned. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seProjectId set the seProjectId. */ @@ -301,7 +301,7 @@ public void setSeProjectId(String seProjectId) { * This is the getter method this will return the attribute value. * Vip allocation strategy defines how the vips will be created in google cloud. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipAllocationStrategy */ @@ -313,7 +313,7 @@ public GCPVIPAllocation getVipAllocationStrategy() { * This is the setter method to the attribute. * Vip allocation strategy defines how the vips will be created in google cloud. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipAllocationStrategy set the vipAllocationStrategy. */ @@ -325,7 +325,7 @@ public void setVipAllocationStrategy(GCPVIPAllocation vipAllocationStrategy) { * Google cloud platform zones where service engines will be distributed for ha. * Field introduced in 18.2.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -338,7 +338,7 @@ public List getZones() { * Google cloud platform zones where service engines will be distributed for ha. * Field introduced in 18.2.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -351,7 +351,7 @@ public void setZones(List zones) { * Google cloud platform zones where service engines will be distributed for ha. * Field introduced in 18.2.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ diff --git a/java/src/com/vmware/avi/sdk/model/GCPCredentials.java b/java/src/com/vmware/avi/sdk/model/GCPCredentials.java index 5118dc9369..e8427196f3 100644 --- a/java/src/com/vmware/avi/sdk/model/GCPCredentials.java +++ b/java/src/com/vmware/avi/sdk/model/GCPCredentials.java @@ -30,7 +30,7 @@ public class GCPCredentials { * This is the getter method this will return the attribute value. * Google cloud platform service account keyfile data in json format. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceAccountKeyfileData */ @@ -42,7 +42,7 @@ public String getServiceAccountKeyfileData() { * This is the setter method to the attribute. * Google cloud platform service account keyfile data in json format. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceAccountKeyfileData set the serviceAccountKeyfileData. */ diff --git a/java/src/com/vmware/avi/sdk/model/GCPEncryptionKeys.java b/java/src/com/vmware/avi/sdk/model/GCPEncryptionKeys.java index cf3ccd4888..455f08bbe0 100644 --- a/java/src/com/vmware/avi/sdk/model/GCPEncryptionKeys.java +++ b/java/src/com/vmware/avi/sdk/model/GCPEncryptionKeys.java @@ -40,7 +40,7 @@ public class GCPEncryptionKeys { * Cmek resource id to encrypt google cloud storage bucket. * This bucket is used to upload service engine raw image. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcsBucketKmsKeyId */ @@ -53,7 +53,7 @@ public String getGcsBucketKmsKeyId() { * Cmek resource id to encrypt google cloud storage bucket. * This bucket is used to upload service engine raw image. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcsBucketKmsKeyId set the gcsBucketKmsKeyId. */ @@ -66,7 +66,7 @@ public void setGcsBucketKmsKeyId(String gcsBucketKmsKeyId) { * Cmek resource id to encrypt service engine raw image. * The raw image is a google cloud storage object. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcsObjectsKmsKeyId */ @@ -79,7 +79,7 @@ public String getGcsObjectsKmsKeyId() { * Cmek resource id to encrypt service engine raw image. * The raw image is a google cloud storage object. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcsObjectsKmsKeyId set the gcsObjectsKmsKeyId. */ @@ -91,7 +91,7 @@ public void setGcsObjectsKmsKeyId(String gcsObjectsKmsKeyId) { * This is the getter method this will return the attribute value. * Cmek resource id to encrypt service engine disks. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDiskKmsKeyId */ @@ -103,7 +103,7 @@ public String getSeDiskKmsKeyId() { * This is the setter method to the attribute. * Cmek resource id to encrypt service engine disks. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDiskKmsKeyId set the seDiskKmsKeyId. */ @@ -115,7 +115,7 @@ public void setSeDiskKmsKeyId(String seDiskKmsKeyId) { * This is the getter method this will return the attribute value. * Cmek resource id to encrypt service engine gce image. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seImageKmsKeyId */ @@ -127,7 +127,7 @@ public String getSeImageKmsKeyId() { * This is the setter method to the attribute. * Cmek resource id to encrypt service engine gce image. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seImageKmsKeyId set the seImageKmsKeyId. */ diff --git a/java/src/com/vmware/avi/sdk/model/GCPInBandManagement.java b/java/src/com/vmware/avi/sdk/model/GCPInBandManagement.java index 21c074243e..9b270e831f 100644 --- a/java/src/com/vmware/avi/sdk/model/GCPInBandManagement.java +++ b/java/src/com/vmware/avi/sdk/model/GCPInBandManagement.java @@ -36,7 +36,7 @@ public class GCPInBandManagement { * This is the getter method this will return the attribute value. * Service engine network name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcNetworkName */ @@ -48,7 +48,7 @@ public String getVpcNetworkName() { * This is the setter method to the attribute. * Service engine network name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcNetworkName set the vpcNetworkName. */ @@ -61,7 +61,7 @@ public void setVpcNetworkName(String vpcNetworkName) { * Project id of the service engine network. * By default, service engine project id will be used. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcProjectId */ @@ -74,7 +74,7 @@ public String getVpcProjectId() { * Project id of the service engine network. * By default, service engine project id will be used. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcProjectId set the vpcProjectId. */ @@ -86,7 +86,7 @@ public void setVpcProjectId(String vpcProjectId) { * This is the getter method this will return the attribute value. * Service engine network subnet name. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcSubnetName */ @@ -98,7 +98,7 @@ public String getVpcSubnetName() { * This is the setter method to the attribute. * Service engine network subnet name. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcSubnetName set the vpcSubnetName. */ diff --git a/java/src/com/vmware/avi/sdk/model/GCPNetworkConfig.java b/java/src/com/vmware/avi/sdk/model/GCPNetworkConfig.java index 723bd913e0..d03e93555f 100644 --- a/java/src/com/vmware/avi/sdk/model/GCPNetworkConfig.java +++ b/java/src/com/vmware/avi/sdk/model/GCPNetworkConfig.java @@ -40,7 +40,7 @@ public class GCPNetworkConfig { * Config mode for google cloud network configuration. * Enum options - INBAND_MANAGEMENT, ONE_ARM_MODE, TWO_ARM_MODE. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return config */ @@ -53,7 +53,7 @@ public String getConfig() { * Config mode for google cloud network configuration. * Enum options - INBAND_MANAGEMENT, ONE_ARM_MODE, TWO_ARM_MODE. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param config set the config. */ @@ -66,7 +66,7 @@ public void setConfig(String config) { * Configure inband management as google cloud network configuration. * In this configuration the data network and management network for service engines will be same. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return inband */ @@ -79,7 +79,7 @@ public GCPInBandManagement getInband() { * Configure inband management as google cloud network configuration. * In this configuration the data network and management network for service engines will be same. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param inband set the inband. */ @@ -92,7 +92,7 @@ public void setInband(GCPInBandManagement inband) { * Configure one arm mode as google cloud network configuration. * In this configuration the data network and the management network for the service engines will be separated. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oneArm */ @@ -105,7 +105,7 @@ public GCPOneArmMode getOneArm() { * Configure one arm mode as google cloud network configuration. * In this configuration the data network and the management network for the service engines will be separated. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oneArm set the oneArm. */ @@ -118,7 +118,7 @@ public void setOneArm(GCPOneArmMode oneArm) { * Configure two arm mode as google cloud network configuration. * In this configuration the frontend data network, backend data network and the management network for the service engines will be separated. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return twoArm */ @@ -131,7 +131,7 @@ public GCPTwoArmMode getTwoArm() { * Configure two arm mode as google cloud network configuration. * In this configuration the frontend data network, backend data network and the management network for the service engines will be separated. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param twoArm set the twoArm. */ diff --git a/java/src/com/vmware/avi/sdk/model/GCPOneArmMode.java b/java/src/com/vmware/avi/sdk/model/GCPOneArmMode.java index 922fb61bf2..276343494e 100644 --- a/java/src/com/vmware/avi/sdk/model/GCPOneArmMode.java +++ b/java/src/com/vmware/avi/sdk/model/GCPOneArmMode.java @@ -45,7 +45,7 @@ public class GCPOneArmMode { * This is the getter method this will return the attribute value. * Service engine data network name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dataVpcNetworkName */ @@ -57,7 +57,7 @@ public String getDataVpcNetworkName() { * This is the setter method to the attribute. * Service engine data network name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dataVpcNetworkName set the dataVpcNetworkName. */ @@ -70,7 +70,7 @@ public void setDataVpcNetworkName(String dataVpcNetworkName) { * Project id of the service engine data network. * By default, service engine project id will be used. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dataVpcProjectId */ @@ -83,7 +83,7 @@ public String getDataVpcProjectId() { * Project id of the service engine data network. * By default, service engine project id will be used. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dataVpcProjectId set the dataVpcProjectId. */ @@ -95,7 +95,7 @@ public void setDataVpcProjectId(String dataVpcProjectId) { * This is the getter method this will return the attribute value. * Service engine data network subnet name. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dataVpcSubnetName */ @@ -107,7 +107,7 @@ public String getDataVpcSubnetName() { * This is the setter method to the attribute. * Service engine data network subnet name. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dataVpcSubnetName set the dataVpcSubnetName. */ @@ -119,7 +119,7 @@ public void setDataVpcSubnetName(String dataVpcSubnetName) { * This is the getter method this will return the attribute value. * Service engine management network name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementVpcNetworkName */ @@ -131,7 +131,7 @@ public String getManagementVpcNetworkName() { * This is the setter method to the attribute. * Service engine management network name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementVpcNetworkName set the managementVpcNetworkName. */ @@ -144,7 +144,7 @@ public void setManagementVpcNetworkName(String managementVpcNetworkName) { * Project id of the service engine management network. * By default, service engine project id will be used. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementVpcProjectId */ @@ -157,7 +157,7 @@ public String getManagementVpcProjectId() { * Project id of the service engine management network. * By default, service engine project id will be used. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementVpcProjectId set the managementVpcProjectId. */ @@ -169,7 +169,7 @@ public void setManagementVpcProjectId(String managementVpcProjectId) { * This is the getter method this will return the attribute value. * Service engine management network subnet name. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementVpcSubnetName */ @@ -181,7 +181,7 @@ public String getManagementVpcSubnetName() { * This is the setter method to the attribute. * Service engine management network subnet name. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementVpcSubnetName set the managementVpcSubnetName. */ diff --git a/java/src/com/vmware/avi/sdk/model/GCPSeGroupConfig.java b/java/src/com/vmware/avi/sdk/model/GCPSeGroupConfig.java index bc0bb7ad8c..3c0ed9f062 100644 --- a/java/src/com/vmware/avi/sdk/model/GCPSeGroupConfig.java +++ b/java/src/com/vmware/avi/sdk/model/GCPSeGroupConfig.java @@ -36,7 +36,7 @@ public class GCPSeGroupConfig { * This is the getter method this will return the attribute value. * Service engine backend data network name, used only for gcp cloud.overrides the cloud level setting for backend data network in gcp two arm mode. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendDataVpcNetworkName */ @@ -48,7 +48,7 @@ public String getBackendDataVpcNetworkName() { * This is the setter method to the attribute. * Service engine backend data network name, used only for gcp cloud.overrides the cloud level setting for backend data network in gcp two arm mode. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendDataVpcNetworkName set the backendDataVpcNetworkName. */ @@ -61,7 +61,7 @@ public void setBackendDataVpcNetworkName(String backendDataVpcNetworkName) { * Project id of the service engine backend data network. * By default, service engine project id will be used. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendDataVpcProjectId */ @@ -74,7 +74,7 @@ public String getBackendDataVpcProjectId() { * Project id of the service engine backend data network. * By default, service engine project id will be used. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendDataVpcProjectId set the backendDataVpcProjectId. */ @@ -86,7 +86,7 @@ public void setBackendDataVpcProjectId(String backendDataVpcProjectId) { * This is the getter method this will return the attribute value. * Service engine backend data subnet name, used only for gcp cloud.overrides the cloud level setting for backend data subnet in gcp two arm mode. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendDataVpcSubnetName */ @@ -98,7 +98,7 @@ public String getBackendDataVpcSubnetName() { * This is the setter method to the attribute. * Service engine backend data subnet name, used only for gcp cloud.overrides the cloud level setting for backend data subnet in gcp two arm mode. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendDataVpcSubnetName set the backendDataVpcSubnetName. */ diff --git a/java/src/com/vmware/avi/sdk/model/GCPSetup.java b/java/src/com/vmware/avi/sdk/model/GCPSetup.java index 4cb599731c..a3c95deb56 100644 --- a/java/src/com/vmware/avi/sdk/model/GCPSetup.java +++ b/java/src/com/vmware/avi/sdk/model/GCPSetup.java @@ -64,7 +64,7 @@ public class GCPSetup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -74,7 +74,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -84,7 +84,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -94,7 +94,7 @@ public String getHostname() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -104,7 +104,7 @@ public void setHostname(String hostname) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return network */ @@ -114,7 +114,7 @@ public String getNetwork() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param network set the network. */ @@ -124,7 +124,7 @@ public void setNetwork(String network) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nhopInst */ @@ -134,7 +134,7 @@ public String getNhopInst() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nhopInst set the nhopInst. */ @@ -144,7 +144,7 @@ public void setNhopInst(String nhopInst) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nhopIp */ @@ -154,7 +154,7 @@ public IpAddr getNhopIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nhopIp set the nhopIp. */ @@ -164,7 +164,7 @@ public void setNhopIp(IpAddr nhopIp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return project */ @@ -174,7 +174,7 @@ public String getProject() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param project set the project. */ @@ -184,7 +184,7 @@ public void setProject(String project) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -194,7 +194,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -204,7 +204,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routeName */ @@ -214,7 +214,7 @@ public String getRouteName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routeName set the routeName. */ @@ -224,7 +224,7 @@ public void setRouteName(String routeName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -234,7 +234,7 @@ public String getSubnet() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -244,7 +244,7 @@ public void setSubnet(String subnet) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -254,7 +254,7 @@ public IpAddr getVip() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vip set the vip. */ @@ -264,7 +264,7 @@ public void setVip(IpAddr vip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -274,7 +274,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -284,7 +284,7 @@ public void setVsName(String vsName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -294,7 +294,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ @@ -304,7 +304,7 @@ public void setVsUuid(String vsUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zone */ @@ -314,7 +314,7 @@ public String getZone() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param zone set the zone. */ diff --git a/java/src/com/vmware/avi/sdk/model/GCPTwoArmMode.java b/java/src/com/vmware/avi/sdk/model/GCPTwoArmMode.java index bcc262640a..779b2800f7 100644 --- a/java/src/com/vmware/avi/sdk/model/GCPTwoArmMode.java +++ b/java/src/com/vmware/avi/sdk/model/GCPTwoArmMode.java @@ -54,7 +54,7 @@ public class GCPTwoArmMode { * This is the getter method this will return the attribute value. * Service engine backend data network name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendDataVpcNetworkName */ @@ -66,7 +66,7 @@ public String getBackendDataVpcNetworkName() { * This is the setter method to the attribute. * Service engine backend data network name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendDataVpcNetworkName set the backendDataVpcNetworkName. */ @@ -79,7 +79,7 @@ public void setBackendDataVpcNetworkName(String backendDataVpcNetworkName) { * Project id of the service engine backend data network. * By default, service engine project id will be used. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendDataVpcProjectId */ @@ -92,7 +92,7 @@ public String getBackendDataVpcProjectId() { * Project id of the service engine backend data network. * By default, service engine project id will be used. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendDataVpcProjectId set the backendDataVpcProjectId. */ @@ -104,7 +104,7 @@ public void setBackendDataVpcProjectId(String backendDataVpcProjectId) { * This is the getter method this will return the attribute value. * Service engine backend data network subnet name. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendDataVpcSubnetName */ @@ -116,7 +116,7 @@ public String getBackendDataVpcSubnetName() { * This is the setter method to the attribute. * Service engine backend data network subnet name. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendDataVpcSubnetName set the backendDataVpcSubnetName. */ @@ -128,7 +128,7 @@ public void setBackendDataVpcSubnetName(String backendDataVpcSubnetName) { * This is the getter method this will return the attribute value. * Service engine frontend data network name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frontendDataVpcNetworkName */ @@ -140,7 +140,7 @@ public String getFrontendDataVpcNetworkName() { * This is the setter method to the attribute. * Service engine frontend data network name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frontendDataVpcNetworkName set the frontendDataVpcNetworkName. */ @@ -153,7 +153,7 @@ public void setFrontendDataVpcNetworkName(String frontendDataVpcNetworkName) { * Project id of the service engine frontend data network. * By default, service engine project id will be used. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frontendDataVpcProjectId */ @@ -166,7 +166,7 @@ public String getFrontendDataVpcProjectId() { * Project id of the service engine frontend data network. * By default, service engine project id will be used. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frontendDataVpcProjectId set the frontendDataVpcProjectId. */ @@ -178,7 +178,7 @@ public void setFrontendDataVpcProjectId(String frontendDataVpcProjectId) { * This is the getter method this will return the attribute value. * Service engine frontend data network subnet name. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frontendDataVpcSubnetName */ @@ -190,7 +190,7 @@ public String getFrontendDataVpcSubnetName() { * This is the setter method to the attribute. * Service engine frontend data network subnet name. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frontendDataVpcSubnetName set the frontendDataVpcSubnetName. */ @@ -202,7 +202,7 @@ public void setFrontendDataVpcSubnetName(String frontendDataVpcSubnetName) { * This is the getter method this will return the attribute value. * Service engine management network name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementVpcNetworkName */ @@ -214,7 +214,7 @@ public String getManagementVpcNetworkName() { * This is the setter method to the attribute. * Service engine management network name. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementVpcNetworkName set the managementVpcNetworkName. */ @@ -227,7 +227,7 @@ public void setManagementVpcNetworkName(String managementVpcNetworkName) { * Project id of the service engine management network. * By default, service engine project id will be used. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementVpcProjectId */ @@ -240,7 +240,7 @@ public String getManagementVpcProjectId() { * Project id of the service engine management network. * By default, service engine project id will be used. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementVpcProjectId set the managementVpcProjectId. */ @@ -252,7 +252,7 @@ public void setManagementVpcProjectId(String managementVpcProjectId) { * This is the getter method this will return the attribute value. * Service engine management network subnet name. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementVpcSubnetName */ @@ -264,7 +264,7 @@ public String getManagementVpcSubnetName() { * This is the setter method to the attribute. * Service engine management network subnet name. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementVpcSubnetName set the managementVpcSubnetName. */ diff --git a/java/src/com/vmware/avi/sdk/model/GCPVIPAllocation.java b/java/src/com/vmware/avi/sdk/model/GCPVIPAllocation.java index 7e1880d821..20ac16c56c 100644 --- a/java/src/com/vmware/avi/sdk/model/GCPVIPAllocation.java +++ b/java/src/com/vmware/avi/sdk/model/GCPVIPAllocation.java @@ -37,7 +37,7 @@ public class GCPVIPAllocation { * Configure google cloud internal loadbalancer for vip. * The vip will be auto allocated from a google cloud vpc subnet. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ilb */ @@ -50,7 +50,7 @@ public GCPVIPILB getIlb() { * Configure google cloud internal loadbalancer for vip. * The vip will be auto allocated from a google cloud vpc subnet. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ilb set the ilb. */ @@ -63,7 +63,7 @@ public void setIlb(GCPVIPILB ilb) { * Vip allocation mode. * Enum options - ROUTES, ILB. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ROUTES". * @return mode */ @@ -76,7 +76,7 @@ public String getMode() { * Vip allocation mode. * Enum options - ROUTES, ILB. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ROUTES". * @param mode set the mode. */ @@ -90,7 +90,7 @@ public void setMode(String mode) { * The vip can either be a static ip or auto allocted from avi internal network. * The vip should not overlap with any of the subnet ranges in google cloud vpc. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routes */ @@ -104,7 +104,7 @@ public GCPVIPRoutes getRoutes() { * The vip can either be a static ip or auto allocted from avi internal network. * The vip should not overlap with any of the subnet ranges in google cloud vpc. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routes set the routes. */ diff --git a/java/src/com/vmware/avi/sdk/model/GCPVIPILB.java b/java/src/com/vmware/avi/sdk/model/GCPVIPILB.java index fd001428f8..0052afe7e6 100644 --- a/java/src/com/vmware/avi/sdk/model/GCPVIPILB.java +++ b/java/src/com/vmware/avi/sdk/model/GCPVIPILB.java @@ -29,7 +29,7 @@ public class GCPVIPILB { * This is the getter method this will return the attribute value. * Google cloud router names to advertise byoip. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRouterNames */ @@ -41,7 +41,7 @@ public List getCloudRouterNames() { * This is the setter method. this will set the cloudRouterNames * Google cloud router names to advertise byoip. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRouterNames */ @@ -53,7 +53,7 @@ public void setCloudRouterNames(List cloudRouterNames) { * This is the setter method this will set the cloudRouterNames * Google cloud router names to advertise byoip. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRouterNames */ diff --git a/java/src/com/vmware/avi/sdk/model/GCPVIPRoutes.java b/java/src/com/vmware/avi/sdk/model/GCPVIPRoutes.java index a2dc0d94fe..8db5143ada 100644 --- a/java/src/com/vmware/avi/sdk/model/GCPVIPRoutes.java +++ b/java/src/com/vmware/avi/sdk/model/GCPVIPRoutes.java @@ -34,7 +34,7 @@ public class GCPVIPRoutes { * Match se group subnets for vip placement. * Default is to not match se group subnets. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return matchSeGroupSubnet */ @@ -47,7 +47,7 @@ public Boolean getMatchSeGroupSubnet() { * Match se group subnets for vip placement. * Default is to not match se group subnets. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param matchSeGroupSubnet set the matchSeGroupSubnet. */ @@ -59,7 +59,7 @@ public void setMatchSeGroupSubnet(Boolean matchSeGroupSubnet) { * This is the getter method this will return the attribute value. * Priority of the routes created in gcp. * Field introduced in 20.1.7, 21.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return routePriority */ @@ -71,7 +71,7 @@ public Integer getRoutePriority() { * This is the setter method to the attribute. * Priority of the routes created in gcp. * Field introduced in 20.1.7, 21.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param routePriority set the routePriority. */ diff --git a/java/src/com/vmware/avi/sdk/model/GatewayMonitor.java b/java/src/com/vmware/avi/sdk/model/GatewayMonitor.java index 450eb54e56..c2113b48b5 100644 --- a/java/src/com/vmware/avi/sdk/model/GatewayMonitor.java +++ b/java/src/com/vmware/avi/sdk/model/GatewayMonitor.java @@ -41,7 +41,7 @@ public class GatewayMonitor { /** * This is the getter method this will return the attribute value. * Ip address of next hop gateway to be monitored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayIp */ @@ -52,7 +52,7 @@ public IpAddr getGatewayIp() { /** * This is the setter method to the attribute. * Ip address of next hop gateway to be monitored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gatewayIp set the gatewayIp. */ @@ -64,7 +64,7 @@ public void setGatewayIp(IpAddr gatewayIp) { * This is the getter method this will return the attribute value. * The number of consecutive failed gateway health checks before a gateway is marked down. * Allowed values are 3-50. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return gatewayMonitorFailThreshold */ @@ -76,7 +76,7 @@ public Integer getGatewayMonitorFailThreshold() { * This is the setter method to the attribute. * The number of consecutive failed gateway health checks before a gateway is marked down. * Allowed values are 3-50. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param gatewayMonitorFailThreshold set the gatewayMonitorFailThreshold. */ @@ -90,7 +90,7 @@ public void setGatewayMonitorFailThreshold(Integer gatewayMonitorFailThreshold) * If a value is not specified, requests are sent every second. * Allowed values are 100-60000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return gatewayMonitorInterval */ @@ -104,7 +104,7 @@ public Integer getGatewayMonitorInterval() { * If a value is not specified, requests are sent every second. * Allowed values are 100-60000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param gatewayMonitorInterval set the gatewayMonitorInterval. */ @@ -116,7 +116,7 @@ public void setGatewayMonitorInterval(Integer gatewayMonitorInterval) { * This is the getter method this will return the attribute value. * The number of consecutive successful gateway health checks before a gateway that was marked down by the gateway monitor is marked up. * Allowed values are 3-50. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @return gatewayMonitorSuccessThreshold */ @@ -128,7 +128,7 @@ public Integer getGatewayMonitorSuccessThreshold() { * This is the setter method to the attribute. * The number of consecutive successful gateway health checks before a gateway that was marked down by the gateway monitor is marked up. * Allowed values are 3-50. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @param gatewayMonitorSuccessThreshold set the gatewayMonitorSuccessThreshold. */ @@ -140,7 +140,7 @@ public void setGatewayMonitorSuccessThreshold(Integer gatewayMonitorSuccessThre * This is the getter method this will return the attribute value. * Subnet providing reachability for multi-hop gateway. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -152,7 +152,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Subnet providing reachability for multi-hop gateway. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ diff --git a/java/src/com/vmware/avi/sdk/model/GcpInfo.java b/java/src/com/vmware/avi/sdk/model/GcpInfo.java index b341a9014e..ff5cc9a047 100644 --- a/java/src/com/vmware/avi/sdk/model/GcpInfo.java +++ b/java/src/com/vmware/avi/sdk/model/GcpInfo.java @@ -44,7 +44,7 @@ public class GcpInfo { /** * This is the getter method this will return the attribute value. * Hostname of this se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -55,7 +55,7 @@ public String getHostname() { /** * This is the setter method to the attribute. * Hostname of this se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -67,7 +67,7 @@ public void setHostname(String hostname) { * This is the getter method this will return the attribute value. * Instance type of this se. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return machineType */ @@ -79,7 +79,7 @@ public String getMachineType() { * This is the setter method to the attribute. * Instance type of this se. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param machineType set the machineType. */ @@ -90,7 +90,7 @@ public void setMachineType(String machineType) { /** * This is the getter method this will return the attribute value. * Network this se is assigned. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return network */ @@ -101,7 +101,7 @@ public String getNetwork() { /** * This is the setter method to the attribute. * Network this se is assigned. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param network set the network. */ @@ -112,7 +112,7 @@ public void setNetwork(String network) { /** * This is the getter method this will return the attribute value. * Project this se belongs to. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return project */ @@ -123,7 +123,7 @@ public String getProject() { /** * This is the setter method to the attribute. * Project this se belongs to. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param project set the project. */ @@ -134,7 +134,7 @@ public void setProject(String project) { /** * This is the getter method this will return the attribute value. * Subnet assigned to this se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -145,7 +145,7 @@ public String getSubnet() { /** * This is the setter method to the attribute. * Subnet assigned to this se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -156,7 +156,7 @@ public void setSubnet(String subnet) { /** * This is the getter method this will return the attribute value. * Zone this se is part of. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zone */ @@ -167,7 +167,7 @@ public String getZone() { /** * This is the setter method to the attribute. * Zone this se is part of. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param zone set the zone. */ diff --git a/java/src/com/vmware/avi/sdk/model/GeoDB.java b/java/src/com/vmware/avi/sdk/model/GeoDB.java index a47b60ba72..a4f846faf4 100644 --- a/java/src/com/vmware/avi/sdk/model/GeoDB.java +++ b/java/src/com/vmware/avi/sdk/model/GeoDB.java @@ -51,7 +51,7 @@ public class GeoDB extends AviRestResource { * This is the getter method this will return the attribute value. * Description. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -63,7 +63,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -74,7 +74,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Geo database files. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -86,7 +86,7 @@ public List getFiles() { * This is the setter method. this will set the files * Geo database files. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -98,7 +98,7 @@ public void setFiles(List files) { * This is the setter method this will set the files * Geo database files. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -114,7 +114,7 @@ public GeoDB addFilesItem(GeoDBFile filesItem) { * This is the getter method this will return the attribute value. * This field indicates that this object is replicated across gslb federation. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isFederated */ @@ -126,7 +126,7 @@ public Boolean getIsFederated() { * This is the setter method to the attribute. * This field indicates that this object is replicated across gslb federation. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isFederated set the isFederated. */ @@ -138,7 +138,7 @@ public void setIsFederated(Boolean isFederated) { * Custom mappings of geo values. * All mappings which start with the prefix 'system-' (any case) are reserved for system default objects and may be overwritten. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappings */ @@ -151,7 +151,7 @@ public List getMappings() { * Custom mappings of geo values. * All mappings which start with the prefix 'system-' (any case) are reserved for system default objects and may be overwritten. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappings */ @@ -164,7 +164,7 @@ public void setMappings(List mappings) { * Custom mappings of geo values. * All mappings which start with the prefix 'system-' (any case) are reserved for system default objects and may be overwritten. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappings */ @@ -180,7 +180,7 @@ public GeoDB addMappingsItem(GeoDBMapping mappingsItem) { * This is the getter method this will return the attribute value. * Geo database name. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -192,7 +192,7 @@ public String getName() { * This is the setter method to the attribute. * Geo database name. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -205,7 +205,7 @@ public void setName(String name) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -218,7 +218,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -247,7 +247,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of this object. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -259,7 +259,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of this object. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/GeoDBFile.java b/java/src/com/vmware/avi/sdk/model/GeoDBFile.java index 67612f7895..cc62d9431c 100644 --- a/java/src/com/vmware/avi/sdk/model/GeoDBFile.java +++ b/java/src/com/vmware/avi/sdk/model/GeoDBFile.java @@ -42,7 +42,7 @@ public class GeoDBFile { * This is the getter method this will return the attribute value. * If set to false, this file is ignored. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -54,7 +54,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * If set to false, this file is ignored. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -68,7 +68,7 @@ public void setEnabled(Boolean enabled) { * Must be of type 'geodb'. * It is a reference to an object of type fileobject. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fileRef */ @@ -82,7 +82,7 @@ public String getFileRef() { * Must be of type 'geodb'. * It is a reference to an object of type fileobject. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fileRef set the fileRef. */ @@ -94,7 +94,7 @@ public void setFileRef(String fileRef) { * This is the getter method this will return the attribute value. * Priority of the file - larger number takes precedence. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -106,7 +106,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Priority of the file - larger number takes precedence. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -118,7 +118,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Name of the file. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -130,7 +130,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the file. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -143,7 +143,7 @@ public void setName(String name) { * Source of the file data. * Enum options - VENDOR_USER_DEFINED, VENDOR_AVI_DEFINED. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vendor */ @@ -156,7 +156,7 @@ public String getVendor() { * Source of the file data. * Enum options - VENDOR_USER_DEFINED, VENDOR_AVI_DEFINED. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vendor set the vendor. */ diff --git a/java/src/com/vmware/avi/sdk/model/GeoDBMapping.java b/java/src/com/vmware/avi/sdk/model/GeoDBMapping.java index f7e1d3493c..30c3ccab6e 100644 --- a/java/src/com/vmware/avi/sdk/model/GeoDBMapping.java +++ b/java/src/com/vmware/avi/sdk/model/GeoDBMapping.java @@ -36,7 +36,7 @@ public class GeoDBMapping { * This is the getter method this will return the attribute value. * Description of the mapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -48,7 +48,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description of the mapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -59,7 +59,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * The set of mapping elements. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return elements */ @@ -71,7 +71,7 @@ public List getElements() { * This is the setter method. this will set the elements * The set of mapping elements. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return elements */ @@ -83,7 +83,7 @@ public void setElements(List elements) { * This is the setter method this will set the elements * The set of mapping elements. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return elements */ @@ -99,7 +99,7 @@ public GeoDBMapping addElementsItem(GeoDBMappingElement elementsItem) { * This is the getter method this will return the attribute value. * The unique name of the user mapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -111,7 +111,7 @@ public String getName() { * This is the setter method to the attribute. * The unique name of the user mapping. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/GeoDBMappingElement.java b/java/src/com/vmware/avi/sdk/model/GeoDBMappingElement.java index 036599d0f7..ac07971676 100644 --- a/java/src/com/vmware/avi/sdk/model/GeoDBMappingElement.java +++ b/java/src/com/vmware/avi/sdk/model/GeoDBMappingElement.java @@ -37,7 +37,7 @@ public class GeoDBMappingElement { * ATTRIBUTE_LONGITUDE, ATTRIBUTE_LATITUDE, ATTRIBUTE_CUSTOM_1, ATTRIBUTE_CUSTOM_2, ATTRIBUTE_CUSTOM_3, ATTRIBUTE_CUSTOM_4, ATTRIBUTE_CUSTOM_5, * ATTRIBUTE_CUSTOM_6, ATTRIBUTE_CUSTOM_7... * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attribute */ @@ -53,7 +53,7 @@ public String getAttribute() { * ATTRIBUTE_LONGITUDE, ATTRIBUTE_LATITUDE, ATTRIBUTE_CUSTOM_1, ATTRIBUTE_CUSTOM_2, ATTRIBUTE_CUSTOM_3, ATTRIBUTE_CUSTOM_4, ATTRIBUTE_CUSTOM_5, * ATTRIBUTE_CUSTOM_6, ATTRIBUTE_CUSTOM_7... * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attribute set the attribute. */ @@ -64,7 +64,7 @@ public void setAttribute(String attribute) { * This is the getter method this will return the attribute value. * The values to map. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -76,7 +76,7 @@ public List getValues() { * This is the setter method. this will set the values * The values to map. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -88,7 +88,7 @@ public void setValues(List values) { * This is the setter method this will set the values * The values to map. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ diff --git a/java/src/com/vmware/avi/sdk/model/GeoLocation.java b/java/src/com/vmware/avi/sdk/model/GeoLocation.java index faae098d2a..48293f1d56 100644 --- a/java/src/com/vmware/avi/sdk/model/GeoLocation.java +++ b/java/src/com/vmware/avi/sdk/model/GeoLocation.java @@ -42,7 +42,7 @@ public class GeoLocation { * The range is from -90.0 (south) to +90.0 (north). * Allowed values are -90.0-+90.0. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latitude */ @@ -57,7 +57,7 @@ public Float getLatitude() { * The range is from -90.0 (south) to +90.0 (north). * Allowed values are -90.0-+90.0. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latitude set the latitude. */ @@ -72,7 +72,7 @@ public void setLatitude(Float latitude) { * The range is from -180.0 (west) to +180.0 (east). * Allowed values are -180.0-+180.0. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return longitude */ @@ -87,7 +87,7 @@ public Float getLongitude() { * The range is from -180.0 (west) to +180.0 (east). * Allowed values are -180.0-+180.0. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param longitude set the longitude. */ @@ -99,7 +99,7 @@ public void setLongitude(Float longitude) { * This is the getter method this will return the attribute value. * Location name in the format country/state/city. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -111,7 +111,7 @@ public String getName() { * This is the setter method to the attribute. * Location name in the format country/state/city. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -123,7 +123,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Location tag string - example useast. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tag */ @@ -135,7 +135,7 @@ public String getTag() { * This is the setter method to the attribute. * Location tag string - example useast. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tag set the tag. */ diff --git a/java/src/com/vmware/avi/sdk/model/GeoMatch.java b/java/src/com/vmware/avi/sdk/model/GeoMatch.java index 63d0cc0d15..a96b6d512c 100644 --- a/java/src/com/vmware/avi/sdk/model/GeoMatch.java +++ b/java/src/com/vmware/avi/sdk/model/GeoMatch.java @@ -40,7 +40,7 @@ public class GeoMatch { * ATTRIBUTE_LONGITUDE, ATTRIBUTE_LATITUDE, ATTRIBUTE_CUSTOM_1, ATTRIBUTE_CUSTOM_2, ATTRIBUTE_CUSTOM_3, ATTRIBUTE_CUSTOM_4, ATTRIBUTE_CUSTOM_5, * ATTRIBUTE_CUSTOM_6, ATTRIBUTE_CUSTOM_7... * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attribute */ @@ -56,7 +56,7 @@ public String getAttribute() { * ATTRIBUTE_LONGITUDE, ATTRIBUTE_LATITUDE, ATTRIBUTE_CUSTOM_1, ATTRIBUTE_CUSTOM_2, ATTRIBUTE_CUSTOM_3, ATTRIBUTE_CUSTOM_4, ATTRIBUTE_CUSTOM_5, * ATTRIBUTE_CUSTOM_6, ATTRIBUTE_CUSTOM_7... * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attribute set the attribute. */ @@ -69,7 +69,7 @@ public void setAttribute(String attribute) { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchOperation */ @@ -82,7 +82,7 @@ public String getMatchOperation() { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchOperation set the matchOperation. */ @@ -93,7 +93,7 @@ public void setMatchOperation(String matchOperation) { * This is the getter method this will return the attribute value. * The values to match. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -105,7 +105,7 @@ public List getValues() { * This is the setter method. this will set the values * The values to match. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -117,7 +117,7 @@ public void setValues(List values) { * This is the setter method this will set the values * The values to match. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ diff --git a/java/src/com/vmware/avi/sdk/model/GetLogRecommendations.java b/java/src/com/vmware/avi/sdk/model/GetLogRecommendations.java deleted file mode 100644 index 5b60389b1f..0000000000 --- a/java/src/com/vmware/avi/sdk/model/GetLogRecommendations.java +++ /dev/null @@ -1,103 +0,0 @@ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache License 2.0 - */ - -package com.vmware.avi.sdk.model; - -import java.util.*; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; - -/** - * The GetLogRecommendations is a POJO class extends AviRestResource that used for creating - * GetLogRecommendations. - * - * @version 1.0 - * @since - * - */ -@JsonIgnoreProperties(ignoreUnknown = true) -@JsonInclude(JsonInclude.Include.NON_NULL) -public class GetLogRecommendations { - @JsonProperty("requests") - private List requests; - - - /** - * This is the getter method this will return the attribute value. - * Describe the recommendation we want to get. - * Field introduced in 21.1.3. - * Minimum of 1 items required. - * 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. - * @return requests - */ - public List getRequests() { - return requests; - } - - /** - * This is the setter method. this will set the requests - * Describe the recommendation we want to get. - * Field introduced in 21.1.3. - * Minimum of 1 items required. - * 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. - * @return requests - */ - public void setRequests(List requests) { - this.requests = requests; - } - - /** - * This is the setter method this will set the requests - * Describe the recommendation we want to get. - * Field introduced in 21.1.3. - * Minimum of 1 items required. - * 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. - * @return requests - */ - public GetLogRecommendations addRequestsItem(RecommendationRequest requestsItem) { - if (this.requests == null) { - this.requests = new ArrayList(); - } - this.requests.add(requestsItem); - return this; - } - - - @Override - public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - GetLogRecommendations objGetLogRecommendations = (GetLogRecommendations) o; - return Objects.equals(this.requests, objGetLogRecommendations.requests); - } - - @Override - public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class GetLogRecommendations {\n"); - sb.append(" requests: ").append(toIndentedString(requests)).append("\n"); - sb.append("}"); - return sb.toString(); - } - - /** - * Convert the given object to string with each line indented by 4 spaces - * (except the first line). - */ - private String toIndentedString(java.lang.Object o) { - if (o == null) { - return "null"; - } - return o.toString().replace("\n", "\n "); - } -} diff --git a/java/src/com/vmware/avi/sdk/model/Gslb.java b/java/src/com/vmware/avi/sdk/model/Gslb.java index 992df44957..3011f919b6 100644 --- a/java/src/com/vmware/avi/sdk/model/Gslb.java +++ b/java/src/com/vmware/avi/sdk/model/Gslb.java @@ -45,6 +45,9 @@ public class Gslb extends AviRestResource { @JsonProperty("fileobject_max_file_versions") private Integer fileobjectMaxFileVersions = 3; + @JsonProperty("gs_member_fqdn_resolution_on_se") + private Boolean gsMemberFqdnResolutionOnSe = false; + @JsonProperty("is_federated") private Boolean isFederated = true; @@ -63,6 +66,9 @@ public class Gslb extends AviRestResource { @JsonProperty("send_interval") private Integer sendInterval = 15; + @JsonProperty("short_probe_interval") + private Integer shortProbeInterval = 30; + @JsonProperty("sites") private List sites; @@ -93,7 +99,7 @@ public class Gslb extends AviRestResource { * Allowed values are 0-5. * Field introduced in 18.2.3. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return asyncInterval */ @@ -108,7 +114,7 @@ public Integer getAsyncInterval() { * Allowed values are 0-5. * Field introduced in 18.2.3. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param asyncInterval set the asyncInterval. */ @@ -121,7 +127,7 @@ public void setAsyncInterval(Integer asyncInterval) { * Max retries after which the remote site is treated as a fresh start. * In fresh start all the configs are downloaded. * Allowed values are 1-1024. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return clearOnMaxRetries */ @@ -134,7 +140,7 @@ public Integer getClearOnMaxRetries() { * Max retries after which the remote site is treated as a fresh start. * In fresh start all the configs are downloaded. * Allowed values are 1-1024. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param clearOnMaxRetries set the clearOnMaxRetries. */ @@ -146,7 +152,7 @@ public void setClearOnMaxRetries(Integer clearOnMaxRetries) { * This is the getter method this will return the attribute value. * Group to specify if the client ip addresses are public or private. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpAddrGroup */ @@ -158,7 +164,7 @@ public GslbClientIpAddrGroup getClientIpAddrGroup() { * This is the setter method to the attribute. * Group to specify if the client ip addresses are public or private. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpAddrGroup set the clientIpAddrGroup. */ @@ -168,7 +174,7 @@ public void setClientIpAddrGroup(GslbClientIpAddrGroup clientIpAddrGroup) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -178,7 +184,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -189,7 +195,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Sub domain configuration for the gslb. * Gslb service's fqdn must be a match one of these subdomains. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsConfigs */ @@ -201,7 +207,7 @@ public List getDnsConfigs() { * This is the setter method. this will set the dnsConfigs * Sub domain configuration for the gslb. * Gslb service's fqdn must be a match one of these subdomains. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsConfigs */ @@ -213,7 +219,7 @@ public void setDnsConfigs(List dnsConfigs) { * This is the setter method this will set the dnsConfigs * Sub domain configuration for the gslb. * Gslb service's fqdn must be a match one of these subdomains. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsConfigs */ @@ -229,7 +235,7 @@ public Gslb addDnsConfigsItem(DNSConfig dnsConfigsItem) { * This is the getter method this will return the attribute value. * Allows enable/disable of gslbservice pool groups and pool members from the gslb follower members. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableConfigByMembers */ @@ -241,7 +247,7 @@ public Boolean getEnableConfigByMembers() { * This is the setter method to the attribute. * Allows enable/disable of gslbservice pool groups and pool members from the gslb follower members. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableConfigByMembers set the enableConfigByMembers. */ @@ -257,7 +263,7 @@ public void setEnableConfigByMembers(Boolean enableConfigByMembers) { * Special values are 0 - disable. * Field introduced in 18.2.3. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return errorResyncInterval */ @@ -273,7 +279,7 @@ public Integer getErrorResyncInterval() { * Special values are 0 - disable. * Field introduced in 18.2.3. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param errorResyncInterval set the errorResyncInterval. */ @@ -290,7 +296,7 @@ public void setErrorResyncInterval(Integer errorResyncInterval) { * On the fourth upload of the file, the v1 will be file rotated and v2, v3 and v4 will be retained. * Allowed values are 1-5. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return fileobjectMaxFileVersions */ @@ -307,7 +313,7 @@ public Integer getFileobjectMaxFileVersions() { * On the fourth upload of the file, the v1 will be file rotated and v2, v3 and v4 will be retained. * Allowed values are 1-5. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param fileobjectMaxFileVersions set the fileobjectMaxFileVersions. */ @@ -315,11 +321,37 @@ public void setFileobjectMaxFileVersions(Integer fileobjectMaxFileVersions) { this.fileobjectMaxFileVersions = fileobjectMaxFileVersions; } + /** + * This is the getter method this will return the attribute value. + * If this knob is enabled, gslb service member fqdn will be resolved by the service engines hosting the gslb service. + * Each service engine will resolve and consume the resolved ip addresses locally. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return gsMemberFqdnResolutionOnSe + */ + public Boolean getGsMemberFqdnResolutionOnSe() { + return gsMemberFqdnResolutionOnSe; + } + + /** + * This is the setter method to the attribute. + * If this knob is enabled, gslb service member fqdn will be resolved by the service engines hosting the gslb service. + * Each service engine will resolve and consume the resolved ip addresses locally. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param gsMemberFqdnResolutionOnSe set the gsMemberFqdnResolutionOnSe. + */ + public void setGsMemberFqdnResolutionOnSe(Boolean gsMemberFqdnResolutionOnSe) { + this.gsMemberFqdnResolutionOnSe = gsMemberFqdnResolutionOnSe; + } + /** * This is the getter method this will return the attribute value. * This field indicates that this object is replicated across gslb federation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return isFederated */ @@ -331,7 +363,7 @@ public Boolean getIsFederated() { * This is the setter method to the attribute. * This field indicates that this object is replicated across gslb federation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param isFederated set the isFederated. */ @@ -343,7 +375,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * Mark this site as leader of gslb configuration. * This site is the one among the avi sites. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return leaderClusterUuid */ @@ -355,7 +387,7 @@ public String getLeaderClusterUuid() { * This is the setter method to the attribute. * Mark this site as leader of gslb configuration. * This site is the one among the avi sites. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param leaderClusterUuid set the leaderClusterUuid. */ @@ -371,7 +403,7 @@ public void setLeaderClusterUuid(String leaderClusterUuid) { * upgraded. * This configuration programmatically blocks the leader from accepting new gslb configuration when member sites are undergoing upgrade. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return maintenanceMode */ @@ -387,7 +419,7 @@ public Boolean getMaintenanceMode() { * upgraded. * This configuration programmatically blocks the leader from accepting new gslb configuration when member sites are undergoing upgrade. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param maintenanceMode set the maintenanceMode. */ @@ -398,7 +430,7 @@ public void setMaintenanceMode(Boolean maintenanceMode) { /** * This is the getter method this will return the attribute value. * Name for the gslb object. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -409,7 +441,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name for the gslb object. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -421,7 +453,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Policy for replicating configuration to the active follower sites. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return replicationPolicy */ @@ -433,7 +465,7 @@ public ReplicationPolicy getReplicationPolicy() { * This is the setter method to the attribute. * Policy for replicating configuration to the active follower sites. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param replicationPolicy set the replicationPolicy. */ @@ -446,7 +478,7 @@ public void setReplicationPolicy(ReplicationPolicy replicationPolicy) { * Frequency with which group members communicate. * Allowed values are 1-3600. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @return sendInterval */ @@ -459,18 +491,46 @@ public Integer getSendInterval() { * Frequency with which group members communicate. * Allowed values are 1-3600. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @param sendInterval set the sendInterval. */ public void setSendInterval(Integer sendInterval) { this.sendInterval = sendInterval; } + + /** + * This is the getter method this will return the attribute value. + * Wait time between two consecutive short probe health checks. + * Allowed values are 1-3600. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 30. + * @return shortProbeInterval + */ + public Integer getShortProbeInterval() { + return shortProbeInterval; + } + + /** + * This is the setter method to the attribute. + * Wait time between two consecutive short probe health checks. + * Allowed values are 1-3600. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 30. + * @param shortProbeInterval set the shortProbeInterval. + */ + public void setShortProbeInterval(Integer shortProbeInterval) { + this.shortProbeInterval = shortProbeInterval; + } /** * This is the getter method this will return the attribute value. * Select avi site member belonging to this gslb. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sites */ @@ -482,7 +542,7 @@ public List getSites() { * This is the setter method. this will set the sites * Select avi site member belonging to this gslb. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sites */ @@ -494,7 +554,7 @@ public void setSites(List sites) { * This is the setter method this will set the sites * Select avi site member belonging to this gslb. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sites */ @@ -509,7 +569,7 @@ public Gslb addSitesItem(GslbSite sitesItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -520,7 +580,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -533,7 +593,7 @@ public void setTenantRef(String tenantRef) { * This field indicates tenant visibility for gs pool member selection across the gslb federated objects.tenant scope can be set only during the * gslb create and cannot be changed once it is set. * Field introduced in 18.2.12,20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return tenantScoped */ @@ -546,7 +606,7 @@ public Boolean getTenantScoped() { * This field indicates tenant visibility for gs pool member selection across the gslb federated objects.tenant scope can be set only during the * gslb create and cannot be changed once it is set. * Field introduced in 18.2.12,20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param tenantScoped set the tenantScoped. */ @@ -557,7 +617,7 @@ public void setTenantScoped(Boolean tenantScoped) { * This is the getter method this will return the attribute value. * Third party site member belonging to this gslb. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySites */ @@ -569,7 +629,7 @@ public List getThirdPartySites() { * This is the setter method. this will set the thirdPartySites * Third party site member belonging to this gslb. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySites */ @@ -581,7 +641,7 @@ public void setThirdPartySites(List thirdPartySites) { * This is the setter method this will set the thirdPartySites * Third party site member belonging to this gslb. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySites */ @@ -613,7 +673,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the gslb object. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -624,7 +684,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the gslb object. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -636,7 +696,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * The view-id is used in change-leader mode to differentiate partitioned groups while they have the same gslb namespace. * Each partitioned group will be able to operate independently by using the view-id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return viewId */ @@ -648,7 +708,7 @@ public Integer getViewId() { * This is the setter method to the attribute. * The view-id is used in change-leader mode to differentiate partitioned groups while they have the same gslb namespace. * Each partitioned group will be able to operate independently by using the view-id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param viewId set the viewId. */ @@ -685,7 +745,9 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.tenantRef, objGslb.tenantRef)&& Objects.equals(this.tenantScoped, objGslb.tenantScoped)&& Objects.equals(this.enableConfigByMembers, objGslb.enableConfigByMembers)&& - Objects.equals(this.fileobjectMaxFileVersions, objGslb.fileobjectMaxFileVersions); + Objects.equals(this.fileobjectMaxFileVersions, objGslb.fileobjectMaxFileVersions)&& + Objects.equals(this.gsMemberFqdnResolutionOnSe, objGslb.gsMemberFqdnResolutionOnSe)&& + Objects.equals(this.shortProbeInterval, objGslb.shortProbeInterval); } @Override @@ -700,12 +762,14 @@ public String toString() { sb.append(" enableConfigByMembers: ").append(toIndentedString(enableConfigByMembers)).append("\n"); sb.append(" errorResyncInterval: ").append(toIndentedString(errorResyncInterval)).append("\n"); sb.append(" fileobjectMaxFileVersions: ").append(toIndentedString(fileobjectMaxFileVersions)).append("\n"); + sb.append(" gsMemberFqdnResolutionOnSe: ").append(toIndentedString(gsMemberFqdnResolutionOnSe)).append("\n"); sb.append(" isFederated: ").append(toIndentedString(isFederated)).append("\n"); sb.append(" leaderClusterUuid: ").append(toIndentedString(leaderClusterUuid)).append("\n"); sb.append(" maintenanceMode: ").append(toIndentedString(maintenanceMode)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" replicationPolicy: ").append(toIndentedString(replicationPolicy)).append("\n"); sb.append(" sendInterval: ").append(toIndentedString(sendInterval)).append("\n"); + sb.append(" shortProbeInterval: ").append(toIndentedString(shortProbeInterval)).append("\n"); sb.append(" sites: ").append(toIndentedString(sites)).append("\n"); sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); sb.append(" tenantScoped: ").append(toIndentedString(tenantScoped)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/GslbCRMRuntime.java b/java/src/com/vmware/avi/sdk/model/GslbCRMRuntime.java new file mode 100644 index 0000000000..b5dc3d77c9 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/GslbCRMRuntime.java @@ -0,0 +1,443 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The GslbCRMRuntime is a POJO class extends AviRestResource that used for creating + * GslbCRMRuntime. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class GslbCRMRuntime extends AviRestResource { + @JsonProperty("cluster_uuid") + private String clusterUuid; + + @JsonProperty("events") + private List events; + + @JsonProperty("fds_info") + private FdsInfo fdsInfo; + + @JsonProperty("local_info") + private LocalInfo localInfo; + + @JsonProperty("name") + private String name; + + @JsonProperty("obj_uuid") + private String objUuid; + + @JsonProperty("remote_info") + private RemoteInfo remoteInfo; + + @JsonProperty("replication_policy") + private ReplicationPolicy replicationPolicy; + + @JsonProperty("site_name") + private String siteName; + + @JsonProperty("status_info") + private OperationalStatus statusInfo; + + @JsonProperty("tenant_ref") + private String tenantRef; + + @JsonProperty("url") + private String url = "url"; + + @JsonProperty("uuid") + private String uuid; + + + + /** + * This is the getter method this will return the attribute value. + * This field tracks the site_uuid for local/remote site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return clusterUuid + */ + public String getClusterUuid() { + return clusterUuid; + } + + /** + * This is the setter method to the attribute. + * This field tracks the site_uuid for local/remote site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param clusterUuid set the clusterUuid. + */ + public void setClusterUuid(String clusterUuid) { + this.clusterUuid = clusterUuid; + } + /** + * This is the getter method this will return the attribute value. + * Events captured wrt to config replication. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return events + */ + public List getEvents() { + return events; + } + + /** + * This is the setter method. this will set the events + * Events captured wrt to config replication. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return events + */ + public void setEvents(List events) { + this.events = events; + } + + /** + * This is the setter method this will set the events + * Events captured wrt to config replication. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return events + */ + public GslbCRMRuntime addEventsItem(EventInfo eventsItem) { + if (this.events == null) { + this.events = new ArrayList(); + } + this.events.add(eventsItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Federated data store related info. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return fdsInfo + */ + public FdsInfo getFdsInfo() { + return fdsInfo; + } + + /** + * This is the setter method to the attribute. + * Federated data store related info. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param fdsInfo set the fdsInfo. + */ + public void setFdsInfo(FdsInfo fdsInfo) { + this.fdsInfo = fdsInfo; + } + + /** + * This is the getter method this will return the attribute value. + * Represents local info for the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return localInfo + */ + public LocalInfo getLocalInfo() { + return localInfo; + } + + /** + * This is the setter method to the attribute. + * Represents local info for the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param localInfo set the localInfo. + */ + public void setLocalInfo(LocalInfo localInfo) { + this.localInfo = localInfo; + } + + /** + * This is the getter method this will return the attribute value. + * The name of db entry. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return name + */ + public String getName() { + return name; + } + + /** + * This is the setter method to the attribute. + * The name of db entry. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param name set the name. + */ + public void setName(String name) { + this.name = name; + } + + /** + * This is the getter method this will return the attribute value. + * Gslb crm runtime object uuid. + * Points to the gslb to which this belongs. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return objUuid + */ + public String getObjUuid() { + return objUuid; + } + + /** + * This is the setter method to the attribute. + * Gslb crm runtime object uuid. + * Points to the gslb to which this belongs. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param objUuid set the objUuid. + */ + public void setObjUuid(String objUuid) { + this.objUuid = objUuid; + } + + /** + * This is the getter method this will return the attribute value. + * Respresents remote site's info wrt to replication. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return remoteInfo + */ + public RemoteInfo getRemoteInfo() { + return remoteInfo; + } + + /** + * This is the setter method to the attribute. + * Respresents remote site's info wrt to replication. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param remoteInfo set the remoteInfo. + */ + public void setRemoteInfo(RemoteInfo remoteInfo) { + this.remoteInfo = remoteInfo; + } + + /** + * This is the getter method this will return the attribute value. + * Policy for replicating configuration to the active follower sites. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return replicationPolicy + */ + public ReplicationPolicy getReplicationPolicy() { + return replicationPolicy; + } + + /** + * This is the setter method to the attribute. + * Policy for replicating configuration to the active follower sites. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param replicationPolicy set the replicationPolicy. + */ + public void setReplicationPolicy(ReplicationPolicy replicationPolicy) { + this.replicationPolicy = replicationPolicy; + } + + /** + * This is the getter method this will return the attribute value. + * This field tracks the site name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return siteName + */ + public String getSiteName() { + return siteName; + } + + /** + * This is the setter method to the attribute. + * This field tracks the site name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param siteName set the siteName. + */ + public void setSiteName(String siteName) { + this.siteName = siteName; + } + + /** + * This is the getter method this will return the attribute value. + * Crm operational status. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return statusInfo + */ + public OperationalStatus getStatusInfo() { + return statusInfo; + } + + /** + * This is the setter method to the attribute. + * Crm operational status. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param statusInfo set the statusInfo. + */ + public void setStatusInfo(OperationalStatus statusInfo) { + this.statusInfo = statusInfo; + } + + /** + * This is the getter method this will return the attribute value. + * Uuid of the tenant. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return tenantRef + */ + public String getTenantRef() { + return tenantRef; + } + + /** + * This is the setter method to the attribute. + * Uuid of the tenant. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param tenantRef set the tenantRef. + */ + public void setTenantRef(String tenantRef) { + this.tenantRef = tenantRef; + } + /** + * This is the getter method this will return the attribute value. + * Avi controller URL of the object. + * @return url + */ + public String getUrl() { + return url; + } + + /** + * This is the setter method. this will set the url + * Avi controller URL of the object. + * @return url + */ + public void setUrl(String url) { + this.url = url; + } + + /** + * This is the getter method this will return the attribute value. + * The uuid of db entry. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return uuid + */ + public String getUuid() { + return uuid; + } + + /** + * This is the setter method to the attribute. + * The uuid of db entry. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param uuid set the uuid. + */ + public void setUuid(String uuid) { + this.uuid = uuid; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + GslbCRMRuntime objGslbCRMRuntime = (GslbCRMRuntime) o; + return Objects.equals(this.uuid, objGslbCRMRuntime.uuid)&& + Objects.equals(this.name, objGslbCRMRuntime.name)&& + Objects.equals(this.objUuid, objGslbCRMRuntime.objUuid)&& + Objects.equals(this.clusterUuid, objGslbCRMRuntime.clusterUuid)&& + Objects.equals(this.siteName, objGslbCRMRuntime.siteName)&& + Objects.equals(this.statusInfo, objGslbCRMRuntime.statusInfo)&& + Objects.equals(this.fdsInfo, objGslbCRMRuntime.fdsInfo)&& + Objects.equals(this.replicationPolicy, objGslbCRMRuntime.replicationPolicy)&& + Objects.equals(this.remoteInfo, objGslbCRMRuntime.remoteInfo)&& + Objects.equals(this.localInfo, objGslbCRMRuntime.localInfo)&& + Objects.equals(this.events, objGslbCRMRuntime.events)&& + Objects.equals(this.tenantRef, objGslbCRMRuntime.tenantRef); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class GslbCRMRuntime {\n"); + sb.append(" clusterUuid: ").append(toIndentedString(clusterUuid)).append("\n"); + sb.append(" events: ").append(toIndentedString(events)).append("\n"); + sb.append(" fdsInfo: ").append(toIndentedString(fdsInfo)).append("\n"); + sb.append(" localInfo: ").append(toIndentedString(localInfo)).append("\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" objUuid: ").append(toIndentedString(objUuid)).append("\n"); + sb.append(" remoteInfo: ").append(toIndentedString(remoteInfo)).append("\n"); + sb.append(" replicationPolicy: ").append(toIndentedString(replicationPolicy)).append("\n"); + sb.append(" siteName: ").append(toIndentedString(siteName)).append("\n"); + sb.append(" statusInfo: ").append(toIndentedString(statusInfo)).append("\n"); + sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); + sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/GslbCRMRuntimeApiResponse.java b/java/src/com/vmware/avi/sdk/model/GslbCRMRuntimeApiResponse.java new file mode 100644 index 0000000000..52ee00e0b9 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/GslbCRMRuntimeApiResponse.java @@ -0,0 +1,107 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.Objects; +import com.fasterxml.jackson.annotation.JsonProperty; +import io.swagger.v3.oas.annotations.media.Schema; +import java.util.ArrayList; +import java.util.List; + +/** + * GslbCRMRuntimeApiResponse + */ +public class GslbCRMRuntimeApiResponse { + @JsonProperty("count") + private Integer count = null; + + @JsonProperty("results") + private List results = new ArrayList(); + + public GslbCRMRuntimeApiResponse count(Integer count) { + this.count = count; + return this; + } + + /** + * Get count + * @return count + **/ + @Schema(required = true, description = "") + public Integer getCount() { + return count; + } + + public void setCount(Integer count) { + this.count = count; + } + + public GslbCRMRuntimeApiResponse results(List results) { + this.results = results; + return this; + } + + public GslbCRMRuntimeApiResponse addResultsItem(GslbCRMRuntime resultsItem) { + this.results.add(resultsItem); + return this; + } + + /** + * Get results + * @return results + **/ + @Schema(required = true, description = "") + public List getResults() { + return results; + } + + public void setResults(List results) { + this.results = results; + } + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + GslbCRMRuntimeApiResponse gslbCRMRuntimeApiResponse = (GslbCRMRuntimeApiResponse) o; + return Objects.equals(this.count, gslbCRMRuntimeApiResponse.count) && + Objects.equals(this.results, gslbCRMRuntimeApiResponse.results); + } + + @Override + public int hashCode() { + return Objects.hash(count, results); + } + + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class GslbCRMRuntimeApiResponse {\n"); + + sb.append(" count: ").append(toIndentedString(count)).append("\n"); + sb.append(" results: ").append(toIndentedString(results)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} + + diff --git a/java/src/com/vmware/avi/sdk/model/GslbClientIpAddrGroup.java b/java/src/com/vmware/avi/sdk/model/GslbClientIpAddrGroup.java index a3f6171d68..1c12368cb7 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbClientIpAddrGroup.java +++ b/java/src/com/vmware/avi/sdk/model/GslbClientIpAddrGroup.java @@ -38,7 +38,7 @@ public class GslbClientIpAddrGroup { * This is the getter method this will return the attribute value. * Configure ip address(es). * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -50,7 +50,7 @@ public List getAddrs() { * This is the setter method. this will set the addrs * Configure ip address(es). * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -62,7 +62,7 @@ public void setAddrs(List addrs) { * This is the setter method this will set the addrs * Configure ip address(es). * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -77,7 +77,7 @@ public GslbClientIpAddrGroup addAddrsItem(IpAddr addrsItem) { * This is the getter method this will return the attribute value. * Configure ip address prefix(es). * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -89,7 +89,7 @@ public List getPrefixes() { * This is the setter method. this will set the prefixes * Configure ip address prefix(es). * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -101,7 +101,7 @@ public void setPrefixes(List prefixes) { * This is the setter method this will set the prefixes * Configure ip address prefix(es). * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -116,7 +116,7 @@ public GslbClientIpAddrGroup addPrefixesItem(IpAddrPrefix prefixesItem) { * This is the getter method this will return the attribute value. * Configure ip address range(s). * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -128,7 +128,7 @@ public List getRanges() { * This is the setter method. this will set the ranges * Configure ip address range(s). * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -140,7 +140,7 @@ public void setRanges(List ranges) { * This is the setter method this will set the ranges * Configure ip address range(s). * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -157,7 +157,7 @@ public GslbClientIpAddrGroup addRangesItem(IpAddrRange rangesItem) { * Specify whether this client ip address range is public or private. * Enum options - GSLB_IP_PUBLIC, GSLB_IP_PRIVATE. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_IP_PUBLIC". * @return type */ @@ -170,7 +170,7 @@ public String getType() { * Specify whether this client ip address range is public or private. * Enum options - GSLB_IP_PUBLIC, GSLB_IP_PRIVATE. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_IP_PUBLIC". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbDnsGsStatus.java b/java/src/com/vmware/avi/sdk/model/GslbDnsGsStatus.java index 5fcc9a96eb..f58d0117a2 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbDnsGsStatus.java +++ b/java/src/com/vmware/avi/sdk/model/GslbDnsGsStatus.java @@ -41,7 +41,7 @@ public class GslbDnsGsStatus { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -52,7 +52,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -65,7 +65,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { * Counter to track the number of partial updates sent. * Once it reaches the partial updates threshold, a full update is sent. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPartialUpdates */ @@ -78,7 +78,7 @@ public Integer getNumPartialUpdates() { * Counter to track the number of partial updates sent. * Once it reaches the partial updates threshold, a full update is sent. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPartialUpdates set the numPartialUpdates. */ @@ -90,7 +90,7 @@ public void setNumPartialUpdates(Integer numPartialUpdates) { * This is the getter method this will return the attribute value. * Threshold after which a full gs status is sent. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return partialUpdateThreshold */ @@ -102,7 +102,7 @@ public Integer getPartialUpdateThreshold() { * This is the setter method to the attribute. * Threshold after which a full gs status is sent. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param partialUpdateThreshold set the partialUpdateThreshold. */ @@ -115,7 +115,7 @@ public void setPartialUpdateThreshold(Integer partialUpdateThreshold) { * State variable to trigger full or partial update. * Enum options - GSLB_FULL_UPDATE_PENDING, GSLB_PARTIAL_UPDATE_PENDING. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -128,7 +128,7 @@ public String getState() { * State variable to trigger full or partial update. * Enum options - GSLB_FULL_UPDATE_PENDING, GSLB_PARTIAL_UPDATE_PENDING. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -141,7 +141,7 @@ public void setState(String state) { * Describes the type (partial/full) of the last gs status sent to dns-vs(es). * Enum options - GSLB_NO_UPDATE, GSLB_FULL_UPDATE, GSLB_PARTIAL_UPDATE. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -154,7 +154,7 @@ public String getType() { * Describes the type (partial/full) of the last gs status sent to dns-vs(es). * Enum options - GSLB_NO_UPDATE, GSLB_FULL_UPDATE, GSLB_PARTIAL_UPDATE. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbDnsInfo.java b/java/src/com/vmware/avi/sdk/model/GslbDnsInfo.java index 965dc9bff3..d77ad96e7e 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbDnsInfo.java +++ b/java/src/com/vmware/avi/sdk/model/GslbDnsInfo.java @@ -38,7 +38,7 @@ public class GslbDnsInfo { /** * This is the getter method this will return the attribute value. * This field indicates that atleast one dns is active at the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsActive */ @@ -49,7 +49,7 @@ public Boolean getDnsActive() { /** * This is the setter method to the attribute. * This field indicates that atleast one dns is active at the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsActive set the dnsActive. */ @@ -58,7 +58,7 @@ public void setDnsActive(Boolean dnsActive) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVsStates */ @@ -68,7 +68,7 @@ public List getDnsVsStates() { /** * This is the setter method. this will set the dnsVsStates - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVsStates */ @@ -78,7 +78,7 @@ public void setDnsVsStates(List dnsVsStates) { /** * This is the setter method this will set the dnsVsStates - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVsStates */ @@ -93,9 +93,9 @@ public GslbDnsInfo addDnsVsStatesItem(GslbPerDnsState dnsVsStatesItem) { /** * This is the getter method this will return the attribute value. * This field encapsulates the gs-status edge-triggered framework. + * Field deprecated in 31.1.1. * Field introduced in 17.1.1. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return gsStatus */ public GslbDnsGsStatus getGsStatus() { @@ -105,9 +105,9 @@ public GslbDnsGsStatus getGsStatus() { /** * This is the setter method to the attribute. * This field encapsulates the gs-status edge-triggered framework. + * Field deprecated in 31.1.1. * Field introduced in 17.1.1. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param gsStatus set the gsStatus. */ public void setGsStatus(GslbDnsGsStatus gsStatus) { @@ -117,9 +117,9 @@ public void setGsStatus(GslbDnsGsStatus gsStatus) { /** * This is the getter method this will return the attribute value. * This field is used to track the retry attempts for se download errors. + * Field deprecated in 31.1.1. * Field introduced in 17.1.1. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return retryCount */ public Integer getRetryCount() { @@ -129,9 +129,9 @@ public Integer getRetryCount() { /** * This is the setter method to the attribute. * This field is used to track the retry attempts for se download errors. + * Field deprecated in 31.1.1. * Field introduced in 17.1.1. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param retryCount set the retryCount. */ public void setRetryCount(Integer retryCount) { diff --git a/java/src/com/vmware/avi/sdk/model/GslbDnsUpdate.java b/java/src/com/vmware/avi/sdk/model/GslbDnsUpdate.java index f9819b0ee5..fb775a2ad4 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbDnsUpdate.java +++ b/java/src/com/vmware/avi/sdk/model/GslbDnsUpdate.java @@ -46,7 +46,7 @@ public class GslbDnsUpdate extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clearOnMaxRetries */ @@ -56,7 +56,7 @@ public Integer getClearOnMaxRetries() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clearOnMaxRetries set the clearOnMaxRetries. */ @@ -67,7 +67,7 @@ public void setClearOnMaxRetries(Integer clearOnMaxRetries) { * This is the getter method this will return the attribute value. * List of geo db profiles associated with this dns vs. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbGeoDbProfileUuids */ @@ -79,7 +79,7 @@ public List getGslbGeoDbProfileUuids() { * This is the setter method. this will set the gslbGeoDbProfileUuids * List of geo db profiles associated with this dns vs. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbGeoDbProfileUuids */ @@ -91,7 +91,7 @@ public void setGslbGeoDbProfileUuids(List gslbGeoDbProfileUuids) { * This is the setter method this will set the gslbGeoDbProfileUuids * List of geo db profiles associated with this dns vs. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbGeoDbProfileUuids */ @@ -106,7 +106,7 @@ public GslbDnsUpdate addGslbGeoDbProfileUuidsItem(String gslbGeoDbProfileUuidsIt * This is the getter method this will return the attribute value. * List of gslb services associated with the dns vs. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceUuids */ @@ -118,7 +118,7 @@ public List getGslbServiceUuids() { * This is the setter method. this will set the gslbServiceUuids * List of gslb services associated with the dns vs. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceUuids */ @@ -130,7 +130,7 @@ public void setGslbServiceUuids(List gslbServiceUuids) { * This is the setter method this will set the gslbServiceUuids * List of gslb services associated with the dns vs. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceUuids */ @@ -145,7 +145,7 @@ public GslbDnsUpdate addGslbServiceUuidsItem(String gslbServiceUuidsItem) { * This is the getter method this will return the attribute value. * Gslb object associated with the dns vs. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbUuids */ @@ -157,7 +157,7 @@ public List getGslbUuids() { * This is the setter method. this will set the gslbUuids * Gslb object associated with the dns vs. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbUuids */ @@ -169,7 +169,7 @@ public void setGslbUuids(List gslbUuids) { * This is the setter method this will set the gslbUuids * Gslb object associated with the dns vs. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbUuids */ @@ -184,7 +184,7 @@ public GslbDnsUpdate addGslbUuidsItem(String gslbUuidsItem) { * This is the getter method this will return the attribute value. * Gslb, gslbservice objects that is pushed on a per dns basis. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objInfo */ @@ -196,7 +196,7 @@ public List getObjInfo() { * This is the setter method. this will set the objInfo * Gslb, gslbservice objects that is pushed on a per dns basis. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objInfo */ @@ -208,7 +208,7 @@ public void setObjInfo(List objInfo) { * This is the setter method this will set the objInfo * Gslb, gslbservice objects that is pushed on a per dns basis. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objInfo */ @@ -222,7 +222,7 @@ public GslbDnsUpdate addObjInfoItem(GslbObjectInfo objInfoItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sendInterval */ @@ -232,7 +232,7 @@ public Integer getSendInterval() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sendInterval set the sendInterval. */ @@ -242,7 +242,7 @@ public void setSendInterval(Integer sendInterval) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -252,7 +252,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbDownloadStatus.java b/java/src/com/vmware/avi/sdk/model/GslbDownloadStatus.java index 710fd1be07..55939d7a5f 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbDownloadStatus.java +++ b/java/src/com/vmware/avi/sdk/model/GslbDownloadStatus.java @@ -32,7 +32,7 @@ public class GslbDownloadStatus { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -43,7 +43,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -56,7 +56,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { * This field indicates the download state to a dns-vs(es) or a vs or a se depending on the usage context. * Enum options - GSLB_DOWNLOAD_NONE, GSLB_DOWNLOAD_DONE, GSLB_DOWNLOAD_PENDING, GSLB_DOWNLOAD_ERROR. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_DOWNLOAD_NONE". * @return state */ @@ -69,7 +69,7 @@ public String getState() { * This field indicates the download state to a dns-vs(es) or a vs or a se depending on the usage context. * Enum options - GSLB_DOWNLOAD_NONE, GSLB_DOWNLOAD_DONE, GSLB_DOWNLOAD_PENDING, GSLB_DOWNLOAD_ERROR. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_DOWNLOAD_NONE". * @param state set the state. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbGeoDbEntry.java b/java/src/com/vmware/avi/sdk/model/GslbGeoDbEntry.java index 6e8897f631..303b98f8c1 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbGeoDbEntry.java +++ b/java/src/com/vmware/avi/sdk/model/GslbGeoDbEntry.java @@ -24,6 +24,9 @@ public class GslbGeoDbEntry { @JsonProperty("file") private GslbGeoDbFile file; + @JsonProperty("file_obj_ref") + private String fileObjRef; + @JsonProperty("priority") private Integer priority = 10; @@ -32,9 +35,9 @@ public class GslbGeoDbEntry { /** * This is the getter method this will return the attribute value. * This field describes the geodb file. + * Field deprecated in 31.1.1. * Field introduced in 17.1.1. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return file */ public GslbGeoDbFile getFile() { @@ -44,15 +47,41 @@ public GslbGeoDbFile getFile() { /** * This is the setter method to the attribute. * This field describes the geodb file. + * Field deprecated in 31.1.1. * Field introduced in 17.1.1. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param file set the file. */ public void setFile(GslbGeoDbFile file) { this.file = file; } + /** + * This is the getter method this will return the attribute value. + * This is referred to fileobject that is associtated with the giveb geodb profile. + * It is a reference to an object of type fileobject. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return fileObjRef + */ + public String getFileObjRef() { + return fileObjRef; + } + + /** + * This is the setter method to the attribute. + * This is referred to fileobject that is associtated with the giveb geodb profile. + * It is a reference to an object of type fileobject. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param fileObjRef set the fileObjRef. + */ + public void setFileObjRef(String fileObjRef) { + this.fileObjRef = fileObjRef; + } + /** * This is the getter method this will return the attribute value. * Priority of this geodb entry. @@ -60,7 +89,7 @@ public void setFile(GslbGeoDbFile file) { * Higher the value, then greater is the priority. * Allowed values are 1-100. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return priority */ @@ -75,7 +104,7 @@ public Integer getPriority() { * Higher the value, then greater is the priority. * Allowed values are 1-100. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param priority set the priority. */ @@ -94,7 +123,8 @@ public boolean equals(java.lang.Object o) { } GslbGeoDbEntry objGslbGeoDbEntry = (GslbGeoDbEntry) o; return Objects.equals(this.priority, objGslbGeoDbEntry.priority)&& - Objects.equals(this.file, objGslbGeoDbEntry.file); + Objects.equals(this.file, objGslbGeoDbEntry.file)&& + Objects.equals(this.fileObjRef, objGslbGeoDbEntry.fileObjRef); } @Override @@ -102,6 +132,7 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class GslbGeoDbEntry {\n"); sb.append(" file: ").append(toIndentedString(file)).append("\n"); + sb.append(" fileObjRef: ").append(toIndentedString(fileObjRef)).append("\n"); sb.append(" priority: ").append(toIndentedString(priority)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/GslbGeoDbFile.java b/java/src/com/vmware/avi/sdk/model/GslbGeoDbFile.java index b5a8a8d088..7bd4eb1e78 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbGeoDbFile.java +++ b/java/src/com/vmware/avi/sdk/model/GslbGeoDbFile.java @@ -47,8 +47,7 @@ public class GslbGeoDbFile { * The checksum is internally computed. * It's value changes every time the file is uploaded/modified. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return checksum */ public String getChecksum() { @@ -61,8 +60,7 @@ public String getChecksum() { * The checksum is internally computed. * It's value changes every time the file is uploaded/modified. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param checksum set the checksum. */ public void setChecksum(String checksum) { @@ -75,8 +73,7 @@ public void setChecksum(String checksum) { * The user uploaded file will be retained while a corresponding internal file is generated to be consumed by various upstream (other sites) and * downstream (ses) entities. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return fileId */ public String getFileId() { @@ -89,8 +86,7 @@ public String getFileId() { * The user uploaded file will be retained while a corresponding internal file is generated to be consumed by various upstream (other sites) and * downstream (ses) entities. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param fileId set the fileId. */ public void setFileId(String fileId) { @@ -104,8 +100,7 @@ public void setFileId(String fileId) { * It's value changes every time the internal file is regenerated. * The internal file is regenerated whenever the original file is uploaded to the controller. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return fileIdChecksum */ public String getFileIdChecksum() { @@ -119,8 +114,7 @@ public String getFileIdChecksum() { * It's value changes every time the internal file is regenerated. * The internal file is regenerated whenever the original file is uploaded to the controller. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param fileIdChecksum set the fileIdChecksum. */ public void setFileIdChecksum(String fileIdChecksum) { @@ -131,7 +125,7 @@ public void setFileIdChecksum(String fileIdChecksum) { * This is the getter method this will return the attribute value. * Geodb filename in the avi supported formats. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filename */ @@ -143,7 +137,7 @@ public String getFilename() { * This is the setter method to the attribute. * Geodb filename in the avi supported formats. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filename set the filename. */ @@ -157,7 +151,7 @@ public void setFilename(String filename) { * Enum options - GSLB_GEODB_FILE_FORMAT_AVI, GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY, GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY_V6, * GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY_V4_AND_V6, GSLB_GEODB_FILE_FORMAT_AVI_V6, GSLB_GEODB_FILE_FORMAT_AVI_V4_AND_V6. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_GEODB_FILE_FORMAT_AVI". * @return format */ @@ -171,7 +165,7 @@ public String getFormat() { * Enum options - GSLB_GEODB_FILE_FORMAT_AVI, GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY, GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY_V6, * GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY_V4_AND_V6, GSLB_GEODB_FILE_FORMAT_AVI_V6, GSLB_GEODB_FILE_FORMAT_AVI_V4_AND_V6. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_GEODB_FILE_FORMAT_AVI". * @param format set the format. */ @@ -185,8 +179,7 @@ public void setFormat(String format) { * It is an internal generated timestamp. * This value is a constant for the lifetime of the file and does not change every time the file is uploaded. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return timestamp */ public Integer getTimestamp() { @@ -199,8 +192,7 @@ public Integer getTimestamp() { * It is an internal generated timestamp. * This value is a constant for the lifetime of the file and does not change every time the file is uploaded. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param timestamp set the timestamp. */ public void setTimestamp(Integer timestamp) { diff --git a/java/src/com/vmware/avi/sdk/model/GslbGeoDbProfile.java b/java/src/com/vmware/avi/sdk/model/GslbGeoDbProfile.java index 511eac49ce..afe97f8cf5 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbGeoDbProfile.java +++ b/java/src/com/vmware/avi/sdk/model/GslbGeoDbProfile.java @@ -50,7 +50,7 @@ public class GslbGeoDbProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -61,7 +61,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -74,7 +74,7 @@ public void setDescription(String description) { * An entry can either be a geodb file or an ip address group with geo properties. * Field introduced in 17.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entries */ @@ -88,7 +88,7 @@ public List getEntries() { * An entry can either be a geodb file or an ip address group with geo properties. * Field introduced in 17.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entries */ @@ -102,7 +102,7 @@ public void setEntries(List entries) { * An entry can either be a geodb file or an ip address group with geo properties. * Field introduced in 17.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entries */ @@ -118,7 +118,7 @@ public GslbGeoDbProfile addEntriesItem(GslbGeoDbEntry entriesItem) { * This is the getter method this will return the attribute value. * This field indicates that this object is replicated across gslb federation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return isFederated */ @@ -130,7 +130,7 @@ public Boolean getIsFederated() { * This is the setter method to the attribute. * This field indicates that this object is replicated across gslb federation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param isFederated set the isFederated. */ @@ -141,8 +141,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -154,8 +153,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -167,8 +165,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -184,7 +181,7 @@ public GslbGeoDbProfile addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * A user-friendly name for the geodb profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -196,7 +193,7 @@ public String getName() { * This is the setter method to the attribute. * A user-friendly name for the geodb profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -208,7 +205,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -220,7 +217,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -249,7 +246,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the geodb profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -261,7 +258,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the geodb profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbGeoLocation.java b/java/src/com/vmware/avi/sdk/model/GslbGeoLocation.java index b69d8a4952..d7545019c7 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbGeoLocation.java +++ b/java/src/com/vmware/avi/sdk/model/GslbGeoLocation.java @@ -33,7 +33,7 @@ public class GslbGeoLocation { * This is the getter method this will return the attribute value. * Geographic location of the site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -45,7 +45,7 @@ public GeoLocation getLocation() { * This is the setter method to the attribute. * Geographic location of the site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -58,7 +58,7 @@ public void setLocation(GeoLocation location) { * This field describes the source of the geolocation. * Enum options - GSLB_LOCATION_SRC_USER_CONFIGURED, GSLB_LOCATION_SRC_INHERIT_FROM_SITE, GSLB_LOCATION_SRC_FROM_GEODB. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return source */ @@ -71,7 +71,7 @@ public String getSource() { * This field describes the source of the geolocation. * Enum options - GSLB_LOCATION_SRC_USER_CONFIGURED, GSLB_LOCATION_SRC_INHERIT_FROM_SITE, GSLB_LOCATION_SRC_FROM_GEODB. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param source set the source. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbHSMRuntime.java b/java/src/com/vmware/avi/sdk/model/GslbHSMRuntime.java new file mode 100644 index 0000000000..f330bbe0a9 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/GslbHSMRuntime.java @@ -0,0 +1,445 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The GslbHSMRuntime is a POJO class extends AviRestResource that used for creating + * GslbHSMRuntime. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class GslbHSMRuntime extends AviRestResource { + @JsonProperty("cluster_uuid") + private String clusterUuid; + + @JsonProperty("enabled") + private Boolean enabled; + + @JsonProperty("events") + private List events; + + @JsonProperty("local_info") + private LocalInfo localInfo; + + @JsonProperty("name") + private String name; + + @JsonProperty("obj_uuid") + private String objUuid; + + @JsonProperty("oper_status") + private OperationalStatus operStatus; + + @JsonProperty("remote_info") + private RemoteInfo remoteInfo; + + @JsonProperty("send_interval") + private Integer sendInterval; + + @JsonProperty("site_name") + private String siteName; + + @JsonProperty("tenant_ref") + private String tenantRef; + + @JsonProperty("url") + private String url = "url"; + + @JsonProperty("uuid") + private String uuid; + + + + /** + * This is the getter method this will return the attribute value. + * The site controller cluster uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return clusterUuid + */ + public String getClusterUuid() { + return clusterUuid; + } + + /** + * This is the setter method to the attribute. + * The site controller cluster uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param clusterUuid set the clusterUuid. + */ + public void setClusterUuid(String clusterUuid) { + this.clusterUuid = clusterUuid; + } + + /** + * This is the getter method this will return the attribute value. + * Represents whether hsm is enabled/disabled. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return enabled + */ + public Boolean getEnabled() { + return enabled; + } + + /** + * This is the setter method to the attribute. + * Represents whether hsm is enabled/disabled. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param enabled set the enabled. + */ + public void setEnabled(Boolean enabled) { + this.enabled = enabled; + } + /** + * This is the getter method this will return the attribute value. + * Events captured wrt to config replication. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return events + */ + public List getEvents() { + return events; + } + + /** + * This is the setter method. this will set the events + * Events captured wrt to config replication. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return events + */ + public void setEvents(List events) { + this.events = events; + } + + /** + * This is the setter method this will set the events + * Events captured wrt to config replication. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return events + */ + public GslbHSMRuntime addEventsItem(EventInfo eventsItem) { + if (this.events == null) { + this.events = new ArrayList(); + } + this.events.add(eventsItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Represents local info for the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return localInfo + */ + public LocalInfo getLocalInfo() { + return localInfo; + } + + /** + * This is the setter method to the attribute. + * Represents local info for the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param localInfo set the localInfo. + */ + public void setLocalInfo(LocalInfo localInfo) { + this.localInfo = localInfo; + } + + /** + * This is the getter method this will return the attribute value. + * The name of db entry. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return name + */ + public String getName() { + return name; + } + + /** + * This is the setter method to the attribute. + * The name of db entry. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param name set the name. + */ + public void setName(String name) { + this.name = name; + } + + /** + * This is the getter method this will return the attribute value. + * Gslb hsm runtime object uuid. + * Points to the gslb to which this belongs. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return objUuid + */ + public String getObjUuid() { + return objUuid; + } + + /** + * This is the setter method to the attribute. + * Gslb hsm runtime object uuid. + * Points to the gslb to which this belongs. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param objUuid set the objUuid. + */ + public void setObjUuid(String objUuid) { + this.objUuid = objUuid; + } + + /** + * This is the getter method this will return the attribute value. + * Gslb site operational status, represents whether site is up or down. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return operStatus + */ + public OperationalStatus getOperStatus() { + return operStatus; + } + + /** + * This is the setter method to the attribute. + * Gslb site operational status, represents whether site is up or down. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param operStatus set the operStatus. + */ + public void setOperStatus(OperationalStatus operStatus) { + this.operStatus = operStatus; + } + + /** + * This is the getter method this will return the attribute value. + * Remote info is basically updated by grw. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return remoteInfo + */ + public RemoteInfo getRemoteInfo() { + return remoteInfo; + } + + /** + * This is the setter method to the attribute. + * Remote info is basically updated by grw. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param remoteInfo set the remoteInfo. + */ + public void setRemoteInfo(RemoteInfo remoteInfo) { + this.remoteInfo = remoteInfo; + } + + /** + * This is the getter method this will return the attribute value. + * Frequency with which group members communicate. + * This field shadows glb_cfg.send_interval. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return sendInterval + */ + public Integer getSendInterval() { + return sendInterval; + } + + /** + * This is the setter method to the attribute. + * Frequency with which group members communicate. + * This field shadows glb_cfg.send_interval. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param sendInterval set the sendInterval. + */ + public void setSendInterval(Integer sendInterval) { + this.sendInterval = sendInterval; + } + + /** + * This is the getter method this will return the attribute value. + * The gslb site name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return siteName + */ + public String getSiteName() { + return siteName; + } + + /** + * This is the setter method to the attribute. + * The gslb site name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param siteName set the siteName. + */ + public void setSiteName(String siteName) { + this.siteName = siteName; + } + + /** + * This is the getter method this will return the attribute value. + * Uuid of the tenant. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return tenantRef + */ + public String getTenantRef() { + return tenantRef; + } + + /** + * This is the setter method to the attribute. + * Uuid of the tenant. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param tenantRef set the tenantRef. + */ + public void setTenantRef(String tenantRef) { + this.tenantRef = tenantRef; + } + /** + * This is the getter method this will return the attribute value. + * Avi controller URL of the object. + * @return url + */ + public String getUrl() { + return url; + } + + /** + * This is the setter method. this will set the url + * Avi controller URL of the object. + * @return url + */ + public void setUrl(String url) { + this.url = url; + } + + /** + * This is the getter method this will return the attribute value. + * The uuid of db entry. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return uuid + */ + public String getUuid() { + return uuid; + } + + /** + * This is the setter method to the attribute. + * The uuid of db entry. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param uuid set the uuid. + */ + public void setUuid(String uuid) { + this.uuid = uuid; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + GslbHSMRuntime objGslbHSMRuntime = (GslbHSMRuntime) o; + return Objects.equals(this.uuid, objGslbHSMRuntime.uuid)&& + Objects.equals(this.name, objGslbHSMRuntime.name)&& + Objects.equals(this.clusterUuid, objGslbHSMRuntime.clusterUuid)&& + Objects.equals(this.siteName, objGslbHSMRuntime.siteName)&& + Objects.equals(this.objUuid, objGslbHSMRuntime.objUuid)&& + Objects.equals(this.enabled, objGslbHSMRuntime.enabled)&& + Objects.equals(this.sendInterval, objGslbHSMRuntime.sendInterval)&& + Objects.equals(this.operStatus, objGslbHSMRuntime.operStatus)&& + Objects.equals(this.localInfo, objGslbHSMRuntime.localInfo)&& + Objects.equals(this.remoteInfo, objGslbHSMRuntime.remoteInfo)&& + Objects.equals(this.events, objGslbHSMRuntime.events)&& + Objects.equals(this.tenantRef, objGslbHSMRuntime.tenantRef); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class GslbHSMRuntime {\n"); + sb.append(" clusterUuid: ").append(toIndentedString(clusterUuid)).append("\n"); + sb.append(" enabled: ").append(toIndentedString(enabled)).append("\n"); + sb.append(" events: ").append(toIndentedString(events)).append("\n"); + sb.append(" localInfo: ").append(toIndentedString(localInfo)).append("\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" objUuid: ").append(toIndentedString(objUuid)).append("\n"); + sb.append(" operStatus: ").append(toIndentedString(operStatus)).append("\n"); + sb.append(" remoteInfo: ").append(toIndentedString(remoteInfo)).append("\n"); + sb.append(" sendInterval: ").append(toIndentedString(sendInterval)).append("\n"); + sb.append(" siteName: ").append(toIndentedString(siteName)).append("\n"); + sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); + sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/GslbHSMRuntimeApiResponse.java b/java/src/com/vmware/avi/sdk/model/GslbHSMRuntimeApiResponse.java new file mode 100644 index 0000000000..fa95c304ef --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/GslbHSMRuntimeApiResponse.java @@ -0,0 +1,107 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.Objects; +import com.fasterxml.jackson.annotation.JsonProperty; +import io.swagger.v3.oas.annotations.media.Schema; +import java.util.ArrayList; +import java.util.List; + +/** + * GslbHSMRuntimeApiResponse + */ +public class GslbHSMRuntimeApiResponse { + @JsonProperty("count") + private Integer count = null; + + @JsonProperty("results") + private List results = new ArrayList(); + + public GslbHSMRuntimeApiResponse count(Integer count) { + this.count = count; + return this; + } + + /** + * Get count + * @return count + **/ + @Schema(required = true, description = "") + public Integer getCount() { + return count; + } + + public void setCount(Integer count) { + this.count = count; + } + + public GslbHSMRuntimeApiResponse results(List results) { + this.results = results; + return this; + } + + public GslbHSMRuntimeApiResponse addResultsItem(GslbHSMRuntime resultsItem) { + this.results.add(resultsItem); + return this; + } + + /** + * Get results + * @return results + **/ + @Schema(required = true, description = "") + public List getResults() { + return results; + } + + public void setResults(List results) { + this.results = results; + } + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + GslbHSMRuntimeApiResponse gslbHSMRuntimeApiResponse = (GslbHSMRuntimeApiResponse) o; + return Objects.equals(this.count, gslbHSMRuntimeApiResponse.count) && + Objects.equals(this.results, gslbHSMRuntimeApiResponse.results); + } + + @Override + public int hashCode() { + return Objects.hash(count, results); + } + + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class GslbHSMRuntimeApiResponse {\n"); + + sb.append(" count: ").append(toIndentedString(count)).append("\n"); + sb.append(" results: ").append(toIndentedString(results)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} + + diff --git a/java/src/com/vmware/avi/sdk/model/GslbHealthMonitorProxy.java b/java/src/com/vmware/avi/sdk/model/GslbHealthMonitorProxy.java index 5b2eb8a39d..3895a412b6 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbHealthMonitorProxy.java +++ b/java/src/com/vmware/avi/sdk/model/GslbHealthMonitorProxy.java @@ -35,7 +35,7 @@ public class GslbHealthMonitorProxy { * The designated site for health monitor proxy can monitor public or private or all the members of a given site. * Enum options - GSLB_HEALTH_MONITOR_PROXY_ALL_MEMBERS, GSLB_HEALTH_MONITOR_PROXY_PRIVATE_MEMBERS. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_HEALTH_MONITOR_PROXY_PRIVATE_MEMBERS". * @return proxyType */ @@ -49,7 +49,7 @@ public String getProxyType() { * The designated site for health monitor proxy can monitor public or private or all the members of a given site. * Enum options - GSLB_HEALTH_MONITOR_PROXY_ALL_MEMBERS, GSLB_HEALTH_MONITOR_PROXY_PRIVATE_MEMBERS. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_HEALTH_MONITOR_PROXY_PRIVATE_MEMBERS". * @param proxyType set the proxyType. */ @@ -63,7 +63,7 @@ public void setProxyType(String proxyType) { * I.e. * It will be a health monitor proxy and monitor members of the current site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteUuid */ @@ -77,7 +77,7 @@ public String getSiteUuid() { * I.e. * It will be a health monitor proxy and monitor members of the current site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteUuid set the siteUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbIpAddr.java b/java/src/com/vmware/avi/sdk/model/GslbIpAddr.java index 059bef1ed6..3cfb27ae78 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbIpAddr.java +++ b/java/src/com/vmware/avi/sdk/model/GslbIpAddr.java @@ -30,7 +30,7 @@ public class GslbIpAddr { * This is the getter method this will return the attribute value. * Public ip address of the pool member. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -42,7 +42,7 @@ public IpAddr getIp() { * This is the setter method to the attribute. * Public ip address of the pool member. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbObj.java b/java/src/com/vmware/avi/sdk/model/GslbObj.java index 142cf130b6..47b8c02f47 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbObj.java +++ b/java/src/com/vmware/avi/sdk/model/GslbObj.java @@ -35,7 +35,7 @@ public class GslbObj { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbGeoDbProfileUuid */ @@ -46,7 +46,7 @@ public String getGslbGeoDbProfileUuid() { /** * This is the setter method to the attribute. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbGeoDbProfileUuid set the gslbGeoDbProfileUuid. */ @@ -57,7 +57,7 @@ public void setGslbGeoDbProfileUuid(String gslbGeoDbProfileUuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceUuid */ @@ -68,7 +68,7 @@ public String getGslbServiceUuid() { /** * This is the setter method to the attribute. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbServiceUuid set the gslbServiceUuid. */ @@ -79,7 +79,7 @@ public void setGslbServiceUuid(String gslbServiceUuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbUuid */ @@ -90,7 +90,7 @@ public String getGslbUuid() { /** * This is the setter method to the attribute. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbUuid set the gslbUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLCacheFilter.java b/java/src/com/vmware/avi/sdk/model/GslbObjInfo.java similarity index 56% rename from java/src/com/vmware/avi/sdk/model/SSLCacheFilter.java rename to java/src/com/vmware/avi/sdk/model/GslbObjInfo.java index 5c4d776dc5..cea776a88c 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLCacheFilter.java +++ b/java/src/com/vmware/avi/sdk/model/GslbObjInfo.java @@ -11,8 +11,8 @@ import com.fasterxml.jackson.annotation.JsonInclude; /** - * The SSLCacheFilter is a POJO class extends AviRestResource that used for creating - * SSLCacheFilter. + * The GslbObjInfo is a POJO class extends AviRestResource that used for creating + * GslbObjInfo. * * @version 1.0 * @since @@ -20,34 +20,34 @@ */ @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) -public class SSLCacheFilter { - @JsonProperty("ssl_session_id") - private String sslSessionId; +public class GslbObjInfo { + @JsonProperty("repl_state") + private CfgState replState; /** * This is the getter method this will return the attribute value. - * Hexadecimal representation of the ssl session id. - * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * The config replication info to se(es) and peer sites. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return sslSessionId + * @return replState */ - public String getSslSessionId() { - return sslSessionId; + public CfgState getReplState() { + return replState; } /** * This is the setter method to the attribute. - * Hexadecimal representation of the ssl session id. - * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * The config replication info to se(es) and peer sites. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param sslSessionId set the sslSessionId. + * @param replState set the replState. */ - public void setSslSessionId(String sslSessionId) { - this.sslSessionId = sslSessionId; + public void setReplState(CfgState replState) { + this.replState = replState; } @@ -59,15 +59,15 @@ public boolean equals(java.lang.Object o) { if (o == null || getClass() != o.getClass()) { return false; } - SSLCacheFilter objSSLCacheFilter = (SSLCacheFilter) o; - return Objects.equals(this.sslSessionId, objSSLCacheFilter.sslSessionId); + GslbObjInfo objGslbObjInfo = (GslbObjInfo) o; + return Objects.equals(this.replState, objGslbObjInfo.replState); } @Override public String toString() { StringBuilder sb = new StringBuilder(); - sb.append("class SSLCacheFilter {\n"); - sb.append(" sslSessionId: ").append(toIndentedString(sslSessionId)).append("\n"); + sb.append("class GslbObjInfo {\n"); + sb.append(" replState: ").append(toIndentedString(replState)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/java/src/com/vmware/avi/sdk/model/GslbObjectInfo.java b/java/src/com/vmware/avi/sdk/model/GslbObjectInfo.java index d841bd64d8..e955c42d04 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbObjectInfo.java +++ b/java/src/com/vmware/avi/sdk/model/GslbObjectInfo.java @@ -39,7 +39,7 @@ public class GslbObjectInfo { * This is the getter method this will return the attribute value. * Indicates the object uuid. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return obj */ @@ -51,7 +51,7 @@ public GslbObj getObj() { * This is the setter method to the attribute. * Indicates the object uuid. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param obj set the obj. */ @@ -63,7 +63,7 @@ public void setObj(GslbObj obj) { * This is the getter method this will return the attribute value. * Indicates the object uuid. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objectUuid */ @@ -75,7 +75,7 @@ public String getObjectUuid() { * This is the setter method to the attribute. * Indicates the object uuid. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objectUuid set the objectUuid. */ @@ -87,7 +87,7 @@ public void setObjectUuid(String objectUuid) { * This is the getter method this will return the attribute value. * Indicates the object type gslb, gslbservice or gslbgeodbprofile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pbName */ @@ -99,7 +99,7 @@ public String getPbName() { * This is the setter method to the attribute. * Indicates the object type gslb, gslbservice or gslbgeodbprofile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pbName set the pbName. */ @@ -113,7 +113,7 @@ public void setPbName(String pbName) { * This is used in vs-mgr to push just the uuid or uuid + protobuf to the se-agent. * Enum options - GSLB_OBJECT_CHANGED, GSLB_OBJECT_UNCHANGED, GSLB_OBJECT_DELETE. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -127,7 +127,7 @@ public String getState() { * This is used in vs-mgr to push just the uuid or uuid + protobuf to the se-agent. * Enum options - GSLB_OBJECT_CHANGED, GSLB_OBJECT_UNCHANGED, GSLB_OBJECT_DELETE. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbPerDnsState.java b/java/src/com/vmware/avi/sdk/model/GslbPerDnsState.java index 7a3c64866f..b285aa41e3 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbPerDnsState.java +++ b/java/src/com/vmware/avi/sdk/model/GslbPerDnsState.java @@ -51,7 +51,7 @@ public class GslbPerDnsState extends AviRestResource { * This is the getter method this will return the attribute value. * This field describes the geodbprofile download status to the dns-vs. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDownload */ @@ -63,7 +63,7 @@ public GslbDownloadStatus getGeoDownload() { * This is the setter method to the attribute. * This field describes the geodbprofile download status to the dns-vs. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDownload set the geoDownload. */ @@ -75,7 +75,7 @@ public void setGeoDownload(GslbDownloadStatus geoDownload) { * This is the getter method this will return the attribute value. * This field describes the gslb, gslbservice, healthmonitor download status to the dns-vs. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbDownload */ @@ -87,7 +87,7 @@ public GslbDownloadStatus getGslbDownload() { * This is the setter method to the attribute. * This field describes the gslb, gslbservice, healthmonitor download status to the dns-vs. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbDownload set the gslbDownload. */ @@ -98,7 +98,7 @@ public void setGslbDownload(GslbDownloadStatus gslbDownload) { /** * This is the getter method this will return the attribute value. * Configured dns-vs-name at the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -109,7 +109,7 @@ public String getName() { /** * This is the setter method to the attribute. * Configured dns-vs-name at the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -119,7 +119,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -129,7 +129,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ @@ -140,7 +140,7 @@ public void setOperStatus(OperationalStatus operStatus) { * This is the getter method this will return the attribute value. * This field describes the subdomain placement rules for this dns-vs. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementRules */ @@ -152,7 +152,7 @@ public List getPlacementRules() { * This is the setter method. this will set the placementRules * This field describes the subdomain placement rules for this dns-vs. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementRules */ @@ -164,7 +164,7 @@ public void setPlacementRules(List placementRule * This is the setter method this will set the placementRules * This field describes the subdomain placement rules for this dns-vs. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementRules */ @@ -179,7 +179,7 @@ public GslbPerDnsState addPlacementRulesItem(GslbSubDomainPlacementRuntime place * This is the getter method this will return the attribute value. * The service engines associated with the dns-vs. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seList */ @@ -191,7 +191,7 @@ public List getSeList() { * This is the setter method. this will set the seList * The service engines associated with the dns-vs. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seList */ @@ -203,7 +203,7 @@ public void setSeList(List seList) { * This is the setter method this will set the seList * The service engines associated with the dns-vs. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seList */ @@ -218,7 +218,7 @@ public GslbPerDnsState addSeListItem(String seListItem) { /** * This is the getter method this will return the attribute value. * Configured dns-vs-uuid at the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -229,7 +229,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Configured dns-vs-uuid at the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -241,7 +241,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * This field indicates that the local vs is configured to be a dns service. * The services, network profile and application profile are configured in virtual service for dns operations. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return validDnsVs */ @@ -253,7 +253,7 @@ public Boolean getValidDnsVs() { * This is the setter method to the attribute. * This field indicates that the local vs is configured to be a dns service. * The services, network profile and application profile are configured in virtual service for dns operations. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param validDnsVs set the validDnsVs. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbPool.java b/java/src/com/vmware/avi/sdk/model/GslbPool.java index 676a27e982..7cf3295ea9 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbPool.java +++ b/java/src/com/vmware/avi/sdk/model/GslbPool.java @@ -61,7 +61,7 @@ public class GslbPool { * The load balancing algorithm will pick a local member within the gslb service list of available members. * Enum options - GSLB_ALGORITHM_ROUND_ROBIN, GSLB_ALGORITHM_CONSISTENT_HASH, GSLB_ALGORITHM_GEO, GSLB_ALGORITHM_TOPOLOGY, * GSLB_ALGORITHM_PREFERENCE_ORDER. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_ALGORITHM_ROUND_ROBIN". * @return algorithm */ @@ -74,7 +74,7 @@ public String getAlgorithm() { * The load balancing algorithm will pick a local member within the gslb service list of available members. * Enum options - GSLB_ALGORITHM_ROUND_ROBIN, GSLB_ALGORITHM_CONSISTENT_HASH, GSLB_ALGORITHM_GEO, GSLB_ALGORITHM_TOPOLOGY, * GSLB_ALGORITHM_PREFERENCE_ORDER. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_ALGORITHM_ROUND_ROBIN". * @param algorithm set the algorithm. */ @@ -86,7 +86,7 @@ public void setAlgorithm(String algorithm) { * This is the getter method this will return the attribute value. * Mask to be applied on client ip for consistent hash algorithm. * Allowed values are 1-31. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return consistentHashMask */ @@ -98,7 +98,7 @@ public Integer getConsistentHashMask() { * This is the setter method to the attribute. * Mask to be applied on client ip for consistent hash algorithm. * Allowed values are 1-31. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param consistentHashMask set the consistentHashMask. */ @@ -111,7 +111,7 @@ public void setConsistentHashMask(Integer consistentHashMask) { * Mask to be applied on client ipv6 address for consistent hash algorithm. * Allowed values are 1-127. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return consistentHashMask6 */ @@ -124,7 +124,7 @@ public Integer getConsistentHashMask6() { * Mask to be applied on client ipv6 address for consistent hash algorithm. * Allowed values are 1-127. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param consistentHashMask6 set the consistentHashMask6. */ @@ -136,7 +136,7 @@ public void setConsistentHashMask6(Integer consistentHashMask6) { * This is the getter method this will return the attribute value. * User provided information that records member details such as application owner name, contact, etc. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -148,7 +148,7 @@ public String getDescription() { * This is the setter method to the attribute. * User provided information that records member details such as application owner name, contact, etc. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -160,7 +160,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Enable or disable a gslb service pool. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -172,7 +172,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable or disable a gslb service pool. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -187,7 +187,7 @@ public void setEnabled(Boolean enabled) { * Enum options - GSLB_ALGORITHM_ROUND_ROBIN, GSLB_ALGORITHM_CONSISTENT_HASH, GSLB_ALGORITHM_GEO, GSLB_ALGORITHM_TOPOLOGY, * GSLB_ALGORITHM_PREFERENCE_ORDER. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackAlgorithm */ @@ -202,7 +202,7 @@ public String getFallbackAlgorithm() { * Enum options - GSLB_ALGORITHM_ROUND_ROBIN, GSLB_ALGORITHM_CONSISTENT_HASH, GSLB_ALGORITHM_GEO, GSLB_ALGORITHM_TOPOLOGY, * GSLB_ALGORITHM_PREFERENCE_ORDER. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fallbackAlgorithm set the fallbackAlgorithm. */ @@ -215,7 +215,7 @@ public void setFallbackAlgorithm(String fallbackAlgorithm) { * Manually resume traffic to a pool member once it goes down. * If enabled a pool member once goes down is kept in admin down state unless admin re enables it. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return manualResume */ @@ -228,7 +228,7 @@ public Boolean getManualResume() { * Manually resume traffic to a pool member once it goes down. * If enabled a pool member once goes down is kept in admin down state unless admin re enables it. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param manualResume set the manualResume. */ @@ -239,7 +239,7 @@ public void setManualResume(Boolean manualResume) { * This is the getter method this will return the attribute value. * Select list of vips belonging to this gslb service. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -251,7 +251,7 @@ public List getMembers() { * This is the setter method. this will set the members * Select list of vips belonging to this gslb service. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -263,7 +263,7 @@ public void setMembers(List members) { * This is the setter method this will set the members * Select list of vips belonging to this gslb service. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -279,7 +279,7 @@ public GslbPool addMembersItem(GslbPoolMember membersItem) { * This is the getter method this will return the attribute value. * Minimum number of health monitors in up state to mark the member up. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minHealthMonitorsUp */ @@ -291,7 +291,7 @@ public Integer getMinHealthMonitorsUp() { * This is the setter method to the attribute. * Minimum number of health monitors in up state to mark the member up. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minHealthMonitorsUp set the minHealthMonitorsUp. */ @@ -302,7 +302,7 @@ public void setMinHealthMonitorsUp(Integer minHealthMonitorsUp) { /** * This is the getter method this will return the attribute value. * Name of the gslb service pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -313,7 +313,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the gslb service pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -328,7 +328,7 @@ public void setName(String name) { * The dns service chooses the pool with the highest priority that is operationally up. * Allowed values are 0-100. * Special values are 0 - do not choose members from this pool.a priority of 0 is equivalent to disabling the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return priority */ @@ -343,7 +343,7 @@ public Integer getPriority() { * The dns service chooses the pool with the highest priority that is operationally up. * Allowed values are 0-100. * Special values are 0 - do not choose members from this pool.a priority of 0 is equivalent to disabling the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param priority set the priority. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbPoolMember.java b/java/src/com/vmware/avi/sdk/model/GslbPoolMember.java index 9250c3ae3f..4a69b83864 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbPoolMember.java +++ b/java/src/com/vmware/avi/sdk/model/GslbPoolMember.java @@ -57,6 +57,9 @@ public class GslbPoolMember { @JsonProperty("resolve_fqdn_to_v6") private Boolean resolveFqdnToV6 = false; + @JsonProperty("srv_rdata") + private GslbServiceSrvRdata srvRdata; + @JsonProperty("vs_uuid") private String vsUuid; @@ -66,7 +69,7 @@ public class GslbPoolMember { * This is the getter method this will return the attribute value. * The cloud uuid of the site. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudUuid */ @@ -78,7 +81,7 @@ public String getCloudUuid() { * This is the setter method to the attribute. * The cloud uuid of the site. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudUuid set the cloudUuid. */ @@ -89,7 +92,7 @@ public void setCloudUuid(String cloudUuid) { /** * This is the getter method this will return the attribute value. * The cluster uuid of the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterUuid */ @@ -100,7 +103,7 @@ public String getClusterUuid() { /** * This is the setter method to the attribute. * The cluster uuid of the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterUuid set the clusterUuid. */ @@ -112,7 +115,7 @@ public void setClusterUuid(String clusterUuid) { * This is the getter method this will return the attribute value. * User provided information that records member details such as application owner name, contact, etc. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -124,7 +127,7 @@ public String getDescription() { * This is the setter method to the attribute. * User provided information that records member details such as application owner name, contact, etc. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -135,7 +138,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Enable or disable member to decide if this address should be provided in dns responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -146,7 +149,7 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. * Enable or disable member to decide if this address should be provided in dns responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -160,7 +163,8 @@ public void setEnabled(Boolean enabled) { * The fqdn is resolved to an ip address by the controller. * Dns service shall health monitor the resolved ip address while it will return the fqdn(cname) in the dns response.if the user has configured an * ip address (in addition to the fqdn), then the ip address will get overwritten whenever periodic fqdn refresh is done by the controller. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * For gslb service of type srv, this field is treated as target of srv record data as defined in srv record specification. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -174,7 +178,8 @@ public String getFqdn() { * The fqdn is resolved to an ip address by the controller. * Dns service shall health monitor the resolved ip address while it will return the fqdn(cname) in the dns response.if the user has configured an * ip address (in addition to the fqdn), then the ip address will get overwritten whenever periodic fqdn refresh is done by the controller. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * For gslb service of type srv, this field is treated as target of srv record data as defined in srv record specification. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -187,7 +192,7 @@ public void setFqdn(String fqdn) { * Hostname to be used as host header for http health monitors and as tls server name for https health monitors.(by default, the fqdn of the gslb * pool member or gslb service is used.) note this field is not used as http host header when exact_http_request is set in the health monitor. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -200,7 +205,7 @@ public String getHostname() { * Hostname to be used as host header for http health monitors and as tls server name for https health monitors.(by default, the fqdn of the gslb * pool member or gslb service is used.) note this field is not used as http host header when exact_http_request is set in the health monitor. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -217,7 +222,7 @@ public void setHostname(String hostname) { * User may configure the ip address without the cluster uuid or the virtual service uuid. * In this option, some advanced site related features cannot be enabled. * If the user has configured a fqdn for the pool member, then it takes precedence and will overwrite the configured ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -234,7 +239,7 @@ public IpAddr getIp() { * User may configure the ip address without the cluster uuid or the virtual service uuid. * In this option, some advanced site related features cannot be enabled. * If the user has configured a fqdn for the pool member, then it takes precedence and will overwrite the configured ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -246,7 +251,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Geographic location of the pool member. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -258,7 +263,7 @@ public GslbGeoLocation getLocation() { * This is the setter method to the attribute. * Geographic location of the pool member. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -272,7 +277,7 @@ public void setLocation(GslbGeoLocation location) { * The dns service chooses the member with the lowest preference that is operationally up. * Allowed values are 1-128. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return preferenceOrder */ @@ -286,7 +291,7 @@ public Integer getPreferenceOrder() { * The dns service chooses the member with the lowest preference that is operationally up. * Allowed values are 1-128. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param preferenceOrder set the preferenceOrder. */ @@ -303,7 +308,7 @@ public void setPreferenceOrder(Integer preferenceOrder) { * Client dns requests coming in from within the intranet should have the private ip served in the a record, and requests from outside this should * be served the public ip address. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return publicIp */ @@ -320,7 +325,7 @@ public GslbIpAddr getPublicIp() { * Client dns requests coming in from within the intranet should have the private ip served in the a record, and requests from outside this should * be served the public ip address. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param publicIp set the publicIp. */ @@ -334,7 +339,7 @@ public void setPublicIp(GslbIpAddr publicIp) { * Reduces the percentage the lb algorithm would pick the server in relation to its peers. * Range is 1-20. * Allowed values are 1-20. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return ratio */ @@ -348,7 +353,7 @@ public Integer getRatio() { * Reduces the percentage the lb algorithm would pick the server in relation to its peers. * Range is 1-20. * Allowed values are 1-20. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param ratio set the ratio. */ @@ -360,7 +365,7 @@ public void setRatio(Integer ratio) { * This is the getter method this will return the attribute value. * This field indicates if the fqdn should be resolved to a v6 or a v4 address family. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return resolveFqdnToV6 */ @@ -372,7 +377,7 @@ public Boolean getResolveFqdnToV6() { * This is the setter method to the attribute. * This field indicates if the fqdn should be resolved to a v6 or a v4 address family. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param resolveFqdnToV6 set the resolveFqdnToV6. */ @@ -380,12 +385,36 @@ public void setResolveFqdnToV6(Boolean resolveFqdnToV6) { this.resolveFqdnToV6 = resolveFqdnToV6; } + /** + * This is the getter method this will return the attribute value. + * Srv resource record data for the gslb service member member. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return srvRdata + */ + public GslbServiceSrvRdata getSrvRdata() { + return srvRdata; + } + + /** + * This is the setter method to the attribute. + * Srv resource record data for the gslb service member member. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param srvRdata set the srvRdata. + */ + public void setSrvRdata(GslbServiceSrvRdata srvRdata) { + this.srvRdata = srvRdata; + } + /** * This is the getter method this will return the attribute value. * Select local virtual service in the specified controller cluster belonging to this gslb service. * The virtual service may have multiple ip addresses and fqdns. * User will have to choose ip address or fqdn and configure it in the respective field. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -398,7 +427,7 @@ public String getVsUuid() { * Select local virtual service in the specified controller cluster belonging to this gslb service. * The virtual service may have multiple ip addresses and fqdns. * User will have to choose ip address or fqdn and configure it in the respective field. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ @@ -428,7 +457,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.hostname, objGslbPoolMember.hostname)&& Objects.equals(this.resolveFqdnToV6, objGslbPoolMember.resolveFqdnToV6)&& Objects.equals(this.description, objGslbPoolMember.description)&& - Objects.equals(this.preferenceOrder, objGslbPoolMember.preferenceOrder); + Objects.equals(this.preferenceOrder, objGslbPoolMember.preferenceOrder)&& + Objects.equals(this.srvRdata, objGslbPoolMember.srvRdata); } @Override @@ -447,6 +477,7 @@ public String toString() { sb.append(" publicIp: ").append(toIndentedString(publicIp)).append("\n"); sb.append(" ratio: ").append(toIndentedString(ratio)).append("\n"); sb.append(" resolveFqdnToV6: ").append(toIndentedString(resolveFqdnToV6)).append("\n"); + sb.append(" srvRdata: ").append(toIndentedString(srvRdata)).append("\n"); sb.append(" vsUuid: ").append(toIndentedString(vsUuid)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/GslbPoolMemberDatapathStatus.java b/java/src/com/vmware/avi/sdk/model/GslbPoolMemberDatapathStatus.java index 3ebd1fb1fe..c605f294b4 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbPoolMemberDatapathStatus.java +++ b/java/src/com/vmware/avi/sdk/model/GslbPoolMemberDatapathStatus.java @@ -35,7 +35,7 @@ public class GslbPoolMemberDatapathStatus { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -46,7 +46,7 @@ public GeoLocation getLocation() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -56,7 +56,7 @@ public void setLocation(GeoLocation location) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -66,7 +66,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ @@ -76,7 +76,7 @@ public void setOperStatus(OperationalStatus operStatus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteUuid */ @@ -86,7 +86,7 @@ public String getSiteUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteUuid set the siteUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbPoolMemberRuntimeInfo.java b/java/src/com/vmware/avi/sdk/model/GslbPoolMemberRuntimeInfo.java index fe083f72e2..b2ba988d8c 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbPoolMemberRuntimeInfo.java +++ b/java/src/com/vmware/avi/sdk/model/GslbPoolMemberRuntimeInfo.java @@ -90,9 +90,9 @@ public class GslbPoolMemberRuntimeInfo { * This is the getter method this will return the attribute value. * Application type of the vs. * Enum options - APPLICATION_PROFILE_TYPE_L4, APPLICATION_PROFILE_TYPE_HTTP, APPLICATION_PROFILE_TYPE_SYSLOG, APPLICATION_PROFILE_TYPE_DNS, - * APPLICATION_PROFILE_TYPE_SSL, APPLICATION_PROFILE_TYPE_SIP. + * APPLICATION_PROFILE_TYPE_SSL, APPLICATION_PROFILE_TYPE_SIP, APPLICATION_PROFILE_TYPE_DIAMETER. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appType */ @@ -104,9 +104,9 @@ public String getAppType() { * This is the setter method to the attribute. * Application type of the vs. * Enum options - APPLICATION_PROFILE_TYPE_L4, APPLICATION_PROFILE_TYPE_HTTP, APPLICATION_PROFILE_TYPE_SYSLOG, APPLICATION_PROFILE_TYPE_DNS, - * APPLICATION_PROFILE_TYPE_SSL, APPLICATION_PROFILE_TYPE_SIP. + * APPLICATION_PROFILE_TYPE_SSL, APPLICATION_PROFILE_TYPE_SIP, APPLICATION_PROFILE_TYPE_DIAMETER. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appType set the appType. */ @@ -117,7 +117,7 @@ public void setAppType(String appType) { /** * This is the getter method this will return the attribute value. * The site controller cluster uuid to which this member belongs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterUuid */ @@ -128,7 +128,7 @@ public String getClusterUuid() { /** * This is the setter method to the attribute. * The site controller cluster uuid to which this member belongs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterUuid set the clusterUuid. */ @@ -139,7 +139,7 @@ public void setClusterUuid(String clusterUuid) { /** * This is the getter method this will return the attribute value. * Controller retrieved member status at the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerStatus */ @@ -150,7 +150,7 @@ public OperationalStatus getControllerStatus() { /** * This is the setter method to the attribute. * Controller retrieved member status at the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerStatus set the controllerStatus. */ @@ -160,7 +160,7 @@ public void setControllerStatus(OperationalStatus controllerStatus) { /** * This is the getter method this will return the attribute value. * Dns computed member status from different sites. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datapathStatus */ @@ -171,7 +171,7 @@ public List getDatapathStatus() { /** * This is the setter method. this will set the datapathStatus * Dns computed member status from different sites. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datapathStatus */ @@ -182,7 +182,7 @@ public void setDatapathStatus(List datapathStatus /** * This is the setter method this will set the datapathStatus * Dns computed member status from different sites. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datapathStatus */ @@ -197,7 +197,7 @@ public GslbPoolMemberRuntimeInfo addDatapathStatusItem(GslbPoolMemberDatapathSta /** * This is the getter method this will return the attribute value. * Fqdn address of the member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -208,7 +208,7 @@ public String getFqdn() { /** * This is the setter method to the attribute. * Fqdn address of the member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -218,7 +218,7 @@ public void setFqdn(String fqdn) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsName */ @@ -228,7 +228,7 @@ public String getGsName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsName set the gsName. */ @@ -239,7 +239,7 @@ public void setGsName(String gsName) { /** * This is the getter method this will return the attribute value. * The gslb service to which this member belongs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsUuid */ @@ -250,7 +250,7 @@ public String getGsUuid() { /** * This is the setter method to the attribute. * The gslb service to which this member belongs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsUuid set the gsUuid. */ @@ -261,7 +261,7 @@ public void setGsUuid(String gsUuid) { * This is the getter method this will return the attribute value. * This field will provide information on origin(site name) of the health monitoring information. * Field introduced in 22.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorInfo */ @@ -273,7 +273,7 @@ public List getHealthMonitorInfo() { * This is the setter method. this will set the healthMonitorInfo * This field will provide information on origin(site name) of the health monitoring information. * Field introduced in 22.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorInfo */ @@ -285,7 +285,7 @@ public void setHealthMonitorInfo(List healthMonitorInfo) { * This is the setter method this will set the healthMonitorInfo * This field will provide information on origin(site name) of the health monitoring information. * Field introduced in 22.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorInfo */ @@ -300,7 +300,7 @@ public GslbPoolMemberRuntimeInfo addHealthMonitorInfoItem(String healthMonitorIn /** * This is the getter method this will return the attribute value. * Gslb pool member's configured vip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -311,7 +311,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Gslb pool member's configured vip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -322,7 +322,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. * This is an internal field that conveys the ip address from the controller to service engine in binary format. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipValueToSe */ @@ -333,7 +333,7 @@ public Integer getIpValueToSe() { /** * This is the setter method to the attribute. * This is an internal field that conveys the ip address from the controller to service engine in binary format. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipValueToSe set the ipValueToSe. */ @@ -344,7 +344,7 @@ public void setIpValueToSe(Integer ipValueToSe) { * This is the getter method this will return the attribute value. * This is an internal field that conveys the ipv6 address from the controller to service engine in binary format. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipv6ValueToSe */ @@ -356,7 +356,7 @@ public List getIpv6ValueToSe() { * This is the setter method. this will set the ipv6ValueToSe * This is an internal field that conveys the ipv6 address from the controller to service engine in binary format. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipv6ValueToSe */ @@ -368,7 +368,7 @@ public void setIpv6ValueToSe(List ipv6ValueToSe) { * This is the setter method this will set the ipv6ValueToSe * This is an internal field that conveys the ipv6 address from the controller to service engine in binary format. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipv6ValueToSe */ @@ -382,7 +382,7 @@ public GslbPoolMemberRuntimeInfo addIpv6ValueToSeItem(Integer ipv6ValueToSeItem) /** * This is the getter method this will return the attribute value. * Operational vips of the member that can map to multiple vs ip addresses such as private, public and floating addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operIps */ @@ -393,7 +393,7 @@ public List getOperIps() { /** * This is the setter method. this will set the operIps * Operational vips of the member that can map to multiple vs ip addresses such as private, public and floating addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operIps */ @@ -404,7 +404,7 @@ public void setOperIps(List operIps) { /** * This is the setter method this will set the operIps * Operational vips of the member that can map to multiple vs ip addresses such as private, public and floating addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operIps */ @@ -419,7 +419,7 @@ public GslbPoolMemberRuntimeInfo addOperIpsItem(IpAddr operIpsItem) { /** * This is the getter method this will return the attribute value. * Gslb pool member's consolidated operational status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -430,7 +430,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. * Gslb pool member's consolidated operational status. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ @@ -440,7 +440,7 @@ public void setOperStatus(OperationalStatus operStatus) { /** * This is the getter method this will return the attribute value. * Services configured on the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -451,7 +451,7 @@ public List getServices() { /** * This is the setter method. this will set the services * Services configured on the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -462,7 +462,7 @@ public void setServices(List services) { /** * This is the setter method this will set the services * Services configured on the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -477,7 +477,7 @@ public GslbPoolMemberRuntimeInfo addServicesItem(Service servicesItem) { /** * This is the getter method this will return the attribute value. * The site 's name is required for event-generation etc. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteName */ @@ -488,7 +488,7 @@ public String getSiteName() { /** * This is the setter method to the attribute. * The site 's name is required for event-generation etc. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteName set the siteName. */ @@ -499,7 +499,7 @@ public void setSiteName(String siteName) { * This is the getter method this will return the attribute value. * Site persistence pools associated with the vs. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spPools */ @@ -511,7 +511,7 @@ public List getSpPools() { * This is the setter method. this will set the spPools * Site persistence pools associated with the vs. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spPools */ @@ -523,7 +523,7 @@ public void setSpPools(List spPools) { * This is the setter method this will set the spPools * Site persistence pools associated with the vs. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spPools */ @@ -539,7 +539,7 @@ public GslbPoolMemberRuntimeInfo addSpPoolsItem(GslbServiceSitePersistencePool s * This is the getter method this will return the attribute value. * Describes the vip type avi or third-party. * Enum options - NON_AVI_VIP, AVI_VIP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipType */ @@ -551,7 +551,7 @@ public String getVipType() { * This is the setter method to the attribute. * Describes the vip type avi or third-party. * Enum options - NON_AVI_VIP, AVI_VIP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipType set the vipType. */ @@ -562,7 +562,7 @@ public void setVipType(String vipType) { /** * This is the getter method this will return the attribute value. * Vs name belonging to this gslb service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -573,7 +573,7 @@ public String getVsName() { /** * This is the setter method to the attribute. * Vs name belonging to this gslb service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -584,7 +584,7 @@ public void setVsName(String vsName) { /** * This is the getter method this will return the attribute value. * Vs uuid belonging to this gslb service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -595,7 +595,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. * Vs uuid belonging to this gslb service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ @@ -606,7 +606,7 @@ public void setVsUuid(String vsUuid) { /** * This is the getter method this will return the attribute value. * Front end l4 metrics of the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vserverL4Metrics */ @@ -617,7 +617,7 @@ public VserverL4MetricsObj getVserverL4Metrics() { /** * This is the setter method to the attribute. * Front end l4 metrics of the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vserverL4Metrics set the vserverL4Metrics. */ @@ -628,7 +628,7 @@ public void setVserverL4Metrics(VserverL4MetricsObj vserverL4Metrics) { /** * This is the getter method this will return the attribute value. * Front end l7 metrics of the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vserverL7Metrics */ @@ -639,7 +639,7 @@ public VserverL7MetricsObj getVserverL7Metrics() { /** * This is the setter method to the attribute. * Front end l7 metrics of the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vserverL7Metrics set the vserverL7Metrics. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbPoolRuntime.java b/java/src/com/vmware/avi/sdk/model/GslbPoolRuntime.java index 1a082889bd..d3560e2e5c 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbPoolRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/GslbPoolRuntime.java @@ -33,7 +33,7 @@ public class GslbPoolRuntime { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -43,7 +43,7 @@ public List getMembers() { /** * This is the setter method. this will set the members - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -53,7 +53,7 @@ public void setMembers(List members) { /** * This is the setter method this will set the members - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -67,7 +67,7 @@ public GslbPoolRuntime addMembersItem(GslbPoolMemberRuntimeInfo membersItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -77,7 +77,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -89,7 +89,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Gslb pool's consolidated operational status. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -101,7 +101,7 @@ public OperationalStatus getOperStatus() { * This is the setter method to the attribute. * Gslb pool's consolidated operational status. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbReplicationStats.java b/java/src/com/vmware/avi/sdk/model/GslbReplicationStats.java index 68a1af660f..ea84c5afa2 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbReplicationStats.java +++ b/java/src/com/vmware/avi/sdk/model/GslbReplicationStats.java @@ -36,7 +36,7 @@ public class GslbReplicationStats { * This is the getter method this will return the attribute value. * Last config version acknowledged. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return acknowledgedVersion */ @@ -48,7 +48,7 @@ public Integer getAcknowledgedVersion() { * This is the setter method to the attribute. * Last config version acknowledged. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param acknowledgedVersion set the acknowledgedVersion. */ @@ -60,7 +60,7 @@ public void setAcknowledgedVersion(Integer acknowledgedVersion) { * This is the getter method this will return the attribute value. * Number of pending objects. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pendingObjectCount */ @@ -72,7 +72,7 @@ public Integer getPendingObjectCount() { * This is the setter method to the attribute. * Number of pending objects. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pendingObjectCount set the pendingObjectCount. */ @@ -85,7 +85,7 @@ public void setPendingObjectCount(Integer pendingObjectCount) { * Last config version received. * On leader, this represents the version received from federated datastore. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return receivedVersion */ @@ -98,7 +98,7 @@ public Integer getReceivedVersion() { * Last config version received. * On leader, this represents the version received from federated datastore. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param receivedVersion set the receivedVersion. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbRuntime.java b/java/src/com/vmware/avi/sdk/model/GslbRuntime.java index c8c64e2be2..ea4716223a 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/GslbRuntime.java @@ -36,6 +36,15 @@ public class GslbRuntime extends AviRestResource { @JsonProperty("flr_state") private List flrState; + @JsonProperty("gslb_crm_runtime") + private List gslbCrmRuntime; + + @JsonProperty("gslb_hsm_runtime") + private List gslbHsmRuntime; + + @JsonProperty("gslb_sm_runtime") + private List gslbSmRuntime; + @JsonProperty("ldr_state") private CfgState ldrState; @@ -59,7 +68,7 @@ public class GslbRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checksum */ @@ -70,7 +79,7 @@ public String getChecksum() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param checksum set the checksum. */ @@ -82,7 +91,7 @@ public void setChecksum(String checksum) { * This is the getter method this will return the attribute value. * This field indicates delete is in progress for this gslb instance. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deleteInProgress */ @@ -94,7 +103,7 @@ public Boolean getDeleteInProgress() { * This is the setter method to the attribute. * This field indicates delete is in progress for this gslb instance. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deleteInProgress set the deleteInProgress. */ @@ -104,7 +113,7 @@ public void setDeleteInProgress(Boolean deleteInProgress) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsEnabled */ @@ -114,7 +123,7 @@ public Boolean getDnsEnabled() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsEnabled set the dnsEnabled. */ @@ -124,7 +133,7 @@ public void setDnsEnabled(Boolean dnsEnabled) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventCache */ @@ -134,7 +143,7 @@ public EventCache getEventCache() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventCache set the eventCache. */ @@ -143,7 +152,7 @@ public void setEventCache(EventCache eventCache) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flrState */ @@ -153,7 +162,7 @@ public List getFlrState() { /** * This is the setter method. this will set the flrState - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flrState */ @@ -163,7 +172,7 @@ public void setFlrState(List flrState) { /** * This is the setter method this will set the flrState - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flrState */ @@ -174,10 +183,127 @@ public GslbRuntime addFlrStateItem(CfgState flrStateItem) { this.flrState.add(flrStateItem); return this; } + /** + * This is the getter method this will return the attribute value. + * Contains the replication details. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return gslbCrmRuntime + */ + public List getGslbCrmRuntime() { + return gslbCrmRuntime; + } + + /** + * This is the setter method. this will set the gslbCrmRuntime + * Contains the replication details. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return gslbCrmRuntime + */ + public void setGslbCrmRuntime(List gslbCrmRuntime) { + this.gslbCrmRuntime = gslbCrmRuntime; + } + + /** + * This is the setter method this will set the gslbCrmRuntime + * Contains the replication details. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return gslbCrmRuntime + */ + public GslbRuntime addGslbCrmRuntimeItem(GslbCRMRuntime gslbCrmRuntimeItem) { + if (this.gslbCrmRuntime == null) { + this.gslbCrmRuntime = new ArrayList(); + } + this.gslbCrmRuntime.add(gslbCrmRuntimeItem); + return this; + } + /** + * This is the getter method this will return the attribute value. + * Contains the health status details. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return gslbHsmRuntime + */ + public List getGslbHsmRuntime() { + return gslbHsmRuntime; + } + + /** + * This is the setter method. this will set the gslbHsmRuntime + * Contains the health status details. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return gslbHsmRuntime + */ + public void setGslbHsmRuntime(List gslbHsmRuntime) { + this.gslbHsmRuntime = gslbHsmRuntime; + } + + /** + * This is the setter method this will set the gslbHsmRuntime + * Contains the health status details. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return gslbHsmRuntime + */ + public GslbRuntime addGslbHsmRuntimeItem(GslbHSMRuntime gslbHsmRuntimeItem) { + if (this.gslbHsmRuntime == null) { + this.gslbHsmRuntime = new ArrayList(); + } + this.gslbHsmRuntime.add(gslbHsmRuntimeItem); + return this; + } + /** + * This is the getter method this will return the attribute value. + * Contains the site details. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return gslbSmRuntime + */ + public List getGslbSmRuntime() { + return gslbSmRuntime; + } + + /** + * This is the setter method. this will set the gslbSmRuntime + * Contains the site details. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return gslbSmRuntime + */ + public void setGslbSmRuntime(List gslbSmRuntime) { + this.gslbSmRuntime = gslbSmRuntime; + } + + /** + * This is the setter method this will set the gslbSmRuntime + * Contains the site details. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return gslbSmRuntime + */ + public GslbRuntime addGslbSmRuntimeItem(GslbSMRuntime gslbSmRuntimeItem) { + if (this.gslbSmRuntime == null) { + this.gslbSmRuntime = new ArrayList(); + } + this.gslbSmRuntime.add(gslbSmRuntimeItem); + return this; + } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ldrState */ @@ -187,7 +313,7 @@ public CfgState getLdrState() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ldrState set the ldrState. */ @@ -197,7 +323,7 @@ public void setLdrState(CfgState ldrState) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -207,7 +333,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -216,7 +342,7 @@ public void setName(String name) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return site */ @@ -226,7 +352,7 @@ public List getSite() { /** * This is the setter method. this will set the site - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return site */ @@ -236,7 +362,7 @@ public void setSite(List site) { /** * This is the setter method this will set the site - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return site */ @@ -252,7 +378,7 @@ public GslbRuntime addSiteItem(GslbSiteRuntime siteItem) { * This is the getter method this will return the attribute value. * Remap the tenant_uuid to its tenant-name so that we can use the tenant_name directly in remote-site ops. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantName */ @@ -264,7 +390,7 @@ public String getTenantName() { * This is the setter method to the attribute. * Remap the tenant_uuid to its tenant-name so that we can use the tenant_name directly in remote-site ops. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantName set the tenantName. */ @@ -274,7 +400,7 @@ public void setTenantName(String tenantName) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySites */ @@ -285,7 +411,7 @@ public List getThirdPartySites() { /** * This is the setter method. this will set the thirdPartySites * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySites */ @@ -296,7 +422,7 @@ public void setThirdPartySites(List thirdPartySites) /** * This is the setter method this will set the thirdPartySites * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySites */ @@ -310,7 +436,7 @@ public GslbRuntime addThirdPartySitesItem(GslbThirdPartySiteRuntime thirdPartySi /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -320,7 +446,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -347,6 +473,9 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.eventCache, objGslbRuntime.eventCache)&& Objects.equals(this.thirdPartySites, objGslbRuntime.thirdPartySites)&& Objects.equals(this.checksum, objGslbRuntime.checksum)&& + Objects.equals(this.gslbSmRuntime, objGslbRuntime.gslbSmRuntime)&& + Objects.equals(this.gslbCrmRuntime, objGslbRuntime.gslbCrmRuntime)&& + Objects.equals(this.gslbHsmRuntime, objGslbRuntime.gslbHsmRuntime)&& Objects.equals(this.deleteInProgress, objGslbRuntime.deleteInProgress)&& Objects.equals(this.tenantName, objGslbRuntime.tenantName); } @@ -360,6 +489,9 @@ public String toString() { sb.append(" dnsEnabled: ").append(toIndentedString(dnsEnabled)).append("\n"); sb.append(" eventCache: ").append(toIndentedString(eventCache)).append("\n"); sb.append(" flrState: ").append(toIndentedString(flrState)).append("\n"); + sb.append(" gslbCrmRuntime: ").append(toIndentedString(gslbCrmRuntime)).append("\n"); + sb.append(" gslbHsmRuntime: ").append(toIndentedString(gslbHsmRuntime)).append("\n"); + sb.append(" gslbSmRuntime: ").append(toIndentedString(gslbSmRuntime)).append("\n"); sb.append(" ldrState: ").append(toIndentedString(ldrState)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" site: ").append(toIndentedString(site)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/GslbSMRuntime.java b/java/src/com/vmware/avi/sdk/model/GslbSMRuntime.java new file mode 100644 index 0000000000..873630b7ca --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/GslbSMRuntime.java @@ -0,0 +1,794 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The GslbSMRuntime is a POJO class extends AviRestResource that used for creating + * GslbSMRuntime. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class GslbSMRuntime extends AviRestResource { + @JsonProperty("cluster_leader") + private String clusterLeader; + + @JsonProperty("cluster_uuid") + private String clusterUuid; + + @JsonProperty("dns_configs") + private List dnsConfigs; + + @JsonProperty("dns_info") + private GslbDnsInfo dnsInfo; + + @JsonProperty("enabled") + private Boolean enabled; + + @JsonProperty("events") + private List events; + + @JsonProperty("health_monitor_info") + private String healthMonitorInfo; + + @JsonProperty("leader_cluster_uuid") + private String leaderClusterUuid; + + @JsonProperty("member_type") + private String memberType = "GSLB_PASSIVE_MEMBER"; + + @JsonProperty("name") + private String name; + + @JsonProperty("node_uuid") + private String nodeUuid; + + @JsonProperty("num_of_retries") + private Integer numOfRetries = 0; + + @JsonProperty("obj_uuid") + private String objUuid; + + @JsonProperty("oper_status") + private OperationalStatus operStatus; + + @JsonProperty("remote_info") + private RemoteInfo remoteInfo; + + @JsonProperty("role") + private String role = "GSLB_NOT_A_MEMBER"; + + @JsonProperty("site_name") + private String siteName; + + @JsonProperty("site_type") + private String siteType; + + @JsonProperty("state") + private String state = "SITE_STATE_NULL"; + + @JsonProperty("sw_version") + private String swVersion = "Not-Initialized"; + + @JsonProperty("tenant_ref") + private String tenantRef; + + @JsonProperty("url") + private String url = "url"; + + @JsonProperty("uuid") + private String uuid; + + @JsonProperty("view_id") + private Integer viewId = 0; + + + + /** + * This is the getter method this will return the attribute value. + * The controller cluster leader node uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return clusterLeader + */ + public String getClusterLeader() { + return clusterLeader; + } + + /** + * This is the setter method to the attribute. + * The controller cluster leader node uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param clusterLeader set the clusterLeader. + */ + public void setClusterLeader(String clusterLeader) { + this.clusterLeader = clusterLeader; + } + + /** + * This is the getter method this will return the attribute value. + * The site controller cluster uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return clusterUuid + */ + public String getClusterUuid() { + return clusterUuid; + } + + /** + * This is the setter method to the attribute. + * The site controller cluster uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param clusterUuid set the clusterUuid. + */ + public void setClusterUuid(String clusterUuid) { + this.clusterUuid = clusterUuid; + } + /** + * This is the getter method this will return the attribute value. + * Sub domain configuration for the gslb. + * Gslb service's fqdn must be a match one of these subdomains. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return dnsConfigs + */ + public List getDnsConfigs() { + return dnsConfigs; + } + + /** + * This is the setter method. this will set the dnsConfigs + * Sub domain configuration for the gslb. + * Gslb service's fqdn must be a match one of these subdomains. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return dnsConfigs + */ + public void setDnsConfigs(List dnsConfigs) { + this.dnsConfigs = dnsConfigs; + } + + /** + * This is the setter method this will set the dnsConfigs + * Sub domain configuration for the gslb. + * Gslb service's fqdn must be a match one of these subdomains. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return dnsConfigs + */ + public GslbSMRuntime addDnsConfigsItem(DNSConfig dnsConfigsItem) { + if (this.dnsConfigs == null) { + this.dnsConfigs = new ArrayList(); + } + this.dnsConfigs.add(dnsConfigsItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Dns info at the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return dnsInfo + */ + public GslbDnsInfo getDnsInfo() { + return dnsInfo; + } + + /** + * This is the setter method to the attribute. + * Dns info at the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param dnsInfo set the dnsInfo. + */ + public void setDnsInfo(GslbDnsInfo dnsInfo) { + this.dnsInfo = dnsInfo; + } + + /** + * This is the getter method this will return the attribute value. + * Activate/de-activate state retrieved from the cfg. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return enabled + */ + public Boolean getEnabled() { + return enabled; + } + + /** + * This is the setter method to the attribute. + * Activate/de-activate state retrieved from the cfg. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param enabled set the enabled. + */ + public void setEnabled(Boolean enabled) { + this.enabled = enabled; + } + /** + * This is the getter method this will return the attribute value. + * Captures sm related events. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return events + */ + public List getEvents() { + return events; + } + + /** + * This is the setter method. this will set the events + * Captures sm related events. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return events + */ + public void setEvents(List events) { + this.events = events; + } + + /** + * This is the setter method this will set the events + * Captures sm related events. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return events + */ + public GslbSMRuntime addEventsItem(EventInfo eventsItem) { + if (this.events == null) { + this.events = new ArrayList(); + } + this.events.add(eventsItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * This field will provide information on origin(site name) of the health monitoring information. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return healthMonitorInfo + */ + public String getHealthMonitorInfo() { + return healthMonitorInfo; + } + + /** + * This is the setter method to the attribute. + * This field will provide information on origin(site name) of the health monitoring information. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param healthMonitorInfo set the healthMonitorInfo. + */ + public void setHealthMonitorInfo(String healthMonitorInfo) { + this.healthMonitorInfo = healthMonitorInfo; + } + + /** + * This is the getter method this will return the attribute value. + * Mark this site as leader of gslb configuration. + * This site is the one among the avi sites. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return leaderClusterUuid + */ + public String getLeaderClusterUuid() { + return leaderClusterUuid; + } + + /** + * This is the setter method to the attribute. + * Mark this site as leader of gslb configuration. + * This site is the one among the avi sites. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param leaderClusterUuid set the leaderClusterUuid. + */ + public void setLeaderClusterUuid(String leaderClusterUuid) { + this.leaderClusterUuid = leaderClusterUuid; + } + + /** + * This is the getter method this will return the attribute value. + * The site's member type a leader is set to active while all members are set to passive. + * Enum options - GSLB_ACTIVE_MEMBER, GSLB_PASSIVE_MEMBER. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_PASSIVE_MEMBER". + * @return memberType + */ + public String getMemberType() { + return memberType; + } + + /** + * This is the setter method to the attribute. + * The site's member type a leader is set to active while all members are set to passive. + * Enum options - GSLB_ACTIVE_MEMBER, GSLB_PASSIVE_MEMBER. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_PASSIVE_MEMBER". + * @param memberType set the memberType. + */ + public void setMemberType(String memberType) { + this.memberType = memberType; + } + + /** + * This is the getter method this will return the attribute value. + * The name of db entry. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return name + */ + public String getName() { + return name; + } + + /** + * This is the setter method to the attribute. + * The name of db entry. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param name set the name. + */ + public void setName(String name) { + this.name = name; + } + + /** + * This is the getter method this will return the attribute value. + * The controller cluster node uuid that processes the site.sites are sharded across the cluster nodes. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return nodeUuid + */ + public String getNodeUuid() { + return nodeUuid; + } + + /** + * This is the setter method to the attribute. + * The controller cluster node uuid that processes the site.sites are sharded across the cluster nodes. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param nodeUuid set the nodeUuid. + */ + public void setNodeUuid(String nodeUuid) { + this.nodeUuid = nodeUuid; + } + + /** + * This is the getter method this will return the attribute value. + * Number of retry attempts to reach the remote site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. + * @return numOfRetries + */ + public Integer getNumOfRetries() { + return numOfRetries; + } + + /** + * This is the setter method to the attribute. + * Number of retry attempts to reach the remote site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. + * @param numOfRetries set the numOfRetries. + */ + public void setNumOfRetries(Integer numOfRetries) { + this.numOfRetries = numOfRetries; + } + + /** + * This is the getter method this will return the attribute value. + * Gslb sm runtime object uuid. + * Points to the gslb to which this belongs. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return objUuid + */ + public String getObjUuid() { + return objUuid; + } + + /** + * This is the setter method to the attribute. + * Gslb sm runtime object uuid. + * Points to the gslb to which this belongs. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param objUuid set the objUuid. + */ + public void setObjUuid(String objUuid) { + this.objUuid = objUuid; + } + + /** + * This is the getter method this will return the attribute value. + * Gslb site operational status, represents whether site is up or down. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return operStatus + */ + public OperationalStatus getOperStatus() { + return operStatus; + } + + /** + * This is the setter method to the attribute. + * Gslb site operational status, represents whether site is up or down. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param operStatus set the operStatus. + */ + public void setOperStatus(OperationalStatus operStatus) { + this.operStatus = operStatus; + } + + /** + * This is the getter method this will return the attribute value. + * Remote info is basically updated by grw. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return remoteInfo + */ + public RemoteInfo getRemoteInfo() { + return remoteInfo; + } + + /** + * This is the setter method to the attribute. + * Remote info is basically updated by grw. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param remoteInfo set the remoteInfo. + */ + public void setRemoteInfo(RemoteInfo remoteInfo) { + this.remoteInfo = remoteInfo; + } + + /** + * This is the getter method this will return the attribute value. + * Site role leader or follower. + * Enum options - GSLB_LEADER, GSLB_MEMBER, GSLB_NOT_A_MEMBER. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_NOT_A_MEMBER". + * @return role + */ + public String getRole() { + return role; + } + + /** + * This is the setter method to the attribute. + * Site role leader or follower. + * Enum options - GSLB_LEADER, GSLB_MEMBER, GSLB_NOT_A_MEMBER. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_NOT_A_MEMBER". + * @param role set the role. + */ + public void setRole(String role) { + this.role = role; + } + + /** + * This is the getter method this will return the attribute value. + * The gslb site name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return siteName + */ + public String getSiteName() { + return siteName; + } + + /** + * This is the setter method to the attribute. + * The gslb site name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param siteName set the siteName. + */ + public void setSiteName(String siteName) { + this.siteName = siteName; + } + + /** + * This is the getter method this will return the attribute value. + * Indicates if it is avi site or third-party. + * Enum options - GSLB_AVI_SITE, GSLB_THIRD_PARTY_SITE. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return siteType + */ + public String getSiteType() { + return siteType; + } + + /** + * This is the setter method to the attribute. + * Indicates if it is avi site or third-party. + * Enum options - GSLB_AVI_SITE, GSLB_THIRD_PARTY_SITE. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param siteType set the siteType. + */ + public void setSiteType(String siteType) { + this.siteType = siteType; + } + + /** + * This is the getter method this will return the attribute value. + * Represents the state of the site. + * Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, + * SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "SITE_STATE_NULL". + * @return state + */ + public String getState() { + return state; + } + + /** + * This is the setter method to the attribute. + * Represents the state of the site. + * Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, + * SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "SITE_STATE_NULL". + * @param state set the state. + */ + public void setState(String state) { + this.state = state; + } + + /** + * This is the getter method this will return the attribute value. + * Current software version of the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "Not-Initialized". + * @return swVersion + */ + public String getSwVersion() { + return swVersion; + } + + /** + * This is the setter method to the attribute. + * Current software version of the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "Not-Initialized". + * @param swVersion set the swVersion. + */ + public void setSwVersion(String swVersion) { + this.swVersion = swVersion; + } + + /** + * This is the getter method this will return the attribute value. + * Uuid of the tenant. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return tenantRef + */ + public String getTenantRef() { + return tenantRef; + } + + /** + * This is the setter method to the attribute. + * Uuid of the tenant. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param tenantRef set the tenantRef. + */ + public void setTenantRef(String tenantRef) { + this.tenantRef = tenantRef; + } + /** + * This is the getter method this will return the attribute value. + * Avi controller URL of the object. + * @return url + */ + public String getUrl() { + return url; + } + + /** + * This is the setter method. this will set the url + * Avi controller URL of the object. + * @return url + */ + public void setUrl(String url) { + this.url = url; + } + + /** + * This is the getter method this will return the attribute value. + * The uuid of db entry. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return uuid + */ + public String getUuid() { + return uuid; + } + + /** + * This is the setter method to the attribute. + * The uuid of db entry. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param uuid set the uuid. + */ + public void setUuid(String uuid) { + this.uuid = uuid; + } + + /** + * This is the getter method this will return the attribute value. + * The view-id is used in change-leader mode to differentiate partitioned groups while they have the same gslb namespace. + * Each partitioned group will be able to operate independently by using the view-id. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. + * @return viewId + */ + public Integer getViewId() { + return viewId; + } + + /** + * This is the setter method to the attribute. + * The view-id is used in change-leader mode to differentiate partitioned groups while they have the same gslb namespace. + * Each partitioned group will be able to operate independently by using the view-id. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. + * @param viewId set the viewId. + */ + public void setViewId(Integer viewId) { + this.viewId = viewId; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + GslbSMRuntime objGslbSMRuntime = (GslbSMRuntime) o; + return Objects.equals(this.uuid, objGslbSMRuntime.uuid)&& + Objects.equals(this.name, objGslbSMRuntime.name)&& + Objects.equals(this.clusterUuid, objGslbSMRuntime.clusterUuid)&& + Objects.equals(this.siteName, objGslbSMRuntime.siteName)&& + Objects.equals(this.objUuid, objGslbSMRuntime.objUuid)&& + Objects.equals(this.nodeUuid, objGslbSMRuntime.nodeUuid)&& + Objects.equals(this.clusterLeader, objGslbSMRuntime.clusterLeader)&& + Objects.equals(this.role, objGslbSMRuntime.role)&& + Objects.equals(this.memberType, objGslbSMRuntime.memberType)&& + Objects.equals(this.enabled, objGslbSMRuntime.enabled)&& + Objects.equals(this.siteType, objGslbSMRuntime.siteType)&& + Objects.equals(this.swVersion, objGslbSMRuntime.swVersion)&& + Objects.equals(this.state, objGslbSMRuntime.state)&& + Objects.equals(this.operStatus, objGslbSMRuntime.operStatus)&& + Objects.equals(this.dnsConfigs, objGslbSMRuntime.dnsConfigs)&& + Objects.equals(this.dnsInfo, objGslbSMRuntime.dnsInfo)&& + Objects.equals(this.remoteInfo, objGslbSMRuntime.remoteInfo)&& + Objects.equals(this.events, objGslbSMRuntime.events)&& + Objects.equals(this.leaderClusterUuid, objGslbSMRuntime.leaderClusterUuid)&& + Objects.equals(this.viewId, objGslbSMRuntime.viewId)&& + Objects.equals(this.numOfRetries, objGslbSMRuntime.numOfRetries)&& + Objects.equals(this.healthMonitorInfo, objGslbSMRuntime.healthMonitorInfo)&& + Objects.equals(this.tenantRef, objGslbSMRuntime.tenantRef); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class GslbSMRuntime {\n"); + sb.append(" clusterLeader: ").append(toIndentedString(clusterLeader)).append("\n"); + sb.append(" clusterUuid: ").append(toIndentedString(clusterUuid)).append("\n"); + sb.append(" dnsConfigs: ").append(toIndentedString(dnsConfigs)).append("\n"); + sb.append(" dnsInfo: ").append(toIndentedString(dnsInfo)).append("\n"); + sb.append(" enabled: ").append(toIndentedString(enabled)).append("\n"); + sb.append(" events: ").append(toIndentedString(events)).append("\n"); + sb.append(" healthMonitorInfo: ").append(toIndentedString(healthMonitorInfo)).append("\n"); + sb.append(" leaderClusterUuid: ").append(toIndentedString(leaderClusterUuid)).append("\n"); + sb.append(" memberType: ").append(toIndentedString(memberType)).append("\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" nodeUuid: ").append(toIndentedString(nodeUuid)).append("\n"); + sb.append(" numOfRetries: ").append(toIndentedString(numOfRetries)).append("\n"); + sb.append(" objUuid: ").append(toIndentedString(objUuid)).append("\n"); + sb.append(" operStatus: ").append(toIndentedString(operStatus)).append("\n"); + sb.append(" remoteInfo: ").append(toIndentedString(remoteInfo)).append("\n"); + sb.append(" role: ").append(toIndentedString(role)).append("\n"); + sb.append(" siteName: ").append(toIndentedString(siteName)).append("\n"); + sb.append(" siteType: ").append(toIndentedString(siteType)).append("\n"); + sb.append(" state: ").append(toIndentedString(state)).append("\n"); + sb.append(" swVersion: ").append(toIndentedString(swVersion)).append("\n"); + sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); + sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); + sb.append(" viewId: ").append(toIndentedString(viewId)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/GslbSMRuntimeApiResponse.java b/java/src/com/vmware/avi/sdk/model/GslbSMRuntimeApiResponse.java new file mode 100644 index 0000000000..b648c640a4 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/GslbSMRuntimeApiResponse.java @@ -0,0 +1,107 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.Objects; +import com.fasterxml.jackson.annotation.JsonProperty; +import io.swagger.v3.oas.annotations.media.Schema; +import java.util.ArrayList; +import java.util.List; + +/** + * GslbSMRuntimeApiResponse + */ +public class GslbSMRuntimeApiResponse { + @JsonProperty("count") + private Integer count = null; + + @JsonProperty("results") + private List results = new ArrayList(); + + public GslbSMRuntimeApiResponse count(Integer count) { + this.count = count; + return this; + } + + /** + * Get count + * @return count + **/ + @Schema(required = true, description = "") + public Integer getCount() { + return count; + } + + public void setCount(Integer count) { + this.count = count; + } + + public GslbSMRuntimeApiResponse results(List results) { + this.results = results; + return this; + } + + public GslbSMRuntimeApiResponse addResultsItem(GslbSMRuntime resultsItem) { + this.results.add(resultsItem); + return this; + } + + /** + * Get results + * @return results + **/ + @Schema(required = true, description = "") + public List getResults() { + return results; + } + + public void setResults(List results) { + this.results = results; + } + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + GslbSMRuntimeApiResponse gslbSMRuntimeApiResponse = (GslbSMRuntimeApiResponse) o; + return Objects.equals(this.count, gslbSMRuntimeApiResponse.count) && + Objects.equals(this.results, gslbSMRuntimeApiResponse.results); + } + + @Override + public int hashCode() { + return Objects.hash(count, results); + } + + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class GslbSMRuntimeApiResponse {\n"); + + sb.append(" count: ").append(toIndentedString(count)).append("\n"); + sb.append(" results: ").append(toIndentedString(results)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} + + diff --git a/java/src/com/vmware/avi/sdk/model/GslbService.java b/java/src/com/vmware/avi/sdk/model/GslbService.java index 4f108fe5af..6911c53da0 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbService.java +++ b/java/src/com/vmware/avi/sdk/model/GslbService.java @@ -51,6 +51,9 @@ public class GslbService extends AviRestResource { @JsonProperty("health_monitor_scope") private String healthMonitorScope = "GSLB_SERVICE_HEALTH_MONITOR_ALL_MEMBERS"; + @JsonProperty("include_additional_records") + private Boolean includeAdditionalRecords = false; + @JsonProperty("is_federated") private Boolean isFederated = true; @@ -72,6 +75,9 @@ public class GslbService extends AviRestResource { @JsonProperty("pool_algorithm") private String poolAlgorithm = "GSLB_SERVICE_ALGORITHM_PRIORITY"; + @JsonProperty("record_type") + private String recordType = "GSLB_SERVICE_RECORD_TYPE_A_AAAA_CNAME"; + @JsonProperty("resolve_cname") private Boolean resolveCname = false; @@ -106,7 +112,7 @@ public class GslbService extends AviRestResource { * The federated application persistence associated with gslbservice site persistence functionality. * It is a reference to an object of type applicationpersistenceprofile. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationPersistenceProfileRef */ @@ -119,7 +125,7 @@ public String getApplicationPersistenceProfileRef() { * The federated application persistence associated with gslbservice site persistence functionality. * It is a reference to an object of type applicationpersistenceprofile. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param applicationPersistenceProfileRef set the applicationPersistenceProfileRef. */ @@ -132,7 +138,7 @@ public void setApplicationPersistenceProfileRef(String applicationPersistencePr * Gs member's overall health status is derived based on a combination of controller and datapath health-status inputs. * Note that the datapath status is determined by the association of health monitor profiles. * Only the controller provided status is determined through this configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return controllerHealthStatusEnabled */ @@ -145,7 +151,7 @@ public Boolean getControllerHealthStatusEnabled() { * Gs member's overall health status is derived based on a combination of controller and datapath health-status inputs. * Note that the datapath status is determined by the association of health monitor profiles. * Only the controller provided status is determined through this configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param controllerHealthStatusEnabled set the controllerHealthStatusEnabled. */ @@ -157,7 +163,7 @@ public void setControllerHealthStatusEnabled(Boolean controllerHealthStatusEnab * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -169,7 +175,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -179,7 +185,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -189,7 +195,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -200,7 +206,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Fully qualified domain name of the gslb service. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -212,7 +218,7 @@ public List getDomainNames() { * This is the setter method. this will set the domainNames * Fully qualified domain name of the gslb service. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -224,7 +230,7 @@ public void setDomainNames(List domainNames) { * This is the setter method this will set the domainNames * Fully qualified domain name of the gslb service. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -239,7 +245,7 @@ public GslbService addDomainNamesItem(String domainNamesItem) { /** * This is the getter method this will return the attribute value. * Response to the client query when the gslb service is down. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return downResponse */ @@ -250,7 +256,7 @@ public GslbServiceDownResponse getDownResponse() { /** * This is the setter method to the attribute. * Response to the client query when the gslb service is down. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param downResponse set the downResponse. */ @@ -263,7 +269,7 @@ public void setDownResponse(GslbServiceDownResponse downResponse) { * Enable or disable the gslb service. * If the gslb service is enabled, then the vips are sent in the dns responses based on reachability and configured algorithm. * If the gslb service is disabled, then the vips are no longer available in the dns response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -276,7 +282,7 @@ public Boolean getEnabled() { * Enable or disable the gslb service. * If the gslb service is enabled, then the vips are sent in the dns responses based on reachability and configured algorithm. * If the gslb service is disabled, then the vips are no longer available in the dns response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -287,7 +293,7 @@ public void setEnabled(Boolean enabled) { * This is the getter method this will return the attribute value. * Select list of pools belonging to this gslb service. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -299,7 +305,7 @@ public List getGroups() { * This is the setter method. this will set the groups * Select list of pools belonging to this gslb service. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -311,7 +317,7 @@ public void setGroups(List groups) { * This is the setter method this will set the groups * Select list of pools belonging to this gslb service. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -328,7 +334,7 @@ public GslbService addGroupsItem(GslbPool groupsItem) { * Active monitors generate synthetic traffic from dns service engine and to mark a vs up or down based on the response. * It is a reference to an object of type healthmonitor. * Maximum of 6 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorRefs */ @@ -342,7 +348,7 @@ public List getHealthMonitorRefs() { * Active monitors generate synthetic traffic from dns service engine and to mark a vs up or down based on the response. * It is a reference to an object of type healthmonitor. * Maximum of 6 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorRefs */ @@ -356,7 +362,7 @@ public void setHealthMonitorRefs(List healthMonitorRefs) { * Active monitors generate synthetic traffic from dns service engine and to mark a vs up or down based on the response. * It is a reference to an object of type healthmonitor. * Maximum of 6 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorRefs */ @@ -374,7 +380,7 @@ public GslbService addHealthMonitorRefsItem(String healthMonitorRefsItem) { * This operational mode is useful to reduce the number of health monitor probes in case of a hybrid scenario. * In such a case, avi members can have controller derived status while non-avi members can be probed by via health monitor probes in dataplane. * Enum options - GSLB_SERVICE_HEALTH_MONITOR_ALL_MEMBERS, GSLB_SERVICE_HEALTH_MONITOR_ONLY_NON_AVI_MEMBERS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_HEALTH_MONITOR_ALL_MEMBERS". * @return healthMonitorScope */ @@ -388,7 +394,7 @@ public String getHealthMonitorScope() { * This operational mode is useful to reduce the number of health monitor probes in case of a hybrid scenario. * In such a case, avi members can have controller derived status while non-avi members can be probed by via health monitor probes in dataplane. * Enum options - GSLB_SERVICE_HEALTH_MONITOR_ALL_MEMBERS, GSLB_SERVICE_HEALTH_MONITOR_ONLY_NON_AVI_MEMBERS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_HEALTH_MONITOR_ALL_MEMBERS". * @param healthMonitorScope set the healthMonitorScope. */ @@ -396,11 +402,35 @@ public void setHealthMonitorScope(String healthMonitorScope) { this.healthMonitorScope = healthMonitorScope; } + /** + * This is the getter method this will return the attribute value. + * If enabled, provide the srv target's resolved ip in the response srv gslb service. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return includeAdditionalRecords + */ + public Boolean getIncludeAdditionalRecords() { + return includeAdditionalRecords; + } + + /** + * This is the setter method to the attribute. + * If enabled, provide the srv target's resolved ip in the response srv gslb service. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param includeAdditionalRecords set the includeAdditionalRecords. + */ + public void setIncludeAdditionalRecords(Boolean includeAdditionalRecords) { + this.includeAdditionalRecords = includeAdditionalRecords; + } + /** * This is the getter method this will return the attribute value. * This field indicates that this object is replicated across gslb federation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return isFederated */ @@ -412,7 +442,7 @@ public Boolean getIsFederated() { * This is the setter method to the attribute. * This field indicates that this object is replicated across gslb federation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param isFederated set the isFederated. */ @@ -423,8 +453,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -436,8 +465,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -449,8 +477,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -468,7 +495,7 @@ public GslbService addMarkersItem(RoleFilterMatchLabel markersItem) { * Allowed values are 1-65535. * Special values are 0 - disable. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return minMembers */ @@ -482,7 +509,7 @@ public Integer getMinMembers() { * Allowed values are 1-65535. * Special values are 0 - disable. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param minMembers set the minMembers. */ @@ -493,7 +520,7 @@ public void setMinMembers(Integer minMembers) { /** * This is the getter method this will return the attribute value. * Name for the gslb service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -504,7 +531,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name for the gslb service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -518,7 +545,7 @@ public void setName(String name) { * Enter 0 to return all ip addresses. * Allowed values are 1-20. * Special values are 0- return all ip addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numDnsIp */ @@ -532,7 +559,7 @@ public Integer getNumDnsIp() { * Enter 0 to return all ip addresses. * Allowed values are 1-20. * Special values are 0- return all ip addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numDnsIp set the numDnsIp. */ @@ -545,7 +572,7 @@ public void setNumDnsIp(Integer numDnsIp) { * Pki profile associated with the gslb service. * It is a reference to an object of type pkiprofile. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRef */ @@ -558,7 +585,7 @@ public String getPkiProfileRef() { * Pki profile associated with the gslb service. * It is a reference to an object of type pkiprofile. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pkiProfileRef set the pkiProfileRef. */ @@ -571,7 +598,7 @@ public void setPkiProfileRef(String pkiProfileRef) { * The load balancing algorithm will pick a gslb pool within the gslb service list of available pools. * Enum options - GSLB_SERVICE_ALGORITHM_PRIORITY, GSLB_SERVICE_ALGORITHM_GEO. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_ALGORITHM_PRIORITY". * @return poolAlgorithm */ @@ -584,7 +611,7 @@ public String getPoolAlgorithm() { * The load balancing algorithm will pick a gslb pool within the gslb service list of available pools. * Enum options - GSLB_SERVICE_ALGORITHM_PRIORITY, GSLB_SERVICE_ALGORITHM_GEO. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_ALGORITHM_PRIORITY". * @param poolAlgorithm set the poolAlgorithm. */ @@ -592,11 +619,37 @@ public void setPoolAlgorithm(String poolAlgorithm) { this.poolAlgorithm = poolAlgorithm; } + /** + * This is the getter method this will return the attribute value. + * Field to specify the type of gslb service. + * Enum options - GSLB_SERVICE_RECORD_TYPE_A_AAAA_CNAME, GSLB_SERVICE_RECORD_TYPE_SRV. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_RECORD_TYPE_A_AAAA_CNAME". + * @return recordType + */ + public String getRecordType() { + return recordType; + } + + /** + * This is the setter method to the attribute. + * Field to specify the type of gslb service. + * Enum options - GSLB_SERVICE_RECORD_TYPE_A_AAAA_CNAME, GSLB_SERVICE_RECORD_TYPE_SRV. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_RECORD_TYPE_A_AAAA_CNAME". + * @param recordType set the recordType. + */ + public void setRecordType(String recordType) { + this.recordType = recordType; + } + /** * This is the getter method this will return the attribute value. * This field indicates that for a cname query, respond with resolved cnames in the additional section with a records. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return resolveCname */ @@ -608,7 +661,7 @@ public Boolean getResolveCname() { * This is the setter method to the attribute. * This field indicates that for a cname query, respond with resolved cnames in the additional section with a records. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param resolveCname set the resolveCname. */ @@ -620,7 +673,7 @@ public void setResolveCname(Boolean resolveCname) { * This is the getter method this will return the attribute value. * Enable site-persistence for the gslbservice. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return sitePersistenceEnabled */ @@ -632,7 +685,7 @@ public Boolean getSitePersistenceEnabled() { * This is the setter method to the attribute. * Enable site-persistence for the gslbservice. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param sitePersistenceEnabled set the sitePersistenceEnabled. */ @@ -643,7 +696,7 @@ public void setSitePersistenceEnabled(Boolean sitePersistenceEnabled) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -654,7 +707,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -667,7 +720,7 @@ public void setTenantRef(String tenantRef) { * When enabled, topology policy rules are used for member selection first. * If no valid member is found using the topology policy rules, configured gslb algorithms for pool selection and member selection are used. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return topologyPolicyEnabled */ @@ -680,7 +733,7 @@ public Boolean getTopologyPolicyEnabled() { * When enabled, topology policy rules are used for member selection first. * If no valid member is found using the topology policy rules, configured gslb algorithms for pool selection and member selection are used. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param topologyPolicyEnabled set the topologyPolicyEnabled. */ @@ -693,7 +746,7 @@ public void setTopologyPolicyEnabled(Boolean topologyPolicyEnabled) { * Ttl value (in seconds) for records served for this gslb service by the dns service. * Allowed values are 0-86400. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ttl */ @@ -706,7 +759,7 @@ public Integer getTtl() { * Ttl value (in seconds) for records served for this gslb service by the dns service. * Allowed values are 0-86400. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ttl set the ttl. */ @@ -736,7 +789,7 @@ public void setUrl(String url) { * Use the client ip subnet from the edns option as source ipaddress for client geo-location and consistent hash algorithm. * Default is true. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useEdnsClientSubnet */ @@ -749,7 +802,7 @@ public Boolean getUseEdnsClientSubnet() { * Use the client ip subnet from the edns option as source ipaddress for client geo-location and consistent hash algorithm. * Default is true. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useEdnsClientSubnet set the useEdnsClientSubnet. */ @@ -760,7 +813,7 @@ public void setUseEdnsClientSubnet(Boolean useEdnsClientSubnet) { /** * This is the getter method this will return the attribute value. * Uuid of the gslb service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -771,7 +824,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the gslb service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -785,7 +838,7 @@ public void setUuid(String uuid) { * request. * Default is false. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return wildcardMatch */ @@ -799,7 +852,7 @@ public Boolean getWildcardMatch() { * request. * Default is false. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param wildcardMatch set the wildcardMatch. */ @@ -841,7 +894,9 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.createdBy, objGslbService.createdBy)&& Objects.equals(this.description, objGslbService.description)&& Objects.equals(this.tenantRef, objGslbService.tenantRef)&& - Objects.equals(this.topologyPolicyEnabled, objGslbService.topologyPolicyEnabled); + Objects.equals(this.topologyPolicyEnabled, objGslbService.topologyPolicyEnabled)&& + Objects.equals(this.recordType, objGslbService.recordType)&& + Objects.equals(this.includeAdditionalRecords, objGslbService.includeAdditionalRecords); } @Override @@ -858,6 +913,7 @@ public String toString() { sb.append(" groups: ").append(toIndentedString(groups)).append("\n"); sb.append(" healthMonitorRefs: ").append(toIndentedString(healthMonitorRefs)).append("\n"); sb.append(" healthMonitorScope: ").append(toIndentedString(healthMonitorScope)).append("\n"); + sb.append(" includeAdditionalRecords: ").append(toIndentedString(includeAdditionalRecords)).append("\n"); sb.append(" isFederated: ").append(toIndentedString(isFederated)).append("\n"); sb.append(" markers: ").append(toIndentedString(markers)).append("\n"); sb.append(" minMembers: ").append(toIndentedString(minMembers)).append("\n"); @@ -865,6 +921,7 @@ public String toString() { sb.append(" numDnsIp: ").append(toIndentedString(numDnsIp)).append("\n"); sb.append(" pkiProfileRef: ").append(toIndentedString(pkiProfileRef)).append("\n"); sb.append(" poolAlgorithm: ").append(toIndentedString(poolAlgorithm)).append("\n"); + sb.append(" recordType: ").append(toIndentedString(recordType)).append("\n"); sb.append(" resolveCname: ").append(toIndentedString(resolveCname)).append("\n"); sb.append(" sitePersistenceEnabled: ").append(toIndentedString(sitePersistenceEnabled)).append("\n"); sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/GslbServiceDownResponse.java b/java/src/com/vmware/avi/sdk/model/GslbServiceDownResponse.java index 48e4033389..a745c7bf06 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbServiceDownResponse.java +++ b/java/src/com/vmware/avi/sdk/model/GslbServiceDownResponse.java @@ -39,7 +39,7 @@ public class GslbServiceDownResponse { * This is the getter method this will return the attribute value. * Fallback cname to use in response to the client query when the gslb service is down. * Field introduced in 30.2.1, 22.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackCname */ @@ -51,7 +51,7 @@ public String getFallbackCname() { * This is the setter method to the attribute. * Fallback cname to use in response to the client query when the gslb service is down. * Field introduced in 30.2.1, 22.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fallbackCname set the fallbackCname. */ @@ -62,7 +62,7 @@ public void setFallbackCname(String fallbackCname) { /** * This is the getter method this will return the attribute value. * Fallback ip address to use in a response to the client query when the gslb service is down. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackIp */ @@ -73,7 +73,7 @@ public IpAddr getFallbackIp() { /** * This is the setter method to the attribute. * Fallback ip address to use in a response to the client query when the gslb service is down. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fallbackIp set the fallbackIp. */ @@ -85,7 +85,7 @@ public void setFallbackIp(IpAddr fallbackIp) { * This is the getter method this will return the attribute value. * Fallback ipv6 address to use in aaaa response to the client query when the gslb service is down. * Field introduced in 18.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackIp6 */ @@ -97,7 +97,7 @@ public IpAddr getFallbackIp6() { * This is the setter method to the attribute. * Fallback ipv6 address to use in aaaa response to the client query when the gslb service is down. * Field introduced in 18.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fallbackIp6 set the fallbackIp6. */ @@ -110,7 +110,7 @@ public void setFallbackIp6(IpAddr fallbackIp6) { * Response from dns service towards the client when the gslb service is down. * Enum options - GSLB_SERVICE_DOWN_RESPONSE_NONE, GSLB_SERVICE_DOWN_RESPONSE_ALL_RECORDS, GSLB_SERVICE_DOWN_RESPONSE_FALLBACK_IP, * GSLB_SERVICE_DOWN_RESPONSE_EMPTY, GSLB_SERVICE_DOWN_RESPONSE_CNAME. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_DOWN_RESPONSE_NONE". * @return type */ @@ -123,7 +123,7 @@ public String getType() { * Response from dns service towards the client when the gslb service is down. * Enum options - GSLB_SERVICE_DOWN_RESPONSE_NONE, GSLB_SERVICE_DOWN_RESPONSE_ALL_RECORDS, GSLB_SERVICE_DOWN_RESPONSE_FALLBACK_IP, * GSLB_SERVICE_DOWN_RESPONSE_EMPTY, GSLB_SERVICE_DOWN_RESPONSE_CNAME. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_DOWN_RESPONSE_NONE". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbServiceRuntime.java b/java/src/com/vmware/avi/sdk/model/GslbServiceRuntime.java index de01dbc5de..de8c43d340 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbServiceRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/GslbServiceRuntime.java @@ -24,6 +24,9 @@ public class GslbServiceRuntime extends AviRestResource { @JsonProperty("checksum") private String checksum; + @JsonProperty("cluster_uuid") + private String clusterUuid; + @JsonProperty("domain_names") private List domainNames; @@ -39,9 +42,15 @@ public class GslbServiceRuntime extends AviRestResource { @JsonProperty("name") private String name; + @JsonProperty("obj_uuid") + private String objUuid; + @JsonProperty("oper_status") private OperationalStatus operStatus; + @JsonProperty("repl_state") + private CfgState replState; + @JsonProperty("send_event") private Boolean sendEvent; @@ -57,6 +66,9 @@ public class GslbServiceRuntime extends AviRestResource { @JsonProperty("tenant_name") private String tenantName; + @JsonProperty("tenant_ref") + private String tenantRef; + @JsonProperty("uuid") private String uuid; @@ -64,9 +76,9 @@ public class GslbServiceRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. + * Field deprecated in 31.1.1. * Field introduced in 17.1.3. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return checksum */ public String getChecksum() { @@ -75,19 +87,43 @@ public String getChecksum() { /** * This is the setter method to the attribute. + * Field deprecated in 31.1.1. * Field introduced in 17.1.3. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param checksum set the checksum. */ public void setChecksum(String checksum) { this.checksum = checksum; } + + /** + * This is the getter method this will return the attribute value. + * Represents the local/remote site uuid; every gs will have n entriesif there are n active sites in federation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return clusterUuid + */ + public String getClusterUuid() { + return clusterUuid; + } + + /** + * This is the setter method to the attribute. + * Represents the local/remote site uuid; every gs will have n entriesif there are n active sites in federation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param clusterUuid set the clusterUuid. + */ + public void setClusterUuid(String clusterUuid) { + this.clusterUuid = clusterUuid; + } /** * This is the getter method this will return the attribute value. * Fully qualified domain name of the gslbservice. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -99,7 +135,7 @@ public List getDomainNames() { * This is the setter method. this will set the domainNames * Fully qualified domain name of the gslbservice. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -111,7 +147,7 @@ public void setDomainNames(List domainNames) { * This is the setter method this will set the domainNames * Fully qualified domain name of the gslbservice. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -124,8 +160,8 @@ public GslbServiceRuntime addDomainNamesItem(String domainNamesItem) { } /** * This is the getter method this will return the attribute value. - * 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 null. + * Field deprecated in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return flrState */ public List getFlrState() { @@ -134,8 +170,8 @@ public List getFlrState() { /** * This is the setter method. this will set the flrState - * 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 null. + * Field deprecated in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return flrState */ public void setFlrState(List flrState) { @@ -144,8 +180,8 @@ public void setFlrState(List flrState) { /** * This is the setter method this will set the flrState - * 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 null. + * Field deprecated in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return flrState */ public GslbServiceRuntime addFlrStateItem(CfgState flrStateItem) { @@ -157,7 +193,7 @@ public GslbServiceRuntime addFlrStateItem(CfgState flrStateItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -167,7 +203,7 @@ public List getGroups() { /** * This is the setter method. this will set the groups - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -177,7 +213,7 @@ public void setGroups(List groups) { /** * This is the setter method this will set the groups - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -191,8 +227,8 @@ public GslbServiceRuntime addGroupsItem(GslbPoolRuntime groupsItem) { /** * This is the getter method this will return the attribute value. - * 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 null. + * Field deprecated in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return ldrState */ public CfgState getLdrState() { @@ -201,8 +237,8 @@ public CfgState getLdrState() { /** * This is the setter method to the attribute. - * 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 null. + * Field deprecated in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param ldrState set the ldrState. */ public void setLdrState(CfgState ldrState) { @@ -211,7 +247,7 @@ public void setLdrState(CfgState ldrState) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -221,7 +257,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -231,7 +267,31 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Gslbservice object uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return objUuid + */ + public String getObjUuid() { + return objUuid; + } + + /** + * This is the setter method to the attribute. + * Gslbservice object uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param objUuid set the objUuid. + */ + public void setObjUuid(String objUuid) { + this.objUuid = objUuid; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -241,7 +301,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ @@ -249,10 +309,34 @@ public void setOperStatus(OperationalStatus operStatus) { this.operStatus = operStatus; } + /** + * This is the getter method this will return the attribute value. + * The config replication info to se(s) or peer sites. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return replState + */ + public CfgState getReplState() { + return replState; + } + + /** + * This is the setter method to the attribute. + * The config replication info to se(s) or peer sites. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param replState set the replState. + */ + public void setReplState(CfgState replState) { + this.replState = replState; + } + /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sendEvent */ @@ -263,7 +347,7 @@ public Boolean getSendEvent() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sendEvent set the sendEvent. */ @@ -274,7 +358,7 @@ public void setSendEvent(Boolean sendEvent) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sendStatus */ @@ -285,7 +369,7 @@ public Boolean getSendStatus() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sendStatus set the sendStatus. */ @@ -295,7 +379,7 @@ public void setSendStatus(Boolean sendStatus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicesState */ @@ -305,7 +389,7 @@ public String getServicesState() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param servicesState set the servicesState. */ @@ -317,7 +401,7 @@ public void setServicesState(String servicesState) { * This is the getter method this will return the attribute value. * Gslb site persistence consolidated status. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spOperStatus */ @@ -329,7 +413,7 @@ public OperationalStatus getSpOperStatus() { * This is the setter method to the attribute. * Gslb site persistence consolidated status. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param spOperStatus set the spOperStatus. */ @@ -340,7 +424,7 @@ public void setSpOperStatus(OperationalStatus spOperStatus) { /** * This is the getter method this will return the attribute value. * Tenant name (and not uuid) is required in logs/metrics generated by the se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantName */ @@ -351,7 +435,7 @@ public String getTenantName() { /** * This is the setter method to the attribute. * Tenant name (and not uuid) is required in logs/metrics generated by the se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantName set the tenantName. */ @@ -361,7 +445,33 @@ public void setTenantName(String tenantName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * The unique identifier of the tenant to which the gslbservice belongs. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return tenantRef + */ + public String getTenantRef() { + return tenantRef; + } + + /** + * This is the setter method to the attribute. + * The unique identifier of the tenant to which the gslbservice belongs. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param tenantRef set the tenantRef. + */ + public void setTenantRef(String tenantRef) { + this.tenantRef = tenantRef; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -371,7 +481,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -400,8 +510,12 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.checksum, objGslbServiceRuntime.checksum)&& Objects.equals(this.spOperStatus, objGslbServiceRuntime.spOperStatus)&& Objects.equals(this.domainNames, objGslbServiceRuntime.domainNames)&& + Objects.equals(this.clusterUuid, objGslbServiceRuntime.clusterUuid)&& + Objects.equals(this.objUuid, objGslbServiceRuntime.objUuid)&& + Objects.equals(this.replState, objGslbServiceRuntime.replState)&& Objects.equals(this.sendStatus, objGslbServiceRuntime.sendStatus)&& - Objects.equals(this.sendEvent, objGslbServiceRuntime.sendEvent); + Objects.equals(this.sendEvent, objGslbServiceRuntime.sendEvent)&& + Objects.equals(this.tenantRef, objGslbServiceRuntime.tenantRef); } @Override @@ -409,17 +523,21 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class GslbServiceRuntime {\n"); sb.append(" checksum: ").append(toIndentedString(checksum)).append("\n"); + sb.append(" clusterUuid: ").append(toIndentedString(clusterUuid)).append("\n"); sb.append(" domainNames: ").append(toIndentedString(domainNames)).append("\n"); sb.append(" flrState: ").append(toIndentedString(flrState)).append("\n"); sb.append(" groups: ").append(toIndentedString(groups)).append("\n"); sb.append(" ldrState: ").append(toIndentedString(ldrState)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" objUuid: ").append(toIndentedString(objUuid)).append("\n"); sb.append(" operStatus: ").append(toIndentedString(operStatus)).append("\n"); + sb.append(" replState: ").append(toIndentedString(replState)).append("\n"); sb.append(" sendEvent: ").append(toIndentedString(sendEvent)).append("\n"); sb.append(" sendStatus: ").append(toIndentedString(sendStatus)).append("\n"); sb.append(" servicesState: ").append(toIndentedString(servicesState)).append("\n"); sb.append(" spOperStatus: ").append(toIndentedString(spOperStatus)).append("\n"); sb.append(" tenantName: ").append(toIndentedString(tenantName)).append("\n"); + sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/GslbServiceSitePersistencePool.java b/java/src/com/vmware/avi/sdk/model/GslbServiceSitePersistencePool.java index 2283b80beb..de104f657b 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbServiceSitePersistencePool.java +++ b/java/src/com/vmware/avi/sdk/model/GslbServiceSitePersistencePool.java @@ -33,6 +33,9 @@ public class GslbServiceSitePersistencePool extends AviRestResource { @JsonProperty("num_servers_up") private Integer numServersUp; + @JsonProperty("server_info") + private List serverInfo; + @JsonProperty("servers") private List servers; @@ -45,7 +48,7 @@ public class GslbServiceSitePersistencePool extends AviRestResource { * This is the getter method this will return the attribute value. * Site persistence pool's http2 state. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enableHttp2 */ @@ -57,7 +60,7 @@ public Boolean getEnableHttp2() { * This is the setter method to the attribute. * Site persistence pool's http2 state. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enableHttp2 set the enableHttp2. */ @@ -69,7 +72,7 @@ public void setEnableHttp2(Boolean enableHttp2) { * This is the getter method this will return the attribute value. * Site persistence pool's name. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -81,7 +84,7 @@ public String getName() { * This is the setter method to the attribute. * Site persistence pool's name. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -93,7 +96,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Number of servers configured in the pool. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numServers */ @@ -105,7 +108,7 @@ public Integer getNumServers() { * This is the setter method to the attribute. * Number of servers configured in the pool. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numServers set the numServers. */ @@ -117,7 +120,7 @@ public void setNumServers(Integer numServers) { * This is the getter method this will return the attribute value. * Number of servers operationally up in the pool. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numServersUp */ @@ -129,7 +132,7 @@ public Integer getNumServersUp() { * This is the setter method to the attribute. * Number of servers operationally up in the pool. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numServersUp set the numServersUp. */ @@ -139,9 +142,48 @@ public void setNumServersUp(Integer numServersUp) { /** * This is the getter method this will return the attribute value. * Detailed information of the servers in the pool. - * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return serverInfo + */ + public List getServerInfo() { + return serverInfo; + } + + /** + * This is the setter method. this will set the serverInfo + * Detailed information of the servers in the pool. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return serverInfo + */ + public void setServerInfo(List serverInfo) { + this.serverInfo = serverInfo; + } + + /** + * This is the setter method this will set the serverInfo + * Detailed information of the servers in the pool. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return serverInfo + */ + public GslbServiceSitePersistencePool addServerInfoItem(ServerRuntimeSummary serverInfoItem) { + if (this.serverInfo == null) { + this.serverInfo = new ArrayList(); + } + this.serverInfo.add(serverInfoItem); + return this; + } + /** + * This is the getter method this will return the attribute value. + * Detailed information of the servers in the pool. + * Field deprecated in 31.1.1. + * Field introduced in 17.2.8. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return servers */ public List getServers() { @@ -151,9 +193,9 @@ public List getServers() { /** * This is the setter method. this will set the servers * Detailed information of the servers in the pool. + * Field deprecated in 31.1.1. * Field introduced in 17.2.8. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return servers */ public void setServers(List servers) { @@ -163,9 +205,9 @@ public void setServers(List servers) { /** * This is the setter method this will set the servers * Detailed information of the servers in the pool. + * Field deprecated in 31.1.1. * Field introduced in 17.2.8. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return servers */ public GslbServiceSitePersistencePool addServersItem(ServerConfig serversItem) { @@ -180,7 +222,7 @@ public GslbServiceSitePersistencePool addServersItem(ServerConfig serversItem) { * This is the getter method this will return the attribute value. * Site persistence pool's uuid. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -192,7 +234,7 @@ public String getUuid() { * This is the setter method to the attribute. * Site persistence pool's uuid. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -215,7 +257,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.numServers, objGslbServiceSitePersistencePool.numServers)&& Objects.equals(this.numServersUp, objGslbServiceSitePersistencePool.numServersUp)&& Objects.equals(this.servers, objGslbServiceSitePersistencePool.servers)&& - Objects.equals(this.enableHttp2, objGslbServiceSitePersistencePool.enableHttp2); + Objects.equals(this.enableHttp2, objGslbServiceSitePersistencePool.enableHttp2)&& + Objects.equals(this.serverInfo, objGslbServiceSitePersistencePool.serverInfo); } @Override @@ -226,6 +269,7 @@ public String toString() { sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" numServers: ").append(toIndentedString(numServers)).append("\n"); sb.append(" numServersUp: ").append(toIndentedString(numServersUp)).append("\n"); + sb.append(" serverInfo: ").append(toIndentedString(serverInfo)).append("\n"); sb.append(" servers: ").append(toIndentedString(servers)).append("\n"); sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); sb.append("}"); diff --git a/java/src/com/vmware/avi/sdk/model/GslbServiceSrvRdata.java b/java/src/com/vmware/avi/sdk/model/GslbServiceSrvRdata.java new file mode 100644 index 0000000000..6df0f6093d --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/GslbServiceSrvRdata.java @@ -0,0 +1,149 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The GslbServiceSrvRdata is a POJO class extends AviRestResource that used for creating + * GslbServiceSrvRdata. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class GslbServiceSrvRdata { + @JsonProperty("port") + private Integer port; + + @JsonProperty("priority") + private Integer priority; + + @JsonProperty("weight") + private Integer weight; + + + + /** + * This is the getter method this will return the attribute value. + * Service port. + * Allowed values are 0-65535. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return port + */ + public Integer getPort() { + return port; + } + + /** + * This is the setter method to the attribute. + * Service port. + * Allowed values are 0-65535. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param port set the port. + */ + public void setPort(Integer port) { + this.port = port; + } + + /** + * This is the getter method this will return the attribute value. + * Priority of the target hosting the service, low value implies higher priority for this service record. + * Allowed values are 0-65535. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return priority + */ + public Integer getPriority() { + return priority; + } + + /** + * This is the setter method to the attribute. + * Priority of the target hosting the service, low value implies higher priority for this service record. + * Allowed values are 0-65535. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param priority set the priority. + */ + public void setPriority(Integer priority) { + this.priority = priority; + } + + /** + * This is the getter method this will return the attribute value. + * Relative weight for service records with same priority, high value implies higher preference for this service record. + * Allowed values are 0-65535. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return weight + */ + public Integer getWeight() { + return weight; + } + + /** + * This is the setter method to the attribute. + * Relative weight for service records with same priority, high value implies higher preference for this service record. + * Allowed values are 0-65535. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param weight set the weight. + */ + public void setWeight(Integer weight) { + this.weight = weight; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + GslbServiceSrvRdata objGslbServiceSrvRdata = (GslbServiceSrvRdata) o; + return Objects.equals(this.priority, objGslbServiceSrvRdata.priority)&& + Objects.equals(this.weight, objGslbServiceSrvRdata.weight)&& + Objects.equals(this.port, objGslbServiceSrvRdata.port); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class GslbServiceSrvRdata {\n"); + sb.append(" port: ").append(toIndentedString(port)).append("\n"); + sb.append(" priority: ").append(toIndentedString(priority)).append("\n"); + sb.append(" weight: ").append(toIndentedString(weight)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/GslbServiceStatus.java b/java/src/com/vmware/avi/sdk/model/GslbServiceStatus.java index 4e86f45770..2fd30eba9e 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbServiceStatus.java +++ b/java/src/com/vmware/avi/sdk/model/GslbServiceStatus.java @@ -36,7 +36,7 @@ public class GslbServiceStatus extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return details */ @@ -46,7 +46,7 @@ public List getDetails() { /** * This is the setter method. this will set the details - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return details */ @@ -56,7 +56,7 @@ public void setDetails(List details) { /** * This is the setter method this will set the details - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return details */ @@ -70,7 +70,7 @@ public GslbServiceStatus addDetailsItem(String detailsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsRuntime */ @@ -80,7 +80,7 @@ public GslbServiceRuntime getGsRuntime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsRuntime set the gsRuntime. */ @@ -90,7 +90,7 @@ public void setGsRuntime(GslbServiceRuntime gsRuntime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -100,7 +100,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -110,7 +110,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -120,7 +120,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbSite.java b/java/src/com/vmware/avi/sdk/model/GslbSite.java index bb5df08c99..7f193baeb0 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbSite.java +++ b/java/src/com/vmware/avi/sdk/model/GslbSite.java @@ -60,6 +60,9 @@ public class GslbSite { @JsonProperty("ratio") private Integer ratio; + @JsonProperty("replication_policy") + private ReplicationPolicy replicationPolicy; + @JsonProperty("suspend_mode") private Boolean suspendMode = false; @@ -71,7 +74,7 @@ public class GslbSite { /** * This is the getter method this will return the attribute value. * Ip address or a dns resolvable, fully qualified domain name of the site controller cluster. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return address */ @@ -82,7 +85,7 @@ public String getAddress() { /** * This is the setter method to the attribute. * Ip address or a dns resolvable, fully qualified domain name of the site controller cluster. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param address set the address. */ @@ -93,7 +96,7 @@ public void setAddress(String address) { /** * This is the getter method this will return the attribute value. * Uuid of the 'cluster' object of the controller cluster in this site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterUuid */ @@ -104,7 +107,7 @@ public String getClusterUuid() { /** * This is the setter method to the attribute. * Uuid of the 'cluster' object of the controller cluster in this site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterUuid set the clusterUuid. */ @@ -115,7 +118,7 @@ public void setClusterUuid(String clusterUuid) { * This is the getter method this will return the attribute value. * This field identifies the dns vs and the subdomains it hosts for gslb services. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVses */ @@ -127,7 +130,7 @@ public List getDnsVses() { * This is the setter method. this will set the dnsVses * This field identifies the dns vs and the subdomains it hosts for gslb services. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVses */ @@ -139,7 +142,7 @@ public void setDnsVses(List dnsVses) { * This is the setter method this will set the dnsVses * This field identifies the dns vs and the subdomains it hosts for gslb services. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVses */ @@ -159,7 +162,7 @@ public GslbSite addDnsVsesItem(GslbSiteDnsVs dnsVsesItem) { * It shall not participate in health-status monitoring. * Vips of the virtual services on the disabled site shall not be sent in dns response. * When a site transitions from disabled to enabled, it is treated similar to the addition of a new site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -175,7 +178,7 @@ public Boolean getEnabled() { * It shall not participate in health-status monitoring. * Vips of the virtual services on the disabled site shall not be sent in dns response. * When a site transitions from disabled to enabled, it is treated similar to the addition of a new site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -191,7 +194,7 @@ public void setEnabled(Boolean enabled) { * the reachable members. * If the health monitor proxies are not configured, then the default behavior is to run health monitor probes from all the active sites. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmProxies */ @@ -208,7 +211,7 @@ public List getHmProxies() { * the reachable members. * If the health monitor proxies are not configured, then the default behavior is to run health monitor probes from all the active sites. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmProxies */ @@ -225,7 +228,7 @@ public void setHmProxies(List hmProxies) { * the reachable members. * If the health monitor proxies are not configured, then the default behavior is to run health monitor probes from all the active sites. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmProxies */ @@ -241,7 +244,7 @@ public GslbSite addHmProxiesItem(GslbHealthMonitorProxy hmProxiesItem) { * This is the getter method this will return the attribute value. * This field enables the health monitor shard functionality on a site-basis. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return hmShardEnabled */ @@ -253,7 +256,7 @@ public Boolean getHmShardEnabled() { * This is the setter method to the attribute. * This field enables the health monitor shard functionality on a site-basis. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param hmShardEnabled set the hmShardEnabled. */ @@ -265,7 +268,7 @@ public void setHmShardEnabled(Boolean hmShardEnabled) { * Ip address(es) of the site's cluster. * For a 3-node cluster, either the cluster vip is provided, or the list of controller ips in the cluster are provided. * Maximum of 3 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddresses */ @@ -278,7 +281,7 @@ public List getIpAddresses() { * Ip address(es) of the site's cluster. * For a 3-node cluster, either the cluster vip is provided, or the list of controller ips in the cluster are provided. * Maximum of 3 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddresses */ @@ -291,7 +294,7 @@ public void setIpAddresses(List ipAddresses) { * Ip address(es) of the site's cluster. * For a 3-node cluster, either the cluster vip is provided, or the list of controller ips in the cluster are provided. * Maximum of 3 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddresses */ @@ -307,7 +310,7 @@ public GslbSite addIpAddressesItem(IpAddr ipAddressesItem) { * This is the getter method this will return the attribute value. * Geographic location of the site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -319,7 +322,7 @@ public GslbGeoLocation getLocation() { * This is the setter method to the attribute. * Geographic location of the site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -331,7 +334,7 @@ public void setLocation(GslbGeoLocation location) { * This is the getter method this will return the attribute value. * The site's member type a leader is set to active while allmembers are set to passive. * Enum options - GSLB_ACTIVE_MEMBER, GSLB_PASSIVE_MEMBER. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_PASSIVE_MEMBER". * @return memberType */ @@ -343,7 +346,7 @@ public String getMemberType() { * This is the setter method to the attribute. * The site's member type a leader is set to active while allmembers are set to passive. * Enum options - GSLB_ACTIVE_MEMBER, GSLB_PASSIVE_MEMBER. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_PASSIVE_MEMBER". * @param memberType set the memberType. */ @@ -356,7 +359,7 @@ public void setMemberType(String memberType) { * Name for the site controller cluster. * After any changes to site name, references to gslb site name should be updated manually. * Ex site name used in dns policies or topology policies should be updated to use the new site name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -369,7 +372,7 @@ public String getName() { * Name for the site controller cluster. * After any changes to site name, references to gslb site name should be updated manually. * Ex site name used in dns policies or topology policies should be updated to use the new site name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -380,7 +383,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * The password used when authenticating with the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -391,7 +394,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * The password used when authenticating with the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -403,7 +406,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * The site controller cluster's rest api port number. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 443. * @return port */ @@ -415,7 +418,7 @@ public Integer getPort() { * This is the setter method to the attribute. * The site controller cluster's rest api port number. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 443. * @param port set the port. */ @@ -429,7 +432,7 @@ public void setPort(Integer port) { * If this field is not configured then the gslbpoolmember ratio gets applied. * Allowed values are 1-20. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ratio */ @@ -443,7 +446,7 @@ public Integer getRatio() { * If this field is not configured then the gslbpoolmember ratio gets applied. * Allowed values are 1-20. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ratio set the ratio. */ @@ -451,12 +454,36 @@ public void setRatio(Integer ratio) { this.ratio = ratio; } + /** + * This is the getter method this will return the attribute value. + * Policy for replicating configuration to the active follower sites. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return replicationPolicy + */ + public ReplicationPolicy getReplicationPolicy() { + return replicationPolicy; + } + + /** + * This is the setter method to the attribute. + * Policy for replicating configuration to the active follower sites. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param replicationPolicy set the replicationPolicy. + */ + public void setReplicationPolicy(ReplicationPolicy replicationPolicy) { + this.replicationPolicy = replicationPolicy; + } + /** * This is the getter method this will return the attribute value. * This modes applies to follower sites. * When an active site is in suspend mode, the site does not receive any further federated objects. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return suspendMode */ @@ -469,7 +496,7 @@ public Boolean getSuspendMode() { * This modes applies to follower sites. * When an active site is in suspend mode, the site does not receive any further federated objects. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param suspendMode set the suspendMode. */ @@ -480,7 +507,7 @@ public void setSuspendMode(Boolean suspendMode) { /** * This is the getter method this will return the attribute value. * The username used when authenticating with the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -491,7 +518,7 @@ public String getUsername() { /** * This is the setter method to the attribute. * The username used when authenticating with the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ @@ -523,7 +550,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.ratio, objGslbSite.ratio)&& Objects.equals(this.dnsVses, objGslbSite.dnsVses)&& Objects.equals(this.hmShardEnabled, objGslbSite.hmShardEnabled)&& - Objects.equals(this.suspendMode, objGslbSite.suspendMode); + Objects.equals(this.suspendMode, objGslbSite.suspendMode)&& + Objects.equals(this.replicationPolicy, objGslbSite.replicationPolicy); } @Override @@ -543,6 +571,7 @@ public String toString() { sb.append(" password: ").append(toIndentedString(password)).append("\n"); sb.append(" port: ").append(toIndentedString(port)).append("\n"); sb.append(" ratio: ").append(toIndentedString(ratio)).append("\n"); + sb.append(" replicationPolicy: ").append(toIndentedString(replicationPolicy)).append("\n"); sb.append(" suspendMode: ").append(toIndentedString(suspendMode)).append("\n"); sb.append(" username: ").append(toIndentedString(username)).append("\n"); sb.append("}"); diff --git a/java/src/com/vmware/avi/sdk/model/GslbSiteCfgSyncInfo.java b/java/src/com/vmware/avi/sdk/model/GslbSiteCfgSyncInfo.java index b0a1b77f41..01be241ef6 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbSiteCfgSyncInfo.java +++ b/java/src/com/vmware/avi/sdk/model/GslbSiteCfgSyncInfo.java @@ -30,20 +30,29 @@ public class GslbSiteCfgSyncInfo { @JsonProperty("last_fail_obj") private ConfigVersionStatus lastFailObj; + @JsonProperty("prev_target_version") + private Integer prevTargetVersion; + @JsonProperty("reason") private String reason; @JsonProperty("recommendation") private String recommendation; + @JsonProperty("site_version") + private Integer siteVersion; + @JsonProperty("sync_state") private String syncState; + @JsonProperty("target_version") + private Integer targetVersion; + /** * This is the getter method this will return the attribute value. * Objects that could not be synced to the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return erroredObjects */ @@ -54,7 +63,7 @@ public List getErroredObjects() { /** * This is the setter method. this will set the erroredObjects * Objects that could not be synced to the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return erroredObjects */ @@ -65,7 +74,7 @@ public void setErroredObjects(List erroredObjects) { /** * This is the setter method this will set the erroredObjects * Objects that could not be synced to the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return erroredObjects */ @@ -79,7 +88,7 @@ public GslbSiteCfgSyncInfo addErroredObjectsItem(VersionInfo erroredObjectsItem) /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -89,7 +98,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -101,7 +110,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { * This is the getter method this will return the attribute value. * Last object having replication issue. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastFailObj */ @@ -113,7 +122,7 @@ public ConfigVersionStatus getLastFailObj() { * This is the setter method to the attribute. * Last object having replication issue. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastFailObj set the lastFailObj. */ @@ -121,11 +130,35 @@ public void setLastFailObj(ConfigVersionStatus lastFailObj) { this.lastFailObj = lastFailObj; } + /** + * This is the getter method this will return the attribute value. + * Previous targer version for a site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return prevTargetVersion + */ + public Integer getPrevTargetVersion() { + return prevTargetVersion; + } + + /** + * This is the setter method to the attribute. + * Previous targer version for a site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param prevTargetVersion set the prevTargetVersion. + */ + public void setPrevTargetVersion(Integer prevTargetVersion) { + this.prevTargetVersion = prevTargetVersion; + } + /** * This is the getter method this will return the attribute value. * Reason for the replication issues. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -137,7 +170,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason for the replication issues. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -149,7 +182,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Recommended way to resolve replication issue. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recommendation */ @@ -161,7 +194,7 @@ public String getRecommendation() { * This is the setter method to the attribute. * Recommended way to resolve replication issue. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param recommendation set the recommendation. */ @@ -169,12 +202,36 @@ public void setRecommendation(String recommendation) { this.recommendation = recommendation; } + /** + * This is the getter method this will return the attribute value. + * Version of the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return siteVersion + */ + public Integer getSiteVersion() { + return siteVersion; + } + + /** + * This is the setter method to the attribute. + * Version of the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param siteVersion set the siteVersion. + */ + public void setSiteVersion(Integer siteVersion) { + this.siteVersion = siteVersion; + } + /** * This is the getter method this will return the attribute value. * Configuration sync-state of the site. * Enum options - GSLB_SITE_CFG_IN_SYNC, GSLB_SITE_CFG_OUT_OF_SYNC, GSLB_SITE_CFG_SYNC_DISABLED, GSLB_SITE_CFG_SYNC_IN_PROGRESS, * GSLB_SITE_CFG_SYNC_NOT_APPLICABLE, GSLB_SITE_CFG_SYNCED_TILL_CHECKPOINT, GSLB_SITE_CFG_SYNC_SUSPENDED, GSLB_SITE_CFG_SYNC_STALLED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return syncState */ @@ -187,7 +244,7 @@ public String getSyncState() { * Configuration sync-state of the site. * Enum options - GSLB_SITE_CFG_IN_SYNC, GSLB_SITE_CFG_OUT_OF_SYNC, GSLB_SITE_CFG_SYNC_DISABLED, GSLB_SITE_CFG_SYNC_IN_PROGRESS, * GSLB_SITE_CFG_SYNC_NOT_APPLICABLE, GSLB_SITE_CFG_SYNCED_TILL_CHECKPOINT, GSLB_SITE_CFG_SYNC_SUSPENDED, GSLB_SITE_CFG_SYNC_STALLED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param syncState set the syncState. */ @@ -195,6 +252,30 @@ public void setSyncState(String syncState) { this.syncState = syncState; } + /** + * This is the getter method this will return the attribute value. + * Target version of the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return targetVersion + */ + public Integer getTargetVersion() { + return targetVersion; + } + + /** + * This is the setter method to the attribute. + * Target version of the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param targetVersion set the targetVersion. + */ + public void setTargetVersion(Integer targetVersion) { + this.targetVersion = targetVersion; + } + @Override public boolean equals(java.lang.Object o) { @@ -210,7 +291,10 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.erroredObjects, objGslbSiteCfgSyncInfo.erroredObjects)&& Objects.equals(this.reason, objGslbSiteCfgSyncInfo.reason)&& Objects.equals(this.recommendation, objGslbSiteCfgSyncInfo.recommendation)&& - Objects.equals(this.lastFailObj, objGslbSiteCfgSyncInfo.lastFailObj); + Objects.equals(this.lastFailObj, objGslbSiteCfgSyncInfo.lastFailObj)&& + Objects.equals(this.siteVersion, objGslbSiteCfgSyncInfo.siteVersion)&& + Objects.equals(this.targetVersion, objGslbSiteCfgSyncInfo.targetVersion)&& + Objects.equals(this.prevTargetVersion, objGslbSiteCfgSyncInfo.prevTargetVersion); } @Override @@ -220,9 +304,12 @@ public String toString() { sb.append(" erroredObjects: ").append(toIndentedString(erroredObjects)).append("\n"); sb.append(" lastChangedTime: ").append(toIndentedString(lastChangedTime)).append("\n"); sb.append(" lastFailObj: ").append(toIndentedString(lastFailObj)).append("\n"); + sb.append(" prevTargetVersion: ").append(toIndentedString(prevTargetVersion)).append("\n"); sb.append(" reason: ").append(toIndentedString(reason)).append("\n"); sb.append(" recommendation: ").append(toIndentedString(recommendation)).append("\n"); + sb.append(" siteVersion: ").append(toIndentedString(siteVersion)).append("\n"); sb.append(" syncState: ").append(toIndentedString(syncState)).append("\n"); + sb.append(" targetVersion: ").append(toIndentedString(targetVersion)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/java/src/com/vmware/avi/sdk/model/GslbSiteDnsVs.java b/java/src/com/vmware/avi/sdk/model/GslbSiteDnsVs.java index 07420bd66f..a8e1c92523 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbSiteDnsVs.java +++ b/java/src/com/vmware/avi/sdk/model/GslbSiteDnsVs.java @@ -33,7 +33,7 @@ public class GslbSiteDnsVs { * This is the getter method this will return the attribute value. * This field identifies the dns vs uuid for this site. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVsUuid */ @@ -45,7 +45,7 @@ public String getDnsVsUuid() { * This is the setter method to the attribute. * This field identifies the dns vs uuid for this site. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsVsUuid set the dnsVsUuid. */ @@ -58,7 +58,7 @@ public void setDnsVsUuid(String dnsVsUuid) { * Gslbservice(s) whose fqdns map to one of the subdomains will be hosted on this dns vs. * If no subdomains are configured, then the default behavior is to host all the gslbservices on this dns vs. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -72,7 +72,7 @@ public List getDomainNames() { * Gslbservice(s) whose fqdns map to one of the subdomains will be hosted on this dns vs. * If no subdomains are configured, then the default behavior is to host all the gslbservices on this dns vs. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -86,7 +86,7 @@ public void setDomainNames(List domainNames) { * Gslbservice(s) whose fqdns map to one of the subdomains will be hosted on this dns vs. * If no subdomains are configured, then the default behavior is to host all the gslbservices on this dns vs. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbSiteHealthStatus.java b/java/src/com/vmware/avi/sdk/model/GslbSiteHealthStatus.java index eea185d2b1..3443140b28 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbSiteHealthStatus.java +++ b/java/src/com/vmware/avi/sdk/model/GslbSiteHealthStatus.java @@ -55,7 +55,7 @@ public class GslbSiteHealthStatus { /** * This is the getter method this will return the attribute value. * Controller retrieved gslb service operational info based of virtual service state. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerGsinfo */ @@ -66,7 +66,7 @@ public List getControllerGsinfo() { /** * This is the setter method. this will set the controllerGsinfo * Controller retrieved gslb service operational info based of virtual service state. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerGsinfo */ @@ -77,7 +77,7 @@ public void setControllerGsinfo(List controllerGsinf /** * This is the setter method this will set the controllerGsinfo * Controller retrieved gslb service operational info based of virtual service state. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerGsinfo */ @@ -92,7 +92,7 @@ public GslbSiteHealthStatus addControllerGsinfoItem(GslbPoolMemberRuntimeInfo co * This is the getter method this will return the attribute value. * Controller retrieved gslb service operational info based of dns datapath resolution. * This information is generated only on those sites that have dns-vs participating in gslb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datapathGsinfo */ @@ -104,7 +104,7 @@ public List getDatapathGsinfo() { * This is the setter method. this will set the datapathGsinfo * Controller retrieved gslb service operational info based of dns datapath resolution. * This information is generated only on those sites that have dns-vs participating in gslb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datapathGsinfo */ @@ -116,7 +116,7 @@ public void setDatapathGsinfo(List datapathGsinfo) { * This is the setter method this will set the datapathGsinfo * Controller retrieved gslb service operational info based of dns datapath resolution. * This information is generated only on those sites that have dns-vs participating in gslb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datapathGsinfo */ @@ -131,7 +131,7 @@ public GslbSiteHealthStatus addDatapathGsinfoItem(GslbPoolMemberRuntimeInfo data /** * This is the getter method this will return the attribute value. * Dns info at the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -142,7 +142,7 @@ public GslbDnsInfo getDnsInfo() { /** * This is the setter method to the attribute. * Dns info at the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsInfo set the dnsInfo. */ @@ -153,7 +153,7 @@ public void setDnsInfo(GslbDnsInfo dnsInfo) { * This is the getter method this will return the attribute value. * Gslb application persistence profile state at member. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gapTable */ @@ -165,7 +165,7 @@ public List getGapTable() { * This is the setter method. this will set the gapTable * Gslb application persistence profile state at member. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gapTable */ @@ -177,7 +177,7 @@ public void setGapTable(List gapTable) { * This is the setter method this will set the gapTable * Gslb application persistence profile state at member. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gapTable */ @@ -192,7 +192,7 @@ public GslbSiteHealthStatus addGapTableItem(CfgState gapTableItem) { * This is the getter method this will return the attribute value. * Gslb geo db profile state at member. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoTable */ @@ -204,7 +204,7 @@ public List getGeoTable() { * This is the setter method. this will set the geoTable * Gslb geo db profile state at member. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoTable */ @@ -216,7 +216,7 @@ public void setGeoTable(List geoTable) { * This is the setter method this will set the geoTable * Gslb geo db profile state at member. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoTable */ @@ -230,7 +230,7 @@ public GslbSiteHealthStatus addGeoTableItem(CfgState geoTableItem) { /** * This is the getter method this will return the attribute value. * Gslb health monitor state at member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ghmTable */ @@ -241,7 +241,7 @@ public List getGhmTable() { /** * This is the setter method. this will set the ghmTable * Gslb health monitor state at member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ghmTable */ @@ -252,7 +252,7 @@ public void setGhmTable(List ghmTable) { /** * This is the setter method this will set the ghmTable * Gslb health monitor state at member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ghmTable */ @@ -266,7 +266,7 @@ public GslbSiteHealthStatus addGhmTableItem(CfgState ghmTableItem) { /** * This is the getter method this will return the attribute value. * Gslb state at member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return glbTable */ @@ -277,7 +277,7 @@ public List getGlbTable() { /** * This is the setter method. this will set the glbTable * Gslb state at member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return glbTable */ @@ -288,7 +288,7 @@ public void setGlbTable(List glbTable) { /** * This is the setter method this will set the glbTable * Gslb state at member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return glbTable */ @@ -302,7 +302,7 @@ public GslbSiteHealthStatus addGlbTableItem(CfgState glbTableItem) { /** * This is the getter method this will return the attribute value. * Gslb service state at member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsTable */ @@ -313,7 +313,7 @@ public List getGsTable() { /** * This is the setter method. this will set the gsTable * Gslb service state at member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsTable */ @@ -324,7 +324,7 @@ public void setGsTable(List gsTable) { /** * This is the setter method this will set the gsTable * Gslb service state at member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsTable */ @@ -339,7 +339,7 @@ public GslbSiteHealthStatus addGsTableItem(CfgState gsTableItem) { /** * This is the getter method this will return the attribute value. * Current software version of the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return swVersion */ @@ -350,7 +350,7 @@ public String getSwVersion() { /** * This is the setter method to the attribute. * Current software version of the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param swVersion set the swVersion. */ @@ -361,7 +361,7 @@ public void setSwVersion(String swVersion) { /** * This is the getter method this will return the attribute value. * Timestamp of health-status generation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timestamp */ @@ -372,7 +372,7 @@ public Float getTimestamp() { /** * This is the setter method to the attribute. * Timestamp of health-status generation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timestamp set the timestamp. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbSiteRuntime.java b/java/src/com/vmware/avi/sdk/model/GslbSiteRuntime.java index 6ee01e5a95..509bf91513 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbSiteRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/GslbSiteRuntime.java @@ -60,7 +60,7 @@ public class GslbSiteRuntime { * This is the getter method this will return the attribute value. * This field shadows glb_cfg.clear_on_max_retries. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clearOnMaxRetries */ @@ -72,7 +72,7 @@ public Integer getClearOnMaxRetries() { * This is the setter method to the attribute. * This field shadows glb_cfg.clear_on_max_retries. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clearOnMaxRetries set the clearOnMaxRetries. */ @@ -84,7 +84,7 @@ public void setClearOnMaxRetries(Integer clearOnMaxRetries) { * This is the getter method this will return the attribute value. * This field tracks the glb-uuid. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return glbUuid */ @@ -96,7 +96,7 @@ public String getGlbUuid() { * This is the setter method to the attribute. * This field tracks the glb-uuid. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param glbUuid set the glbUuid. */ @@ -108,7 +108,7 @@ public void setGlbUuid(String glbUuid) { * This is the getter method this will return the attribute value. * This field will provide information on origin(site name) of the health monitoring information. * Field introduced in 22.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorInfo */ @@ -120,7 +120,7 @@ public String getHealthMonitorInfo() { * This is the setter method to the attribute. * This field will provide information on origin(site name) of the health monitoring information. * Field introduced in 22.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param healthMonitorInfo set the healthMonitorInfo. */ @@ -132,7 +132,7 @@ public void setHealthMonitorInfo(String healthMonitorInfo) { * This is the getter method this will return the attribute value. * Carries replication stats for a given site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return replicationStats */ @@ -144,7 +144,7 @@ public GslbReplicationStats getReplicationStats() { * This is the setter method to the attribute. * Carries replication stats for a given site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param replicationStats set the replicationStats. */ @@ -154,7 +154,7 @@ public void setReplicationStats(GslbReplicationStats replicationStats) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rxedSiteHs */ @@ -164,7 +164,7 @@ public GslbSiteHealthStatus getRxedSiteHs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rxedSiteHs set the rxedSiteHs. */ @@ -177,7 +177,7 @@ public void setRxedSiteHs(GslbSiteHealthStatus rxedSiteHs) { * Frequency with which group members communicate. * This field shadows glb_cfg.send_interval. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sendInterval */ @@ -190,7 +190,7 @@ public Integer getSendInterval() { * Frequency with which group members communicate. * This field shadows glb_cfg.send_interval. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sendInterval set the sendInterval. */ @@ -200,7 +200,7 @@ public void setSendInterval(Integer sendInterval) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteCfg */ @@ -210,7 +210,7 @@ public GslbSiteRuntimeCfg getSiteCfg() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteCfg set the siteCfg. */ @@ -220,7 +220,7 @@ public void setSiteCfg(GslbSiteRuntimeCfg siteCfg) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteInfo */ @@ -230,7 +230,7 @@ public GslbSiteRuntimeInfo getSiteInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteInfo set the siteInfo. */ @@ -240,7 +240,7 @@ public void setSiteInfo(GslbSiteRuntimeInfo siteInfo) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteStats */ @@ -250,7 +250,7 @@ public GslbSiteRuntimeStats getSiteStats() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteStats set the siteStats. */ @@ -262,7 +262,7 @@ public void setSiteStats(GslbSiteRuntimeStats siteStats) { * This is the getter method this will return the attribute value. * Remap the tenant_uuid to its tenant-name so that we can use the tenant_name directly in remote-site ops. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantName */ @@ -274,7 +274,7 @@ public String getTenantName() { * This is the setter method to the attribute. * Remap the tenant_uuid to its tenant-name so that we can use the tenant_name directly in remote-site ops. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantName set the tenantName. */ @@ -286,7 +286,7 @@ public void setTenantName(String tenantName) { * This is the getter method this will return the attribute value. * This field shadows the glb_cfg.view_id. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return viewId */ @@ -298,7 +298,7 @@ public Integer getViewId() { * This is the setter method to the attribute. * This field shadows the glb_cfg.view_id. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param viewId set the viewId. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbSiteRuntimeCfg.java b/java/src/com/vmware/avi/sdk/model/GslbSiteRuntimeCfg.java index 1ccbf54e45..6ee7301c28 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbSiteRuntimeCfg.java +++ b/java/src/com/vmware/avi/sdk/model/GslbSiteRuntimeCfg.java @@ -60,7 +60,7 @@ public class GslbSiteRuntimeCfg { * This is the getter method this will return the attribute value. * Gslb geodb files published for a site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fdInfo */ @@ -72,7 +72,7 @@ public ConfigInfo getFdInfo() { * This is the setter method to the attribute. * Gslb geodb files published for a site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fdInfo set the fdInfo. */ @@ -84,7 +84,7 @@ public void setFdInfo(ConfigInfo fdInfo) { * This is the getter method this will return the attribute value. * Gslb application persistence info published for a site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gapInfo */ @@ -96,7 +96,7 @@ public ConfigInfo getGapInfo() { * This is the setter method to the attribute. * Gslb application persistence info published for a site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gapInfo set the gapInfo. */ @@ -108,7 +108,7 @@ public void setGapInfo(ConfigInfo gapInfo) { * This is the getter method this will return the attribute value. * Gslb geodb info published for a site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoInfo */ @@ -120,7 +120,7 @@ public ConfigInfo getGeoInfo() { * This is the setter method to the attribute. * Gslb geodb info published for a site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoInfo set the geoInfo. */ @@ -131,7 +131,7 @@ public void setGeoInfo(ConfigInfo geoInfo) { /** * This is the getter method this will return the attribute value. * Ghm info published for a site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ghmInfo */ @@ -142,7 +142,7 @@ public ConfigInfo getGhmInfo() { /** * This is the setter method to the attribute. * Ghm info published for a site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ghmInfo set the ghmInfo. */ @@ -154,7 +154,7 @@ public void setGhmInfo(ConfigInfo ghmInfo) { * This is the getter method this will return the attribute value. * Gslb jwtprofile info published for a site. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gjwtInfo */ @@ -166,7 +166,7 @@ public ConfigInfo getGjwtInfo() { * This is the setter method to the attribute. * Gslb jwtprofile info published for a site. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gjwtInfo set the gjwtInfo. */ @@ -177,7 +177,7 @@ public void setGjwtInfo(ConfigInfo gjwtInfo) { /** * This is the getter method this will return the attribute value. * Gslb info published for a site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return glbInfo */ @@ -188,7 +188,7 @@ public ConfigInfo getGlbInfo() { /** * This is the setter method to the attribute. * Gslb info published for a site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param glbInfo set the glbInfo. */ @@ -200,7 +200,7 @@ public void setGlbInfo(ConfigInfo glbInfo) { * This is the getter method this will return the attribute value. * Gslb pki info published for a site. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gpkiInfo */ @@ -212,7 +212,7 @@ public ConfigInfo getGpkiInfo() { * This is the setter method to the attribute. * Gslb pki info published for a site. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gpkiInfo set the gpkiInfo. */ @@ -223,7 +223,7 @@ public void setGpkiInfo(ConfigInfo gpkiInfo) { /** * This is the getter method this will return the attribute value. * Gs info published for a site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsInfo */ @@ -234,7 +234,7 @@ public ConfigInfo getGsInfo() { /** * This is the setter method to the attribute. * Gs info published for a site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsInfo set the gsInfo. */ @@ -245,7 +245,7 @@ public void setGsInfo(ConfigInfo gsInfo) { /** * This is the getter method this will return the attribute value. * Maintenance mode info published for a site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mmInfo */ @@ -256,7 +256,7 @@ public ConfigInfo getMmInfo() { /** * This is the setter method to the attribute. * Maintenance mode info published for a site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mmInfo set the mmInfo. */ @@ -268,7 +268,7 @@ public void setMmInfo(ConfigInfo mmInfo) { * This is the getter method this will return the attribute value. * The replication queue for all object-types for a site. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return replQueue */ @@ -280,7 +280,7 @@ public ConfigInfo getReplQueue() { * This is the setter method to the attribute. * The replication queue for all object-types for a site. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param replQueue set the replQueue. */ @@ -291,7 +291,7 @@ public void setReplQueue(ConfigInfo replQueue) { /** * This is the getter method this will return the attribute value. * Configuration sync-info of the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return syncInfo */ @@ -302,7 +302,7 @@ public GslbSiteCfgSyncInfo getSyncInfo() { /** * This is the setter method to the attribute. * Configuration sync-info of the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param syncInfo set the syncInfo. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbSiteRuntimeInfo.java b/java/src/com/vmware/avi/sdk/model/GslbSiteRuntimeInfo.java index 372f6fb715..eb169b9331 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbSiteRuntimeInfo.java +++ b/java/src/com/vmware/avi/sdk/model/GslbSiteRuntimeInfo.java @@ -74,7 +74,7 @@ public class GslbSiteRuntimeInfo { /** * This is the getter method this will return the attribute value. * The leader-ip/vip/fqdn of the site-cluster. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterLeader */ @@ -85,7 +85,7 @@ public String getClusterLeader() { /** * This is the setter method to the attribute. * The leader-ip/vip/fqdn of the site-cluster. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterLeader set the clusterLeader. */ @@ -95,7 +95,7 @@ public void setClusterLeader(String clusterLeader) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterUuid */ @@ -105,7 +105,7 @@ public String getClusterUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterUuid set the clusterUuid. */ @@ -116,7 +116,7 @@ public void setClusterUuid(String clusterUuid) { /** * This is the getter method this will return the attribute value. * Operational dns state at the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -127,7 +127,7 @@ public GslbDnsInfo getDnsInfo() { /** * This is the setter method to the attribute. * Operational dns state at the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsInfo set the dnsInfo. */ @@ -138,7 +138,7 @@ public void setDnsInfo(GslbDnsInfo dnsInfo) { /** * This is the getter method this will return the attribute value. * Enable/disable state retrieved from the cfg. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enabled */ @@ -149,7 +149,7 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. * Enable/disable state retrieved from the cfg. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enabled set the enabled. */ @@ -160,7 +160,7 @@ public void setEnabled(Boolean enabled) { /** * This is the getter method this will return the attribute value. * Event-cache used for event throttling. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventCache */ @@ -171,7 +171,7 @@ public EventCache getEventCache() { /** * This is the setter method to the attribute. * Event-cache used for event throttling. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventCache set the eventCache. */ @@ -182,7 +182,7 @@ public void setEventCache(EventCache eventCache) { /** * This is the getter method this will return the attribute value. * Health-status monitoring enable or disable. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hsState */ @@ -193,7 +193,7 @@ public Boolean getHsState() { /** * This is the setter method to the attribute. * Health-status monitoring enable or disable. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hsState set the hsState. */ @@ -203,7 +203,7 @@ public void setHsState(Boolean hsState) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -213,7 +213,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -223,7 +223,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -233,7 +233,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -244,7 +244,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Number of retry attempts to reach the remote site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return numOfRetries */ @@ -255,7 +255,7 @@ public Integer getNumOfRetries() { /** * This is the setter method to the attribute. * Number of retry attempts to reach the remote site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param numOfRetries set the numOfRetries. */ @@ -265,7 +265,7 @@ public void setNumOfRetries(Integer numOfRetries) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -275,7 +275,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ @@ -287,7 +287,7 @@ public void setOperStatus(OperationalStatus operStatus) { * This is the getter method this will return the attribute value. * Site role leader or follower. * Enum options - GSLB_LEADER, GSLB_MEMBER, GSLB_NOT_A_MEMBER. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_NOT_A_MEMBER". * @return role */ @@ -299,7 +299,7 @@ public String getRole() { * This is the setter method to the attribute. * Site role leader or follower. * Enum options - GSLB_LEADER, GSLB_MEMBER, GSLB_NOT_A_MEMBER. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_NOT_A_MEMBER". * @param role set the role. */ @@ -309,7 +309,7 @@ public void setRole(String role) { /** * This is the getter method this will return the attribute value. * Current outstanding request-response token of the message to this site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rrtoken */ @@ -320,7 +320,7 @@ public List getRrtoken() { /** * This is the setter method. this will set the rrtoken * Current outstanding request-response token of the message to this site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rrtoken */ @@ -331,7 +331,7 @@ public void setRrtoken(List rrtoken) { /** * This is the setter method this will set the rrtoken * Current outstanding request-response token of the message to this site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rrtoken */ @@ -348,7 +348,7 @@ public GslbSiteRuntimeInfo addRrtokenItem(String rrtokenItem) { * Indicates if it is avi site or third-party. * Enum options - GSLB_AVI_SITE, GSLB_THIRD_PARTY_SITE. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteType */ @@ -361,7 +361,7 @@ public String getSiteType() { * Indicates if it is avi site or third-party. * Enum options - GSLB_AVI_SITE, GSLB_THIRD_PARTY_SITE. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteType set the siteType. */ @@ -372,8 +372,8 @@ public void setSiteType(String siteType) { /** * This is the getter method this will return the attribute value. * Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, - * SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SITE_STATE_NULL". * @return state */ @@ -384,8 +384,8 @@ public String getState() { /** * This is the setter method to the attribute. * Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, - * SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED, SITE_STATE_HS_IN_PROGRESS. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SITE_STATE_NULL". * @param state set the state. */ @@ -396,7 +396,7 @@ public void setState(String state) { /** * This is the getter method this will return the attribute value. * State - reason. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stateReason */ @@ -407,7 +407,7 @@ public String getStateReason() { /** * This is the setter method to the attribute. * State - reason. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stateReason set the stateReason. */ @@ -418,7 +418,7 @@ public void setStateReason(String stateReason) { /** * This is the getter method this will return the attribute value. * Current software version of the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Not-Initialized". * @return swVersion */ @@ -429,7 +429,7 @@ public String getSwVersion() { /** * This is the setter method to the attribute. * Current software version of the site. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Not-Initialized". * @param swVersion set the swVersion. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbSiteRuntimeStats.java b/java/src/com/vmware/avi/sdk/model/GslbSiteRuntimeStats.java index 47cf45d85d..427e812ddf 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbSiteRuntimeStats.java +++ b/java/src/com/vmware/avi/sdk/model/GslbSiteRuntimeStats.java @@ -203,7 +203,7 @@ public class GslbSiteRuntimeStats { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numFileCrTxed */ @@ -214,7 +214,7 @@ public Integer getNumFileCrTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numFileCrTxed set the numFileCrTxed. */ @@ -225,7 +225,7 @@ public void setNumFileCrTxed(Integer numFileCrTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numFileDelTxed */ @@ -236,7 +236,7 @@ public Integer getNumFileDelTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numFileDelTxed set the numFileDelTxed. */ @@ -247,7 +247,7 @@ public void setNumFileDelTxed(Integer numFileDelTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGapCrRxed */ @@ -258,7 +258,7 @@ public Integer getNumGapCrRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGapCrRxed set the numGapCrRxed. */ @@ -269,7 +269,7 @@ public void setNumGapCrRxed(Integer numGapCrRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGapCrTxed */ @@ -280,7 +280,7 @@ public Integer getNumGapCrTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGapCrTxed set the numGapCrTxed. */ @@ -291,7 +291,7 @@ public void setNumGapCrTxed(Integer numGapCrTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGapDelRxed */ @@ -302,7 +302,7 @@ public Integer getNumGapDelRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGapDelRxed set the numGapDelRxed. */ @@ -313,7 +313,7 @@ public void setNumGapDelRxed(Integer numGapDelRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGapDelTxed */ @@ -324,7 +324,7 @@ public Integer getNumGapDelTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGapDelTxed set the numGapDelTxed. */ @@ -335,7 +335,7 @@ public void setNumGapDelTxed(Integer numGapDelTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGapUpdRxed */ @@ -346,7 +346,7 @@ public Integer getNumGapUpdRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGapUpdRxed set the numGapUpdRxed. */ @@ -357,7 +357,7 @@ public void setNumGapUpdRxed(Integer numGapUpdRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGapUpdTxed */ @@ -368,7 +368,7 @@ public Integer getNumGapUpdTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGapUpdTxed set the numGapUpdTxed. */ @@ -379,7 +379,7 @@ public void setNumGapUpdTxed(Integer numGapUpdTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGeoCrRxed */ @@ -390,7 +390,7 @@ public Integer getNumGeoCrRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGeoCrRxed set the numGeoCrRxed. */ @@ -401,7 +401,7 @@ public void setNumGeoCrRxed(Integer numGeoCrRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGeoCrTxed */ @@ -412,7 +412,7 @@ public Integer getNumGeoCrTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGeoCrTxed set the numGeoCrTxed. */ @@ -423,7 +423,7 @@ public void setNumGeoCrTxed(Integer numGeoCrTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGeoDelRxed */ @@ -434,7 +434,7 @@ public Integer getNumGeoDelRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGeoDelRxed set the numGeoDelRxed. */ @@ -445,7 +445,7 @@ public void setNumGeoDelRxed(Integer numGeoDelRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGeoDelTxed */ @@ -456,7 +456,7 @@ public Integer getNumGeoDelTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGeoDelTxed set the numGeoDelTxed. */ @@ -467,7 +467,7 @@ public void setNumGeoDelTxed(Integer numGeoDelTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGeoUpdRxed */ @@ -478,7 +478,7 @@ public Integer getNumGeoUpdRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGeoUpdRxed set the numGeoUpdRxed. */ @@ -489,7 +489,7 @@ public void setNumGeoUpdRxed(Integer numGeoUpdRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGeoUpdTxed */ @@ -500,7 +500,7 @@ public Integer getNumGeoUpdTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGeoUpdTxed set the numGeoUpdTxed. */ @@ -512,7 +512,7 @@ public void setNumGeoUpdTxed(Integer numGeoUpdTxed) { * This is the getter method this will return the attribute value. * Used for federated file object stats for create. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGfoCrRxed */ @@ -524,7 +524,7 @@ public Integer getNumGfoCrRxed() { * This is the setter method to the attribute. * Used for federated file object stats for create. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGfoCrRxed set the numGfoCrRxed. */ @@ -536,7 +536,7 @@ public void setNumGfoCrRxed(Integer numGfoCrRxed) { * This is the getter method this will return the attribute value. * Used for federated file object stats for delete. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGfoDelRxed */ @@ -548,7 +548,7 @@ public Integer getNumGfoDelRxed() { * This is the setter method to the attribute. * Used for federated file object stats for delete. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGfoDelRxed set the numGfoDelRxed. */ @@ -560,7 +560,7 @@ public void setNumGfoDelRxed(Integer numGfoDelRxed) { * This is the getter method this will return the attribute value. * Used for federated file object stats for update. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGfoUpdRxed */ @@ -572,7 +572,7 @@ public Integer getNumGfoUpdRxed() { * This is the setter method to the attribute. * Used for federated file object stats for update. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGfoUpdRxed set the numGfoUpdRxed. */ @@ -582,7 +582,7 @@ public void setNumGfoUpdRxed(Integer numGfoUpdRxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGhmCrRxed */ @@ -592,7 +592,7 @@ public Integer getNumGhmCrRxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGhmCrRxed set the numGhmCrRxed. */ @@ -602,7 +602,7 @@ public void setNumGhmCrRxed(Integer numGhmCrRxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGhmCrTxed */ @@ -612,7 +612,7 @@ public Integer getNumGhmCrTxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGhmCrTxed set the numGhmCrTxed. */ @@ -622,7 +622,7 @@ public void setNumGhmCrTxed(Integer numGhmCrTxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGhmDelRxed */ @@ -632,7 +632,7 @@ public Integer getNumGhmDelRxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGhmDelRxed set the numGhmDelRxed. */ @@ -642,7 +642,7 @@ public void setNumGhmDelRxed(Integer numGhmDelRxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGhmDelTxed */ @@ -652,7 +652,7 @@ public Integer getNumGhmDelTxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGhmDelTxed set the numGhmDelTxed. */ @@ -662,7 +662,7 @@ public void setNumGhmDelTxed(Integer numGhmDelTxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGhmUpdRxed */ @@ -672,7 +672,7 @@ public Integer getNumGhmUpdRxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGhmUpdRxed set the numGhmUpdRxed. */ @@ -682,7 +682,7 @@ public void setNumGhmUpdRxed(Integer numGhmUpdRxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGhmUpdTxed */ @@ -692,7 +692,7 @@ public Integer getNumGhmUpdTxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGhmUpdTxed set the numGhmUpdTxed. */ @@ -703,7 +703,7 @@ public void setNumGhmUpdTxed(Integer numGhmUpdTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGjwtCrRxed */ @@ -714,7 +714,7 @@ public Integer getNumGjwtCrRxed() { /** * This is the setter method to the attribute. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGjwtCrRxed set the numGjwtCrRxed. */ @@ -725,7 +725,7 @@ public void setNumGjwtCrRxed(Integer numGjwtCrRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGjwtCrTxed */ @@ -736,7 +736,7 @@ public Integer getNumGjwtCrTxed() { /** * This is the setter method to the attribute. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGjwtCrTxed set the numGjwtCrTxed. */ @@ -747,7 +747,7 @@ public void setNumGjwtCrTxed(Integer numGjwtCrTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGjwtDelRxed */ @@ -758,7 +758,7 @@ public Integer getNumGjwtDelRxed() { /** * This is the setter method to the attribute. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGjwtDelRxed set the numGjwtDelRxed. */ @@ -769,7 +769,7 @@ public void setNumGjwtDelRxed(Integer numGjwtDelRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGjwtDelTxed */ @@ -780,7 +780,7 @@ public Integer getNumGjwtDelTxed() { /** * This is the setter method to the attribute. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGjwtDelTxed set the numGjwtDelTxed. */ @@ -791,7 +791,7 @@ public void setNumGjwtDelTxed(Integer numGjwtDelTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGjwtUpdRxed */ @@ -802,7 +802,7 @@ public Integer getNumGjwtUpdRxed() { /** * This is the setter method to the attribute. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGjwtUpdRxed set the numGjwtUpdRxed. */ @@ -813,7 +813,7 @@ public void setNumGjwtUpdRxed(Integer numGjwtUpdRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGjwtUpdTxed */ @@ -824,7 +824,7 @@ public Integer getNumGjwtUpdTxed() { /** * This is the setter method to the attribute. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGjwtUpdTxed set the numGjwtUpdTxed. */ @@ -834,7 +834,7 @@ public void setNumGjwtUpdTxed(Integer numGjwtUpdTxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGlbCrRxed */ @@ -844,7 +844,7 @@ public Integer getNumGlbCrRxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGlbCrRxed set the numGlbCrRxed. */ @@ -854,7 +854,7 @@ public void setNumGlbCrRxed(Integer numGlbCrRxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGlbCrTxed */ @@ -864,7 +864,7 @@ public Integer getNumGlbCrTxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGlbCrTxed set the numGlbCrTxed. */ @@ -874,7 +874,7 @@ public void setNumGlbCrTxed(Integer numGlbCrTxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGlbDelRxed */ @@ -884,7 +884,7 @@ public Integer getNumGlbDelRxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGlbDelRxed set the numGlbDelRxed. */ @@ -894,7 +894,7 @@ public void setNumGlbDelRxed(Integer numGlbDelRxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGlbDelTxed */ @@ -904,7 +904,7 @@ public Integer getNumGlbDelTxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGlbDelTxed set the numGlbDelTxed. */ @@ -914,7 +914,7 @@ public void setNumGlbDelTxed(Integer numGlbDelTxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGlbUpdRxed */ @@ -924,7 +924,7 @@ public Integer getNumGlbUpdRxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGlbUpdRxed set the numGlbUpdRxed. */ @@ -934,7 +934,7 @@ public void setNumGlbUpdRxed(Integer numGlbUpdRxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGlbUpdTxed */ @@ -944,7 +944,7 @@ public Integer getNumGlbUpdTxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGlbUpdTxed set the numGlbUpdTxed. */ @@ -955,7 +955,7 @@ public void setNumGlbUpdTxed(Integer numGlbUpdTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGpkiCrRxed */ @@ -966,7 +966,7 @@ public Integer getNumGpkiCrRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGpkiCrRxed set the numGpkiCrRxed. */ @@ -977,7 +977,7 @@ public void setNumGpkiCrRxed(Integer numGpkiCrRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGpkiCrTxed */ @@ -988,7 +988,7 @@ public Integer getNumGpkiCrTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGpkiCrTxed set the numGpkiCrTxed. */ @@ -999,7 +999,7 @@ public void setNumGpkiCrTxed(Integer numGpkiCrTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGpkiDelRxed */ @@ -1010,7 +1010,7 @@ public Integer getNumGpkiDelRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGpkiDelRxed set the numGpkiDelRxed. */ @@ -1021,7 +1021,7 @@ public void setNumGpkiDelRxed(Integer numGpkiDelRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGpkiDelTxed */ @@ -1032,7 +1032,7 @@ public Integer getNumGpkiDelTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGpkiDelTxed set the numGpkiDelTxed. */ @@ -1043,7 +1043,7 @@ public void setNumGpkiDelTxed(Integer numGpkiDelTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGpkiUpdRxed */ @@ -1054,7 +1054,7 @@ public Integer getNumGpkiUpdRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGpkiUpdRxed set the numGpkiUpdRxed. */ @@ -1065,7 +1065,7 @@ public void setNumGpkiUpdRxed(Integer numGpkiUpdRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGpkiUpdTxed */ @@ -1076,7 +1076,7 @@ public Integer getNumGpkiUpdTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGpkiUpdTxed set the numGpkiUpdTxed. */ @@ -1086,7 +1086,7 @@ public void setNumGpkiUpdTxed(Integer numGpkiUpdTxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGsCrRxed */ @@ -1096,7 +1096,7 @@ public Integer getNumGsCrRxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGsCrRxed set the numGsCrRxed. */ @@ -1106,7 +1106,7 @@ public void setNumGsCrRxed(Integer numGsCrRxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGsCrTxed */ @@ -1116,7 +1116,7 @@ public Integer getNumGsCrTxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGsCrTxed set the numGsCrTxed. */ @@ -1126,7 +1126,7 @@ public void setNumGsCrTxed(Integer numGsCrTxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGsDelRxed */ @@ -1136,7 +1136,7 @@ public Integer getNumGsDelRxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGsDelRxed set the numGsDelRxed. */ @@ -1146,7 +1146,7 @@ public void setNumGsDelRxed(Integer numGsDelRxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGsDelTxed */ @@ -1156,7 +1156,7 @@ public Integer getNumGsDelTxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGsDelTxed set the numGsDelTxed. */ @@ -1166,7 +1166,7 @@ public void setNumGsDelTxed(Integer numGsDelTxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGsUpdRxed */ @@ -1176,7 +1176,7 @@ public Integer getNumGsUpdRxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGsUpdRxed set the numGsUpdRxed. */ @@ -1186,7 +1186,7 @@ public void setNumGsUpdRxed(Integer numGsUpdRxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGsUpdTxed */ @@ -1196,7 +1196,7 @@ public Integer getNumGsUpdTxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGsUpdTxed set the numGsUpdTxed. */ @@ -1208,7 +1208,7 @@ public void setNumGsUpdTxed(Integer numGsUpdTxed) { * This is the getter method this will return the attribute value. * Used for federated ssl key and cert stats for create. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGsslCertCrRxed */ @@ -1220,7 +1220,7 @@ public Integer getNumGsslCertCrRxed() { * This is the setter method to the attribute. * Used for federated ssl key and cert stats for create. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGsslCertCrRxed set the numGsslCertCrRxed. */ @@ -1232,7 +1232,7 @@ public void setNumGsslCertCrRxed(Integer numGsslCertCrRxed) { * This is the getter method this will return the attribute value. * Used for federated ssl key and cert stats for delete. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGsslCertDelRxed */ @@ -1244,7 +1244,7 @@ public Integer getNumGsslCertDelRxed() { * This is the setter method to the attribute. * Used for federated ssl key and cert stats for delete. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGsslCertDelRxed set the numGsslCertDelRxed. */ @@ -1256,7 +1256,7 @@ public void setNumGsslCertDelRxed(Integer numGsslCertDelRxed) { * This is the getter method this will return the attribute value. * Used for federated ssl key and cert stats for update. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGsslCertUpdRxed */ @@ -1268,7 +1268,7 @@ public Integer getNumGsslCertUpdRxed() { * This is the setter method to the attribute. * Used for federated ssl key and cert stats for update. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGsslCertUpdRxed set the numGsslCertUpdRxed. */ @@ -1280,7 +1280,7 @@ public void setNumGsslCertUpdRxed(Integer numGsslCertUpdRxed) { * This is the getter method this will return the attribute value. * Used for federated ssl profile stats for create. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGsslCrRxed */ @@ -1292,7 +1292,7 @@ public Integer getNumGsslCrRxed() { * This is the setter method to the attribute. * Used for federated ssl profile stats for create. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGsslCrRxed set the numGsslCrRxed. */ @@ -1304,7 +1304,7 @@ public void setNumGsslCrRxed(Integer numGsslCrRxed) { * This is the getter method this will return the attribute value. * Used for federated ssl profile stats for delete. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGsslDelRxed */ @@ -1316,7 +1316,7 @@ public Integer getNumGsslDelRxed() { * This is the setter method to the attribute. * Used for federated ssl profile stats for delete. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGsslDelRxed set the numGsslDelRxed. */ @@ -1328,7 +1328,7 @@ public void setNumGsslDelRxed(Integer numGsslDelRxed) { * This is the getter method this will return the attribute value. * Used for federated ssl profile stats for update. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGsslUpdRxed */ @@ -1340,7 +1340,7 @@ public Integer getNumGsslUpdRxed() { * This is the setter method to the attribute. * Used for federated ssl profile stats for update. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGsslUpdRxed set the numGsslUpdRxed. */ @@ -1350,7 +1350,7 @@ public void setNumGsslUpdRxed(Integer numGsslUpdRxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numHealthMsgsRxed */ @@ -1360,7 +1360,7 @@ public Integer getNumHealthMsgsRxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numHealthMsgsRxed set the numHealthMsgsRxed. */ @@ -1370,7 +1370,7 @@ public void setNumHealthMsgsRxed(Integer numHealthMsgsRxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numHealthMsgsTxed */ @@ -1380,7 +1380,7 @@ public Integer getNumHealthMsgsTxed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numHealthMsgsTxed set the numHealthMsgsTxed. */ @@ -1390,7 +1390,7 @@ public void setNumHealthMsgsTxed(Integer numHealthMsgsTxed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numOfBadResponses */ @@ -1400,7 +1400,7 @@ public Integer getNumOfBadResponses() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numOfBadResponses set the numOfBadResponses. */ @@ -1410,7 +1410,7 @@ public void setNumOfBadResponses(Integer numOfBadResponses) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numOfEventsGenerated */ @@ -1420,7 +1420,7 @@ public Integer getNumOfEventsGenerated() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numOfEventsGenerated set the numOfEventsGenerated. */ @@ -1430,7 +1430,7 @@ public void setNumOfEventsGenerated(Integer numOfEventsGenerated) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numOfSkipOutstandingRequests */ @@ -1440,7 +1440,7 @@ public Integer getNumOfSkipOutstandingRequests() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numOfSkipOutstandingRequests set the numOfSkipOutstandingRequests. */ @@ -1450,7 +1450,7 @@ public void setNumOfSkipOutstandingRequests(Integer numOfSkipOutstandingRequest /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numOfTimeouts */ @@ -1460,7 +1460,7 @@ public Integer getNumOfTimeouts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numOfTimeouts set the numOfTimeouts. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbStatus.java b/java/src/com/vmware/avi/sdk/model/GslbStatus.java index 2c242400d0..8f049c4501 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbStatus.java +++ b/java/src/com/vmware/avi/sdk/model/GslbStatus.java @@ -42,7 +42,7 @@ public class GslbStatus extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return details */ @@ -52,7 +52,7 @@ public List getDetails() { /** * This is the setter method. this will set the details - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return details */ @@ -62,7 +62,7 @@ public void setDetails(List details) { /** * This is the setter method this will set the details - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return details */ @@ -76,7 +76,7 @@ public GslbStatus addDetailsItem(String detailsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbRuntime */ @@ -86,7 +86,7 @@ public GslbRuntime getGslbRuntime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbRuntime set the gslbRuntime. */ @@ -96,7 +96,7 @@ public void setGslbRuntime(GslbRuntime gslbRuntime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -106,7 +106,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -117,7 +117,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return site */ @@ -128,7 +128,7 @@ public GslbSiteRuntime getSite() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param site set the site. */ @@ -139,7 +139,7 @@ public void setSite(GslbSiteRuntime site) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySite */ @@ -150,7 +150,7 @@ public GslbThirdPartySiteRuntime getThirdPartySite() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param thirdPartySite set the thirdPartySite. */ @@ -160,7 +160,7 @@ public void setThirdPartySite(GslbThirdPartySiteRuntime thirdPartySite) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -170,7 +170,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbSubDomainPlacementRuntime.java b/java/src/com/vmware/avi/sdk/model/GslbSubDomainPlacementRuntime.java index c508af61a5..0a1f30be35 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbSubDomainPlacementRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/GslbSubDomainPlacementRuntime.java @@ -38,7 +38,7 @@ public class GslbSubDomainPlacementRuntime { * If placement allowed is true, then the fqdn/gslbservice will be placed on the dns-vs. * Otherwise, it shall not be placed on the dns-vs. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementAllowed */ @@ -52,7 +52,7 @@ public Boolean getPlacementAllowed() { * If placement allowed is true, then the fqdn/gslbservice will be placed on the dns-vs. * Otherwise, it shall not be placed on the dns-vs. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param placementAllowed set the placementAllowed. */ @@ -64,7 +64,7 @@ public void setPlacementAllowed(Boolean placementAllowed) { * This is the getter method this will return the attribute value. * This field identifies the subdomain. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subDomain */ @@ -76,7 +76,7 @@ public String getSubDomain() { * This is the setter method to the attribute. * This field identifies the subdomain. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subDomain set the subDomain. */ @@ -93,7 +93,7 @@ public void setSubDomain(String subDomain) { * If there is a configuration change where a.com is not placed on dns-vs-1 then the transition ops will be gslb_delete. * Enum options - GSLB_NONE, GSLB_CREATE, GSLB_UPDATE, GSLB_DELETE, GSLB_PURGE, GSLB_DECL. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_NONE". * @return transitionOps */ @@ -110,7 +110,7 @@ public String getTransitionOps() { * If there is a configuration change where a.com is not placed on dns-vs-1 then the transition ops will be gslb_delete. * Enum options - GSLB_NONE, GSLB_CREATE, GSLB_UPDATE, GSLB_DELETE, GSLB_PURGE, GSLB_DECL. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_NONE". * @param transitionOps set the transitionOps. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbThirdPartySite.java b/java/src/com/vmware/avi/sdk/model/GslbThirdPartySite.java index b86b16c066..3621484b6c 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbThirdPartySite.java +++ b/java/src/com/vmware/avi/sdk/model/GslbThirdPartySite.java @@ -45,8 +45,7 @@ public class GslbThirdPartySite { * This is the getter method this will return the attribute value. * Third-party-site identifier generated by avi. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return clusterUuid */ public String getClusterUuid() { @@ -57,8 +56,7 @@ public String getClusterUuid() { * This is the setter method to the attribute. * Third-party-site identifier generated by avi. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param clusterUuid set the clusterUuid. */ public void setClusterUuid(String clusterUuid) { @@ -72,7 +70,7 @@ public void setClusterUuid(String clusterUuid) { * A disabled site's configuration shall be retained but it will not get any new configuration updates. * Vips associated with the disabled site shall not be sent in dns response. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -87,7 +85,7 @@ public Boolean getEnabled() { * A disabled site's configuration shall be retained but it will not get any new configuration updates. * Vips associated with the disabled site shall not be sent in dns response. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -103,7 +101,7 @@ public void setEnabled(Boolean enabled) { * the reachable members. * If the health monitor proxies are not configured, then the default behavior is to run health monitor probes from all the active sites. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmProxies */ @@ -120,7 +118,7 @@ public List getHmProxies() { * the reachable members. * If the health monitor proxies are not configured, then the default behavior is to run health monitor probes from all the active sites. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmProxies */ @@ -137,7 +135,7 @@ public void setHmProxies(List hmProxies) { * the reachable members. * If the health monitor proxies are not configured, then the default behavior is to run health monitor probes from all the active sites. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmProxies */ @@ -153,7 +151,7 @@ public GslbThirdPartySite addHmProxiesItem(GslbHealthMonitorProxy hmProxiesItem) * This is the getter method this will return the attribute value. * Geographic location of the site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -165,7 +163,7 @@ public GslbGeoLocation getLocation() { * This is the setter method to the attribute. * Geographic location of the site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -177,7 +175,7 @@ public void setLocation(GslbGeoLocation location) { * This is the getter method this will return the attribute value. * Name of the third-party site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -189,7 +187,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the third-party site. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -203,7 +201,7 @@ public void setName(String name) { * If this field is not configured, then the gslbpoolmember ratio gets applied. * Allowed values are 1-20. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ratio */ @@ -217,7 +215,7 @@ public Integer getRatio() { * If this field is not configured, then the gslbpoolmember ratio gets applied. * Allowed values are 1-20. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ratio set the ratio. */ diff --git a/java/src/com/vmware/avi/sdk/model/GslbThirdPartySiteRuntime.java b/java/src/com/vmware/avi/sdk/model/GslbThirdPartySiteRuntime.java index f8a4b5fbed..9376292ef3 100644 --- a/java/src/com/vmware/avi/sdk/model/GslbThirdPartySiteRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/GslbThirdPartySiteRuntime.java @@ -33,7 +33,7 @@ public class GslbThirdPartySiteRuntime { * This is the getter method this will return the attribute value. * This field will provide information on origin(site name) of the health monitoring information. * Field introduced in 22.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorInfo */ @@ -45,7 +45,7 @@ public String getHealthMonitorInfo() { * This is the setter method to the attribute. * This field will provide information on origin(site name) of the health monitoring information. * Field introduced in 22.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param healthMonitorInfo set the healthMonitorInfo. */ @@ -56,7 +56,7 @@ public void setHealthMonitorInfo(String healthMonitorInfo) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteInfo */ @@ -67,7 +67,7 @@ public GslbSiteRuntimeInfo getSiteInfo() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteInfo set the siteInfo. */ diff --git a/java/src/com/vmware/avi/sdk/model/HSMAwsCloudHsm.java b/java/src/com/vmware/avi/sdk/model/HSMAwsCloudHsm.java index d823385366..532c8f71e9 100644 --- a/java/src/com/vmware/avi/sdk/model/HSMAwsCloudHsm.java +++ b/java/src/com/vmware/avi/sdk/model/HSMAwsCloudHsm.java @@ -44,8 +44,7 @@ public class HSMAwsCloudHsm { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return clientConfig */ public String getClientConfig() { @@ -55,8 +54,7 @@ public String getClientConfig() { /** * This is the setter method to the attribute. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param clientConfig set the clientConfig. */ public void setClientConfig(String clientConfig) { @@ -67,7 +65,7 @@ public void setClientConfig(String clientConfig) { * This is the getter method this will return the attribute value. * Aws cloudhsm cluster certificate. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterCert */ @@ -79,7 +77,7 @@ public String getClusterCert() { * This is the setter method to the attribute. * Aws cloudhsm cluster certificate. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterCert set the clusterCert. */ @@ -92,7 +90,7 @@ public void setClusterCert(String clusterCert) { * Username of the crypto user. * This will be used to access the keys on the hsm. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cryptoUserName */ @@ -105,7 +103,7 @@ public String getCryptoUserName() { * Username of the crypto user. * This will be used to access the keys on the hsm. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cryptoUserName set the cryptoUserName. */ @@ -118,7 +116,7 @@ public void setCryptoUserName(String cryptoUserName) { * Password of the crypto user. * This will be used to access the keys on the hsm. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cryptoUserPassword */ @@ -131,7 +129,7 @@ public String getCryptoUserPassword() { * Password of the crypto user. * This will be used to access the keys on the hsm. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cryptoUserPassword set the cryptoUserPassword. */ @@ -143,7 +141,7 @@ public void setCryptoUserPassword(String cryptoUserPassword) { * Ip address of the hsm in the cluster. * If there are more than one hsms, only one is sufficient. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hsmIp */ @@ -156,7 +154,7 @@ public List getHsmIp() { * Ip address of the hsm in the cluster. * If there are more than one hsms, only one is sufficient. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hsmIp */ @@ -169,7 +167,7 @@ public void setHsmIp(List hsmIp) { * Ip address of the hsm in the cluster. * If there are more than one hsms, only one is sufficient. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hsmIp */ @@ -184,8 +182,7 @@ public HSMAwsCloudHsm addHsmIpItem(String hsmIpItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return mgmtConfig */ public String getMgmtConfig() { @@ -195,8 +192,7 @@ public String getMgmtConfig() { /** * This is the setter method to the attribute. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param mgmtConfig set the mgmtConfig. */ public void setMgmtConfig(String mgmtConfig) { diff --git a/java/src/com/vmware/avi/sdk/model/HSMSafenetClientInfo.java b/java/src/com/vmware/avi/sdk/model/HSMSafenetClientInfo.java index 10670a1885..7440a71b8c 100644 --- a/java/src/com/vmware/avi/sdk/model/HSMSafenetClientInfo.java +++ b/java/src/com/vmware/avi/sdk/model/HSMSafenetClientInfo.java @@ -44,7 +44,7 @@ public class HSMSafenetClientInfo { /** * This is the getter method this will return the attribute value. * Generated file - chrystoki.conf. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return chrystokiConf */ @@ -55,7 +55,7 @@ public String getChrystokiConf() { /** * This is the setter method to the attribute. * Generated file - chrystoki.conf. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param chrystokiConf set the chrystokiConf. */ @@ -66,7 +66,7 @@ public void setChrystokiConf(String chrystokiConf) { /** * This is the getter method this will return the attribute value. * Client certificate generated by createcert. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientCert */ @@ -77,7 +77,7 @@ public String getClientCert() { /** * This is the setter method to the attribute. * Client certificate generated by createcert. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientCert set the clientCert. */ @@ -88,7 +88,7 @@ public void setClientCert(String clientCert) { /** * This is the getter method this will return the attribute value. * Name prepended to client key and certificate filename. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -99,7 +99,7 @@ public String getClientIp() { /** * This is the setter method to the attribute. * Name prepended to client key and certificate filename. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -110,7 +110,7 @@ public void setClientIp(String clientIp) { /** * This is the getter method this will return the attribute value. * Client private key generated by createcert. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientPrivKey */ @@ -121,7 +121,7 @@ public String getClientPrivKey() { /** * This is the setter method to the attribute. * Client private key generated by createcert. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientPrivKey set the clientPrivKey. */ @@ -132,7 +132,7 @@ public void setClientPrivKey(String clientPrivKey) { /** * This is the getter method this will return the attribute value. * Major number of the sesseion. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sessionMajorNumber */ @@ -143,7 +143,7 @@ public Integer getSessionMajorNumber() { /** * This is the setter method to the attribute. * Major number of the sesseion. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sessionMajorNumber set the sessionMajorNumber. */ @@ -154,7 +154,7 @@ public void setSessionMajorNumber(Integer sessionMajorNumber) { /** * This is the getter method this will return the attribute value. * Minor number of the sesseion. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sessionMinorNumber */ @@ -165,7 +165,7 @@ public Integer getSessionMinorNumber() { /** * This is the setter method to the attribute. * Minor number of the sesseion. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sessionMinorNumber set the sessionMinorNumber. */ diff --git a/java/src/com/vmware/avi/sdk/model/HSMSafenetLuna.java b/java/src/com/vmware/avi/sdk/model/HSMSafenetLuna.java index 0b7b63ff68..c38021851c 100644 --- a/java/src/com/vmware/avi/sdk/model/HSMSafenetLuna.java +++ b/java/src/com/vmware/avi/sdk/model/HSMSafenetLuna.java @@ -44,7 +44,7 @@ public class HSMSafenetLuna { /** * This is the getter method this will return the attribute value. * Group number of generated ha group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return haGroupNum */ @@ -55,7 +55,7 @@ public Integer getHaGroupNum() { /** * This is the setter method to the attribute. * Group number of generated ha group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param haGroupNum set the haGroupNum. */ @@ -66,7 +66,7 @@ public void setHaGroupNum(Integer haGroupNum) { /** * This is the getter method this will return the attribute value. * Set to indicate ha across more than one servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isHa */ @@ -77,7 +77,7 @@ public Boolean getIsHa() { /** * This is the setter method to the attribute. * Set to indicate ha across more than one servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isHa set the isHa. */ @@ -87,7 +87,7 @@ public void setIsHa(Boolean isHa) { /** * This is the getter method this will return the attribute value. * Node specific information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeInfo */ @@ -98,7 +98,7 @@ public List getNodeInfo() { /** * This is the setter method. this will set the nodeInfo * Node specific information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeInfo */ @@ -109,7 +109,7 @@ public void setNodeInfo(List nodeInfo) { /** * This is the setter method this will set the nodeInfo * Node specific information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeInfo */ @@ -123,7 +123,7 @@ public HSMSafenetLuna addNodeInfoItem(HSMSafenetClientInfo nodeInfoItem) { /** * This is the getter method this will return the attribute value. * Safenet/gemalto hsm servers used for crypto operations. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -134,7 +134,7 @@ public List getServer() { /** * This is the setter method. this will set the server * Safenet/gemalto hsm servers used for crypto operations. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -145,7 +145,7 @@ public void setServer(List server) { /** * This is the setter method this will set the server * Safenet/gemalto hsm servers used for crypto operations. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -160,7 +160,7 @@ public HSMSafenetLuna addServerItem(HSMSafenetLunaServer serverItem) { /** * This is the getter method this will return the attribute value. * Generated file - server.pem. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverPem */ @@ -171,7 +171,7 @@ public String getServerPem() { /** * This is the setter method to the attribute. * Generated file - server.pem. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverPem set the serverPem. */ @@ -182,7 +182,7 @@ public void setServerPem(String serverPem) { /** * This is the getter method this will return the attribute value. * If enabled, dedicated network is used to communicate with hsm,else, the management network is used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useDedicatedNetwork */ @@ -193,7 +193,7 @@ public Boolean getUseDedicatedNetwork() { /** * This is the setter method to the attribute. * If enabled, dedicated network is used to communicate with hsm,else, the management network is used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useDedicatedNetwork set the useDedicatedNetwork. */ diff --git a/java/src/com/vmware/avi/sdk/model/HSMSafenetLunaServer.java b/java/src/com/vmware/avi/sdk/model/HSMSafenetLunaServer.java index 7d1a8ba2ab..e451b27eb9 100644 --- a/java/src/com/vmware/avi/sdk/model/HSMSafenetLunaServer.java +++ b/java/src/com/vmware/avi/sdk/model/HSMSafenetLunaServer.java @@ -41,7 +41,7 @@ public class HSMSafenetLunaServer { /** * This is the getter method this will return the attribute value. * Field introduced in 16.5.2,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -52,7 +52,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Field introduced in 16.5.2,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -63,7 +63,7 @@ public void setIndex(Integer index) { /** * This is the getter method this will return the attribute value. * Password of the partition assigned to this client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return partitionPasswd */ @@ -74,7 +74,7 @@ public String getPartitionPasswd() { /** * This is the setter method to the attribute. * Password of the partition assigned to this client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param partitionPasswd set the partitionPasswd. */ @@ -86,7 +86,7 @@ public void setPartitionPasswd(String partitionPasswd) { * This is the getter method this will return the attribute value. * Serial number of the partition assigned to this client. * Field introduced in 16.5.2,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return partitionSerialNumber */ @@ -98,7 +98,7 @@ public String getPartitionSerialNumber() { * This is the setter method to the attribute. * Serial number of the partition assigned to this client. * Field introduced in 16.5.2,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param partitionSerialNumber set the partitionSerialNumber. */ @@ -109,7 +109,7 @@ public void setPartitionSerialNumber(String partitionSerialNumber) { /** * This is the getter method this will return the attribute value. * Ip address of the thales luna hsm device. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteIp */ @@ -120,7 +120,7 @@ public String getRemoteIp() { /** * This is the setter method to the attribute. * Ip address of the thales luna hsm device. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteIp set the remoteIp. */ @@ -131,7 +131,7 @@ public void setRemoteIp(String remoteIp) { /** * This is the getter method this will return the attribute value. * Ca certificate of the server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverCert */ @@ -142,7 +142,7 @@ public String getServerCert() { /** * This is the setter method to the attribute. * Ca certificate of the server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverCert set the serverCert. */ diff --git a/java/src/com/vmware/avi/sdk/model/HSMThalesNetHsm.java b/java/src/com/vmware/avi/sdk/model/HSMThalesNetHsm.java index 63612e1d60..c24cfdca6f 100644 --- a/java/src/com/vmware/avi/sdk/model/HSMThalesNetHsm.java +++ b/java/src/com/vmware/avi/sdk/model/HSMThalesNetHsm.java @@ -45,7 +45,7 @@ public class HSMThalesNetHsm { * This is the getter method this will return the attribute value. * Electronic serial number of the nethsm device. * Use thales anonkneti utility to find the nethsm esn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return esn */ @@ -57,7 +57,7 @@ public String getEsn() { * This is the setter method to the attribute. * Electronic serial number of the nethsm device. * Use thales anonkneti utility to find the nethsm esn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param esn set the esn. */ @@ -69,7 +69,7 @@ public void setEsn(String esn) { * This is the getter method this will return the attribute value. * Hash of the key that nethsm device uses to authenticate itself. * Use thales anonkneti utility to find the nethsm keyhash. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyhash */ @@ -81,7 +81,7 @@ public String getKeyhash() { * This is the setter method to the attribute. * Hash of the key that nethsm device uses to authenticate itself. * Use thales anonkneti utility to find the nethsm keyhash. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyhash set the keyhash. */ @@ -92,7 +92,7 @@ public void setKeyhash(String keyhash) { /** * This is the getter method this will return the attribute value. * Local module id of the nethsm device. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return moduleId */ @@ -103,7 +103,7 @@ public Integer getModuleId() { /** * This is the setter method to the attribute. * Local module id of the nethsm device. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param moduleId set the moduleId. */ @@ -116,7 +116,7 @@ public void setModuleId(Integer moduleId) { * Priority class of the nethsm in an high availability setup. * 1 is the highest priority and 100 is the lowest priority. * Allowed values are 1-100. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return priority */ @@ -129,7 +129,7 @@ public Integer getPriority() { * Priority class of the nethsm in an high availability setup. * 1 is the highest priority and 100 is the lowest priority. * Allowed values are 1-100. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param priority set the priority. */ @@ -140,7 +140,7 @@ public void setPriority(Integer priority) { /** * This is the getter method this will return the attribute value. * Ip address of the nethsm device. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteIp */ @@ -151,7 +151,7 @@ public IpAddr getRemoteIp() { /** * This is the setter method to the attribute. * Ip address of the nethsm device. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteIp set the remoteIp. */ @@ -163,7 +163,7 @@ public void setRemoteIp(IpAddr remoteIp) { * This is the getter method this will return the attribute value. * Port at which the nethsm device accepts the connection. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9004. * @return remotePort */ @@ -175,7 +175,7 @@ public Integer getRemotePort() { * This is the setter method to the attribute. * Port at which the nethsm device accepts the connection. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9004. * @param remotePort set the remotePort. */ diff --git a/java/src/com/vmware/avi/sdk/model/HSMThalesRFS.java b/java/src/com/vmware/avi/sdk/model/HSMThalesRFS.java index bdeee91316..7c5a701624 100644 --- a/java/src/com/vmware/avi/sdk/model/HSMThalesRFS.java +++ b/java/src/com/vmware/avi/sdk/model/HSMThalesRFS.java @@ -32,7 +32,7 @@ public class HSMThalesRFS { /** * This is the getter method this will return the attribute value. * Ip address of the rfs server from where to sync the thales encrypted private key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -43,7 +43,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ip address of the rfs server from where to sync the thales encrypted private key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -55,7 +55,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Port at which the rfs server accepts the sync request from clients for thales encrypted private key. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9004. * @return port */ @@ -67,7 +67,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Port at which the rfs server accepts the sync request from clients for thales encrypted private key. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9004. * @param port set the port. */ diff --git a/java/src/com/vmware/avi/sdk/model/HSMgrDebugFilter.java b/java/src/com/vmware/avi/sdk/model/HSMgrDebugFilter.java index 7de11d1a9d..28ceac294b 100644 --- a/java/src/com/vmware/avi/sdk/model/HSMgrDebugFilter.java +++ b/java/src/com/vmware/avi/sdk/model/HSMgrDebugFilter.java @@ -43,7 +43,7 @@ public class HSMgrDebugFilter { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entity */ @@ -53,7 +53,7 @@ public String getEntity() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entity set the entity. */ @@ -65,7 +65,7 @@ public void setEntity(String entity) { * This is the getter method this will return the attribute value. * Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, * TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricEntity */ @@ -77,7 +77,7 @@ public String getMetricEntity() { * This is the setter method to the attribute. * Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, * TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricEntity set the metricEntity. */ @@ -87,7 +87,7 @@ public void setMetricEntity(String metricEntity) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return period */ @@ -97,7 +97,7 @@ public Integer getPeriod() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param period set the period. */ @@ -107,7 +107,7 @@ public void setPeriod(Integer period) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pool */ @@ -117,7 +117,7 @@ public String getPool() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pool set the pool. */ @@ -127,7 +127,7 @@ public void setPool(String pool) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -137,7 +137,7 @@ public String getServer() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param server set the server. */ @@ -147,7 +147,7 @@ public void setServer(String server) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return skipHsDbWrites */ @@ -157,7 +157,7 @@ public Boolean getSkipHsDbWrites() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param skipHsDbWrites set the skipHsDbWrites. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTP2ApplicationProfile.java b/java/src/com/vmware/avi/sdk/model/HTTP2ApplicationProfile.java index af8b4323a3..8246c754e8 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTP2ApplicationProfile.java +++ b/java/src/com/vmware/avi/sdk/model/HTTP2ApplicationProfile.java @@ -54,7 +54,7 @@ public class HTTP2ApplicationProfile { * This is the getter method this will return the attribute value. * Enables automatic conversion of preload links specified in the 'link' response header fields into server push requests. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableHttp2ServerPush */ @@ -66,7 +66,7 @@ public Boolean getEnableHttp2ServerPush() { * This is the setter method to the attribute. * Enables automatic conversion of preload links specified in the 'link' response header fields into server push requests. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableHttp2ServerPush set the enableHttp2ServerPush. */ @@ -80,7 +80,7 @@ public void setEnableHttp2ServerPush(Boolean enableHttp2ServerPush) { * Allowed values are 64-32768. * Field introduced in 18.2.10, 20.1.1. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return http2InitialWindowSize */ @@ -94,7 +94,7 @@ public Integer getHttp2InitialWindowSize() { * Allowed values are 64-32768. * Field introduced in 18.2.10, 20.1.1. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param http2InitialWindowSize set the http2InitialWindowSize. */ @@ -107,7 +107,7 @@ public void setHttp2InitialWindowSize(Integer http2InitialWindowSize) { * Maximum number of concurrent push streams over a client side http/2 connection. * Allowed values are 1-256. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return maxHttp2ConcurrentPushesPerConnection */ @@ -120,7 +120,7 @@ public Integer getMaxHttp2ConcurrentPushesPerConnection() { * Maximum number of concurrent push streams over a client side http/2 connection. * Allowed values are 1-256. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param maxHttp2ConcurrentPushesPerConnection set the maxHttp2ConcurrentPushesPerConnection. */ @@ -133,7 +133,7 @@ public void setMaxHttp2ConcurrentPushesPerConnection(Integer maxHttp2Concurrent * Maximum number of concurrent streams over a client side http/2 connection. * Allowed values are 1-256. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return maxHttp2ConcurrentStreamsPerConnection */ @@ -146,7 +146,7 @@ public Integer getMaxHttp2ConcurrentStreamsPerConnection() { * Maximum number of concurrent streams over a client side http/2 connection. * Allowed values are 1-256. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param maxHttp2ConcurrentStreamsPerConnection set the maxHttp2ConcurrentStreamsPerConnection. */ @@ -161,7 +161,7 @@ public void setMaxHttp2ConcurrentStreamsPerConnection(Integer maxHttp2Concurren * Allowed values are 0-10000. * Special values are 0- unlimited control frames on a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return maxHttp2ControlFramesPerConnection */ @@ -176,7 +176,7 @@ public Integer getMaxHttp2ControlFramesPerConnection() { * Allowed values are 0-10000. * Special values are 0- unlimited control frames on a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param maxHttp2ControlFramesPerConnection set the maxHttp2ControlFramesPerConnection. */ @@ -191,7 +191,7 @@ public void setMaxHttp2ControlFramesPerConnection(Integer maxHttp2ControlFrames * Allowed values are 0-10000. * Special values are 0- unlimited empty data frames over a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return maxHttp2EmptyDataFramesPerConnection */ @@ -206,7 +206,7 @@ public Integer getMaxHttp2EmptyDataFramesPerConnection() { * Allowed values are 0-10000. * Special values are 0- unlimited empty data frames over a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param maxHttp2EmptyDataFramesPerConnection set the maxHttp2EmptyDataFramesPerConnection. */ @@ -221,7 +221,7 @@ public void setMaxHttp2EmptyDataFramesPerConnection(Integer maxHttp2EmptyDataFr * Allowed values are 1-8192. * Field introduced in 18.2.10, 20.1.1. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return maxHttp2HeaderFieldSize */ @@ -236,7 +236,7 @@ public Integer getMaxHttp2HeaderFieldSize() { * Allowed values are 1-8192. * Field introduced in 18.2.10, 20.1.1. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param maxHttp2HeaderFieldSize set the maxHttp2HeaderFieldSize. */ @@ -251,7 +251,7 @@ public void setMaxHttp2HeaderFieldSize(Integer maxHttp2HeaderFieldSize) { * Allowed values are 0-10000. * Special values are 0- unlimited frames can be queued on a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return maxHttp2QueuedFramesToClientPerConnection */ @@ -266,7 +266,7 @@ public Integer getMaxHttp2QueuedFramesToClientPerConnection() { * Allowed values are 0-10000. * Special values are 0- unlimited frames can be queued on a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param maxHttp2QueuedFramesToClientPerConnection set the maxHttp2QueuedFramesToClientPerConnection. */ @@ -280,7 +280,7 @@ public void setMaxHttp2QueuedFramesToClientPerConnection(Integer maxHttp2Queued * Allowed values are 0-10000. * Special values are 0- unlimited requests on a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return maxHttp2RequestsPerConnection */ @@ -294,7 +294,7 @@ public Integer getMaxHttp2RequestsPerConnection() { * Allowed values are 0-10000. * Special values are 0- unlimited requests on a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param maxHttp2RequestsPerConnection set the maxHttp2RequestsPerConnection. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTP2PoolProperties.java b/java/src/com/vmware/avi/sdk/model/HTTP2PoolProperties.java index e99ccb77ee..dca554769f 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTP2PoolProperties.java +++ b/java/src/com/vmware/avi/sdk/model/HTTP2PoolProperties.java @@ -36,7 +36,7 @@ public class HTTP2PoolProperties { * Allowed values are 0-10000. * Special values are 0- unlimited control frames on a server side http/2 connection. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxHttp2ControlFramesPerConnection */ @@ -51,7 +51,7 @@ public Integer getMaxHttp2ControlFramesPerConnection() { * Allowed values are 0-10000. * Special values are 0- unlimited control frames on a server side http/2 connection. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxHttp2ControlFramesPerConnection set the maxHttp2ControlFramesPerConnection. */ @@ -66,7 +66,7 @@ public void setMaxHttp2ControlFramesPerConnection(Integer maxHttp2ControlFrames * Allowed values are 1-8192. * Field introduced in 21.1.1. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return maxHttp2HeaderFieldSize */ @@ -81,7 +81,7 @@ public Integer getMaxHttp2HeaderFieldSize() { * Allowed values are 1-8192. * Field introduced in 21.1.1. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param maxHttp2HeaderFieldSize set the maxHttp2HeaderFieldSize. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPApplicationProfile.java b/java/src/com/vmware/avi/sdk/model/HTTPApplicationProfile.java index 8208fc41e8..07c4daf123 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPApplicationProfile.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPApplicationProfile.java @@ -197,8 +197,8 @@ public class HTTPApplicationProfile { /** * This is the getter method this will return the attribute value. * Allow use of dot (.) in http header names, for instance header.app.special pickappversionx. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowDotsInHeaderName */ @@ -209,8 +209,8 @@ public Boolean getAllowDotsInHeaderName() { /** * This is the setter method to the attribute. * Allow use of dot (.) in http header names, for instance header.app.special pickappversionx. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowDotsInHeaderName set the allowDotsInHeaderName. */ @@ -221,7 +221,7 @@ public void setAllowDotsInHeaderName(Boolean allowDotsInHeaderName) { /** * This is the getter method this will return the attribute value. * Http caching config to use with this http profile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cacheConfig */ @@ -232,7 +232,7 @@ public HttpCacheConfig getCacheConfig() { /** * This is the setter method to the attribute. * Http caching config to use with this http profile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cacheConfig set the cacheConfig. */ @@ -247,8 +247,8 @@ public void setCacheConfig(HttpCacheConfig cacheConfig) { * This setting generally impacts the length of time allowed for a client to send a post. * Allowed values are 0-100000000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 30000), basic edition with any value, enterprise with cloud - * services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 30000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @return clientBodyTimeout */ @@ -263,8 +263,8 @@ public Integer getClientBodyTimeout() { * This setting generally impacts the length of time allowed for a client to send a post. * Allowed values are 0-100000000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 30000), basic edition with any value, enterprise with cloud - * services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 30000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @param clientBodyTimeout set the clientBodyTimeout. */ @@ -278,8 +278,8 @@ public void setClientBodyTimeout(Integer clientBodyTimeout) { * This helps mitigate various forms of slowloris attacks. * Allowed values are 10-100000000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 10000), basic edition(allowed values- 10000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 10000), basic (allowed values- 10000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return clientHeaderTimeout */ @@ -293,8 +293,8 @@ public Integer getClientHeaderTimeout() { * This helps mitigate various forms of slowloris attacks. * Allowed values are 10-100000000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 10000), basic edition(allowed values- 10000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 10000), basic (allowed values- 10000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param clientHeaderTimeout set the clientHeaderTimeout. */ @@ -308,7 +308,7 @@ public void setClientHeaderTimeout(Integer clientHeaderTimeout) { * This limits the size of the client data that can be uploaded/posted as part of a single http request. * Default 0 => unlimited. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return clientMaxBodySize */ @@ -322,7 +322,7 @@ public Integer getClientMaxBodySize() { * This limits the size of the client data that can be uploaded/posted as part of a single http request. * Default 0 => unlimited. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param clientMaxBodySize set the clientMaxBodySize. */ @@ -335,7 +335,8 @@ public void setClientMaxBodySize(Integer clientMaxBodySize) { * Maximum size in kbytes of a single http header in the client request. * Allowed values are 1-64. * Unit is kb. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 12), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 12) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 12. * @return clientMaxHeaderSize */ @@ -348,7 +349,8 @@ public Integer getClientMaxHeaderSize() { * Maximum size in kbytes of a single http header in the client request. * Allowed values are 1-64. * Unit is kb. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 12), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 12) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 12. * @param clientMaxHeaderSize set the clientMaxHeaderSize. */ @@ -361,7 +363,7 @@ public void setClientMaxHeaderSize(Integer clientMaxHeaderSize) { * Maximum size in kbytes of all the client http request headers.this value can be overriden by client_max_header_size if that is larger. * Allowed values are 1-256. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 48. * @return clientMaxRequestSize */ @@ -374,7 +376,7 @@ public Integer getClientMaxRequestSize() { * Maximum size in kbytes of all the client http request headers.this value can be overriden by client_max_header_size if that is larger. * Allowed values are 1-256. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 48. * @param clientMaxRequestSize set the clientMaxRequestSize. */ @@ -386,7 +388,7 @@ public void setClientMaxRequestSize(Integer clientMaxRequestSize) { * This is the getter method this will return the attribute value. * Close server-side connection when an error response is received. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return closeServerSideConnectionOnError */ @@ -398,7 +400,7 @@ public Boolean getCloseServerSideConnectionOnError() { * This is the setter method to the attribute. * Close server-side connection when an error response is received. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param closeServerSideConnectionOnError set the closeServerSideConnectionOnError. */ @@ -412,7 +414,7 @@ public void setCloseServerSideConnectionOnError(Boolean closeServerSideConnecti * For virtual services with bot detection enabled, tls fingerprints are always computed if 'use_tls_fingerprint' is enabled in the bot detection * policy's user-agent detection component. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return collectClientTlsFingerprint */ @@ -426,7 +428,7 @@ public Boolean getCollectClientTlsFingerprint() { * For virtual services with bot detection enabled, tls fingerprints are always computed if 'use_tls_fingerprint' is enabled in the bot detection * policy's user-agent detection component. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param collectClientTlsFingerprint set the collectClientTlsFingerprint. */ @@ -437,7 +439,7 @@ public void setCollectClientTlsFingerprint(Boolean collectClientTlsFingerprint) /** * This is the getter method this will return the attribute value. * Http compression settings to use with this http profile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return compressionProfile */ @@ -448,7 +450,7 @@ public CompressionProfile getCompressionProfile() { /** * This is the setter method to the attribute. * Http compression settings to use with this http profile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param compressionProfile set the compressionProfile. */ @@ -461,7 +463,7 @@ public void setCompressionProfile(CompressionProfile compressionProfile) { * Allows http requests, not just tcp connections, to be load balanced across servers. * Proxied tcp connections to servers may be reused by multiple clients to improve performance. * Not compatible with preserve client ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return connectionMultiplexingEnabled */ @@ -474,7 +476,7 @@ public Boolean getConnectionMultiplexingEnabled() { * Allows http requests, not just tcp connections, to be load balanced across servers. * Proxied tcp connections to servers may be reused by multiple clients to improve performance. * Not compatible with preserve client ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param connectionMultiplexingEnabled set the connectionMultiplexingEnabled. */ @@ -487,7 +489,7 @@ public void setConnectionMultiplexingEnabled(Boolean connectionMultiplexingEnab * Detect ntlm apps based on the http response from the server. * Once detected, connection multiplexing will be disabled for that connection. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return detectNtlmApp */ @@ -500,7 +502,7 @@ public Boolean getDetectNtlmApp() { * Detect ntlm apps based on the http response from the server. * Once detected, connection multiplexing will be disabled for that connection. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param detectNtlmApp set the detectNtlmApp. */ @@ -513,8 +515,8 @@ public void setDetectNtlmApp(Boolean detectNtlmApp) { * Disable keep-alive client side connections for older browsers based off ms internet explorer 6.0 (msie6). * For some applications, this might break ntlm authentication for older clients based off msie6. * For such applications, set this option to false to allow keep-alive connections. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return disableKeepalivePostsMsie6 */ @@ -527,8 +529,8 @@ public Boolean getDisableKeepalivePostsMsie6() { * Disable keep-alive client side connections for older browsers based off ms internet explorer 6.0 (msie6). * For some applications, this might break ntlm authentication for older clients based off msie6. * For such applications, set this option to false to allow keep-alive connections. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param disableKeepalivePostsMsie6 set the disableKeepalivePostsMsie6. */ @@ -540,7 +542,7 @@ public void setDisableKeepalivePostsMsie6(Boolean disableKeepalivePostsMsie6) { * This is the getter method this will return the attribute value. * Disable strict check between tls servername and http host name. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableSniHostnameCheck */ @@ -552,7 +554,7 @@ public Boolean getDisableSniHostnameCheck() { * This is the setter method to the attribute. * Disable strict check between tls servername and http host name. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableSniHostnameCheck set the disableSniHostnameCheck. */ @@ -564,7 +566,7 @@ public void setDisableSniHostnameCheck(Boolean disableSniHostnameCheck) { * This is the getter method this will return the attribute value. * Enable chunk body merge for chunked transfer encoding response. * Field introduced in 18.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableChunkMerge */ @@ -576,7 +578,7 @@ public Boolean getEnableChunkMerge() { * This is the setter method to the attribute. * Enable chunk body merge for chunked transfer encoding response. * Field introduced in 18.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableChunkMerge set the enableChunkMerge. */ @@ -589,8 +591,8 @@ public void setEnableChunkMerge(Boolean enableChunkMerge) { * Enable support for fire and forget feature. * If enabled, request from client is forwarded to server even if client prematurely closes the connection. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableFireAndForget */ @@ -603,8 +605,8 @@ public Boolean getEnableFireAndForget() { * Enable support for fire and forget feature. * If enabled, request from client is forwarded to server even if client prematurely closes the connection. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableFireAndForget set the enableFireAndForget. */ @@ -616,7 +618,7 @@ public void setEnableFireAndForget(Boolean enableFireAndForget) { * This is the getter method this will return the attribute value. * Enable request body buffering for post requests. * If enabled, max buffer size is set to lower of 32m or the value (non-zero) configured in client_max_body_size. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableRequestBodyBuffering */ @@ -628,7 +630,7 @@ public Boolean getEnableRequestBodyBuffering() { * This is the setter method to the attribute. * Enable request body buffering for post requests. * If enabled, max buffer size is set to lower of 32m or the value (non-zero) configured in client_max_body_size. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableRequestBodyBuffering set the enableRequestBodyBuffering. */ @@ -646,8 +648,8 @@ public void setEnableRequestBodyBuffering(Boolean enableRequestBodyBuffering) { * Use it when detailed information about the number of http post parameters is needed, e.g. * For waf sizing. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableRequestBodyMetrics */ @@ -665,8 +667,8 @@ public Boolean getEnableRequestBodyMetrics() { * Use it when detailed information about the number of http post parameters is needed, e.g. * For waf sizing. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableRequestBodyMetrics set the enableRequestBodyMetrics. */ @@ -679,7 +681,7 @@ public void setEnableRequestBodyMetrics(Boolean enableRequestBodyMetrics) { * Forward the connection close header coming from backend server to the client if connection-switching is enabled, i.e. * Front-end and backend connections are bound together. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return fwdCloseHdrForBoundConnections */ @@ -692,7 +694,7 @@ public Boolean getFwdCloseHdrForBoundConnections() { * Forward the connection close header coming from backend server to the client if connection-switching is enabled, i.e. * Front-end and backend connections are bound together. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param fwdCloseHdrForBoundConnections set the fwdCloseHdrForBoundConnections. */ @@ -704,8 +706,8 @@ public void setFwdCloseHdrForBoundConnections(Boolean fwdCloseHdrForBoundConnec * This is the getter method this will return the attribute value. * Inserts http strict-transport-security header in the https response. * Hsts can help mitigate man-in-the-middle attacks by telling browsers that support hsts that they should only access this site via https. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return hstsEnabled */ @@ -717,8 +719,8 @@ public Boolean getHstsEnabled() { * This is the setter method to the attribute. * Inserts http strict-transport-security header in the https response. * Hsts can help mitigate man-in-the-middle attacks by telling browsers that support hsts that they should only access this site via https. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param hstsEnabled set the hstsEnabled. */ @@ -730,8 +732,8 @@ public void setHstsEnabled(Boolean hstsEnabled) { * This is the getter method this will return the attribute value. * Number of days for which the client should regard this virtual service as a known hsts host. * Allowed values are 0-10000. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 365), basic edition(allowed values- 365), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 365), basic (allowed values- 365) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 365. * @return hstsMaxAge */ @@ -743,8 +745,8 @@ public Integer getHstsMaxAge() { * This is the setter method to the attribute. * Number of days for which the client should regard this virtual service as a known hsts host. * Allowed values are 0-10000. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 365), basic edition(allowed values- 365), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 365), basic (allowed values- 365) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 365. * @param hstsMaxAge set the hstsMaxAge. */ @@ -758,9 +760,9 @@ public void setHstsMaxAge(Integer hstsMaxAge) { * Adding the includesubdomains directive signals the user-agent that the hsts policy applies to this hsts host as well as any subdomains of the * host's domain name. * Field introduced in 17.2.13, 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @return hstsSubdomainsEnabled */ public Boolean getHstsSubdomainsEnabled() { @@ -773,9 +775,9 @@ public Boolean getHstsSubdomainsEnabled() { * Adding the includesubdomains directive signals the user-agent that the hsts policy applies to this hsts host as well as any subdomains of the * host's domain name. * Field introduced in 17.2.13, 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @param hstsSubdomainsEnabled set the hstsSubdomainsEnabled. */ public void setHstsSubdomainsEnabled(Boolean hstsSubdomainsEnabled) { @@ -786,7 +788,7 @@ public void setHstsSubdomainsEnabled(Boolean hstsSubdomainsEnabled) { * This is the getter method this will return the attribute value. * Specifies the http/2 specific application profile parameters. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return http2Profile */ @@ -798,7 +800,7 @@ public HTTP2ApplicationProfile getHttp2Profile() { * This is the setter method to the attribute. * Specifies the http/2 specific application profile parameters. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param http2Profile set the http2Profile. */ @@ -809,7 +811,8 @@ public void setHttp2Profile(HTTP2ApplicationProfile http2Profile) { /** * This is the getter method this will return the attribute value. * Client requests received via http will be redirected to https. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return httpToHttps */ @@ -820,7 +823,8 @@ public Boolean getHttpToHttps() { /** * This is the setter method to the attribute. * Client requests received via http will be redirected to https. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param httpToHttps set the httpToHttps. */ @@ -835,8 +839,8 @@ public void setHttpToHttps(Boolean httpToHttps) { * Special values are 0- auto compute the size of buffer. * Field introduced in 20.1.1. * Unit is kb. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return httpUpstreamBufferSize */ @@ -851,8 +855,8 @@ public Integer getHttpUpstreamBufferSize() { * Special values are 0- auto compute the size of buffer. * Field introduced in 20.1.1. * Unit is kb. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param httpUpstreamBufferSize set the httpUpstreamBufferSize. */ @@ -864,8 +868,8 @@ public void setHttpUpstreamBufferSize(Integer httpUpstreamBufferSize) { * This is the getter method this will return the attribute value. * Mark http cookies as httponly. * This helps mitigate cross site scripting attacks as browsers will not allow these cookies to be read by third parties, such as javascript. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return httponlyEnabled */ @@ -877,8 +881,8 @@ public Boolean getHttponlyEnabled() { * This is the setter method to the attribute. * Mark http cookies as httponly. * This helps mitigate cross site scripting attacks as browsers will not allow these cookies to be read by third parties, such as javascript. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param httponlyEnabled set the httponlyEnabled. */ @@ -891,7 +895,7 @@ public void setHttponlyEnabled(Boolean httponlyEnabled) { * Send http 'keep-alive' header to the client. * By default, the timeout specified in the 'keep-alive timeout' field will be used unless the 'use app keepalive timeout' flag is set, in which * case the timeout sent by the application will be honored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return keepaliveHeader */ @@ -904,7 +908,7 @@ public Boolean getKeepaliveHeader() { * Send http 'keep-alive' header to the client. * By default, the timeout specified in the 'keep-alive timeout' field will be used unless the 'use app keepalive timeout' flag is set, in which * case the timeout sent by the application will be honored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param keepaliveHeader set the keepaliveHeader. */ @@ -917,7 +921,8 @@ public void setKeepaliveHeader(Boolean keepaliveHeader) { * The max idle time allowed between http requests over a keep-alive connection. * Allowed values are 10-100000000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 30000), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 30000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @return keepaliveTimeout */ @@ -930,7 +935,8 @@ public Integer getKeepaliveTimeout() { * The max idle time allowed between http requests over a keep-alive connection. * Allowed values are 10-100000000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 30000), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 30000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @param keepaliveTimeout set the keepaliveTimeout. */ @@ -943,7 +949,7 @@ public void setKeepaliveTimeout(Integer keepaliveTimeout) { * Maximum bad requests per second per client ip. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxBadRpsCip */ @@ -956,7 +962,7 @@ public Integer getMaxBadRpsCip() { * Maximum bad requests per second per client ip. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxBadRpsCip set the maxBadRpsCip. */ @@ -969,7 +975,7 @@ public void setMaxBadRpsCip(Integer maxBadRpsCip) { * Maximum bad requests per second per client ip and uri. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxBadRpsCipUri */ @@ -982,7 +988,7 @@ public Integer getMaxBadRpsCipUri() { * Maximum bad requests per second per client ip and uri. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxBadRpsCipUri set the maxBadRpsCipUri. */ @@ -995,7 +1001,7 @@ public void setMaxBadRpsCipUri(Integer maxBadRpsCipUri) { * Maximum bad requests per second per uri. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxBadRpsUri */ @@ -1008,7 +1014,7 @@ public Integer getMaxBadRpsUri() { * Maximum bad requests per second per uri. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxBadRpsUri set the maxBadRpsUri. */ @@ -1022,9 +1028,9 @@ public void setMaxBadRpsUri(Integer maxBadRpsUri) { * Allowed values are 0-4096. * Special values are 0- unlimited headers in request and response. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. - * Special default for essentials edition is 0, basic edition is 0, enterprise is 256. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. + * Special default for essentials edition is 0, basic edition is 0, enterprise edition is 256. * @return maxHeaderCount */ public Integer getMaxHeaderCount() { @@ -1037,9 +1043,9 @@ public Integer getMaxHeaderCount() { * Allowed values are 0-4096. * Special values are 0- unlimited headers in request and response. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. - * Special default for essentials edition is 0, basic edition is 0, enterprise is 256. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. + * Special default for essentials edition is 0, basic edition is 0, enterprise edition is 256. * @param maxHeaderCount set the maxHeaderCount. */ public void setMaxHeaderCount(Integer maxHeaderCount) { @@ -1053,8 +1059,8 @@ public void setMaxHeaderCount(Integer maxHeaderCount) { * Allowed values are 0-1000000. * Special values are 0- unlimited requests on a connection. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 100), basic edition(allowed values- 100), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return maxKeepaliveRequests */ @@ -1069,8 +1075,8 @@ public Integer getMaxKeepaliveRequests() { * Allowed values are 0-1000000. * Special values are 0- unlimited requests on a connection. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 100), basic edition(allowed values- 100), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param maxKeepaliveRequests set the maxKeepaliveRequests. */ @@ -1083,7 +1089,8 @@ public void setMaxKeepaliveRequests(Integer maxKeepaliveRequests) { * Maximum size in kbytes of all the http response headers. * Allowed values are 1-256. * Unit is kb. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 48), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 48) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 48. * @return maxResponseHeadersSize */ @@ -1096,7 +1103,8 @@ public Integer getMaxResponseHeadersSize() { * Maximum size in kbytes of all the http response headers. * Allowed values are 1-256. * Unit is kb. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 48), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 48) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 48. * @param maxResponseHeadersSize set the maxResponseHeadersSize. */ @@ -1109,7 +1117,7 @@ public void setMaxResponseHeadersSize(Integer maxResponseHeadersSize) { * Maximum requests per second per client ip. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxRpsCip */ @@ -1122,7 +1130,7 @@ public Integer getMaxRpsCip() { * Maximum requests per second per client ip. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxRpsCip set the maxRpsCip. */ @@ -1135,7 +1143,7 @@ public void setMaxRpsCip(Integer maxRpsCip) { * Maximum requests per second per client ip and uri. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxRpsCipUri */ @@ -1148,7 +1156,7 @@ public Integer getMaxRpsCipUri() { * Maximum requests per second per client ip and uri. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxRpsCipUri set the maxRpsCipUri. */ @@ -1161,7 +1169,7 @@ public void setMaxRpsCipUri(Integer maxRpsCipUri) { * Maximum unknown client ips per second. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxRpsUnknownCip */ @@ -1174,7 +1182,7 @@ public Integer getMaxRpsUnknownCip() { * Maximum unknown client ips per second. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxRpsUnknownCip set the maxRpsUnknownCip. */ @@ -1187,7 +1195,7 @@ public void setMaxRpsUnknownCip(Integer maxRpsUnknownCip) { * Maximum unknown uris per second. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxRpsUnknownUri */ @@ -1200,7 +1208,7 @@ public Integer getMaxRpsUnknownUri() { * Maximum unknown uris per second. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxRpsUnknownUri set the maxRpsUnknownUri. */ @@ -1213,7 +1221,7 @@ public void setMaxRpsUnknownUri(Integer maxRpsUnknownUri) { * Maximum requests per second per uri. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxRpsUri */ @@ -1226,7 +1234,7 @@ public Integer getMaxRpsUri() { * Maximum requests per second per uri. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxRpsUri set the maxRpsUri. */ @@ -1238,7 +1246,7 @@ public void setMaxRpsUri(Integer maxRpsUri) { * This is the getter method this will return the attribute value. * Pass through x-accel headers. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return passThroughXAccelHeaders */ @@ -1250,7 +1258,7 @@ public Boolean getPassThroughXAccelHeaders() { * This is the setter method to the attribute. * Pass through x-accel headers. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param passThroughXAccelHeaders set the passThroughXAccelHeaders. */ @@ -1263,7 +1271,7 @@ public void setPassThroughXAccelHeaders(Boolean passThroughXAccelHeaders) { * Select the pki profile to be associated with the virtual service. * This profile defines the certificate authority and revocation list. * It is a reference to an object of type pkiprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRef */ @@ -1276,7 +1284,7 @@ public String getPkiProfileRef() { * Select the pki profile to be associated with the virtual service. * This profile defines the certificate authority and revocation list. * It is a reference to an object of type pkiprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pkiProfileRef set the pkiProfileRef. */ @@ -1289,8 +1297,8 @@ public void setPkiProfileRef(String pkiProfileRef) { * The max allowed length of time between a client establishing a tcp connection and avi receives the first byte of the client's http request. * Allowed values are 10-100000000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 30000), basic edition(allowed values- 30000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 30000), basic (allowed values- 30000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @return postAcceptTimeout */ @@ -1303,8 +1311,8 @@ public Integer getPostAcceptTimeout() { * The max allowed length of time between a client establishing a tcp connection and avi receives the first byte of the client's http request. * Allowed values are 10-100000000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 30000), basic edition(allowed values- 30000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 30000), basic (allowed values- 30000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @param postAcceptTimeout set the postAcceptTimeout. */ @@ -1316,8 +1324,8 @@ public void setPostAcceptTimeout(Integer postAcceptTimeout) { * This is the getter method this will return the attribute value. * If enabled, an http request on an ssl port will result in connection close instead of a 400 response. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return resetConnHttpOnSslPort */ @@ -1329,8 +1337,8 @@ public Boolean getResetConnHttpOnSslPort() { * This is the setter method to the attribute. * If enabled, an http request on an ssl port will result in connection close instead of a 400 response. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param resetConnHttpOnSslPort set the resetConnHttpOnSslPort. */ @@ -1342,7 +1350,7 @@ public void setResetConnHttpOnSslPort(Boolean resetConnHttpOnSslPort) { * This is the getter method this will return the attribute value. * Avi will respond with 100-continue response if expect 100-continue header received from client. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return respondWith100Continue */ @@ -1354,7 +1362,7 @@ public Boolean getRespondWith100Continue() { * This is the setter method to the attribute. * Avi will respond with 100-continue response if expect 100-continue header received from client. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param respondWith100Continue set the respondWith100Continue. */ @@ -1367,8 +1375,8 @@ public void setRespondWith100Continue(Boolean respondWith100Continue) { * Mark server cookies with the 'secure' attribute. * Client browsers will not send a cookie marked as secure over an unencrypted connection. * If avi is terminating ssl from clients and passing it as http to the server, the server may return cookies without the secure flag set. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return secureCookieEnabled */ @@ -1381,8 +1389,8 @@ public Boolean getSecureCookieEnabled() { * Mark server cookies with the 'secure' attribute. * Client browsers will not send a cookie marked as secure over an unencrypted connection. * If avi is terminating ssl from clients and passing it as http to the server, the server may return cookies without the secure flag set. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param secureCookieEnabled set the secureCookieEnabled. */ @@ -1394,8 +1402,8 @@ public void setSecureCookieEnabled(Boolean secureCookieEnabled) { * This is the getter method this will return the attribute value. * When terminating client ssl sessions at avi, servers may incorrectly send redirect to clients as http. * This option will rewrite the server's redirect responses for this virtual service from http to https. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return serverSideRedirectToHttps */ @@ -1407,8 +1415,8 @@ public Boolean getServerSideRedirectToHttps() { * This is the setter method to the attribute. * When terminating client ssl sessions at avi, servers may incorrectly send redirect to clients as http. * This option will rewrite the server's redirect responses for this virtual service from http to https. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param serverSideRedirectToHttps set the serverSideRedirectToHttps. */ @@ -1420,7 +1428,7 @@ public void setServerSideRedirectToHttps(Boolean serverSideRedirectToHttps) { * This is the getter method this will return the attribute value. * Http session configuration. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sessionConfig */ @@ -1432,7 +1440,7 @@ public HTTPSessionConfig getSessionConfig() { * This is the setter method to the attribute. * Http session configuration. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sessionConfig set the sessionConfig. */ @@ -1443,7 +1451,7 @@ public void setSessionConfig(HTTPSessionConfig sessionConfig) { /** * This is the getter method this will return the attribute value. * Set of match/action rules that govern what happens when the client certificate request is enabled. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslClientCertificateAction */ @@ -1454,7 +1462,7 @@ public SSLClientCertificateAction getSslClientCertificateAction() { /** * This is the setter method to the attribute. * Set of match/action rules that govern what happens when the client certificate request is enabled. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslClientCertificateAction set the sslClientCertificateAction. */ @@ -1466,8 +1474,9 @@ public void setSslClientCertificateAction(SSLClientCertificateAction sslClientCe * This is the getter method this will return the attribute value. * Specifies whether the client side verification is set to none, request or require. * Enum options - SSL_CLIENT_CERTIFICATE_NONE, SSL_CLIENT_CERTIFICATE_REQUEST, SSL_CLIENT_CERTIFICATE_REQUIRE. - * Allowed in enterprise edition with any value, essentials edition(allowed values- ssl_client_certificate_none,ssl_client_certificate_require), - * basic edition(allowed values- ssl_client_certificate_none,ssl_client_certificate_require), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- ssl_client_certificate_none,ssl_client_certificate_require), basic (allowed values- + * ssl_client_certificate_none,ssl_client_certificate_require) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CLIENT_CERTIFICATE_NONE". * @return sslClientCertificateMode */ @@ -1479,8 +1488,9 @@ public String getSslClientCertificateMode() { * This is the setter method to the attribute. * Specifies whether the client side verification is set to none, request or require. * Enum options - SSL_CLIENT_CERTIFICATE_NONE, SSL_CLIENT_CERTIFICATE_REQUEST, SSL_CLIENT_CERTIFICATE_REQUIRE. - * Allowed in enterprise edition with any value, essentials edition(allowed values- ssl_client_certificate_none,ssl_client_certificate_require), - * basic edition(allowed values- ssl_client_certificate_none,ssl_client_certificate_require), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- ssl_client_certificate_none,ssl_client_certificate_require), basic (allowed values- + * ssl_client_certificate_none,ssl_client_certificate_require) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CLIENT_CERTIFICATE_NONE". * @param sslClientCertificateMode set the sslClientCertificateMode. */ @@ -1492,7 +1502,7 @@ public void setSslClientCertificateMode(String sslClientCertificateMode) { * This is the getter method this will return the attribute value. * Detect client ip from user specified header at the configured index in the specified direction. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trueClientIp */ @@ -1504,7 +1514,7 @@ public TrueClientIPConfig getTrueClientIp() { * This is the setter method to the attribute. * Detect client ip from user specified header at the configured index in the specified direction. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param trueClientIp set the trueClientIp. */ @@ -1515,8 +1525,8 @@ public void setTrueClientIp(TrueClientIPConfig trueClientIp) { /** * This is the getter method this will return the attribute value. * Use 'keep-alive' header timeout sent by application instead of sending the http keep-alive timeout. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useAppKeepaliveTimeout */ @@ -1527,8 +1537,8 @@ public Boolean getUseAppKeepaliveTimeout() { /** * This is the setter method to the attribute. * Use 'keep-alive' header timeout sent by application instead of sending the http keep-alive timeout. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useAppKeepaliveTimeout set the useAppKeepaliveTimeout. */ @@ -1540,7 +1550,7 @@ public void setUseAppKeepaliveTimeout(Boolean useAppKeepaliveTimeout) { * This is the getter method this will return the attribute value. * Detect client ip from user specified header. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useTrueClientIp */ @@ -1552,7 +1562,7 @@ public Boolean getUseTrueClientIp() { * This is the setter method to the attribute. * Detect client ip from user specified header. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useTrueClientIp set the useTrueClientIp. */ @@ -1565,7 +1575,7 @@ public void setUseTrueClientIp(Boolean useTrueClientIp) { * Enable websockets proxy for traffic from clients to the virtual service. * Connections to this vs start in http mode. * If the client requests an upgrade to websockets, and the server responds back with success, then the connection is upgraded to websockets mode. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return websocketsEnabled */ @@ -1578,7 +1588,7 @@ public Boolean getWebsocketsEnabled() { * Enable websockets proxy for traffic from clients to the virtual service. * Connections to this vs start in http mode. * If the client requests an upgrade to websockets, and the server responds back with success, then the connection is upgraded to websockets mode. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param websocketsEnabled set the websocketsEnabled. */ @@ -1592,8 +1602,8 @@ public void setWebsocketsEnabled(Boolean websocketsEnabled) { * When the client connects via ssl, avi terminates the ssl, and then forwards the requests to the servers via http, so the servers can determine * the original protocol via this header. * In this example, the value will be 'https'. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return xForwardedProtoEnabled */ @@ -1607,8 +1617,8 @@ public Boolean getXForwardedProtoEnabled() { * When the client connects via ssl, avi terminates the ssl, and then forwards the requests to the servers via http, so the servers can determine * the original protocol via this header. * In this example, the value will be 'https'. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param xForwardedProtoEnabled set the xForwardedProtoEnabled. */ @@ -1619,7 +1629,7 @@ public void setXForwardedProtoEnabled(Boolean xForwardedProtoEnabled) { /** * This is the getter method this will return the attribute value. * Provide a custom name for the x-forwarded-for header sent to the servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "X-Forwarded-For". * @return xffAlternateName */ @@ -1630,7 +1640,7 @@ public String getXffAlternateName() { /** * This is the setter method to the attribute. * Provide a custom name for the x-forwarded-for header sent to the servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "X-Forwarded-For". * @param xffAlternateName set the xffAlternateName. */ @@ -1642,7 +1652,7 @@ public void setXffAlternateName(String xffAlternateName) { * This is the getter method this will return the attribute value. * The client's original ip address is inserted into an http request header sent to the server. * Servers may use this address for logging or other purposes, rather than avi's source nat address used in the avi to server ip connection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return xffEnabled */ @@ -1654,7 +1664,7 @@ public Boolean getXffEnabled() { * This is the setter method to the attribute. * The client's original ip address is inserted into an http request header sent to the server. * Servers may use this address for logging or other purposes, rather than avi's source nat address used in the avi to server ip connection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param xffEnabled set the xffEnabled. */ @@ -1667,7 +1677,7 @@ public void setXffEnabled(Boolean xffEnabled) { * Configure how incoming x-forwarded-for headers from the client are handled. * Enum options - REPLACE_XFF_HEADERS, APPEND_TO_THE_XFF_HEADER, ADD_NEW_XFF_HEADER. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "REPLACE_XFF_HEADERS". * @return xffUpdate */ @@ -1680,7 +1690,7 @@ public String getXffUpdate() { * Configure how incoming x-forwarded-for headers from the client are handled. * Enum options - REPLACE_XFF_HEADERS, APPEND_TO_THE_XFF_HEADER, ADD_NEW_XFF_HEADER. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "REPLACE_XFF_HEADERS". * @param xffUpdate set the xffUpdate. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPClientAuthenticationParams.java b/java/src/com/vmware/avi/sdk/model/HTTPClientAuthenticationParams.java index bf6f3bd5d6..84a647caa1 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPClientAuthenticationParams.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPClientAuthenticationParams.java @@ -39,7 +39,7 @@ public class HTTPClientAuthenticationParams { * This is the getter method this will return the attribute value. * Auth profile to use for validating users. * It is a reference to an object of type authprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authProfileRef */ @@ -51,7 +51,7 @@ public String getAuthProfileRef() { * This is the setter method to the attribute. * Auth profile to use for validating users. * It is a reference to an object of type authprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authProfileRef set the authProfileRef. */ @@ -62,7 +62,7 @@ public void setAuthProfileRef(String authProfileRef) { /** * This is the getter method this will return the attribute value. * Basic authentication realm to present to a user along with the prompt for credentials. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return realm */ @@ -73,7 +73,7 @@ public String getRealm() { /** * This is the setter method to the attribute. * Basic authentication realm to present to a user along with the prompt for credentials. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param realm set the realm. */ @@ -84,7 +84,7 @@ public void setRealm(String realm) { /** * This is the getter method this will return the attribute value. * Rrequest uri path when the authentication applies. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestUriPath */ @@ -95,7 +95,7 @@ public StringMatch getRequestUriPath() { /** * This is the setter method to the attribute. * Rrequest uri path when the authentication applies. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestUriPath set the requestUriPath. */ @@ -107,7 +107,7 @@ public void setRequestUriPath(StringMatch requestUriPath) { * This is the getter method this will return the attribute value. * Type of client authentication. * Enum options - HTTP_BASIC_AUTH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -119,7 +119,7 @@ public String getType() { * This is the setter method to the attribute. * Type of client authentication. * Enum options - HTTP_BASIC_AUTH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPCookieData.java b/java/src/com/vmware/avi/sdk/model/HTTPCookieData.java index 6fe9d7048b..fcc45f0172 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPCookieData.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPCookieData.java @@ -32,7 +32,7 @@ public class HTTPCookieData { /** * This is the getter method this will return the attribute value. * Cookie name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -43,7 +43,7 @@ public String getName() { /** * This is the setter method to the attribute. * Cookie name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -54,7 +54,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Cookie value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -65,7 +65,7 @@ public String getValue() { /** * This is the setter method to the attribute. * Cookie value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPHdrAction.java b/java/src/com/vmware/avi/sdk/model/HTTPHdrAction.java index 16ef5531f1..273bbf1af2 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPHdrAction.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPHdrAction.java @@ -42,8 +42,8 @@ public class HTTPHdrAction { * and a new header with the new value is added. * Remove all the headers of the given name are removed. * Enum options - HTTP_ADD_HDR, HTTP_REMOVE_HDR, HTTP_REPLACE_HDR. - * Allowed in enterprise edition with any value, essentials edition(allowed values- http_remove_hdr,http_replace_hdr), basic edition(allowed values- - * http_remove_hdr,http_replace_hdr), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- http_remove_hdr,http_replace_hdr), basic (allowed values- http_remove_hdr,http_replace_hdr) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -58,8 +58,8 @@ public String getAction() { * and a new header with the new value is added. * Remove all the headers of the given name are removed. * Enum options - HTTP_ADD_HDR, HTTP_REMOVE_HDR, HTTP_REPLACE_HDR. - * Allowed in enterprise edition with any value, essentials edition(allowed values- http_remove_hdr,http_replace_hdr), basic edition(allowed values- - * http_remove_hdr,http_replace_hdr), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- http_remove_hdr,http_replace_hdr), basic (allowed values- http_remove_hdr,http_replace_hdr) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -70,7 +70,7 @@ public void setAction(String action) { /** * This is the getter method this will return the attribute value. * Cookie information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookie */ @@ -81,7 +81,7 @@ public HTTPCookieData getCookie() { /** * This is the setter method to the attribute. * Cookie information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookie set the cookie. */ @@ -92,7 +92,7 @@ public void setCookie(HTTPCookieData cookie) { /** * This is the getter method this will return the attribute value. * Http header information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdr */ @@ -103,7 +103,7 @@ public HTTPHdrData getHdr() { /** * This is the setter method to the attribute. * Http header information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hdr set the hdr. */ @@ -115,8 +115,7 @@ public void setHdr(HTTPHdrData hdr) { * This is the getter method this will return the attribute value. * Index to identify the header actions. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrIndex */ @@ -128,8 +127,7 @@ public Integer getHdrIndex() { * This is the setter method to the attribute. * Index to identify the header actions. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hdrIndex set the hdrIndex. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPHdrData.java b/java/src/com/vmware/avi/sdk/model/HTTPHdrData.java index ca19a079b7..6c5ea26a71 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPHdrData.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPHdrData.java @@ -32,7 +32,7 @@ public class HTTPHdrData { /** * This is the getter method this will return the attribute value. * Http header name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -43,7 +43,7 @@ public String getName() { /** * This is the setter method to the attribute. * Http header name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -54,7 +54,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Http header value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -65,7 +65,7 @@ public HTTPHdrValue getValue() { /** * This is the setter method to the attribute. * Http header value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPHdrValue.java b/java/src/com/vmware/avi/sdk/model/HTTPHdrValue.java index 23ed740857..3c570b8151 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPHdrValue.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPHdrValue.java @@ -36,7 +36,7 @@ public class HTTPHdrValue { * This is the getter method this will return the attribute value. * The custom value field is sensitive and will not be displayed. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isSensitive */ @@ -48,7 +48,7 @@ public Boolean getIsSensitive() { * This is the setter method to the attribute. * The custom value field is sensitive and will not be displayed. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isSensitive set the isSensitive. */ @@ -59,7 +59,7 @@ public void setIsSensitive(Boolean isSensitive) { /** * This is the getter method this will return the attribute value. * Http header value or variable representing an http header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return val */ @@ -70,7 +70,7 @@ public String getVal() { /** * This is the setter method to the attribute. * Http header value or variable representing an http header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param val set the val. */ @@ -87,7 +87,7 @@ public void setVal(String val) { * HTTP_POLICY_VAR_SSL_CIPHER, HTTP_POLICY_VAR_REQUEST_ID, HTTP_POLICY_VAR_SSL_CLIENT_VERSION, HTTP_POLICY_VAR_SSL_CLIENT_SIGALG, * HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDBEFORE, HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDAFTER, HTTP_POLICY_VAR_SSL_CLIENT_ESCAPED, * HTTP_POLICY_VAR_SOURCE_IP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return var */ @@ -104,7 +104,7 @@ public String getVar() { * HTTP_POLICY_VAR_SSL_CIPHER, HTTP_POLICY_VAR_REQUEST_ID, HTTP_POLICY_VAR_SSL_CLIENT_VERSION, HTTP_POLICY_VAR_SSL_CLIENT_SIGALG, * HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDBEFORE, HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDAFTER, HTTP_POLICY_VAR_SSL_CLIENT_ESCAPED, * HTTP_POLICY_VAR_SOURCE_IP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param var set the var. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPLocalFile.java b/java/src/com/vmware/avi/sdk/model/HTTPLocalFile.java index b772e1e067..3b51f2c06f 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPLocalFile.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPLocalFile.java @@ -32,7 +32,7 @@ public class HTTPLocalFile { /** * This is the getter method this will return the attribute value. * Mime-type of the content in the file. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contentType */ @@ -43,7 +43,7 @@ public String getContentType() { /** * This is the setter method to the attribute. * Mime-type of the content in the file. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param contentType set the contentType. */ @@ -54,7 +54,7 @@ public void setContentType(String contentType) { /** * This is the getter method this will return the attribute value. * File content to used in the local http response body. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fileContent */ @@ -65,7 +65,7 @@ public String getFileContent() { /** * This is the setter method to the attribute. * File content to used in the local http response body. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fileContent set the fileContent. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPPolicies.java b/java/src/com/vmware/avi/sdk/model/HTTPPolicies.java index 003ab76e33..6e29a3edb8 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPPolicies.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPPolicies.java @@ -33,7 +33,7 @@ public class HTTPPolicies { * This is the getter method this will return the attribute value. * Uuid of the virtual service http policy collection. * It is a reference to an object of type httppolicyset. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpPolicySetRef */ @@ -45,7 +45,7 @@ public String getHttpPolicySetRef() { * This is the setter method to the attribute. * Uuid of the virtual service http policy collection. * It is a reference to an object of type httppolicyset. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpPolicySetRef set the httpPolicySetRef. */ @@ -56,7 +56,7 @@ public void setHttpPolicySetRef(String httpPolicySetRef) { /** * This is the getter method this will return the attribute value. * Index of the virtual service http policy collection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -67,7 +67,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Index of the virtual service http policy collection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPPolicySet.java b/java/src/com/vmware/avi/sdk/model/HTTPPolicySet.java index 8034b3a12e..4145c3ac1e 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPPolicySet.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPPolicySet.java @@ -69,7 +69,7 @@ public class HTTPPolicySet extends AviRestResource { * This is the getter method this will return the attribute value. * Checksum of cloud configuration for pool. * Internally set by cloud connector. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConfigCksum */ @@ -81,7 +81,7 @@ public String getCloudConfigCksum() { * This is the setter method to the attribute. * Checksum of cloud configuration for pool. * Internally set by cloud connector. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConfigCksum set the cloudConfigCksum. */ @@ -92,7 +92,7 @@ public void setCloudConfigCksum(String cloudConfigCksum) { /** * This is the getter method this will return the attribute value. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -103,7 +103,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -113,7 +113,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -123,7 +123,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -136,7 +136,7 @@ public void setDescription(String description) { * Geo database. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDbRef */ @@ -149,7 +149,7 @@ public String getGeoDbRef() { * Geo database. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDbRef set the geoDbRef. */ @@ -160,7 +160,7 @@ public void setGeoDbRef(String geoDbRef) { /** * This is the getter method this will return the attribute value. * Http request policy for the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpRequestPolicy */ @@ -171,7 +171,7 @@ public HTTPRequestPolicy getHttpRequestPolicy() { /** * This is the setter method to the attribute. * Http request policy for the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpRequestPolicy set the httpRequestPolicy. */ @@ -182,7 +182,7 @@ public void setHttpRequestPolicy(HTTPRequestPolicy httpRequestPolicy) { /** * This is the getter method this will return the attribute value. * Http response policy for the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponsePolicy */ @@ -193,7 +193,7 @@ public HTTPResponsePolicy getHttpResponsePolicy() { /** * This is the setter method to the attribute. * Http response policy for the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpResponsePolicy set the httpResponsePolicy. */ @@ -204,7 +204,7 @@ public void setHttpResponsePolicy(HTTPResponsePolicy httpResponsePolicy) { /** * This is the getter method this will return the attribute value. * Http security policy for the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpSecurityPolicy */ @@ -215,7 +215,7 @@ public HTTPSecurityPolicy getHttpSecurityPolicy() { /** * This is the setter method to the attribute. * Http security policy for the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpSecurityPolicy set the httpSecurityPolicy. */ @@ -228,7 +228,7 @@ public void setHttpSecurityPolicy(HTTPSecurityPolicy httpSecurityPolicy) { * Ip reputation database. * It is a reference to an object of type ipreputationdb. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationDbRef */ @@ -241,7 +241,7 @@ public String getIpReputationDbRef() { * Ip reputation database. * It is a reference to an object of type ipreputationdb. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipReputationDbRef set the ipReputationDbRef. */ @@ -251,7 +251,7 @@ public void setIpReputationDbRef(String ipReputationDbRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isInternalPolicy */ @@ -261,7 +261,7 @@ public Boolean getIsInternalPolicy() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isInternalPolicy set the isInternalPolicy. */ @@ -272,8 +272,7 @@ public void setIsInternalPolicy(Boolean isInternalPolicy) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -285,8 +284,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -298,8 +296,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -314,7 +311,7 @@ public HTTPPolicySet addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Name of the http policy set. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -325,7 +322,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the http policy set. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -336,7 +333,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -347,7 +344,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -375,7 +372,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the http policy set. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -386,7 +383,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the http policy set. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPRedirectAction.java b/java/src/com/vmware/avi/sdk/model/HTTPRedirectAction.java index 56c571278a..2676650c91 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPRedirectAction.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPRedirectAction.java @@ -49,7 +49,7 @@ public class HTTPRedirectAction { * Add a query string to the redirect uri. * If keep_query is set, concatenates the add_string to the query of the incoming request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addString */ @@ -62,7 +62,7 @@ public String getAddString() { * Add a query string to the redirect uri. * If keep_query is set, concatenates the add_string to the query of the incoming request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param addString set the addString. */ @@ -73,7 +73,7 @@ public void setAddString(String addString) { /** * This is the getter method this will return the attribute value. * Host config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -84,7 +84,7 @@ public URIParam getHost() { /** * This is the setter method to the attribute. * Host config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -95,7 +95,7 @@ public void setHost(URIParam host) { /** * This is the getter method this will return the attribute value. * Keep or drop the query of the incoming request uri in the redirected uri. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return keepQuery */ @@ -106,7 +106,7 @@ public Boolean getKeepQuery() { /** * This is the setter method to the attribute. * Keep or drop the query of the incoming request uri in the redirected uri. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param keepQuery set the keepQuery. */ @@ -117,7 +117,7 @@ public void setKeepQuery(Boolean keepQuery) { /** * This is the getter method this will return the attribute value. * Path config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -128,7 +128,7 @@ public URIParam getPath() { /** * This is the setter method to the attribute. * Path config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -140,7 +140,7 @@ public void setPath(URIParam path) { * This is the getter method this will return the attribute value. * Port to which redirect the request. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -152,7 +152,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Port to which redirect the request. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -164,7 +164,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Protocol type. * Enum options - HTTP, HTTPS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -176,7 +176,7 @@ public String getProtocol() { * This is the setter method to the attribute. * Protocol type. * Enum options - HTTP, HTTPS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -188,7 +188,7 @@ public void setProtocol(String protocol) { * This is the getter method this will return the attribute value. * Http redirect status code. * Enum options - HTTP_REDIRECT_STATUS_CODE_301, HTTP_REDIRECT_STATUS_CODE_302, HTTP_REDIRECT_STATUS_CODE_307. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_REDIRECT_STATUS_CODE_302". * @return statusCode */ @@ -200,7 +200,7 @@ public String getStatusCode() { * This is the setter method to the attribute. * Http redirect status code. * Enum options - HTTP_REDIRECT_STATUS_CODE_301, HTTP_REDIRECT_STATUS_CODE_302, HTTP_REDIRECT_STATUS_CODE_307. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_REDIRECT_STATUS_CODE_302". * @param statusCode set the statusCode. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPRequestPolicy.java b/java/src/com/vmware/avi/sdk/model/HTTPRequestPolicy.java index a82569911e..bedc6b9188 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPRequestPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPRequestPolicy.java @@ -28,7 +28,7 @@ public class HTTPRequestPolicy { /** * This is the getter method this will return the attribute value. * Add rules to the http request policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -39,7 +39,7 @@ public List getRules() { /** * This is the setter method. this will set the rules * Add rules to the http request policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -50,7 +50,7 @@ public void setRules(List rules) { /** * This is the setter method this will set the rules * Add rules to the http request policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPRequestRule.java b/java/src/com/vmware/avi/sdk/model/HTTPRequestRule.java index 0ea87fc14b..4695d59b5f 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPRequestRule.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPRequestRule.java @@ -56,7 +56,7 @@ public class HTTPRequestRule { /** * This is the getter method this will return the attribute value. * Log all http headers upon rule match. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allHeaders */ @@ -67,7 +67,7 @@ public Boolean getAllHeaders() { /** * This is the setter method to the attribute. * Log all http headers upon rule match. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allHeaders set the allHeaders. */ @@ -78,7 +78,7 @@ public void setAllHeaders(Boolean allHeaders) { /** * This is the getter method this will return the attribute value. * Enable or disable the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -89,7 +89,7 @@ public Boolean getEnable() { /** * This is the setter method to the attribute. * Enable or disable the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -99,7 +99,7 @@ public void setEnable(Boolean enable) { /** * This is the getter method this will return the attribute value. * Http header rewrite action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrAction */ @@ -110,7 +110,7 @@ public List getHdrAction() { /** * This is the setter method. this will set the hdrAction * Http header rewrite action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrAction */ @@ -121,7 +121,7 @@ public void setHdrAction(List hdrAction) { /** * This is the setter method this will set the hdrAction * Http header rewrite action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrAction */ @@ -136,7 +136,7 @@ public HTTPRequestRule addHdrActionItem(HTTPHdrAction hdrActionItem) { /** * This is the getter method this will return the attribute value. * Index of the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -147,7 +147,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Index of the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -158,7 +158,7 @@ public void setIndex(Integer index) { /** * This is the getter method this will return the attribute value. * Log http request upon rule match. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return log */ @@ -169,7 +169,7 @@ public Boolean getLog() { /** * This is the setter method to the attribute. * Log http request upon rule match. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param log set the log. */ @@ -180,7 +180,7 @@ public void setLog(Boolean log) { /** * This is the getter method this will return the attribute value. * Add match criteria to the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -191,7 +191,7 @@ public MatchTarget getMatch() { /** * This is the setter method to the attribute. * Add match criteria to the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -202,7 +202,7 @@ public void setMatch(MatchTarget match) { /** * This is the getter method this will return the attribute value. * Name of the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -213,7 +213,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -224,7 +224,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Http redirect action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirectAction */ @@ -235,7 +235,7 @@ public HTTPRedirectAction getRedirectAction() { /** * This is the setter method to the attribute. * Http redirect action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param redirectAction set the redirectAction. */ @@ -246,7 +246,7 @@ public void setRedirectAction(HTTPRedirectAction redirectAction) { /** * This is the getter method this will return the attribute value. * Http request url rewrite action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rewriteUrlAction */ @@ -257,7 +257,7 @@ public HTTPRewriteURLAction getRewriteUrlAction() { /** * This is the setter method to the attribute. * Http request url rewrite action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rewriteUrlAction set the rewriteUrlAction. */ @@ -268,7 +268,7 @@ public void setRewriteUrlAction(HTTPRewriteURLAction rewriteUrlAction) { /** * This is the getter method this will return the attribute value. * Content switching action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return switchingAction */ @@ -279,7 +279,7 @@ public HTTPSwitchingAction getSwitchingAction() { /** * This is the setter method to the attribute. * Content switching action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param switchingAction set the switchingAction. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPReselectRespCode.java b/java/src/com/vmware/avi/sdk/model/HTTPReselectRespCode.java index aca0f98a94..dfd3824e34 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPReselectRespCode.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPReselectRespCode.java @@ -35,7 +35,7 @@ public class HTTPReselectRespCode { * This is the getter method this will return the attribute value. * Http response code to be matched. * Allowed values are 400-599. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return codes */ @@ -47,7 +47,7 @@ public List getCodes() { * This is the setter method. this will set the codes * Http response code to be matched. * Allowed values are 400-599. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return codes */ @@ -59,7 +59,7 @@ public void setCodes(List codes) { * This is the setter method this will set the codes * Http response code to be matched. * Allowed values are 400-599. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return codes */ @@ -73,7 +73,7 @@ public HTTPReselectRespCode addCodesItem(Integer codesItem) { /** * This is the getter method this will return the attribute value. * Http response code ranges to match. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -84,7 +84,7 @@ public List getRanges() { /** * This is the setter method. this will set the ranges * Http response code ranges to match. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -95,7 +95,7 @@ public void setRanges(List ranges) { /** * This is the setter method this will set the ranges * Http response code ranges to match. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -110,7 +110,7 @@ public HTTPReselectRespCode addRangesItem(HTTPStatusRange rangesItem) { * This is the getter method this will return the attribute value. * Block of http response codes to match for server reselect. * Enum options - HTTP_RSP_4XX, HTTP_RSP_5XX. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return respCodeBlock */ @@ -122,7 +122,7 @@ public List getRespCodeBlock() { * This is the setter method. this will set the respCodeBlock * Block of http response codes to match for server reselect. * Enum options - HTTP_RSP_4XX, HTTP_RSP_5XX. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return respCodeBlock */ @@ -134,7 +134,7 @@ public void setRespCodeBlock(List respCodeBlock) { * This is the setter method this will set the respCodeBlock * Block of http response codes to match for server reselect. * Enum options - HTTP_RSP_4XX, HTTP_RSP_5XX. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return respCodeBlock */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPResponsePolicy.java b/java/src/com/vmware/avi/sdk/model/HTTPResponsePolicy.java index 374481e1c9..5d983a3610 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPResponsePolicy.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPResponsePolicy.java @@ -28,7 +28,7 @@ public class HTTPResponsePolicy { /** * This is the getter method this will return the attribute value. * Add rules to the http response policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -39,7 +39,7 @@ public List getRules() { /** * This is the setter method. this will set the rules * Add rules to the http response policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -50,7 +50,7 @@ public void setRules(List rules) { /** * This is the setter method this will set the rules * Add rules to the http response policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPResponseRule.java b/java/src/com/vmware/avi/sdk/model/HTTPResponseRule.java index 0275328a9b..5f15dd3eb2 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPResponseRule.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPResponseRule.java @@ -50,7 +50,7 @@ public class HTTPResponseRule { /** * This is the getter method this will return the attribute value. * Log all http headers upon rule match. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allHeaders */ @@ -61,7 +61,7 @@ public Boolean getAllHeaders() { /** * This is the setter method to the attribute. * Log all http headers upon rule match. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allHeaders set the allHeaders. */ @@ -72,7 +72,7 @@ public void setAllHeaders(Boolean allHeaders) { /** * This is the getter method this will return the attribute value. * Enable or disable the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -83,7 +83,7 @@ public Boolean getEnable() { /** * This is the setter method to the attribute. * Enable or disable the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -93,7 +93,7 @@ public void setEnable(Boolean enable) { /** * This is the getter method this will return the attribute value. * Http header rewrite action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrAction */ @@ -104,7 +104,7 @@ public List getHdrAction() { /** * This is the setter method. this will set the hdrAction * Http header rewrite action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrAction */ @@ -115,7 +115,7 @@ public void setHdrAction(List hdrAction) { /** * This is the setter method this will set the hdrAction * Http header rewrite action. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrAction */ @@ -130,7 +130,7 @@ public HTTPResponseRule addHdrActionItem(HTTPHdrAction hdrActionItem) { /** * This is the getter method this will return the attribute value. * Index of the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -141,7 +141,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Index of the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -152,7 +152,7 @@ public void setIndex(Integer index) { /** * This is the getter method this will return the attribute value. * Location header rewrite action. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return locHdrAction */ @@ -163,7 +163,7 @@ public HTTPRewriteLocHdrAction getLocHdrAction() { /** * This is the setter method to the attribute. * Location header rewrite action. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param locHdrAction set the locHdrAction. */ @@ -174,7 +174,7 @@ public void setLocHdrAction(HTTPRewriteLocHdrAction locHdrAction) { /** * This is the getter method this will return the attribute value. * Log http request upon rule match. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return log */ @@ -185,7 +185,7 @@ public Boolean getLog() { /** * This is the setter method to the attribute. * Log http request upon rule match. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param log set the log. */ @@ -196,7 +196,7 @@ public void setLog(Boolean log) { /** * This is the getter method this will return the attribute value. * Add match criteria to the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -207,7 +207,7 @@ public ResponseMatchTarget getMatch() { /** * This is the setter method to the attribute. * Add match criteria to the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -218,7 +218,7 @@ public void setMatch(ResponseMatchTarget match) { /** * This is the getter method this will return the attribute value. * Name of the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -229,7 +229,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPRewriteLocHdrAction.java b/java/src/com/vmware/avi/sdk/model/HTTPRewriteLocHdrAction.java index 2230010910..57904a1a82 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPRewriteLocHdrAction.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPRewriteLocHdrAction.java @@ -41,7 +41,7 @@ public class HTTPRewriteLocHdrAction { /** * This is the getter method this will return the attribute value. * Host config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -52,7 +52,7 @@ public URIParam getHost() { /** * This is the setter method to the attribute. * Host config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -63,7 +63,7 @@ public void setHost(URIParam host) { /** * This is the getter method this will return the attribute value. * Keep or drop the query from the server side redirect uri. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return keepQuery */ @@ -74,7 +74,7 @@ public Boolean getKeepQuery() { /** * This is the setter method to the attribute. * Keep or drop the query from the server side redirect uri. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param keepQuery set the keepQuery. */ @@ -85,7 +85,7 @@ public void setKeepQuery(Boolean keepQuery) { /** * This is the getter method this will return the attribute value. * Path config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -96,7 +96,7 @@ public URIParam getPath() { /** * This is the setter method to the attribute. * Path config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -108,7 +108,7 @@ public void setPath(URIParam path) { * This is the getter method this will return the attribute value. * Port to use in the redirected uri. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -120,7 +120,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Port to use in the redirected uri. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -132,7 +132,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Http protocol type. * Enum options - HTTP, HTTPS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -144,7 +144,7 @@ public String getProtocol() { * This is the setter method to the attribute. * Http protocol type. * Enum options - HTTP, HTTPS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPRewriteURLAction.java b/java/src/com/vmware/avi/sdk/model/HTTPRewriteURLAction.java index 11e64bdd43..b4cfddd2d4 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPRewriteURLAction.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPRewriteURLAction.java @@ -35,7 +35,7 @@ public class HTTPRewriteURLAction { /** * This is the getter method this will return the attribute value. * Host config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostHdr */ @@ -46,7 +46,7 @@ public URIParam getHostHdr() { /** * This is the setter method to the attribute. * Host config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostHdr set the hostHdr. */ @@ -57,7 +57,7 @@ public void setHostHdr(URIParam hostHdr) { /** * This is the getter method this will return the attribute value. * Path config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -68,7 +68,7 @@ public URIParam getPath() { /** * This is the setter method to the attribute. * Path config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -79,7 +79,7 @@ public void setPath(URIParam path) { /** * This is the getter method this will return the attribute value. * Query config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return query */ @@ -90,7 +90,7 @@ public URIParamQuery getQuery() { /** * This is the setter method to the attribute. * Query config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param query set the query. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPSecurityAction.java b/java/src/com/vmware/avi/sdk/model/HTTPSecurityAction.java index 51cb7169e3..debb6f7af2 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPSecurityAction.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPSecurityAction.java @@ -43,10 +43,10 @@ public class HTTPSecurityAction { * Type of the security action to perform. * Enum options - HTTP_SECURITY_ACTION_CLOSE_CONN, HTTP_SECURITY_ACTION_SEND_RESPONSE, HTTP_SECURITY_ACTION_ALLOW, * HTTP_SECURITY_ACTION_REDIRECT_TO_HTTPS, HTTP_SECURITY_ACTION_RATE_LIMIT, HTTP_SECURITY_ACTION_REQUEST_CHECK_ICAP. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https), basic edition(allowed values- - * http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https), enterprise with cloud services - * edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- + * http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https), basic (allowed values- + * http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -59,10 +59,10 @@ public String getAction() { * Type of the security action to perform. * Enum options - HTTP_SECURITY_ACTION_CLOSE_CONN, HTTP_SECURITY_ACTION_SEND_RESPONSE, HTTP_SECURITY_ACTION_ALLOW, * HTTP_SECURITY_ACTION_REDIRECT_TO_HTTPS, HTTP_SECURITY_ACTION_RATE_LIMIT, HTTP_SECURITY_ACTION_REQUEST_CHECK_ICAP. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https), basic edition(allowed values- - * http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https), enterprise with cloud services - * edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- + * http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https), basic (allowed values- + * http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -73,7 +73,7 @@ public void setAction(String action) { /** * This is the getter method this will return the attribute value. * File to be used for generating http local response. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return file */ @@ -84,7 +84,7 @@ public HTTPLocalFile getFile() { /** * This is the setter method to the attribute. * File to be used for generating http local response. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param file set the file. */ @@ -96,7 +96,7 @@ public void setFile(HTTPLocalFile file) { * This is the getter method this will return the attribute value. * Secure ssl/tls port to redirect the http request to. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpsPort */ @@ -108,7 +108,7 @@ public Integer getHttpsPort() { * This is the setter method to the attribute. * Secure ssl/tls port to redirect the http request to. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpsPort set the httpsPort. */ @@ -120,7 +120,7 @@ public void setHttpsPort(Integer httpsPort) { * This is the getter method this will return the attribute value. * Rate limiting configuration for this action. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rateProfile */ @@ -132,7 +132,7 @@ public HTTPSecurityActionRateProfile getRateProfile() { * This is the setter method to the attribute. * Rate limiting configuration for this action. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rateProfile set the rateProfile. */ @@ -145,7 +145,7 @@ public void setRateProfile(HTTPSecurityActionRateProfile rateProfile) { * Http status code to use for local response. * Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200, HTTP_LOCAL_RESPONSE_STATUS_CODE_204, HTTP_LOCAL_RESPONSE_STATUS_CODE_403, * HTTP_LOCAL_RESPONSE_STATUS_CODE_404, HTTP_LOCAL_RESPONSE_STATUS_CODE_429, HTTP_LOCAL_RESPONSE_STATUS_CODE_501. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCode */ @@ -158,7 +158,7 @@ public String getStatusCode() { * Http status code to use for local response. * Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200, HTTP_LOCAL_RESPONSE_STATUS_CODE_204, HTTP_LOCAL_RESPONSE_STATUS_CODE_403, * HTTP_LOCAL_RESPONSE_STATUS_CODE_404, HTTP_LOCAL_RESPONSE_STATUS_CODE_429, HTTP_LOCAL_RESPONSE_STATUS_CODE_501. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statusCode set the statusCode. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPSecurityActionRateProfile.java b/java/src/com/vmware/avi/sdk/model/HTTPSecurityActionRateProfile.java index bd31892764..408079212b 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPSecurityActionRateProfile.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPSecurityActionRateProfile.java @@ -39,7 +39,7 @@ public class HTTPSecurityActionRateProfile { * This is the getter method this will return the attribute value. * The action to take when the rate limit has been reached. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -51,7 +51,7 @@ public RateLimiterAction getAction() { * This is the setter method to the attribute. * The action to take when the rate limit has been reached. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -63,7 +63,7 @@ public void setAction(RateLimiterAction action) { * This is the getter method this will return the attribute value. * Rate limiting should be done on a per client ip basis. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return perClientIp */ @@ -75,7 +75,7 @@ public Boolean getPerClientIp() { * This is the setter method to the attribute. * Rate limiting should be done on a per client ip basis. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param perClientIp set the perClientIp. */ @@ -87,7 +87,7 @@ public void setPerClientIp(Boolean perClientIp) { * This is the getter method this will return the attribute value. * Rate limiting should be done on a per request uri path basis. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return perUriPath */ @@ -99,7 +99,7 @@ public Boolean getPerUriPath() { * This is the setter method to the attribute. * Rate limiting should be done on a per request uri path basis. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param perUriPath set the perUriPath. */ @@ -111,7 +111,7 @@ public void setPerUriPath(Boolean perUriPath) { * This is the getter method this will return the attribute value. * The rate limiter used when this action is triggered. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rateLimiter */ @@ -123,7 +123,7 @@ public RateLimiter getRateLimiter() { * This is the setter method to the attribute. * The rate limiter used when this action is triggered. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rateLimiter set the rateLimiter. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPSecurityPolicy.java b/java/src/com/vmware/avi/sdk/model/HTTPSecurityPolicy.java index 278f1f5d6e..86e18a30bd 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPSecurityPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPSecurityPolicy.java @@ -28,7 +28,7 @@ public class HTTPSecurityPolicy { /** * This is the getter method this will return the attribute value. * Add rules to the http security policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -39,7 +39,7 @@ public List getRules() { /** * This is the setter method. this will set the rules * Add rules to the http security policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -50,7 +50,7 @@ public void setRules(List rules) { /** * This is the setter method this will set the rules * Add rules to the http security policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPSecurityRule.java b/java/src/com/vmware/avi/sdk/model/HTTPSecurityRule.java index b285366b62..4de9777717 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPSecurityRule.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPSecurityRule.java @@ -44,7 +44,7 @@ public class HTTPSecurityRule { /** * This is the getter method this will return the attribute value. * Action to be performed upon successful matching. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -55,7 +55,7 @@ public HTTPSecurityAction getAction() { /** * This is the setter method to the attribute. * Action to be performed upon successful matching. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -66,7 +66,7 @@ public void setAction(HTTPSecurityAction action) { /** * This is the getter method this will return the attribute value. * Enable or disable the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -77,7 +77,7 @@ public Boolean getEnable() { /** * This is the setter method to the attribute. * Enable or disable the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -88,7 +88,7 @@ public void setEnable(Boolean enable) { /** * This is the getter method this will return the attribute value. * Index of the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -99,7 +99,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Index of the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -110,7 +110,7 @@ public void setIndex(Integer index) { /** * This is the getter method this will return the attribute value. * Log http request upon rule match. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return log */ @@ -121,7 +121,7 @@ public Boolean getLog() { /** * This is the setter method to the attribute. * Log http request upon rule match. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param log set the log. */ @@ -132,7 +132,7 @@ public void setLog(Boolean log) { /** * This is the getter method this will return the attribute value. * Add match criteria to the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -143,7 +143,7 @@ public MatchTarget getMatch() { /** * This is the setter method to the attribute. * Add match criteria to the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -154,7 +154,7 @@ public void setMatch(MatchTarget match) { /** * This is the getter method this will return the attribute value. * Name of the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -165,7 +165,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPServerReselect.java b/java/src/com/vmware/avi/sdk/model/HTTPServerReselect.java index 8607bbe7a3..9e29577ef0 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPServerReselect.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPServerReselect.java @@ -41,8 +41,8 @@ public class HTTPServerReselect { /** * This is the getter method this will return the attribute value. * Enable http request reselect when server responds with specific response codes. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enabled */ @@ -53,8 +53,8 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. * Enable http request reselect when server responds with specific response codes. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enabled set the enabled. */ @@ -65,7 +65,7 @@ public void setEnabled(Boolean enabled) { /** * This is the getter method this will return the attribute value. * Number of times to retry an http request when server responds with configured status codes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return numRetries */ @@ -76,7 +76,7 @@ public Integer getNumRetries() { /** * This is the setter method to the attribute. * Number of times to retry an http request when server responds with configured status codes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param numRetries set the numRetries. */ @@ -87,7 +87,7 @@ public void setNumRetries(Integer numRetries) { /** * This is the getter method this will return the attribute value. * Allow retry of non-idempotent http requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return retryNonidempotent */ @@ -98,7 +98,7 @@ public Boolean getRetryNonidempotent() { /** * This is the setter method to the attribute. * Allow retry of non-idempotent http requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param retryNonidempotent set the retryNonidempotent. */ @@ -113,7 +113,7 @@ public void setRetryNonidempotent(Boolean retryNonidempotent) { * Allowed values are 0-3600000. * Field introduced in 18.1.5,18.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return retryTimeout */ @@ -128,7 +128,7 @@ public Integer getRetryTimeout() { * Allowed values are 0-3600000. * Field introduced in 18.1.5,18.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param retryTimeout set the retryTimeout. */ @@ -139,7 +139,7 @@ public void setRetryTimeout(Integer retryTimeout) { /** * This is the getter method this will return the attribute value. * Server response codes which will trigger an http request retry. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return svrRespCode */ @@ -150,7 +150,7 @@ public HTTPReselectRespCode getSvrRespCode() { /** * This is the setter method to the attribute. * Server response codes which will trigger an http request retry. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param svrRespCode set the svrRespCode. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPSessionConfig.java b/java/src/com/vmware/avi/sdk/model/HTTPSessionConfig.java index 6d200903ce..62fcc625b0 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPSessionConfig.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPSessionConfig.java @@ -48,7 +48,7 @@ public class HTTPSessionConfig { * This is the getter method this will return the attribute value. * If set, http session cookie will use 'httponly' attribute. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sessionCookieHttponly */ @@ -60,7 +60,7 @@ public Boolean getSessionCookieHttponly() { * This is the setter method to the attribute. * If set, http session cookie will use 'httponly' attribute. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sessionCookieHttponly set the sessionCookieHttponly. */ @@ -72,7 +72,7 @@ public void setSessionCookieHttponly(Boolean sessionCookieHttponly) { * This is the getter method this will return the attribute value. * Http session cookie name to use. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "albsessid". * @return sessionCookieName */ @@ -84,7 +84,7 @@ public String getSessionCookieName() { * This is the setter method to the attribute. * Http session cookie name to use. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "albsessid". * @param sessionCookieName set the sessionCookieName. */ @@ -97,7 +97,7 @@ public void setSessionCookieName(String sessionCookieName) { * Http session cookie samesite attribute. * Enum options - SAMESITE_NONE, SAMESITE_LAX, SAMESITE_STRICT. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SAMESITE_LAX". * @return sessionCookieSamesite */ @@ -110,7 +110,7 @@ public String getSessionCookieSamesite() { * Http session cookie samesite attribute. * Enum options - SAMESITE_NONE, SAMESITE_LAX, SAMESITE_STRICT. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SAMESITE_LAX". * @param sessionCookieSamesite set the sessionCookieSamesite. */ @@ -122,7 +122,7 @@ public void setSessionCookieSamesite(String sessionCookieSamesite) { * This is the getter method this will return the attribute value. * If set, http session cookie will use 'secure' attribute. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sessionCookieSecure */ @@ -134,7 +134,7 @@ public Boolean getSessionCookieSecure() { * This is the setter method to the attribute. * If set, http session cookie will use 'secure' attribute. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sessionCookieSecure set the sessionCookieSecure. */ @@ -149,7 +149,7 @@ public void setSessionCookieSecure(Boolean sessionCookieSecure) { * Allowed values are 120-3600. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return sessionEstablishmentTimeout */ @@ -164,7 +164,7 @@ public Integer getSessionEstablishmentTimeout() { * Allowed values are 120-3600. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param sessionEstablishmentTimeout set the sessionEstablishmentTimeout. */ @@ -179,7 +179,7 @@ public void setSessionEstablishmentTimeout(Integer sessionEstablishmentTimeout) * Allowed values are 120-604800. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @return sessionIdleTimeout */ @@ -194,7 +194,7 @@ public Integer getSessionIdleTimeout() { * Allowed values are 120-604800. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @param sessionIdleTimeout set the sessionIdleTimeout. */ @@ -209,7 +209,7 @@ public void setSessionIdleTimeout(Integer sessionIdleTimeout) { * Allowed values are 120-604800. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 28800. * @return sessionMaximumTimeout */ @@ -224,7 +224,7 @@ public Integer getSessionMaximumTimeout() { * Allowed values are 120-604800. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 28800. * @param sessionMaximumTimeout set the sessionMaximumTimeout. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPStatusMatch.java b/java/src/com/vmware/avi/sdk/model/HTTPStatusMatch.java index b02f6b4ba9..450c617947 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPStatusMatch.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPStatusMatch.java @@ -36,7 +36,7 @@ public class HTTPStatusMatch { * This is the getter method this will return the attribute value. * Criterion to use for matching the http response status code(s). * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -48,7 +48,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for matching the http response status code(s). * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -58,7 +58,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * Http response status code range(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -69,7 +69,7 @@ public List getRanges() { /** * This is the setter method. this will set the ranges * Http response status code range(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -80,7 +80,7 @@ public void setRanges(List ranges) { /** * This is the setter method this will set the ranges * Http response status code range(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -94,7 +94,7 @@ public HTTPStatusMatch addRangesItem(HTTPStatusRange rangesItem) { /** * This is the getter method this will return the attribute value. * Http response status code(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCodes */ @@ -105,7 +105,7 @@ public List getStatusCodes() { /** * This is the setter method. this will set the statusCodes * Http response status code(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCodes */ @@ -116,7 +116,7 @@ public void setStatusCodes(List statusCodes) { /** * This is the setter method this will set the statusCodes * Http response status code(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCodes */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPStatusRange.java b/java/src/com/vmware/avi/sdk/model/HTTPStatusRange.java index 5bce0391fd..1499cf6ff0 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPStatusRange.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPStatusRange.java @@ -32,7 +32,7 @@ public class HTTPStatusRange { /** * This is the getter method this will return the attribute value. * Starting http response status code. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return begin */ @@ -43,7 +43,7 @@ public Integer getBegin() { /** * This is the setter method to the attribute. * Starting http response status code. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param begin set the begin. */ @@ -54,7 +54,7 @@ public void setBegin(Integer begin) { /** * This is the getter method this will return the attribute value. * Ending http response status code. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return end */ @@ -65,7 +65,7 @@ public Integer getEnd() { /** * This is the setter method to the attribute. * Ending http response status code. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param end set the end. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPSwitchingAction.java b/java/src/com/vmware/avi/sdk/model/HTTPSwitchingAction.java index a263f8be93..dbb3e3ac21 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPSwitchingAction.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPSwitchingAction.java @@ -48,8 +48,8 @@ public class HTTPSwitchingAction { * This is the getter method this will return the attribute value. * Content switching action type. * Enum options - HTTP_SWITCHING_SELECT_POOL, HTTP_SWITCHING_SELECT_LOCAL, HTTP_SWITCHING_SELECT_POOLGROUP. - * Allowed in enterprise edition with any value, essentials edition(allowed values- http_switching_select_pool,http_switching_select_local), basic, - * enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- http_switching_select_pool,http_switching_select_local) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -61,8 +61,8 @@ public String getAction() { * This is the setter method to the attribute. * Content switching action type. * Enum options - HTTP_SWITCHING_SELECT_POOL, HTTP_SWITCHING_SELECT_LOCAL, HTTP_SWITCHING_SELECT_POOLGROUP. - * Allowed in enterprise edition with any value, essentials edition(allowed values- http_switching_select_pool,http_switching_select_local), basic, - * enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- http_switching_select_pool,http_switching_select_local) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -73,7 +73,7 @@ public void setAction(String action) { /** * This is the getter method this will return the attribute value. * File from which to serve local response to the request. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return file */ @@ -84,7 +84,7 @@ public HTTPLocalFile getFile() { /** * This is the setter method to the attribute. * File from which to serve local response to the request. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param file set the file. */ @@ -98,7 +98,7 @@ public void setFile(HTTPLocalFile file) { * Use this to provide codes not available in the list within status_code. * Allowed values are 200-599. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return otherStatusCode */ @@ -112,7 +112,7 @@ public Integer getOtherStatusCode() { * Use this to provide codes not available in the list within status_code. * Allowed values are 200-599. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param otherStatusCode set the otherStatusCode. */ @@ -124,7 +124,7 @@ public void setOtherStatusCode(Integer otherStatusCode) { * This is the getter method this will return the attribute value. * Uuid of the pool group to serve the request. * It is a reference to an object of type poolgroup. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRef */ @@ -136,7 +136,7 @@ public String getPoolGroupRef() { * This is the setter method to the attribute. * Uuid of the pool group to serve the request. * It is a reference to an object of type poolgroup. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolGroupRef set the poolGroupRef. */ @@ -148,7 +148,7 @@ public void setPoolGroupRef(String poolGroupRef) { * This is the getter method this will return the attribute value. * Uuid of the pool of servers to serve the request. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -160,7 +160,7 @@ public String getPoolRef() { * This is the setter method to the attribute. * Uuid of the pool of servers to serve the request. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -171,7 +171,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. * Specific pool server to select. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -182,7 +182,7 @@ public PoolServer getServer() { /** * This is the setter method to the attribute. * Specific pool server to select. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param server set the server. */ @@ -195,7 +195,7 @@ public void setServer(PoolServer server) { * Http status code to use when serving local response. * Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200, HTTP_LOCAL_RESPONSE_STATUS_CODE_204, HTTP_LOCAL_RESPONSE_STATUS_CODE_403, * HTTP_LOCAL_RESPONSE_STATUS_CODE_404, HTTP_LOCAL_RESPONSE_STATUS_CODE_429, HTTP_LOCAL_RESPONSE_STATUS_CODE_501. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCode */ @@ -208,7 +208,7 @@ public String getStatusCode() { * Http status code to use when serving local response. * Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200, HTTP_LOCAL_RESPONSE_STATUS_CODE_204, HTTP_LOCAL_RESPONSE_STATUS_CODE_403, * HTTP_LOCAL_RESPONSE_STATUS_CODE_404, HTTP_LOCAL_RESPONSE_STATUS_CODE_429, HTTP_LOCAL_RESPONSE_STATUS_CODE_501. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statusCode set the statusCode. */ diff --git a/java/src/com/vmware/avi/sdk/model/HTTPVersionMatch.java b/java/src/com/vmware/avi/sdk/model/HTTPVersionMatch.java index 33480dc1fd..05194d8cfa 100644 --- a/java/src/com/vmware/avi/sdk/model/HTTPVersionMatch.java +++ b/java/src/com/vmware/avi/sdk/model/HTTPVersionMatch.java @@ -33,7 +33,7 @@ public class HTTPVersionMatch { * This is the getter method this will return the attribute value. * Criterion to use for http version matching the version used in the http request. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -45,7 +45,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for http version matching the version used in the http request. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -58,8 +58,8 @@ public void setMatchCriteria(String matchCriteria) { * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Minimum of 1 items required. * Maximum of 8 items allowed. - * Allowed in enterprise edition with any value, essentials edition(allowed values- one_zero,one_one), basic edition(allowed values- - * one_zero,one_one), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- one_zero,one_one), basic (allowed values- one_zero,one_one) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ @@ -73,8 +73,8 @@ public List getVersions() { * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Minimum of 1 items required. * Maximum of 8 items allowed. - * Allowed in enterprise edition with any value, essentials edition(allowed values- one_zero,one_one), basic edition(allowed values- - * one_zero,one_one), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- one_zero,one_one), basic (allowed values- one_zero,one_one) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ @@ -88,8 +88,8 @@ public void setVersions(List versions) { * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Minimum of 1 items required. * Maximum of 8 items allowed. - * Allowed in enterprise edition with any value, essentials edition(allowed values- one_zero,one_one), basic edition(allowed values- - * one_zero,one_one), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- one_zero,one_one), basic (allowed values- one_zero,one_one) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ diff --git a/java/src/com/vmware/avi/sdk/model/HardwareSecurityModule.java b/java/src/com/vmware/avi/sdk/model/HardwareSecurityModule.java index 540ddcb9a7..8a69458bbe 100644 --- a/java/src/com/vmware/avi/sdk/model/HardwareSecurityModule.java +++ b/java/src/com/vmware/avi/sdk/model/HardwareSecurityModule.java @@ -42,7 +42,7 @@ public class HardwareSecurityModule { * This is the getter method this will return the attribute value. * Aws cloudhsm specific configuration. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudhsm */ @@ -54,7 +54,7 @@ public HSMAwsCloudHsm getCloudhsm() { * This is the setter method to the attribute. * Aws cloudhsm specific configuration. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudhsm set the cloudhsm. */ @@ -64,7 +64,7 @@ public void setCloudhsm(HSMAwsCloudHsm cloudhsm) { /** * This is the getter method this will return the attribute value. * Thales nethsm specific configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nethsm */ @@ -75,7 +75,7 @@ public List getNethsm() { /** * This is the setter method. this will set the nethsm * Thales nethsm specific configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nethsm */ @@ -86,7 +86,7 @@ public void setNethsm(List nethsm) { /** * This is the setter method this will set the nethsm * Thales nethsm specific configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nethsm */ @@ -101,7 +101,7 @@ public HardwareSecurityModule addNethsmItem(HSMThalesNetHsm nethsmItem) { /** * This is the getter method this will return the attribute value. * Thales remote file server (rfs), used for the nethsms, configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rfs */ @@ -112,7 +112,7 @@ public HSMThalesRFS getRfs() { /** * This is the setter method to the attribute. * Thales remote file server (rfs), used for the nethsms, configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rfs set the rfs. */ @@ -123,7 +123,7 @@ public void setRfs(HSMThalesRFS rfs) { /** * This is the getter method this will return the attribute value. * Thales luna hsm/gem specific configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sluna */ @@ -134,7 +134,7 @@ public HSMSafenetLuna getSluna() { /** * This is the setter method to the attribute. * Thales luna hsm/gem specific configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sluna set the sluna. */ @@ -146,7 +146,7 @@ public void setSluna(HSMSafenetLuna sluna) { * This is the getter method this will return the attribute value. * Hsm type to use. * Enum options - HSM_TYPE_THALES_NETHSM, HSM_TYPE_SAFENET_LUNA, HSM_TYPE_AWS_CLOUDHSM. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HSM_TYPE_SAFENET_LUNA". * @return type */ @@ -158,7 +158,7 @@ public String getType() { * This is the setter method to the attribute. * Hsm type to use. * Enum options - HSM_TYPE_THALES_NETHSM, HSM_TYPE_SAFENET_LUNA, HSM_TYPE_AWS_CLOUDHSM. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HSM_TYPE_SAFENET_LUNA". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/HardwareSecurityModuleGroup.java b/java/src/com/vmware/avi/sdk/model/HardwareSecurityModuleGroup.java index 9a571dd965..e6f68bb853 100644 --- a/java/src/com/vmware/avi/sdk/model/HardwareSecurityModuleGroup.java +++ b/java/src/com/vmware/avi/sdk/model/HardwareSecurityModuleGroup.java @@ -44,7 +44,7 @@ public class HardwareSecurityModuleGroup extends AviRestResource { /** * This is the getter method this will return the attribute value. * Hardware security module configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hsm */ @@ -55,7 +55,7 @@ public HardwareSecurityModule getHsm() { /** * This is the setter method to the attribute. * Hardware security module configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hsm set the hsm. */ @@ -66,8 +66,7 @@ public void setHsm(HardwareSecurityModule hsm) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -79,8 +78,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -92,8 +90,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -108,7 +105,7 @@ public HardwareSecurityModuleGroup addMarkersItem(RoleFilterMatchLabel markersIt /** * This is the getter method this will return the attribute value. * Name of the hsm group configuration object. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -119,7 +116,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the hsm group configuration object. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -130,7 +127,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -141,7 +138,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -169,7 +166,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the hsm group configuration object. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -180,7 +177,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the hsm group configuration object. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/HdrMatch.java b/java/src/com/vmware/avi/sdk/model/HdrMatch.java index 660a634849..8182a323d7 100644 --- a/java/src/com/vmware/avi/sdk/model/HdrMatch.java +++ b/java/src/com/vmware/avi/sdk/model/HdrMatch.java @@ -30,6 +30,9 @@ public class HdrMatch { @JsonProperty("match_criteria") private String matchCriteria; + @JsonProperty("string_group_refs") + private List stringGroupRefs; + @JsonProperty("value") private List value; @@ -38,7 +41,7 @@ public class HdrMatch { /** * This is the getter method this will return the attribute value. * Name of the http header whose value is to be matched. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdr */ @@ -49,7 +52,7 @@ public String getHdr() { /** * This is the setter method to the attribute. * Name of the http header whose value is to be matched. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hdr set the hdr. */ @@ -61,7 +64,7 @@ public void setHdr(String hdr) { * This is the getter method this will return the attribute value. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -73,7 +76,7 @@ public String getMatchCase() { * This is the setter method to the attribute. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -86,7 +89,7 @@ public void setMatchCase(String matchCase) { * Criterion to use for matching headers in the http request. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -99,17 +102,59 @@ public String getMatchCriteria() { * Criterion to use for matching headers in the http request. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ public void setMatchCriteria(String matchCriteria) { this.matchCriteria = matchCriteria; } + /** + * This is the getter method this will return the attribute value. + * Uuid of the string group(s). + * It is a reference to an object of type stringgroup. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringGroupRefs + */ + public List getStringGroupRefs() { + return stringGroupRefs; + } + + /** + * This is the setter method. this will set the stringGroupRefs + * Uuid of the string group(s). + * It is a reference to an object of type stringgroup. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringGroupRefs + */ + public void setStringGroupRefs(List stringGroupRefs) { + this.stringGroupRefs = stringGroupRefs; + } + + /** + * This is the setter method this will set the stringGroupRefs + * Uuid of the string group(s). + * It is a reference to an object of type stringgroup. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringGroupRefs + */ + public HdrMatch addStringGroupRefsItem(String stringGroupRefsItem) { + if (this.stringGroupRefs == null) { + this.stringGroupRefs = new ArrayList(); + } + this.stringGroupRefs.add(stringGroupRefsItem); + return this; + } /** * This is the getter method this will return the attribute value. * String values to match in the http header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -120,7 +165,7 @@ public List getValue() { /** * This is the setter method. this will set the value * String values to match in the http header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -131,7 +176,7 @@ public void setValue(List value) { /** * This is the setter method this will set the value * String values to match in the http header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -156,7 +201,8 @@ public boolean equals(java.lang.Object o) { return Objects.equals(this.matchCriteria, objHdrMatch.matchCriteria)&& Objects.equals(this.hdr, objHdrMatch.hdr)&& Objects.equals(this.matchCase, objHdrMatch.matchCase)&& - Objects.equals(this.value, objHdrMatch.value); + Objects.equals(this.value, objHdrMatch.value)&& + Objects.equals(this.stringGroupRefs, objHdrMatch.stringGroupRefs); } @Override @@ -166,6 +212,7 @@ public String toString() { sb.append(" hdr: ").append(toIndentedString(hdr)).append("\n"); sb.append(" matchCase: ").append(toIndentedString(matchCase)).append("\n"); sb.append(" matchCriteria: ").append(toIndentedString(matchCriteria)).append("\n"); + sb.append(" stringGroupRefs: ").append(toIndentedString(stringGroupRefs)).append("\n"); sb.append(" value: ").append(toIndentedString(value)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/HdrPersistenceProfile.java b/java/src/com/vmware/avi/sdk/model/HdrPersistenceProfile.java index b3b933e7dd..97bd175173 100644 --- a/java/src/com/vmware/avi/sdk/model/HdrPersistenceProfile.java +++ b/java/src/com/vmware/avi/sdk/model/HdrPersistenceProfile.java @@ -29,7 +29,7 @@ public class HdrPersistenceProfile { /** * This is the getter method this will return the attribute value. * Header name for custom header persistence. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prstHdrName */ @@ -40,7 +40,7 @@ public String getPrstHdrName() { /** * This is the setter method to the attribute. * Header name for custom header persistence. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prstHdrName set the prstHdrName. */ diff --git a/java/src/com/vmware/avi/sdk/model/HeaderInfoInURI.java b/java/src/com/vmware/avi/sdk/model/HeaderInfoInURI.java index d208edbd73..df0596dbe7 100644 --- a/java/src/com/vmware/avi/sdk/model/HeaderInfoInURI.java +++ b/java/src/com/vmware/avi/sdk/model/HeaderInfoInURI.java @@ -33,7 +33,7 @@ public class HeaderInfoInURI { * This is the getter method this will return the attribute value. * Header field name in hitted signature rule match_element. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headerFieldName */ @@ -45,7 +45,7 @@ public String getHeaderFieldName() { * This is the setter method to the attribute. * Header field name in hitted signature rule match_element. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headerFieldName set the headerFieldName. */ @@ -57,7 +57,7 @@ public void setHeaderFieldName(String headerFieldName) { * This is the getter method this will return the attribute value. * Header field value in hitted signature rule match_element. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -69,7 +69,7 @@ public String getValue() { * This is the setter method to the attribute. * Header field value in hitted signature rule match_element. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitor.java b/java/src/com/vmware/avi/sdk/model/HealthMonitor.java index 34c9d22b8f..e4029575ab 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitor.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitor.java @@ -48,6 +48,12 @@ public class HealthMonitor extends AviRestResource { @JsonProperty("ftps_monitor") private HealthMonitorFtp ftpsMonitor; + @JsonProperty("http2_monitor") + private HealthMonitorHttp http2Monitor; + + @JsonProperty("http2s_monitor") + private HealthMonitorHttp http2sMonitor; + @JsonProperty("http_monitor") private HealthMonitorHttp httpMonitor; @@ -135,8 +141,8 @@ public class HealthMonitor extends AviRestResource { * desired. * Use this knob to allow duplicates. * Field introduced in 18.2.8. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowDuplicateMonitors */ @@ -151,8 +157,8 @@ public Boolean getAllowDuplicateMonitors() { * desired. * Use this knob to allow duplicates. * Field introduced in 18.2.8. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allowDuplicateMonitors set the allowDuplicateMonitors. */ @@ -164,7 +170,7 @@ public void setAllowDuplicateMonitors(Boolean allowDuplicateMonitors) { * This is the getter method this will return the attribute value. * Authentication information for username/password. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authentication */ @@ -176,7 +182,7 @@ public HealthMonitorAuthInfo getAuthentication() { * This is the setter method to the attribute. * Authentication information for username/password. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authentication set the authentication. */ @@ -186,7 +192,7 @@ public void setAuthentication(HealthMonitorAuthInfo authentication) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -196,7 +202,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -210,8 +216,8 @@ public void setDescription(String description) { * kick in, to mark the server up as soon as possible. * This knob may be used to turn this feature off. * Field introduced in 18.2.7. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disableQuickstart */ @@ -225,8 +231,8 @@ public Boolean getDisableQuickstart() { * kick in, to mark the server up as soon as possible. * This knob may be used to turn this feature off. * Field introduced in 18.2.7. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param disableQuickstart set the disableQuickstart. */ @@ -236,7 +242,7 @@ public void setDisableQuickstart(Boolean disableQuickstart) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsMonitor */ @@ -246,7 +252,7 @@ public HealthMonitorDNS getDnsMonitor() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsMonitor set the dnsMonitor. */ @@ -256,7 +262,7 @@ public void setDnsMonitor(HealthMonitorDNS dnsMonitor) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalMonitor */ @@ -266,7 +272,7 @@ public HealthMonitorExternal getExternalMonitor() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param externalMonitor set the externalMonitor. */ @@ -278,7 +284,7 @@ public void setExternalMonitor(HealthMonitorExternal externalMonitor) { * This is the getter method this will return the attribute value. * Number of continuous failed health checks before the server is marked down. * Allowed values are 1-50. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return failedChecks */ @@ -290,7 +296,7 @@ public Integer getFailedChecks() { * This is the setter method to the attribute. * Number of continuous failed health checks before the server is marked down. * Allowed values are 1-50. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param failedChecks set the failedChecks. */ @@ -302,7 +308,7 @@ public void setFailedChecks(Integer failedChecks) { * This is the getter method this will return the attribute value. * Health monitor for ftp. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ftpMonitor */ @@ -314,7 +320,7 @@ public HealthMonitorFtp getFtpMonitor() { * This is the setter method to the attribute. * Health monitor for ftp. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ftpMonitor set the ftpMonitor. */ @@ -326,7 +332,7 @@ public void setFtpMonitor(HealthMonitorFtp ftpMonitor) { * This is the getter method this will return the attribute value. * Health monitor for ftps. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ftpsMonitor */ @@ -338,7 +344,7 @@ public HealthMonitorFtp getFtpsMonitor() { * This is the setter method to the attribute. * Health monitor for ftps. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ftpsMonitor set the ftpsMonitor. */ @@ -348,7 +354,55 @@ public void setFtpsMonitor(HealthMonitorFtp ftpsMonitor) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Health monitor for http2. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return http2Monitor + */ + public HealthMonitorHttp getHttp2Monitor() { + return http2Monitor; + } + + /** + * This is the setter method to the attribute. + * Health monitor for http2. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param http2Monitor set the http2Monitor. + */ + public void setHttp2Monitor(HealthMonitorHttp http2Monitor) { + this.http2Monitor = http2Monitor; + } + + /** + * This is the getter method this will return the attribute value. + * Health monitor for http2s. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return http2sMonitor + */ + public HealthMonitorHttp getHttp2SMonitor() { + return http2sMonitor; + } + + /** + * This is the setter method to the attribute. + * Health monitor for http2s. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param http2sMonitor set the http2sMonitor. + */ + public void setHttp2SMonitor(HealthMonitorHttp http2sMonitor) { + this.http2sMonitor = http2sMonitor; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpMonitor */ @@ -358,7 +412,7 @@ public HealthMonitorHttp getHttpMonitor() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpMonitor set the httpMonitor. */ @@ -368,7 +422,7 @@ public void setHttpMonitor(HealthMonitorHttp httpMonitor) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpsMonitor */ @@ -378,7 +432,7 @@ public HealthMonitorHttp getHttpsMonitor() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpsMonitor set the httpsMonitor. */ @@ -390,7 +444,7 @@ public void setHttpsMonitor(HealthMonitorHttp httpsMonitor) { * This is the getter method this will return the attribute value. * Health monitor for imap. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imapMonitor */ @@ -402,7 +456,7 @@ public HealthMonitorImap getImapMonitor() { * This is the setter method to the attribute. * Health monitor for imap. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imapMonitor set the imapMonitor. */ @@ -414,7 +468,7 @@ public void setImapMonitor(HealthMonitorImap imapMonitor) { * This is the getter method this will return the attribute value. * Health monitor for imaps. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imapsMonitor */ @@ -426,7 +480,7 @@ public HealthMonitorImap getImapsMonitor() { * This is the setter method to the attribute. * Health monitor for imaps. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imapsMonitor set the imapsMonitor. */ @@ -440,8 +494,8 @@ public void setImapsMonitor(HealthMonitorImap imapsMonitor) { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isFederated */ @@ -455,8 +509,8 @@ public Boolean getIsFederated() { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isFederated set the isFederated. */ @@ -468,7 +522,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * Health monitor for ldap. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ldapMonitor */ @@ -480,7 +534,7 @@ public HealthMonitorLdap getLdapMonitor() { * This is the setter method to the attribute. * Health monitor for ldap. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ldapMonitor set the ldapMonitor. */ @@ -492,7 +546,7 @@ public void setLdapMonitor(HealthMonitorLdap ldapMonitor) { * This is the getter method this will return the attribute value. * Health monitor for ldaps. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ldapsMonitor */ @@ -504,7 +558,7 @@ public HealthMonitorLdap getLdapsMonitor() { * This is the setter method to the attribute. * Health monitor for ldaps. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ldapsMonitor set the ldapsMonitor. */ @@ -515,8 +569,7 @@ public void setLdapsMonitor(HealthMonitorLdap ldapsMonitor) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -528,8 +581,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -541,8 +593,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -560,7 +611,7 @@ public HealthMonitor addMarkersItem(RoleFilterMatchLabel markersItem) { * If the monitor succeeds to this port, the load balanced traffic will still be sent to the port of the server defined within the pool. * Allowed values are 1-65535. * Special values are 0 - use server port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return monitorPort */ @@ -574,7 +625,7 @@ public Integer getMonitorPort() { * If the monitor succeeds to this port, the load balanced traffic will still be sent to the port of the server defined within the pool. * Allowed values are 1-65535. * Special values are 0 - use server port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param monitorPort set the monitorPort. */ @@ -585,7 +636,7 @@ public void setMonitorPort(Integer monitorPort) { /** * This is the getter method this will return the attribute value. * A user friendly name for this health monitor. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -596,7 +647,7 @@ public String getName() { /** * This is the setter method to the attribute. * A user friendly name for this health monitor. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -608,7 +659,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Health monitor for pop3. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pop3Monitor */ @@ -620,7 +671,7 @@ public HealthMonitorPop3 getPop3Monitor() { * This is the setter method to the attribute. * Health monitor for pop3. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pop3Monitor set the pop3Monitor. */ @@ -632,7 +683,7 @@ public void setPop3Monitor(HealthMonitorPop3 pop3Monitor) { * This is the getter method this will return the attribute value. * Health monitor for pop3s. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pop3sMonitor */ @@ -644,7 +695,7 @@ public HealthMonitorPop3 getPop3SMonitor() { * This is the setter method to the attribute. * Health monitor for pop3s. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pop3sMonitor set the pop3sMonitor. */ @@ -656,7 +707,7 @@ public void setPop3SMonitor(HealthMonitorPop3 pop3sMonitor) { * This is the getter method this will return the attribute value. * Health monitor for radius. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return radiusMonitor */ @@ -668,7 +719,7 @@ public HealthMonitorRadius getRadiusMonitor() { * This is the setter method to the attribute. * Health monitor for radius. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param radiusMonitor set the radiusMonitor. */ @@ -683,7 +734,7 @@ public void setRadiusMonitor(HealthMonitorRadius radiusMonitor) { * If server status is regularly flapping up and down, consider increasing this value. * Allowed values are 1-2400. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return receiveTimeout */ @@ -698,7 +749,7 @@ public Integer getReceiveTimeout() { * If server status is regularly flapping up and down, consider increasing this value. * Allowed values are 1-2400. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param receiveTimeout set the receiveTimeout. */ @@ -710,7 +761,7 @@ public void setReceiveTimeout(Integer receiveTimeout) { * This is the getter method this will return the attribute value. * Health monitor for sctp. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sctpMonitor */ @@ -722,7 +773,7 @@ public HealthMonitorSctp getSctpMonitor() { * This is the setter method to the attribute. * Health monitor for sctp. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sctpMonitor set the sctpMonitor. */ @@ -735,7 +786,7 @@ public void setSctpMonitor(HealthMonitorSctp sctpMonitor) { * Frequency, in seconds, that monitors are sent to a server. * Allowed values are 1-3600. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return sendInterval */ @@ -748,7 +799,7 @@ public Integer getSendInterval() { * Frequency, in seconds, that monitors are sent to a server. * Allowed values are 1-3600. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param sendInterval set the sendInterval. */ @@ -760,7 +811,7 @@ public void setSendInterval(Integer sendInterval) { * This is the getter method this will return the attribute value. * Health monitor for sip. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipMonitor */ @@ -772,7 +823,7 @@ public HealthMonitorSIP getSipMonitor() { * This is the setter method to the attribute. * Health monitor for sip. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sipMonitor set the sipMonitor. */ @@ -784,7 +835,7 @@ public void setSipMonitor(HealthMonitorSIP sipMonitor) { * This is the getter method this will return the attribute value. * Health monitor for smtp. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return smtpMonitor */ @@ -796,7 +847,7 @@ public HealthMonitorSmtp getSmtpMonitor() { * This is the setter method to the attribute. * Health monitor for smtp. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param smtpMonitor set the smtpMonitor. */ @@ -808,7 +859,7 @@ public void setSmtpMonitor(HealthMonitorSmtp smtpMonitor) { * This is the getter method this will return the attribute value. * Health monitor for smtps. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return smtpsMonitor */ @@ -820,7 +871,7 @@ public HealthMonitorSmtp getSmtpsMonitor() { * This is the setter method to the attribute. * Health monitor for smtps. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param smtpsMonitor set the smtpsMonitor. */ @@ -832,7 +883,7 @@ public void setSmtpsMonitor(HealthMonitorSmtp smtpsMonitor) { * This is the getter method this will return the attribute value. * Number of continuous successful health checks before server is marked up. * Allowed values are 1-50. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return successfulChecks */ @@ -844,7 +895,7 @@ public Integer getSuccessfulChecks() { * This is the setter method to the attribute. * Number of continuous successful health checks before server is marked up. * Allowed values are 1-50. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param successfulChecks set the successfulChecks. */ @@ -854,7 +905,7 @@ public void setSuccessfulChecks(Integer successfulChecks) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpMonitor */ @@ -864,7 +915,7 @@ public HealthMonitorTcp getTcpMonitor() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpMonitor set the tcpMonitor. */ @@ -875,7 +926,7 @@ public void setTcpMonitor(HealthMonitorTcp tcpMonitor) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -886,7 +937,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -901,9 +952,9 @@ public void setTenantRef(String tenantRef) { * HEALTH_MONITOR_DNS, HEALTH_MONITOR_GSLB, HEALTH_MONITOR_SIP, HEALTH_MONITOR_RADIUS, HEALTH_MONITOR_SMTP, HEALTH_MONITOR_SMTPS, * HEALTH_MONITOR_POP3, HEALTH_MONITOR_POP3S, HEALTH_MONITOR_IMAP, HEALTH_MONITOR_IMAPS, HEALTH_MONITOR_FTP, HEALTH_MONITOR_FTPS, * HEALTH_MONITOR_LDAP, HEALTH_MONITOR_LDAPS... - * Allowed in enterprise edition with any value, essentials edition(allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp), - * basic edition(allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp), basic (allowed values- + * health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -918,9 +969,9 @@ public String getType() { * HEALTH_MONITOR_DNS, HEALTH_MONITOR_GSLB, HEALTH_MONITOR_SIP, HEALTH_MONITOR_RADIUS, HEALTH_MONITOR_SMTP, HEALTH_MONITOR_SMTPS, * HEALTH_MONITOR_POP3, HEALTH_MONITOR_POP3S, HEALTH_MONITOR_IMAP, HEALTH_MONITOR_IMAPS, HEALTH_MONITOR_FTP, HEALTH_MONITOR_FTPS, * HEALTH_MONITOR_LDAP, HEALTH_MONITOR_LDAPS... - * Allowed in enterprise edition with any value, essentials edition(allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp), - * basic edition(allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp), basic (allowed values- + * health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -930,7 +981,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return udpMonitor */ @@ -940,7 +991,7 @@ public HealthMonitorUdp getUdpMonitor() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param udpMonitor set the udpMonitor. */ @@ -968,7 +1019,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the health monitor. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -979,7 +1030,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the health monitor. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -1027,6 +1078,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.ftpsMonitor, objHealthMonitor.ftpsMonitor)&& Objects.equals(this.ldapMonitor, objHealthMonitor.ldapMonitor)&& Objects.equals(this.ldapsMonitor, objHealthMonitor.ldapsMonitor)&& + Objects.equals(this.http2Monitor, objHealthMonitor.http2Monitor)&& + Objects.equals(this.http2sMonitor, objHealthMonitor.http2sMonitor)&& Objects.equals(this.isFederated, objHealthMonitor.isFederated)&& Objects.equals(this.description, objHealthMonitor.description)&& Objects.equals(this.tenantRef, objHealthMonitor.tenantRef)&& @@ -1046,6 +1099,8 @@ public String toString() { sb.append(" failedChecks: ").append(toIndentedString(failedChecks)).append("\n"); sb.append(" ftpMonitor: ").append(toIndentedString(ftpMonitor)).append("\n"); sb.append(" ftpsMonitor: ").append(toIndentedString(ftpsMonitor)).append("\n"); + sb.append(" http2Monitor: ").append(toIndentedString(http2Monitor)).append("\n"); + sb.append(" http2sMonitor: ").append(toIndentedString(http2sMonitor)).append("\n"); sb.append(" httpMonitor: ").append(toIndentedString(httpMonitor)).append("\n"); sb.append(" httpsMonitor: ").append(toIndentedString(httpsMonitor)).append("\n"); sb.append(" imapMonitor: ").append(toIndentedString(imapMonitor)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorAuthInfo.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorAuthInfo.java index 14dc80a836..642829bb08 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorAuthInfo.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorAuthInfo.java @@ -33,7 +33,7 @@ public class HealthMonitorAuthInfo { * This is the getter method this will return the attribute value. * Password for server authentication. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -45,7 +45,7 @@ public String getPassword() { * This is the setter method to the attribute. * Password for server authentication. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -57,7 +57,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Username for server authentication. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -69,7 +69,7 @@ public String getUsername() { * This is the setter method to the attribute. * Username for server authentication. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorDNS.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorDNS.java index ab7d3432a6..a3c550fc74 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorDNS.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorDNS.java @@ -43,7 +43,7 @@ public class HealthMonitorDNS { * Query_type response has atleast one answer of which the resource record type matches the query type any_type response should contain * atleast one answer anything an empty answer is enough. * Enum options - DNS_QUERY_TYPE, DNS_ANY_TYPE, DNS_ANY_THING. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_QUERY_TYPE". * @return qtype */ @@ -56,7 +56,7 @@ public String getQtype() { * Query_type response has atleast one answer of which the resource record type matches the query type any_type response should contain * atleast one answer anything an empty answer is enough. * Enum options - DNS_QUERY_TYPE, DNS_ANY_TYPE, DNS_ANY_THING. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_QUERY_TYPE". * @param qtype set the qtype. */ @@ -67,7 +67,7 @@ public void setQtype(String qtype) { /** * This is the getter method this will return the attribute value. * The dns monitor will query the dns server for the fully qualified name in this field. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryName */ @@ -78,7 +78,7 @@ public String getQueryName() { /** * This is the setter method to the attribute. * The dns monitor will query the dns server for the fully qualified name in this field. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queryName set the queryName. */ @@ -91,7 +91,7 @@ public void setQueryName(String queryName) { * When no error is selected, a dns query will be marked failed is any error code is returned by the server. * With any selected, the monitor ignores error code in the responses. * Enum options - RCODE_NO_ERROR, RCODE_ANYTHING. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "RCODE_NO_ERROR". * @return rcode */ @@ -104,7 +104,7 @@ public String getRcode() { * When no error is selected, a dns query will be marked failed is any error code is returned by the server. * With any selected, the monitor ignores error code in the responses. * Enum options - RCODE_NO_ERROR, RCODE_ANYTHING. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "RCODE_NO_ERROR". * @param rcode set the rcode. */ @@ -119,7 +119,7 @@ public void setRcode(String rcode) { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_A". * @return recordType */ @@ -134,7 +134,7 @@ public String getRecordType() { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_A". * @param recordType set the recordType. */ @@ -145,7 +145,7 @@ public void setRecordType(String recordType) { /** * This is the getter method this will return the attribute value. * The resource record of the queried dns server's response for the request name must include the ip address defined in this field. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseString */ @@ -156,7 +156,7 @@ public String getResponseString() { /** * This is the setter method to the attribute. * The resource record of the queried dns server's response for the request name must include the ip address defined in this field. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseString set the responseString. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorExternal.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorExternal.java index c1c687841c..6a97112e0d 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorExternal.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorExternal.java @@ -38,7 +38,7 @@ public class HealthMonitorExternal { /** * This is the getter method this will return the attribute value. * Command script provided inline. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return commandCode */ @@ -49,7 +49,7 @@ public String getCommandCode() { /** * This is the setter method to the attribute. * Command script provided inline. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param commandCode set the commandCode. */ @@ -60,7 +60,7 @@ public void setCommandCode(String commandCode) { /** * This is the getter method this will return the attribute value. * Optional arguments to feed into the script. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return commandParameters */ @@ -71,7 +71,7 @@ public String getCommandParameters() { /** * This is the setter method to the attribute. * Optional arguments to feed into the script. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param commandParameters set the commandParameters. */ @@ -82,7 +82,7 @@ public void setCommandParameters(String commandParameters) { /** * This is the getter method this will return the attribute value. * Path of external health monitor script. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return commandPath */ @@ -93,7 +93,7 @@ public String getCommandPath() { /** * This is the setter method to the attribute. * Path of external health monitor script. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param commandPath set the commandPath. */ @@ -104,7 +104,7 @@ public void setCommandPath(String commandPath) { /** * This is the getter method this will return the attribute value. * Environment variables to be fed into the script. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return commandVariables */ @@ -115,7 +115,7 @@ public String getCommandVariables() { /** * This is the setter method to the attribute. * Environment variables to be fed into the script. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param commandVariables set the commandVariables. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorFtp.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorFtp.java index a6d24b6137..c226fcef3b 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorFtp.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorFtp.java @@ -36,7 +36,7 @@ public class HealthMonitorFtp { * This is the getter method this will return the attribute value. * Filename to download with full path. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filename */ @@ -48,7 +48,7 @@ public String getFilename() { * This is the setter method to the attribute. * Filename to download with full path. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filename set the filename. */ @@ -61,7 +61,7 @@ public void setFilename(String filename) { * Ftp data transfer process mode. * Enum options - FTP_PASSIVE_MODE, FTP_PORT_MODE. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FTP_PASSIVE_MODE". * @return mode */ @@ -74,7 +74,7 @@ public String getMode() { * Ftp data transfer process mode. * Enum options - FTP_PASSIVE_MODE, FTP_PORT_MODE. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FTP_PASSIVE_MODE". * @param mode set the mode. */ @@ -86,7 +86,7 @@ public void setMode(String mode) { * This is the getter method this will return the attribute value. * Ssl attributes for ftps monitor. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslAttributes */ @@ -98,7 +98,7 @@ public HealthMonitorSSLAttributes getSslAttributes() { * This is the setter method to the attribute. * Ssl attributes for ftps monitor. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslAttributes set the sslAttributes. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorHttp.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorHttp.java index 3f8bc5dd8a..4a15d8b3c7 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorHttp.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorHttp.java @@ -27,12 +27,21 @@ public class HealthMonitorHttp { @JsonProperty("exact_http_request") private Boolean exactHttpRequest = false; + @JsonProperty("http_headers") + private List httpHeaders; + + @JsonProperty("http_method") + private String httpMethod; + @JsonProperty("http_request") private String httpRequest = "GET / HTTP/1.0"; @JsonProperty("http_request_body") private String httpRequestBody; + @JsonProperty("http_request_header_path") + private String httpRequestHeaderPath; + @JsonProperty("http_response") private String httpResponse; @@ -58,7 +67,7 @@ public class HealthMonitorHttp { * Type of the authentication method. * Enum options - AUTH_BASIC, AUTH_NTLM. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authType */ @@ -71,7 +80,7 @@ public String getAuthType() { * Type of the authentication method. * Enum options - AUTH_BASIC, AUTH_NTLM. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authType set the authType. */ @@ -83,7 +92,7 @@ public void setAuthType(String authType) { * This is the getter method this will return the attribute value. * Use the exact http_request string as specified by user, without any automatic insert of headers like host header. * Field introduced in 17.1.6,17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return exactHttpRequest */ @@ -95,20 +104,99 @@ public Boolean getExactHttpRequest() { * This is the setter method to the attribute. * Use the exact http_request string as specified by user, without any automatic insert of headers like host header. * Field introduced in 17.1.6,17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param exactHttpRequest set the exactHttpRequest. */ public void setExactHttpRequest(Boolean exactHttpRequest) { this.exactHttpRequest = exactHttpRequest; } + /** + * This is the getter method this will return the attribute value. + * For http2 and http2s health monitor, send an http request to the server. + * Extended with additional headers or information when exact request is marked false. + * For instance host www.site.com connection close. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return httpHeaders + */ + public List getHttpHeaders() { + return httpHeaders; + } + + /** + * This is the setter method. this will set the httpHeaders + * For http2 and http2s health monitor, send an http request to the server. + * Extended with additional headers or information when exact request is marked false. + * For instance host www.site.com connection close. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return httpHeaders + */ + public void setHttpHeaders(List httpHeaders) { + this.httpHeaders = httpHeaders; + } + + /** + * This is the setter method this will set the httpHeaders + * For http2 and http2s health monitor, send an http request to the server. + * Extended with additional headers or information when exact request is marked false. + * For instance host www.site.com connection close. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return httpHeaders + */ + public HealthMonitorHttp addHttpHeadersItem(String httpHeadersItem) { + if (this.httpHeaders == null) { + this.httpHeaders = new ArrayList(); + } + this.httpHeaders.add(httpHeadersItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Http method for http2 and http2s health monitor. + * Enum options - HTTP_METHOD_GET, HTTP_METHOD_HEAD, HTTP_METHOD_PUT, HTTP_METHOD_DELETE, HTTP_METHOD_POST, HTTP_METHOD_OPTIONS, HTTP_METHOD_TRACE, + * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, + * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- http_method_get,http_method_post,http_method_head), basic (allowed values- + * http_method_get,http_method_post,http_method_head) edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return httpMethod + */ + public String getHttpMethod() { + return httpMethod; + } + + /** + * This is the setter method to the attribute. + * Http method for http2 and http2s health monitor. + * Enum options - HTTP_METHOD_GET, HTTP_METHOD_HEAD, HTTP_METHOD_PUT, HTTP_METHOD_DELETE, HTTP_METHOD_POST, HTTP_METHOD_OPTIONS, HTTP_METHOD_TRACE, + * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, + * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- http_method_get,http_method_post,http_method_head), basic (allowed values- + * http_method_get,http_method_post,http_method_head) edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param httpMethod set the httpMethod. + */ + public void setHttpMethod(String httpMethod) { + this.httpMethod = httpMethod; + } /** * This is the getter method this will return the attribute value. * Send an http request to the server. * The default get / http/1.0 may be extended with additional headers or information. * For instance, get /index.htm http/1.1 host www.site.com connection close. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GET / HTTP/1.0". * @return httpRequest */ @@ -121,7 +209,7 @@ public String getHttpRequest() { * Send an http request to the server. * The default get / http/1.0 may be extended with additional headers or information. * For instance, get /index.htm http/1.1 host www.site.com connection close. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GET / HTTP/1.0". * @param httpRequest set the httpRequest. */ @@ -133,7 +221,7 @@ public void setHttpRequest(String httpRequest) { * This is the getter method this will return the attribute value. * Http request body. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpRequestBody */ @@ -145,7 +233,7 @@ public String getHttpRequestBody() { * This is the setter method to the attribute. * Http request body. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpRequestBody set the httpRequestBody. */ @@ -153,10 +241,34 @@ public void setHttpRequestBody(String httpRequestBody) { this.httpRequestBody = httpRequestBody; } + /** + * This is the getter method this will return the attribute value. + * Http client request header path for http2 and http2s health monitor. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return httpRequestHeaderPath + */ + public String getHttpRequestHeaderPath() { + return httpRequestHeaderPath; + } + + /** + * This is the setter method to the attribute. + * Http client request header path for http2 and http2s health monitor. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param httpRequestHeaderPath set the httpRequestHeaderPath. + */ + public void setHttpRequestHeaderPath(String httpRequestHeaderPath) { + this.httpRequestHeaderPath = httpRequestHeaderPath; + } + /** * This is the getter method this will return the attribute value. * Match for a keyword in the first 2kb of the server header and body response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponse */ @@ -167,7 +279,7 @@ public String getHttpResponse() { /** * This is the setter method to the attribute. * Match for a keyword in the first 2kb of the server header and body response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpResponse set the httpResponse. */ @@ -180,7 +292,7 @@ public void setHttpResponse(String httpResponse) { * Default is 2xx. * Enum options - HTTP_ANY, HTTP_1XX, HTTP_2XX, HTTP_3XX, HTTP_4XX, HTTP_5XX. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponseCode */ @@ -194,7 +306,7 @@ public List getHttpResponseCode() { * Default is 2xx. * Enum options - HTTP_ANY, HTTP_1XX, HTTP_2XX, HTTP_3XX, HTTP_4XX, HTTP_5XX. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponseCode */ @@ -208,7 +320,7 @@ public void setHttpResponseCode(List httpResponseCode) { * Default is 2xx. * Enum options - HTTP_ANY, HTTP_1XX, HTTP_2XX, HTTP_3XX, HTTP_4XX, HTTP_5XX. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponseCode */ @@ -225,7 +337,7 @@ public HealthMonitorHttp addHttpResponseCodeItem(String httpResponseCodeItem) { * A successful match results in the server being marked down. * Allowed values are 101-599. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maintenanceCode */ @@ -239,7 +351,7 @@ public List getMaintenanceCode() { * A successful match results in the server being marked down. * Allowed values are 101-599. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maintenanceCode */ @@ -253,7 +365,7 @@ public void setMaintenanceCode(List maintenanceCode) { * A successful match results in the server being marked down. * Allowed values are 101-599. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maintenanceCode */ @@ -269,7 +381,7 @@ public HealthMonitorHttp addMaintenanceCodeItem(Integer maintenanceCodeItem) { * This is the getter method this will return the attribute value. * Match or look for this keyword in the first 2kb of server header and body response indicating server maintenance. * A successful match results in the server being marked down. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maintenanceResponse */ @@ -281,7 +393,7 @@ public String getMaintenanceResponse() { * This is the setter method to the attribute. * Match or look for this keyword in the first 2kb of server header and body response indicating server maintenance. * A successful match results in the server being marked down. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maintenanceResponse set the maintenanceResponse. */ @@ -294,7 +406,7 @@ public void setMaintenanceResponse(String maintenanceResponse) { * Expected http/https response page size. * Allowed values are 2048-16384. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseSize */ @@ -307,7 +419,7 @@ public Integer getResponseSize() { * Expected http/https response page size. * Allowed values are 2048-16384. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseSize set the responseSize. */ @@ -319,7 +431,7 @@ public void setResponseSize(Integer responseSize) { * This is the getter method this will return the attribute value. * Ssl attributes for https health monitor. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslAttributes */ @@ -331,7 +443,7 @@ public HealthMonitorSSLAttributes getSslAttributes() { * This is the setter method to the attribute. * Ssl attributes for https health monitor. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslAttributes set the sslAttributes. */ @@ -358,7 +470,10 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.exactHttpRequest, objHealthMonitorHttp.exactHttpRequest)&& Objects.equals(this.authType, objHealthMonitorHttp.authType)&& Objects.equals(this.httpRequestBody, objHealthMonitorHttp.httpRequestBody)&& - Objects.equals(this.responseSize, objHealthMonitorHttp.responseSize); + Objects.equals(this.responseSize, objHealthMonitorHttp.responseSize)&& + Objects.equals(this.httpMethod, objHealthMonitorHttp.httpMethod)&& + Objects.equals(this.httpRequestHeaderPath, objHealthMonitorHttp.httpRequestHeaderPath)&& + Objects.equals(this.httpHeaders, objHealthMonitorHttp.httpHeaders); } @Override @@ -367,8 +482,11 @@ public String toString() { sb.append("class HealthMonitorHttp {\n"); sb.append(" authType: ").append(toIndentedString(authType)).append("\n"); sb.append(" exactHttpRequest: ").append(toIndentedString(exactHttpRequest)).append("\n"); + sb.append(" httpHeaders: ").append(toIndentedString(httpHeaders)).append("\n"); + sb.append(" httpMethod: ").append(toIndentedString(httpMethod)).append("\n"); sb.append(" httpRequest: ").append(toIndentedString(httpRequest)).append("\n"); sb.append(" httpRequestBody: ").append(toIndentedString(httpRequestBody)).append("\n"); + sb.append(" httpRequestHeaderPath: ").append(toIndentedString(httpRequestHeaderPath)).append("\n"); sb.append(" httpResponse: ").append(toIndentedString(httpResponse)).append("\n"); sb.append(" httpResponseCode: ").append(toIndentedString(httpResponseCode)).append("\n"); sb.append(" maintenanceCode: ").append(toIndentedString(maintenanceCode)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorImap.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorImap.java index f6d5f7ce6c..9b0019814c 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorImap.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorImap.java @@ -33,7 +33,7 @@ public class HealthMonitorImap { * This is the getter method this will return the attribute value. * Folder to access. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return folder */ @@ -45,7 +45,7 @@ public String getFolder() { * This is the setter method to the attribute. * Folder to access. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param folder set the folder. */ @@ -57,7 +57,7 @@ public void setFolder(String folder) { * This is the getter method this will return the attribute value. * Ssl attributes for imaps monitor. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslAttributes */ @@ -69,7 +69,7 @@ public HealthMonitorSSLAttributes getSslAttributes() { * This is the setter method to the attribute. * Ssl attributes for imaps monitor. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslAttributes set the sslAttributes. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorLdap.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorLdap.java index db2e5eaf42..d1ab315d21 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorLdap.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorLdap.java @@ -43,7 +43,7 @@ public class HealthMonitorLdap { * Attributes which will be retrieved. * Commas can be used to delimit more than one attributes (example- cn,address,email). * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attributes */ @@ -56,7 +56,7 @@ public String getAttributes() { * Attributes which will be retrieved. * Commas can be used to delimit more than one attributes (example- cn,address,email). * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attributes set the attributes. */ @@ -69,7 +69,7 @@ public void setAttributes(String attributes) { * Dn(distinguished name) of a directory entry. * Which will be starting point of the search. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return baseDn */ @@ -82,7 +82,7 @@ public String getBaseDn() { * Dn(distinguished name) of a directory entry. * Which will be starting point of the search. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param baseDn set the baseDn. */ @@ -94,7 +94,7 @@ public void setBaseDn(String baseDn) { * This is the getter method this will return the attribute value. * Filter to search entries in specified scope. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filter */ @@ -106,7 +106,7 @@ public String getFilter() { * This is the setter method to the attribute. * Filter to search entries in specified scope. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filter set the filter. */ @@ -119,7 +119,7 @@ public void setFilter(String filter) { * Search scope which can be base, one, sub. * Enum options - LDAP_BASE_MODE, LDAP_ONE_MODE, LDAP_SUB_MODE. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scope */ @@ -132,7 +132,7 @@ public String getScope() { * Search scope which can be base, one, sub. * Enum options - LDAP_BASE_MODE, LDAP_ONE_MODE, LDAP_SUB_MODE. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scope set the scope. */ @@ -144,7 +144,7 @@ public void setScope(String scope) { * This is the getter method this will return the attribute value. * Ssl attributes for ldaps monitor. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslAttributes */ @@ -156,7 +156,7 @@ public HealthMonitorSSLAttributes getSslAttributes() { * This is the setter method to the attribute. * Ssl attributes for ldaps monitor. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslAttributes set the sslAttributes. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorPop3.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorPop3.java index a56bfd3c44..616691f72d 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorPop3.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorPop3.java @@ -30,7 +30,7 @@ public class HealthMonitorPop3 { * This is the getter method this will return the attribute value. * Ssl attributes for pop3s monitor. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslAttributes */ @@ -42,7 +42,7 @@ public HealthMonitorSSLAttributes getSslAttributes() { * This is the setter method to the attribute. * Ssl attributes for pop3s monitor. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslAttributes set the sslAttributes. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorRadius.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorRadius.java index 32db311adc..889ecdd955 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorRadius.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorRadius.java @@ -36,7 +36,7 @@ public class HealthMonitorRadius { * This is the getter method this will return the attribute value. * Radius monitor will query radius server with this password. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -48,7 +48,7 @@ public String getPassword() { * This is the setter method to the attribute. * Radius monitor will query radius server with this password. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -60,7 +60,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Radius monitor will query radius server with this shared secret. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sharedSecret */ @@ -72,7 +72,7 @@ public String getSharedSecret() { * This is the setter method to the attribute. * Radius monitor will query radius server with this shared secret. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sharedSecret set the sharedSecret. */ @@ -84,7 +84,7 @@ public void setSharedSecret(String sharedSecret) { * This is the getter method this will return the attribute value. * Radius monitor will query radius server with this username. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -96,7 +96,7 @@ public String getUsername() { * This is the setter method to the attribute. * Radius monitor will query radius server with this username. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorSIP.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorSIP.java index 75b4b4ce20..e441a84811 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorSIP.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorSIP.java @@ -38,7 +38,7 @@ public class HealthMonitorSIP { * The default transport is udp. * Enum options - SIP_UDP_PROTO, SIP_TCP_PROTO. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SIP_UDP_PROTO". * @return sipMonitorTransport */ @@ -52,7 +52,7 @@ public String getSipMonitorTransport() { * The default transport is udp. * Enum options - SIP_UDP_PROTO, SIP_TCP_PROTO. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SIP_UDP_PROTO". * @param sipMonitorTransport set the sipMonitorTransport. */ @@ -66,7 +66,7 @@ public void setSipMonitorTransport(String sipMonitorTransport) { * By default, sip options request will be sent. * Enum options - SIP_OPTIONS. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SIP_OPTIONS". * @return sipRequestCode */ @@ -80,7 +80,7 @@ public String getSipRequestCode() { * By default, sip options request will be sent. * Enum options - SIP_OPTIONS. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SIP_OPTIONS". * @param sipRequestCode set the sipRequestCode. */ @@ -93,7 +93,7 @@ public void setSipRequestCode(String sipRequestCode) { * Match for a keyword in the first 2kb of the server header and body response. * By default, it matches for sip/2.0. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SIP/2.0". * @return sipResponse */ @@ -106,7 +106,7 @@ public String getSipResponse() { * Match for a keyword in the first 2kb of the server header and body response. * By default, it matches for sip/2.0. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SIP/2.0". * @param sipResponse set the sipResponse. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorSSLAttributes.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorSSLAttributes.java index 284c8ba351..cfe23932d2 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorSSLAttributes.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorSSLAttributes.java @@ -33,6 +33,9 @@ public class HealthMonitorSSLAttributes { @JsonProperty("ssl_profile_ref") private String sslProfileRef; + @JsonProperty("use_pool_sni_server_name") + private Boolean usePoolSniServerName; + /** @@ -40,7 +43,7 @@ public class HealthMonitorSSLAttributes { * Pki profile used to validate the ssl certificate presented by a server. * It is a reference to an object of type pkiprofile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRef */ @@ -53,7 +56,7 @@ public String getPkiProfileRef() { * Pki profile used to validate the ssl certificate presented by a server. * It is a reference to an object of type pkiprofile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pkiProfileRef set the pkiProfileRef. */ @@ -65,7 +68,7 @@ public void setPkiProfileRef(String pkiProfileRef) { * This is the getter method this will return the attribute value. * Fully qualified dns hostname which will be used in the tls sni extension in server connections indicating sni is enabled. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverName */ @@ -77,7 +80,7 @@ public String getServerName() { * This is the setter method to the attribute. * Fully qualified dns hostname which will be used in the tls sni extension in server connections indicating sni is enabled. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverName set the serverName. */ @@ -90,7 +93,7 @@ public void setServerName(String serverName) { * Service engines will present this ssl certificate to the server. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyAndCertificateRef */ @@ -103,7 +106,7 @@ public String getSslKeyAndCertificateRef() { * Service engines will present this ssl certificate to the server. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslKeyAndCertificateRef set the sslKeyAndCertificateRef. */ @@ -116,7 +119,7 @@ public void setSslKeyAndCertificateRef(String sslKeyAndCertificateRef) { * Ssl profile defines ciphers and ssl versions to be used for healthmonitor traffic to the back-end servers. * It is a reference to an object of type sslprofile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRef */ @@ -129,7 +132,7 @@ public String getSslProfileRef() { * Ssl profile defines ciphers and ssl versions to be used for healthmonitor traffic to the back-end servers. * It is a reference to an object of type sslprofile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslProfileRef set the sslProfileRef. */ @@ -137,6 +140,32 @@ public void setSslProfileRef(String sslProfileRef) { this.sslProfileRef = sslProfileRef; } + /** + * This is the getter method this will return the attribute value. + * Use the sni server name configured in the pool. + * This will override the server_name configured in the health monitor. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return usePoolSniServerName + */ + public Boolean getUsePoolSniServerName() { + return usePoolSniServerName; + } + + /** + * This is the setter method to the attribute. + * Use the sni server name configured in the pool. + * This will override the server_name configured in the health monitor. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param usePoolSniServerName set the usePoolSniServerName. + */ + public void setUsePoolSniServerName(Boolean usePoolSniServerName) { + this.usePoolSniServerName = usePoolSniServerName; + } + @Override public boolean equals(java.lang.Object o) { @@ -150,7 +179,8 @@ public boolean equals(java.lang.Object o) { return Objects.equals(this.sslProfileRef, objHealthMonitorSSLAttributes.sslProfileRef)&& Objects.equals(this.pkiProfileRef, objHealthMonitorSSLAttributes.pkiProfileRef)&& Objects.equals(this.sslKeyAndCertificateRef, objHealthMonitorSSLAttributes.sslKeyAndCertificateRef)&& - Objects.equals(this.serverName, objHealthMonitorSSLAttributes.serverName); + Objects.equals(this.serverName, objHealthMonitorSSLAttributes.serverName)&& + Objects.equals(this.usePoolSniServerName, objHealthMonitorSSLAttributes.usePoolSniServerName); } @Override @@ -161,6 +191,7 @@ public String toString() { sb.append(" serverName: ").append(toIndentedString(serverName)).append("\n"); sb.append(" sslKeyAndCertificateRef: ").append(toIndentedString(sslKeyAndCertificateRef)).append("\n"); sb.append(" sslProfileRef: ").append(toIndentedString(sslProfileRef)).append("\n"); + sb.append(" usePoolSniServerName: ").append(toIndentedString(usePoolSniServerName)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorSctp.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorSctp.java index 87def1e7ce..91c4625672 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorSctp.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorSctp.java @@ -33,7 +33,7 @@ public class HealthMonitorSctp { * This is the getter method this will return the attribute value. * Request data to send after completing the sctp handshake. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sctpRequest */ @@ -45,7 +45,7 @@ public String getSctpRequest() { * This is the setter method to the attribute. * Request data to send after completing the sctp handshake. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sctpRequest set the sctpRequest. */ @@ -58,7 +58,7 @@ public void setSctpRequest(String sctpRequest) { * Match for the desired keyword in the first 2kb of the server's sctp response. * If this field is left blank, no server response is required. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sctpResponse */ @@ -71,7 +71,7 @@ public String getSctpResponse() { * Match for the desired keyword in the first 2kb of the server's sctp response. * If this field is left blank, no server response is required. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sctpResponse set the sctpResponse. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorSmtp.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorSmtp.java index e291c24a3f..668d81f542 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorSmtp.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorSmtp.java @@ -42,7 +42,7 @@ public class HealthMonitorSmtp { * This is the getter method this will return the attribute value. * Sender domain name. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainname */ @@ -54,7 +54,7 @@ public String getDomainname() { * This is the setter method to the attribute. * Sender domain name. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param domainname set the domainname. */ @@ -66,7 +66,7 @@ public void setDomainname(String domainname) { * This is the getter method this will return the attribute value. * Mail data. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mailData */ @@ -78,7 +78,7 @@ public String getMailData() { * This is the setter method to the attribute. * Mail data. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mailData set the mailData. */ @@ -89,7 +89,7 @@ public void setMailData(String mailData) { * This is the getter method this will return the attribute value. * Mail recipients. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recipientsIds */ @@ -101,7 +101,7 @@ public List getRecipientsIds() { * This is the setter method. this will set the recipientsIds * Mail recipients. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recipientsIds */ @@ -113,7 +113,7 @@ public void setRecipientsIds(List recipientsIds) { * This is the setter method this will set the recipientsIds * Mail recipients. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recipientsIds */ @@ -129,7 +129,7 @@ public HealthMonitorSmtp addRecipientsIdsItem(String recipientsIdsItem) { * This is the getter method this will return the attribute value. * Mail sender. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return senderId */ @@ -141,7 +141,7 @@ public String getSenderId() { * This is the setter method to the attribute. * Mail sender. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param senderId set the senderId. */ @@ -153,7 +153,7 @@ public void setSenderId(String senderId) { * This is the getter method this will return the attribute value. * Ssl attributes for smtps monitor. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslAttributes */ @@ -165,7 +165,7 @@ public HealthMonitorSSLAttributes getSslAttributes() { * This is the setter method to the attribute. * Ssl attributes for smtps monitor. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslAttributes set the sslAttributes. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorTcp.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorTcp.java index 5715121274..804b57acbb 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorTcp.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorTcp.java @@ -39,7 +39,7 @@ public class HealthMonitorTcp { * This is the getter method this will return the attribute value. * Match or look for this keyword in the first 2kb of server's response indicating server maintenance. * A successful match results in the server being marked down. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maintenanceResponse */ @@ -51,7 +51,7 @@ public String getMaintenanceResponse() { * This is the setter method to the attribute. * Match or look for this keyword in the first 2kb of server's response indicating server maintenance. * A successful match results in the server being marked down. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maintenanceResponse set the maintenanceResponse. */ @@ -65,8 +65,8 @@ public void setMaintenanceResponse(String maintenanceResponse) { * fledged server side connection and the overhead and logs associated with it. * This method is light-weight as it makes use of listener in server's kernel layer to measure the health and a child socket or user thread is not * created on the server side. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return tcpHalfOpen */ @@ -80,8 +80,8 @@ public Boolean getTcpHalfOpen() { * fledged server side connection and the overhead and logs associated with it. * This method is light-weight as it makes use of listener in server's kernel layer to measure the health and a child socket or user thread is not * created on the server side. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param tcpHalfOpen set the tcpHalfOpen. */ @@ -92,7 +92,7 @@ public void setTcpHalfOpen(Boolean tcpHalfOpen) { /** * This is the getter method this will return the attribute value. * Request data to send after completing the tcp handshake. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpRequest */ @@ -103,7 +103,7 @@ public String getTcpRequest() { /** * This is the setter method to the attribute. * Request data to send after completing the tcp handshake. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpRequest set the tcpRequest. */ @@ -115,7 +115,7 @@ public void setTcpRequest(String tcpRequest) { * This is the getter method this will return the attribute value. * Match for the desired keyword in the first 2kb of the server's tcp response. * If this field is left blank, no server response is required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpResponse */ @@ -127,7 +127,7 @@ public String getTcpResponse() { * This is the setter method to the attribute. * Match for the desired keyword in the first 2kb of the server's tcp response. * If this field is left blank, no server response is required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpResponse set the tcpResponse. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthMonitorUdp.java b/java/src/com/vmware/avi/sdk/model/HealthMonitorUdp.java index 6b27fc08fd..e1d436d48a 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthMonitorUdp.java +++ b/java/src/com/vmware/avi/sdk/model/HealthMonitorUdp.java @@ -36,7 +36,7 @@ public class HealthMonitorUdp { * This is the getter method this will return the attribute value. * Match or look for this keyword in the first 2kb of server's response indicating server maintenance. * A successful match results in the server being marked down. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maintenanceResponse */ @@ -48,7 +48,7 @@ public String getMaintenanceResponse() { * This is the setter method to the attribute. * Match or look for this keyword in the first 2kb of server's response indicating server maintenance. * A successful match results in the server being marked down. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maintenanceResponse set the maintenanceResponse. */ @@ -59,7 +59,7 @@ public void setMaintenanceResponse(String maintenanceResponse) { /** * This is the getter method this will return the attribute value. * Send udp request. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return udpRequest */ @@ -70,7 +70,7 @@ public String getUdpRequest() { /** * This is the setter method to the attribute. * Send udp request. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param udpRequest set the udpRequest. */ @@ -81,7 +81,7 @@ public void setUdpRequest(String udpRequest) { /** * This is the getter method this will return the attribute value. * Match for keyword in the udp response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return udpResponse */ @@ -92,7 +92,7 @@ public String getUdpResponse() { /** * This is the setter method to the attribute. * Match for keyword in the udp response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param udpResponse set the udpResponse. */ diff --git a/java/src/com/vmware/avi/sdk/model/HealthScoreDetails.java b/java/src/com/vmware/avi/sdk/model/HealthScoreDetails.java index 362e419b55..523b56054d 100644 --- a/java/src/com/vmware/avi/sdk/model/HealthScoreDetails.java +++ b/java/src/com/vmware/avi/sdk/model/HealthScoreDetails.java @@ -67,7 +67,7 @@ public class HealthScoreDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return anomalyPenalty */ @@ -77,7 +77,7 @@ public Integer getAnomalyPenalty() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param anomalyPenalty set the anomalyPenalty. */ @@ -88,7 +88,7 @@ public void setAnomalyPenalty(Integer anomalyPenalty) { /** * This is the getter method this will return the attribute value. * Reason for anomaly penalty. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return anomalyReason */ @@ -99,7 +99,7 @@ public String getAnomalyReason() { /** * This is the setter method to the attribute. * Reason for anomaly penalty. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param anomalyReason set the anomalyReason. */ @@ -110,7 +110,7 @@ public void setAnomalyReason(String anomalyReason) { /** * This is the getter method this will return the attribute value. * Reason for performance score. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return performanceReason */ @@ -121,7 +121,7 @@ public String getPerformanceReason() { /** * This is the setter method to the attribute. * Reason for performance score. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param performanceReason set the performanceReason. */ @@ -131,7 +131,7 @@ public void setPerformanceReason(String performanceReason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return performanceScore */ @@ -141,7 +141,7 @@ public Integer getPerformanceScore() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param performanceScore set the performanceScore. */ @@ -151,7 +151,7 @@ public void setPerformanceScore(Integer performanceScore) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousValue */ @@ -161,7 +161,7 @@ public Float getPreviousValue() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param previousValue set the previousValue. */ @@ -172,7 +172,7 @@ public void setPreviousValue(Float previousValue) { /** * This is the getter method this will return the attribute value. * Reason for the health score change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -183,7 +183,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for the health score change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -193,7 +193,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return resourcesPenalty */ @@ -203,7 +203,7 @@ public Integer getResourcesPenalty() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param resourcesPenalty set the resourcesPenalty. */ @@ -214,7 +214,7 @@ public void setResourcesPenalty(Integer resourcesPenalty) { /** * This is the getter method this will return the attribute value. * Reason for resources penalty. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourcesReason */ @@ -225,7 +225,7 @@ public String getResourcesReason() { /** * This is the setter method to the attribute. * Reason for resources penalty. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourcesReason set the resourcesReason. */ @@ -235,7 +235,7 @@ public void setResourcesReason(String resourcesReason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return securityPenalty */ @@ -245,7 +245,7 @@ public Integer getSecurityPenalty() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param securityPenalty set the securityPenalty. */ @@ -256,7 +256,7 @@ public void setSecurityPenalty(Integer securityPenalty) { /** * This is the getter method this will return the attribute value. * Reason for security threat level. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return securityReason */ @@ -267,7 +267,7 @@ public String getSecurityReason() { /** * This is the setter method to the attribute. * Reason for security threat level. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param securityReason set the securityReason. */ @@ -278,7 +278,7 @@ public void setSecurityReason(String securityReason) { /** * This is the getter method this will return the attribute value. * The step interval in seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return step */ @@ -289,7 +289,7 @@ public Integer getStep() { /** * This is the setter method to the attribute. * The step interval in seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param step set the step. */ @@ -300,7 +300,7 @@ public void setStep(Integer step) { /** * This is the getter method this will return the attribute value. * Resource prefix containing entity information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subResourcePrefix */ @@ -311,7 +311,7 @@ public String getSubResourcePrefix() { /** * This is the setter method to the attribute. * Resource prefix containing entity information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subResourcePrefix set the subResourcePrefix. */ @@ -321,7 +321,7 @@ public void setSubResourcePrefix(String subResourcePrefix) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timestamp */ @@ -331,7 +331,7 @@ public String getTimestamp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timestamp set the timestamp. */ @@ -341,7 +341,7 @@ public void setTimestamp(String timestamp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -351,7 +351,7 @@ public Float getValue() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/HorizonProfile.java b/java/src/com/vmware/avi/sdk/model/HorizonProfile.java index 3c9d184d0a..5d192fd9f5 100644 --- a/java/src/com/vmware/avi/sdk/model/HorizonProfile.java +++ b/java/src/com/vmware/avi/sdk/model/HorizonProfile.java @@ -33,7 +33,7 @@ public class HorizonProfile { * This is the getter method this will return the attribute value. * Horizon blast port of the uag server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8443. * @return blastPort */ @@ -45,7 +45,7 @@ public Integer getBlastPort() { * This is the setter method to the attribute. * Horizon blast port of the uag server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8443. * @param blastPort set the blastPort. */ @@ -57,7 +57,7 @@ public void setBlastPort(Integer blastPort) { * This is the getter method this will return the attribute value. * Horizon pcoip port of the uag server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4172. * @return pcoipPort */ @@ -69,7 +69,7 @@ public Integer getPcoipPort() { * This is the setter method to the attribute. * Horizon pcoip port of the uag server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4172. * @param pcoipPort set the pcoipPort. */ diff --git a/java/src/com/vmware/avi/sdk/model/HostAttributes.java b/java/src/com/vmware/avi/sdk/model/HostAttributes.java index 6b97f831df..52e6402ab1 100644 --- a/java/src/com/vmware/avi/sdk/model/HostAttributes.java +++ b/java/src/com/vmware/avi/sdk/model/HostAttributes.java @@ -31,7 +31,7 @@ public class HostAttributes { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrKey */ @@ -41,7 +41,7 @@ public String getAttrKey() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attrKey set the attrKey. */ @@ -51,7 +51,7 @@ public void setAttrKey(String attrKey) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrVal */ @@ -61,7 +61,7 @@ public String getAttrVal() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attrVal set the attrVal. */ diff --git a/java/src/com/vmware/avi/sdk/model/HostHdrMatch.java b/java/src/com/vmware/avi/sdk/model/HostHdrMatch.java index 20ae3181f7..966f20aa27 100644 --- a/java/src/com/vmware/avi/sdk/model/HostHdrMatch.java +++ b/java/src/com/vmware/avi/sdk/model/HostHdrMatch.java @@ -36,7 +36,7 @@ public class HostHdrMatch { * This is the getter method this will return the attribute value. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -48,7 +48,7 @@ public String getMatchCase() { * This is the setter method to the attribute. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -61,7 +61,7 @@ public void setMatchCase(String matchCase) { * Criterion to use for the host header value match. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -74,7 +74,7 @@ public String getMatchCriteria() { * Criterion to use for the host header value match. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -84,7 +84,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * String value(s) in the host header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -95,7 +95,7 @@ public List getValue() { /** * This is the setter method. this will set the value * String value(s) in the host header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -106,7 +106,7 @@ public void setValue(List value) { /** * This is the setter method this will set the value * String value(s) in the host header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ diff --git a/java/src/com/vmware/avi/sdk/model/HostUnavailEventDetails.java b/java/src/com/vmware/avi/sdk/model/HostUnavailEventDetails.java index 44495cd79e..7450c7cea4 100644 --- a/java/src/com/vmware/avi/sdk/model/HostUnavailEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/HostUnavailEventDetails.java @@ -34,7 +34,7 @@ public class HostUnavailEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -44,7 +44,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -53,7 +53,7 @@ public void setName(String name) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reasons */ @@ -63,7 +63,7 @@ public List getReasons() { /** * This is the setter method. this will set the reasons - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reasons */ @@ -73,7 +73,7 @@ public void setReasons(List reasons) { /** * This is the setter method this will set the reasons - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reasons */ @@ -87,7 +87,7 @@ public HostUnavailEventDetails addReasonsItem(String reasonsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -97,7 +97,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ diff --git a/java/src/com/vmware/avi/sdk/model/HttpCacheConfig.java b/java/src/com/vmware/avi/sdk/model/HttpCacheConfig.java index 6fb0a3a45a..98557f0375 100644 --- a/java/src/com/vmware/avi/sdk/model/HttpCacheConfig.java +++ b/java/src/com/vmware/avi/sdk/model/HttpCacheConfig.java @@ -77,7 +77,7 @@ public class HttpCacheConfig { /** * This is the getter method this will return the attribute value. * Add an age header to content served from cache, which indicates to the client the number of seconds the object has been in the cache. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ageHeader */ @@ -88,7 +88,7 @@ public Boolean getAgeHeader() { /** * This is the setter method to the attribute. * Add an age header to content served from cache, which indicates to the client the number of seconds the object has been in the cache. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param ageHeader set the ageHeader. */ @@ -99,7 +99,7 @@ public void setAgeHeader(Boolean ageHeader) { /** * This is the getter method this will return the attribute value. * Enable/disable caching objects without cache-control headers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return aggressive */ @@ -110,7 +110,7 @@ public Boolean getAggressive() { /** * This is the setter method to the attribute. * Enable/disable caching objects without cache-control headers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param aggressive set the aggressive. */ @@ -122,7 +122,7 @@ public void setAggressive(Boolean aggressive) { * This is the getter method this will return the attribute value. * If a date header was not added by the server, add a date header to the object served from cache. * This indicates to the client when the object was originally sent by the server to the cache. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return dateHeader */ @@ -134,7 +134,7 @@ public Boolean getDateHeader() { * This is the setter method to the attribute. * If a date header was not added by the server, add a date header to the object served from cache. * This indicates to the client when the object was originally sent by the server to the cache. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param dateHeader set the dateHeader. */ @@ -146,7 +146,7 @@ public void setDateHeader(Boolean dateHeader) { * This is the getter method this will return the attribute value. * Default expiration time of cache objects received from the server without a cache-control expiration header. * This value may be overwritten by the heuristic expire setting. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @return defaultExpire */ @@ -158,7 +158,7 @@ public Integer getDefaultExpire() { * This is the setter method to the attribute. * Default expiration time of cache objects received from the server without a cache-control expiration header. * This value may be overwritten by the heuristic expire setting. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @param defaultExpire set the defaultExpire. */ @@ -170,7 +170,7 @@ public void setDefaultExpire(Integer defaultExpire) { * This is the getter method this will return the attribute value. * Enable/disable http object caching.when enabling caching for the first time, se group app_cache_percent must be set to allocate shared memory * required for caching (a service engine restart is needed after setting/resetting the se group value). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enabled */ @@ -182,7 +182,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable/disable http object caching.when enabling caching for the first time, se group app_cache_percent must be set to allocate shared memory * required for caching (a service engine restart is needed after setting/resetting the se group value). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enabled set the enabled. */ @@ -195,7 +195,7 @@ public void setEnabled(Boolean enabled) { * If a response object from the server does not include the cache-control header, but does include a last-modified header, the system will use this * time to calculate the cache-control expiration. * If unable to solicit an last-modified header, then the system will fall back to the cache expire time value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return heuristicExpire */ @@ -208,7 +208,7 @@ public Boolean getHeuristicExpire() { * If a response object from the server does not include the cache-control header, but does include a last-modified header, the system will use this * time to calculate the cache-control expiration. * If unable to solicit an last-modified header, then the system will fall back to the cache expire time value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param heuristicExpire set the heuristicExpire. */ @@ -220,7 +220,7 @@ public void setHeuristicExpire(Boolean heuristicExpire) { * This is the getter method this will return the attribute value. * Ignore client's cache control headers when fetching or storing from and to the cache. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ignoreRequestCacheControl */ @@ -232,7 +232,7 @@ public Boolean getIgnoreRequestCacheControl() { * This is the setter method to the attribute. * Ignore client's cache control headers when fetching or storing from and to the cache. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ignoreRequestCacheControl set the ignoreRequestCacheControl. */ @@ -244,7 +244,7 @@ public void setIgnoreRequestCacheControl(Boolean ignoreRequestCacheControl) { * This is the getter method this will return the attribute value. * Max size, in bytes, of the cache. * The default, zero, indicates auto configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxCacheSize */ @@ -256,7 +256,7 @@ public Integer getMaxCacheSize() { * This is the setter method to the attribute. * Max size, in bytes, of the cache. * The default, zero, indicates auto configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxCacheSize set the maxCacheSize. */ @@ -267,7 +267,7 @@ public void setMaxCacheSize(Integer maxCacheSize) { /** * This is the getter method this will return the attribute value. * Maximum size of an object to store in the cache. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4194304. * @return maxObjectSize */ @@ -278,7 +278,7 @@ public Integer getMaxObjectSize() { /** * This is the setter method to the attribute. * Maximum size of an object to store in the cache. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4194304. * @param maxObjectSize set the maxObjectSize. */ @@ -290,7 +290,7 @@ public void setMaxObjectSize(Integer maxObjectSize) { * Blocklist string group of non-cacheable mime types. * It is a reference to an object of type stringgroup. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesBlockGroupRefs */ @@ -303,7 +303,7 @@ public List getMimeTypesBlockGroupRefs() { * Blocklist string group of non-cacheable mime types. * It is a reference to an object of type stringgroup. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesBlockGroupRefs */ @@ -316,7 +316,7 @@ public void setMimeTypesBlockGroupRefs(List mimeTypesBlockGroupRefs) { * Blocklist string group of non-cacheable mime types. * It is a reference to an object of type stringgroup. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesBlockGroupRefs */ @@ -331,7 +331,7 @@ public HttpCacheConfig addMimeTypesBlockGroupRefsItem(String mimeTypesBlockGroup * This is the getter method this will return the attribute value. * Blocklist of non-cacheable mime types. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesBlockLists */ @@ -343,7 +343,7 @@ public List getMimeTypesBlockLists() { * This is the setter method. this will set the mimeTypesBlockLists * Blocklist of non-cacheable mime types. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesBlockLists */ @@ -355,7 +355,7 @@ public void setMimeTypesBlockLists(List mimeTypesBlockLists) { * This is the setter method this will set the mimeTypesBlockLists * Blocklist of non-cacheable mime types. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesBlockLists */ @@ -371,7 +371,7 @@ public HttpCacheConfig addMimeTypesBlockListsItem(String mimeTypesBlockListsItem * Allowlist string group of cacheable mime types. * If both cacheable mime types string list and string group are empty, this defaults to *\/*. * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesGroupRefs */ @@ -384,7 +384,7 @@ public List getMimeTypesGroupRefs() { * Allowlist string group of cacheable mime types. * If both cacheable mime types string list and string group are empty, this defaults to *\/*. * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesGroupRefs */ @@ -397,7 +397,7 @@ public void setMimeTypesGroupRefs(List mimeTypesGroupRefs) { * Allowlist string group of cacheable mime types. * If both cacheable mime types string list and string group are empty, this defaults to *\/*. * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesGroupRefs */ @@ -412,7 +412,7 @@ public HttpCacheConfig addMimeTypesGroupRefsItem(String mimeTypesGroupRefsItem) * This is the getter method this will return the attribute value. * Allowlist of cacheable mime types. * If both cacheable mime types string list and string group are empty, this defaults to *\/*. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesList */ @@ -424,7 +424,7 @@ public List getMimeTypesList() { * This is the setter method. this will set the mimeTypesList * Allowlist of cacheable mime types. * If both cacheable mime types string list and string group are empty, this defaults to *\/*. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesList */ @@ -436,7 +436,7 @@ public void setMimeTypesList(List mimeTypesList) { * This is the setter method this will set the mimeTypesList * Allowlist of cacheable mime types. * If both cacheable mime types string list and string group are empty, this defaults to *\/*. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesList */ @@ -451,7 +451,7 @@ public HttpCacheConfig addMimeTypesListItem(String mimeTypesListItem) { /** * This is the getter method this will return the attribute value. * Minimum size of an object to store in the cache. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return minObjectSize */ @@ -462,7 +462,7 @@ public Integer getMinObjectSize() { /** * This is the setter method to the attribute. * Minimum size of an object to store in the cache. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param minObjectSize set the minObjectSize. */ @@ -475,7 +475,7 @@ public void setMinObjectSize(Integer minObjectSize) { * Allow caching of objects whose uri included a query argument. * When disabled, these objects are not cached. * When enabled, the request must match the uri query to be considered a hit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return queryCacheable */ @@ -488,7 +488,7 @@ public Boolean getQueryCacheable() { * Allow caching of objects whose uri included a query argument. * When disabled, these objects are not cached. * When enabled, the request must match the uri query to be considered a hit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param queryCacheable set the queryCacheable. */ @@ -500,7 +500,7 @@ public void setQueryCacheable(Boolean queryCacheable) { * This is the getter method this will return the attribute value. * Non-cacheable uri configuration with match criteria. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriNonCacheable */ @@ -512,7 +512,7 @@ public PathMatch getUriNonCacheable() { * This is the setter method to the attribute. * Non-cacheable uri configuration with match criteria. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriNonCacheable set the uriNonCacheable. */ @@ -523,7 +523,7 @@ public void setUriNonCacheable(PathMatch uriNonCacheable) { /** * This is the getter method this will return the attribute value. * Add an x-cache header to content served from cache, which indicates to the client that the object was served from an intermediate cache. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return xcacheHeader */ @@ -534,7 +534,7 @@ public Boolean getXcacheHeader() { /** * This is the setter method to the attribute. * Add an x-cache header to content served from cache, which indicates to the client that the object was served from an intermediate cache. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param xcacheHeader set the xcacheHeader. */ diff --git a/java/src/com/vmware/avi/sdk/model/HttpCacheObjFilter.java b/java/src/com/vmware/avi/sdk/model/HttpCacheObjFilter.java index b159b57e79..befe05c61f 100644 --- a/java/src/com/vmware/avi/sdk/model/HttpCacheObjFilter.java +++ b/java/src/com/vmware/avi/sdk/model/HttpCacheObjFilter.java @@ -41,7 +41,7 @@ public class HttpCacheObjFilter { /** * This is the getter method this will return the attribute value. * Http cache object's exact key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -52,7 +52,7 @@ public String getKey() { /** * This is the setter method to the attribute. * Http cache object's exact key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -63,7 +63,7 @@ public void setKey(String key) { /** * This is the getter method this will return the attribute value. * Http cache object's exact raw key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rawKey */ @@ -74,7 +74,7 @@ public String getRawKey() { /** * This is the setter method to the attribute. * Http cache object's exact raw key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rawKey set the rawKey. */ @@ -85,7 +85,7 @@ public void setRawKey(String rawKey) { /** * This is the getter method this will return the attribute value. * Http cache object's resource name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceName */ @@ -96,7 +96,7 @@ public String getResourceName() { /** * This is the setter method to the attribute. * Http cache object's resource name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceName set the resourceName. */ @@ -107,7 +107,7 @@ public void setResourceName(String resourceName) { /** * This is the getter method this will return the attribute value. * Objects with resource type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceType */ @@ -118,7 +118,7 @@ public String getResourceType() { /** * This is the setter method to the attribute. * Objects with resource type. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceType set the resourceType. */ @@ -130,7 +130,7 @@ public void setResourceType(String resourceType) { * This is the getter method this will return the attribute value. * Http cache object type. * Enum options - CO_ALL, CO_IN, CO_OUT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -142,7 +142,7 @@ public String getType() { * This is the setter method to the attribute. * Http cache object type. * Enum options - CO_ALL, CO_IN, CO_OUT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/HttpCookiePersistenceKey.java b/java/src/com/vmware/avi/sdk/model/HttpCookiePersistenceKey.java index 4eb35085d3..f5d9bd6219 100644 --- a/java/src/com/vmware/avi/sdk/model/HttpCookiePersistenceKey.java +++ b/java/src/com/vmware/avi/sdk/model/HttpCookiePersistenceKey.java @@ -34,7 +34,7 @@ public class HttpCookiePersistenceKey { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return aesKey */ @@ -44,7 +44,7 @@ public String getAesKey() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param aesKey set the aesKey. */ @@ -54,7 +54,7 @@ public void setAesKey(String aesKey) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmacKey */ @@ -64,7 +64,7 @@ public String getHmacKey() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hmacKey set the hmacKey. */ @@ -75,7 +75,7 @@ public void setHmacKey(String hmacKey) { /** * This is the getter method this will return the attribute value. * Name to use for cookie encryption. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -86,7 +86,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name to use for cookie encryption. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/HttpCookiePersistenceProfile.java b/java/src/com/vmware/avi/sdk/model/HttpCookiePersistenceProfile.java index b40a0b1b44..f96cdce6f3 100644 --- a/java/src/com/vmware/avi/sdk/model/HttpCookiePersistenceProfile.java +++ b/java/src/com/vmware/avi/sdk/model/HttpCookiePersistenceProfile.java @@ -47,7 +47,7 @@ public class HttpCookiePersistenceProfile { /** * This is the getter method this will return the attribute value. * If no persistence cookie was received from the client, always send it. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return alwaysSendCookie */ @@ -58,7 +58,7 @@ public Boolean getAlwaysSendCookie() { /** * This is the setter method to the attribute. * If no persistence cookie was received from the client, always send it. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param alwaysSendCookie set the alwaysSendCookie. */ @@ -69,7 +69,7 @@ public void setAlwaysSendCookie(Boolean alwaysSendCookie) { /** * This is the getter method this will return the attribute value. * Http cookie name for cookie persistence. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookieName */ @@ -80,7 +80,7 @@ public String getCookieName() { /** * This is the setter method to the attribute. * Http cookie name for cookie persistence. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookieName set the cookieName. */ @@ -91,7 +91,7 @@ public void setCookieName(String cookieName) { /** * This is the getter method this will return the attribute value. * Key name to use for cookie encryption. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return encryptionKey */ @@ -102,7 +102,7 @@ public String getEncryptionKey() { /** * This is the setter method to the attribute. * Key name to use for cookie encryption. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param encryptionKey set the encryptionKey. */ @@ -115,7 +115,7 @@ public void setEncryptionKey(String encryptionKey) { * Sets the httponly attribute in the cookie. * Setting this helps to prevent the client side scripts from accessing this cookie, if supported by browser. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return httpOnly */ @@ -128,7 +128,7 @@ public Boolean getHttpOnly() { * Sets the httponly attribute in the cookie. * Setting this helps to prevent the client side scripts from accessing this cookie, if supported by browser. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param httpOnly set the httpOnly. */ @@ -143,7 +143,7 @@ public void setHttpOnly(Boolean httpOnly) { * By default, it is set to false, making the cookie a session cookie, which allows clients to use it even after the timeout, if the session is * still open. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isPersistentCookie */ @@ -158,7 +158,7 @@ public Boolean getIsPersistentCookie() { * By default, it is set to false, making the cookie a session cookie, which allows clients to use it even after the timeout, if the session is * still open. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isPersistentCookie set the isPersistentCookie. */ @@ -167,7 +167,7 @@ public void setIsPersistentCookie(Boolean isPersistentCookie) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -177,7 +177,7 @@ public List getKey() { /** * This is the setter method. this will set the key - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -187,7 +187,7 @@ public void setKey(List key) { /** * This is the setter method this will set the key - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -206,7 +206,7 @@ public HttpCookiePersistenceProfile addKeyItem(HttpCookiePersistenceKey keyItem) * Allowed values are 1-14400. * Special values are 0- no timeout. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timeout */ @@ -221,7 +221,7 @@ public Integer getTimeout() { * Allowed values are 1-14400. * Special values are 0- no timeout. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timeout set the timeout. */ diff --git a/java/src/com/vmware/avi/sdk/model/Hypervisor_Properties.java b/java/src/com/vmware/avi/sdk/model/Hypervisor_Properties.java index 96795c6cfa..9d140da09e 100644 --- a/java/src/com/vmware/avi/sdk/model/Hypervisor_Properties.java +++ b/java/src/com/vmware/avi/sdk/model/Hypervisor_Properties.java @@ -35,7 +35,7 @@ public class Hypervisor_Properties { /** * This is the getter method this will return the attribute value. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return htype */ @@ -46,7 +46,7 @@ public String getHtype() { /** * This is the setter method to the attribute. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param htype set the htype. */ @@ -56,7 +56,7 @@ public void setHtype(String htype) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxIpsPerNic */ @@ -66,7 +66,7 @@ public Integer getMaxIpsPerNic() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxIpsPerNic set the maxIpsPerNic. */ @@ -76,7 +76,7 @@ public void setMaxIpsPerNic(Integer maxIpsPerNic) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxNics */ @@ -86,7 +86,7 @@ public Integer getMaxNics() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxNics set the maxNics. */ diff --git a/java/src/com/vmware/avi/sdk/model/IPAddrLimits.java b/java/src/com/vmware/avi/sdk/model/IPAddrLimits.java index 72b913edfd..9e57fabf22 100644 --- a/java/src/com/vmware/avi/sdk/model/IPAddrLimits.java +++ b/java/src/com/vmware/avi/sdk/model/IPAddrLimits.java @@ -39,7 +39,7 @@ public class IPAddrLimits { * This is the getter method this will return the attribute value. * Number of ip address groups for match criteria. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddressGroupPerMatchCriteria */ @@ -51,7 +51,7 @@ public Integer getIpAddressGroupPerMatchCriteria() { * This is the setter method to the attribute. * Number of ip address groups for match criteria. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddressGroupPerMatchCriteria set the ipAddressGroupPerMatchCriteria. */ @@ -63,7 +63,7 @@ public void setIpAddressGroupPerMatchCriteria(Integer ipAddressGroupPerMatchCri * This is the getter method this will return the attribute value. * Number of ip address prefixes for match criteria. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddressPrefixPerMatchCriteria */ @@ -75,7 +75,7 @@ public Integer getIpAddressPrefixPerMatchCriteria() { * This is the setter method to the attribute. * Number of ip address prefixes for match criteria. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddressPrefixPerMatchCriteria set the ipAddressPrefixPerMatchCriteria. */ @@ -87,7 +87,7 @@ public void setIpAddressPrefixPerMatchCriteria(Integer ipAddressPrefixPerMatchC * This is the getter method this will return the attribute value. * Number of ip address ranges for match criteria. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddressRangePerMatchCriteria */ @@ -99,7 +99,7 @@ public Integer getIpAddressRangePerMatchCriteria() { * This is the setter method to the attribute. * Number of ip address ranges for match criteria. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddressRangePerMatchCriteria set the ipAddressRangePerMatchCriteria. */ @@ -111,7 +111,7 @@ public void setIpAddressRangePerMatchCriteria(Integer ipAddressRangePerMatchCri * This is the getter method this will return the attribute value. * Number of ip addresses for match criteria. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddressesPerMatchCriteria */ @@ -123,7 +123,7 @@ public Integer getIpAddressesPerMatchCriteria() { * This is the setter method to the attribute. * Number of ip addresses for match criteria. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddressesPerMatchCriteria set the ipAddressesPerMatchCriteria. */ diff --git a/java/src/com/vmware/avi/sdk/model/IPNetworkSubnet.java b/java/src/com/vmware/avi/sdk/model/IPNetworkSubnet.java index f358aca4ac..8b488ffba6 100644 --- a/java/src/com/vmware/avi/sdk/model/IPNetworkSubnet.java +++ b/java/src/com/vmware/avi/sdk/model/IPNetworkSubnet.java @@ -21,9 +21,15 @@ @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) public class IPNetworkSubnet { + @JsonProperty("ipv6_range") + private IpAddrRange ipv6Range; + @JsonProperty("network_ref") private String networkRef; + @JsonProperty("range") + private IpAddrRange range; + @JsonProperty("subnet") private IpAddrPrefix subnet; @@ -38,12 +44,36 @@ public class IPNetworkSubnet { + /** + * This is the getter method this will return the attribute value. + * Ipv6 reserved range of ips for virtualservice ip allocation with infoblox as the ipam provider. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return ipv6Range + */ + public IpAddrRange getIpv6Range() { + return ipv6Range; + } + + /** + * This is the setter method to the attribute. + * Ipv6 reserved range of ips for virtualservice ip allocation with infoblox as the ipam provider. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param ipv6Range set the ipv6Range. + */ + public void setIpv6Range(IpAddrRange ipv6Range) { + this.ipv6Range = ipv6Range; + } + /** * This is the getter method this will return the attribute value. * Network for virtualservice ip allocation with vantage as the ipam provider. * Network should be created before this is configured. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -56,7 +86,7 @@ public String getNetworkRef() { * Network for virtualservice ip allocation with vantage as the ipam provider. * Network should be created before this is configured. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -64,11 +94,35 @@ public void setNetworkRef(String networkRef) { this.networkRef = networkRef; } + /** + * This is the getter method this will return the attribute value. + * Ipv4 reserved range of ips for virtualservice ip allocation with infoblox as the ipam provider. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return range + */ + public IpAddrRange getRange() { + return range; + } + + /** + * This is the setter method to the attribute. + * Ipv4 reserved range of ips for virtualservice ip allocation with infoblox as the ipam provider. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param range set the range. + */ + public void setRange(IpAddrRange range) { + this.range = range; + } + /** * This is the getter method this will return the attribute value. * Subnet for virtualservice ip allocation with vantage or infoblox as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -80,7 +134,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Subnet for virtualservice ip allocation with vantage or infoblox as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -93,7 +147,7 @@ public void setSubnet(IpAddrPrefix subnet) { * Subnet for virtualservice ipv6 allocation with vantage or infoblox as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -106,7 +160,7 @@ public IpAddrPrefix getSubnet6() { * Subnet for virtualservice ipv6 allocation with vantage or infoblox as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet6 set the subnet6. */ @@ -119,7 +173,7 @@ public void setSubnet6(IpAddrPrefix subnet6) { * Subnet uuid or name or prefix for virtualservice ipv6 allocation with aws or openstack as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6Uuid */ @@ -132,7 +186,7 @@ public String getSubnet6Uuid() { * Subnet uuid or name or prefix for virtualservice ipv6 allocation with aws or openstack as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet6Uuid set the subnet6Uuid. */ @@ -144,7 +198,7 @@ public void setSubnet6Uuid(String subnet6Uuid) { * This is the getter method this will return the attribute value. * Subnet uuid or name or prefix for virtualservice ip allocation with aws or openstack as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetUuid */ @@ -156,7 +210,7 @@ public String getSubnetUuid() { * This is the setter method to the attribute. * Subnet uuid or name or prefix for virtualservice ip allocation with aws or openstack as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetUuid set the subnetUuid. */ @@ -178,14 +232,18 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.subnet, objIPNetworkSubnet.subnet)&& Objects.equals(this.subnetUuid, objIPNetworkSubnet.subnetUuid)&& Objects.equals(this.subnet6, objIPNetworkSubnet.subnet6)&& - Objects.equals(this.subnet6Uuid, objIPNetworkSubnet.subnet6Uuid); + Objects.equals(this.subnet6Uuid, objIPNetworkSubnet.subnet6Uuid)&& + Objects.equals(this.range, objIPNetworkSubnet.range)&& + Objects.equals(this.ipv6Range, objIPNetworkSubnet.ipv6Range); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class IPNetworkSubnet {\n"); - sb.append(" networkRef: ").append(toIndentedString(networkRef)).append("\n"); + sb.append(" ipv6Range: ").append(toIndentedString(ipv6Range)).append("\n"); + sb.append(" networkRef: ").append(toIndentedString(networkRef)).append("\n"); + sb.append(" range: ").append(toIndentedString(range)).append("\n"); sb.append(" subnet: ").append(toIndentedString(subnet)).append("\n"); sb.append(" subnet6: ").append(toIndentedString(subnet6)).append("\n"); sb.append(" subnet6Uuid: ").append(toIndentedString(subnet6Uuid)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/IPPersistenceProfile.java b/java/src/com/vmware/avi/sdk/model/IPPersistenceProfile.java index fee11a5519..5a126d300c 100644 --- a/java/src/com/vmware/avi/sdk/model/IPPersistenceProfile.java +++ b/java/src/com/vmware/avi/sdk/model/IPPersistenceProfile.java @@ -36,7 +36,7 @@ public class IPPersistenceProfile { * When set to 0, all requests are sent to the same server. * Allowed values are 0-128. * Field introduced in 18.2.7. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipMask */ @@ -51,7 +51,7 @@ public Integer getIpMask() { * When set to 0, all requests are sent to the same server. * Allowed values are 0-128. * Field introduced in 18.2.7. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipMask set the ipMask. */ @@ -64,7 +64,7 @@ public void setIpMask(Integer ipMask) { * The length of time after a client's connections have closed before expiring the client's persistence to a server. * Allowed values are 1-720. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return ipPersistentTimeout */ @@ -77,7 +77,7 @@ public Integer getIpPersistentTimeout() { * The length of time after a client's connections have closed before expiring the client's persistence to a server. * Allowed values are 1-720. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param ipPersistentTimeout set the ipPersistentTimeout. */ diff --git a/java/src/com/vmware/avi/sdk/model/IPReputationDB.java b/java/src/com/vmware/avi/sdk/model/IPReputationDB.java index c34d54ab14..b9c18e1e93 100644 --- a/java/src/com/vmware/avi/sdk/model/IPReputationDB.java +++ b/java/src/com/vmware/avi/sdk/model/IPReputationDB.java @@ -24,12 +24,18 @@ public class IPReputationDB extends AviRestResource { @JsonProperty("base_file_refs") private List baseFileRefs; + @JsonProperty("base_file_v6_refs") + private List baseFileV6Refs; + @JsonProperty("description") private String description; @JsonProperty("incremental_file_refs") private List incrementalFileRefs; + @JsonProperty("incremental_file_v6_refs") + private List incrementalFileV6Refs; + @JsonProperty("markers") private List markers; @@ -48,6 +54,9 @@ public class IPReputationDB extends AviRestResource { @JsonProperty("uuid") private String uuid; + @JsonProperty("v6_version") + private String v6Version; + @JsonProperty("vendor") private String vendor; @@ -61,7 +70,7 @@ public class IPReputationDB extends AviRestResource { * It is a reference to an object of type fileobject. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return baseFileRefs */ @@ -75,7 +84,7 @@ public List getBaseFileRefs() { * It is a reference to an object of type fileobject. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return baseFileRefs */ @@ -89,7 +98,7 @@ public void setBaseFileRefs(List baseFileRefs) { * It is a reference to an object of type fileobject. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return baseFileRefs */ @@ -100,12 +109,57 @@ public IPReputationDB addBaseFileRefsItem(String baseFileRefsItem) { this.baseFileRefs.add(baseFileRefsItem); return this; } + /** + * This is the getter method this will return the attribute value. + * Ip reputation db base file for ipv6. + * It is a reference to an object of type fileobject. + * Field introduced in 31.1.1. + * Maximum of 1 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return baseFileV6Refs + */ + public List getBaseFileV6Refs() { + return baseFileV6Refs; + } + + /** + * This is the setter method. this will set the baseFileV6Refs + * Ip reputation db base file for ipv6. + * It is a reference to an object of type fileobject. + * Field introduced in 31.1.1. + * Maximum of 1 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return baseFileV6Refs + */ + public void setBaseFileV6Refs(List baseFileV6Refs) { + this.baseFileV6Refs = baseFileV6Refs; + } + + /** + * This is the setter method this will set the baseFileV6Refs + * Ip reputation db base file for ipv6. + * It is a reference to an object of type fileobject. + * Field introduced in 31.1.1. + * Maximum of 1 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return baseFileV6Refs + */ + public IPReputationDB addBaseFileV6RefsItem(String baseFileV6RefsItem) { + if (this.baseFileV6Refs == null) { + this.baseFileV6Refs = new ArrayList(); + } + this.baseFileV6Refs.add(baseFileV6RefsItem); + return this; + } /** * This is the getter method this will return the attribute value. * Description. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -117,7 +171,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -129,7 +183,7 @@ public void setDescription(String description) { * Ip reputation db incremental update files. * It is a reference to an object of type fileobject. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return incrementalFileRefs */ @@ -142,7 +196,7 @@ public List getIncrementalFileRefs() { * Ip reputation db incremental update files. * It is a reference to an object of type fileobject. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return incrementalFileRefs */ @@ -155,7 +209,7 @@ public void setIncrementalFileRefs(List incrementalFileRefs) { * Ip reputation db incremental update files. * It is a reference to an object of type fileobject. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return incrementalFileRefs */ @@ -166,12 +220,53 @@ public IPReputationDB addIncrementalFileRefsItem(String incrementalFileRefsItem) this.incrementalFileRefs.add(incrementalFileRefsItem); return this; } + /** + * This is the getter method this will return the attribute value. + * Ip reputation db incremental update files for ipv6. + * It is a reference to an object of type fileobject. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return incrementalFileV6Refs + */ + public List getIncrementalFileV6Refs() { + return incrementalFileV6Refs; + } + + /** + * This is the setter method. this will set the incrementalFileV6Refs + * Ip reputation db incremental update files for ipv6. + * It is a reference to an object of type fileobject. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return incrementalFileV6Refs + */ + public void setIncrementalFileV6Refs(List incrementalFileV6Refs) { + this.incrementalFileV6Refs = incrementalFileV6Refs; + } + + /** + * This is the setter method this will set the incrementalFileV6Refs + * Ip reputation db incremental update files for ipv6. + * It is a reference to an object of type fileobject. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return incrementalFileV6Refs + */ + public IPReputationDB addIncrementalFileV6RefsItem(String incrementalFileV6RefsItem) { + if (this.incrementalFileV6Refs == null) { + this.incrementalFileV6Refs = new ArrayList(); + } + this.incrementalFileV6Refs.add(incrementalFileV6RefsItem); + return this; + } /** * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -183,8 +278,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -196,8 +290,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -213,7 +306,7 @@ public IPReputationDB addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Ip reputation db name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -225,7 +318,7 @@ public String getName() { * This is the setter method to the attribute. * Ip reputation db name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -237,7 +330,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * If this object is managed by the ip reputation service, this field contain the status of this syncronization. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceStatus */ @@ -249,7 +342,7 @@ public IPReputationServiceStatus getServiceStatus() { * This is the setter method to the attribute. * If this object is managed by the ip reputation service, this field contain the status of this syncronization. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceStatus set the serviceStatus. */ @@ -262,7 +355,7 @@ public void setServiceStatus(IPReputationServiceStatus serviceStatus) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -275,7 +368,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -304,7 +397,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of this object. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -316,7 +409,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of this object. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -324,12 +417,36 @@ public void setUuid(String uuid) { this.uuid = uuid; } + /** + * This is the getter method this will return the attribute value. + * A version number for ipv6 files for the object. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return v6Version + */ + public String getV6Version() { + return v6Version; + } + + /** + * This is the setter method to the attribute. + * A version number for ipv6 files for the object. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param v6Version set the v6Version. + */ + public void setV6Version(String v6Version) { + this.v6Version = v6Version; + } + /** * This is the getter method this will return the attribute value. * Organization providing ip reputation data. * Enum options - IP_REPUTATION_VENDOR_WEBROOT. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vendor */ @@ -342,7 +459,7 @@ public String getVendor() { * Organization providing ip reputation data. * Enum options - IP_REPUTATION_VENDOR_WEBROOT. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vendor set the vendor. */ @@ -355,7 +472,7 @@ public void setVendor(String vendor) { * A version number for this database object. * This is informal for the consumer of this api only, a tool which manages this object can store version information here. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -368,7 +485,7 @@ public String getVersion() { * A version number for this database object. * This is informal for the consumer of this api only, a tool which manages this object can store version information here. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ @@ -395,7 +512,10 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.vendor, objIPReputationDB.vendor)&& Objects.equals(this.version, objIPReputationDB.version)&& Objects.equals(this.serviceStatus, objIPReputationDB.serviceStatus)&& - Objects.equals(this.markers, objIPReputationDB.markers); + Objects.equals(this.markers, objIPReputationDB.markers)&& + Objects.equals(this.baseFileV6Refs, objIPReputationDB.baseFileV6Refs)&& + Objects.equals(this.incrementalFileV6Refs, objIPReputationDB.incrementalFileV6Refs)&& + Objects.equals(this.v6Version, objIPReputationDB.v6Version); } @Override @@ -403,13 +523,16 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class IPReputationDB {\n"); sb.append(" baseFileRefs: ").append(toIndentedString(baseFileRefs)).append("\n"); + sb.append(" baseFileV6Refs: ").append(toIndentedString(baseFileV6Refs)).append("\n"); sb.append(" description: ").append(toIndentedString(description)).append("\n"); sb.append(" incrementalFileRefs: ").append(toIndentedString(incrementalFileRefs)).append("\n"); + sb.append(" incrementalFileV6Refs: ").append(toIndentedString(incrementalFileV6Refs)).append("\n"); sb.append(" markers: ").append(toIndentedString(markers)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" serviceStatus: ").append(toIndentedString(serviceStatus)).append("\n"); sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); + sb.append(" v6Version: ").append(toIndentedString(v6Version)).append("\n"); sb.append(" vendor: ").append(toIndentedString(vendor)).append("\n"); sb.append(" version: ").append(toIndentedString(version)).append("\n"); sb.append("}"); diff --git a/java/src/com/vmware/avi/sdk/model/IPReputationServiceStatus.java b/java/src/com/vmware/avi/sdk/model/IPReputationServiceStatus.java index 49e7dd0de0..2cbcfdce9f 100644 --- a/java/src/com/vmware/avi/sdk/model/IPReputationServiceStatus.java +++ b/java/src/com/vmware/avi/sdk/model/IPReputationServiceStatus.java @@ -33,7 +33,7 @@ public class IPReputationServiceStatus { * This is the getter method this will return the attribute value. * If the last attempted update failed, this is a more detailed error message. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -45,7 +45,7 @@ public String getError() { * This is the setter method to the attribute. * If the last attempted update failed, this is a more detailed error message. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -61,7 +61,7 @@ public void setError(String error) { * It will be not update, if an error occurs during an update attempt. * In this case, the errror will be set. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastSuccessfulUpdateCheck */ @@ -77,7 +77,7 @@ public TimeStamp getLastSuccessfulUpdateCheck() { * It will be not update, if an error occurs during an update attempt. * In this case, the errror will be set. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastSuccessfulUpdateCheck set the lastSuccessfulUpdateCheck. */ diff --git a/java/src/com/vmware/avi/sdk/model/IPReputationTypeMapping.java b/java/src/com/vmware/avi/sdk/model/IPReputationTypeMapping.java index 531b6942d6..8e7657d327 100644 --- a/java/src/com/vmware/avi/sdk/model/IPReputationTypeMapping.java +++ b/java/src/com/vmware/avi/sdk/model/IPReputationTypeMapping.java @@ -33,7 +33,7 @@ public class IPReputationTypeMapping { * This is the getter method this will return the attribute value. * The bot identification to which the ip reputation type is mapped. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return botIdentification */ @@ -45,7 +45,7 @@ public BotIdentification getBotIdentification() { * This is the setter method to the attribute. * The bot identification to which the ip reputation type is mapped. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param botIdentification set the botIdentification. */ @@ -60,7 +60,7 @@ public void setBotIdentification(BotIdentification botIdentification) { * IP_REPUTATION_TYPE_SCANNERS, IP_REPUTATION_TYPE_DOS, IP_REPUTATION_TYPE_REPUTATION, IP_REPUTATION_TYPE_PHISHING, IP_REPUTATION_TYPE_PROXY, * IP_REPUTATION_TYPE_NETWORK, IP_REPUTATION_TYPE_CLOUD, IP_REPUTATION_TYPE_MOBILE_THREATS, IP_REPUTATION_TYPE_TOR, IP_REPUTATION_TYPE_ALL. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationType */ @@ -75,7 +75,7 @@ public String getIpReputationType() { * IP_REPUTATION_TYPE_SCANNERS, IP_REPUTATION_TYPE_DOS, IP_REPUTATION_TYPE_REPUTATION, IP_REPUTATION_TYPE_PHISHING, IP_REPUTATION_TYPE_PROXY, * IP_REPUTATION_TYPE_NETWORK, IP_REPUTATION_TYPE_CLOUD, IP_REPUTATION_TYPE_MOBILE_THREATS, IP_REPUTATION_TYPE_TOR, IP_REPUTATION_TYPE_ALL. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipReputationType set the ipReputationType. */ diff --git a/java/src/com/vmware/avi/sdk/model/IPReputationTypeMatch.java b/java/src/com/vmware/avi/sdk/model/IPReputationTypeMatch.java index cbba75ba96..3586311c70 100644 --- a/java/src/com/vmware/avi/sdk/model/IPReputationTypeMatch.java +++ b/java/src/com/vmware/avi/sdk/model/IPReputationTypeMatch.java @@ -34,7 +34,7 @@ public class IPReputationTypeMatch { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchOperation */ @@ -47,7 +47,7 @@ public String getMatchOperation() { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchOperation set the matchOperation. */ @@ -62,7 +62,7 @@ public void setMatchOperation(String matchOperation) { * IP_REPUTATION_TYPE_NETWORK, IP_REPUTATION_TYPE_CLOUD, IP_REPUTATION_TYPE_MOBILE_THREATS, IP_REPUTATION_TYPE_TOR, IP_REPUTATION_TYPE_ALL. * Field introduced in 20.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reputationTypes */ @@ -78,7 +78,7 @@ public List getReputationTypes() { * IP_REPUTATION_TYPE_NETWORK, IP_REPUTATION_TYPE_CLOUD, IP_REPUTATION_TYPE_MOBILE_THREATS, IP_REPUTATION_TYPE_TOR, IP_REPUTATION_TYPE_ALL. * Field introduced in 20.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reputationTypes */ @@ -94,7 +94,7 @@ public void setReputationTypes(List reputationTypes) { * IP_REPUTATION_TYPE_NETWORK, IP_REPUTATION_TYPE_CLOUD, IP_REPUTATION_TYPE_MOBILE_THREATS, IP_REPUTATION_TYPE_TOR, IP_REPUTATION_TYPE_ALL. * Field introduced in 20.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reputationTypes */ diff --git a/java/src/com/vmware/avi/sdk/model/IPThreatDBEventData.java b/java/src/com/vmware/avi/sdk/model/IPThreatDBEventData.java index ff5318edfd..eb6f7671e0 100644 --- a/java/src/com/vmware/avi/sdk/model/IPThreatDBEventData.java +++ b/java/src/com/vmware/avi/sdk/model/IPThreatDBEventData.java @@ -36,7 +36,7 @@ public class IPThreatDBEventData { * This is the getter method this will return the attribute value. * Reason for ipthreatdb transaction failure. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -48,7 +48,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason for ipthreatdb transaction failure. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -60,7 +60,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Status of ipthreatdb transaction. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -72,7 +72,7 @@ public String getStatus() { * This is the setter method to the attribute. * Status of ipthreatdb transaction. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -84,7 +84,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Last synced version of the ipthreatdb. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -96,7 +96,7 @@ public String getVersion() { * This is the setter method to the attribute. * Last synced version of the ipthreatdb. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/IcapLog.java b/java/src/com/vmware/avi/sdk/model/IcapLog.java index d69ed75153..d6350a5395 100644 --- a/java/src/com/vmware/avi/sdk/model/IcapLog.java +++ b/java/src/com/vmware/avi/sdk/model/IcapLog.java @@ -34,7 +34,7 @@ public class IcapLog { * Denotes whether the content was processed by icap server and an action was taken. * Enum options - ICAP_DISABLED, ICAP_PASSED, ICAP_MODIFIED, ICAP_BLOCKED, ICAP_FAILED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -47,7 +47,7 @@ public String getAction() { * Denotes whether the content was processed by icap server and an action was taken. * Enum options - ICAP_DISABLED, ICAP_PASSED, ICAP_MODIFIED, ICAP_BLOCKED, ICAP_FAILED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -58,7 +58,7 @@ public void setAction(String action) { * This is the getter method this will return the attribute value. * Logs for the http request's content sent to the icap server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLogs */ @@ -70,7 +70,7 @@ public List getRequestLogs() { * This is the setter method. this will set the requestLogs * Logs for the http request's content sent to the icap server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLogs */ @@ -82,7 +82,7 @@ public void setRequestLogs(List requestLogs) { * This is the setter method this will set the requestLogs * Logs for the http request's content sent to the icap server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLogs */ diff --git a/java/src/com/vmware/avi/sdk/model/IcapNSXDefenderLog.java b/java/src/com/vmware/avi/sdk/model/IcapNSXDefenderLog.java index 12f4f3eee7..a0e2f90af0 100644 --- a/java/src/com/vmware/avi/sdk/model/IcapNSXDefenderLog.java +++ b/java/src/com/vmware/avi/sdk/model/IcapNSXDefenderLog.java @@ -36,7 +36,7 @@ public class IcapNSXDefenderLog { * This is the getter method this will return the attribute value. * Score associated with the uploaded file, if known, value is in between 0 and 100. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return score */ @@ -48,7 +48,7 @@ public Integer getScore() { * This is the setter method to the attribute. * Score associated with the uploaded file, if known, value is in between 0 and 100. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param score set the score. */ @@ -60,7 +60,7 @@ public void setScore(Integer score) { * This is the getter method this will return the attribute value. * Url to get details from nsxdefender for the request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusUrl */ @@ -72,7 +72,7 @@ public String getStatusUrl() { * This is the setter method to the attribute. * Url to get details from nsxdefender for the request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statusUrl set the statusUrl. */ @@ -86,7 +86,7 @@ public void setStatusUrl(String statusUrl) { * It is possible to use this uuid in order to access the analysis details from the nsx defender portal/manager web ui. * Url to access this information is https //user.lastline.com/portal#/analyst/task//overview. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return taskUuid */ @@ -100,7 +100,7 @@ public String getTaskUuid() { * It is possible to use this uuid in order to access the analysis details from the nsx defender portal/manager web ui. * Url to access this information is https //user.lastline.com/portal#/analyst/task//overview. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param taskUuid set the taskUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/IcapNsxDefenderConfig.java b/java/src/com/vmware/avi/sdk/model/IcapNsxDefenderConfig.java index 02963eb6c0..98d3b095ab 100644 --- a/java/src/com/vmware/avi/sdk/model/IcapNsxDefenderConfig.java +++ b/java/src/com/vmware/avi/sdk/model/IcapNsxDefenderConfig.java @@ -30,7 +30,7 @@ public class IcapNsxDefenderConfig { * This is the getter method this will return the attribute value. * Url to get details from nsxdefender using task_uuid for a particular request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as * "https://user.lastline.com/portal#/analyst/task/$uuid/overview". * @return statusUrl @@ -43,7 +43,7 @@ public String getStatusUrl() { * This is the setter method to the attribute. * Url to get details from nsxdefender using task_uuid for a particular request. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as * "https://user.lastline.com/portal#/analyst/task/$uuid/overview". * @param statusUrl set the statusUrl. diff --git a/java/src/com/vmware/avi/sdk/model/IcapOPSWATLog.java b/java/src/com/vmware/avi/sdk/model/IcapOPSWATLog.java index 8bd506dd56..334f3597cc 100644 --- a/java/src/com/vmware/avi/sdk/model/IcapOPSWATLog.java +++ b/java/src/com/vmware/avi/sdk/model/IcapOPSWATLog.java @@ -37,7 +37,7 @@ public class IcapOPSWATLog { * Blocking reason for the content. * It is available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -50,7 +50,7 @@ public String getReason() { * Blocking reason for the content. * It is available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -63,7 +63,7 @@ public void setReason(String reason) { * Short description of the threat found in the content. * Available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threatId */ @@ -76,7 +76,7 @@ public String getThreatId() { * Short description of the threat found in the content. * Available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param threatId set the threatId. */ @@ -88,7 +88,7 @@ public void setThreatId(String threatId) { * Threat found in the content. * Available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return violations */ @@ -101,7 +101,7 @@ public List getViolations() { * Threat found in the content. * Available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return violations */ @@ -114,7 +114,7 @@ public void setViolations(List violations) { * Threat found in the content. * Available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return violations */ diff --git a/java/src/com/vmware/avi/sdk/model/IcapProfile.java b/java/src/com/vmware/avi/sdk/model/IcapProfile.java index d56ebce97a..b2ee788e0d 100644 --- a/java/src/com/vmware/avi/sdk/model/IcapProfile.java +++ b/java/src/com/vmware/avi/sdk/model/IcapProfile.java @@ -84,7 +84,7 @@ public class IcapProfile extends AviRestResource { * If disabled, preview_size request body will be buffered if enable_preview is set to true, and rest of the request body will be streamed to the * icap server. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return allow204 */ @@ -99,7 +99,7 @@ public Boolean getAllow204() { * If disabled, preview_size request body will be buffered if enable_preview is set to true, and rest of the request body will be streamed to the * icap server. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param allow204 set the allow204. */ @@ -115,7 +115,7 @@ public void setAllow204(Boolean allow204) { * Allowed values are 1-51200. * Field introduced in 20.1.1. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 51200. * @return bufferSize */ @@ -131,7 +131,7 @@ public Integer getBufferSize() { * Allowed values are 1-51200. * Field introduced in 20.1.1. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 51200. * @param bufferSize set the bufferSize. */ @@ -146,7 +146,7 @@ public void setBufferSize(Integer bufferSize) { * If this is set to fail closed, the request will be rejected with 413 status code. * Enum options - ICAP_FAIL_OPEN, ICAP_FAIL_CLOSED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ICAP_FAIL_OPEN". * @return bufferSizeExceedAction */ @@ -161,7 +161,7 @@ public String getBufferSizeExceedAction() { * If this is set to fail closed, the request will be rejected with 413 status code. * Enum options - ICAP_FAIL_OPEN, ICAP_FAIL_CLOSED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ICAP_FAIL_OPEN". * @param bufferSizeExceedAction set the bufferSizeExceedAction. */ @@ -175,7 +175,7 @@ public void setBufferSizeExceedAction(String bufferSizeExceedAction) { * This must match the cloud referenced in the pool group below. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -189,7 +189,7 @@ public String getCloudRef() { * This must match the cloud referenced in the pool group below. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -201,7 +201,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * A description for this icap profile. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -213,7 +213,7 @@ public String getDescription() { * This is the setter method to the attribute. * A description for this icap profile. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -225,7 +225,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Use the icap preview feature as described in rfc 3507 section 4.5. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enablePreview */ @@ -237,7 +237,7 @@ public Boolean getEnablePreview() { * This is the setter method to the attribute. * Use the icap preview feature as described in rfc 3507 section 4.5. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enablePreview set the enablePreview. */ @@ -253,7 +253,7 @@ public void setEnablePreview(Boolean enablePreview) { * If this is set to fail closed, the request will be rejected with a 500 status code. * Enum options - ICAP_FAIL_OPEN, ICAP_FAIL_CLOSED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ICAP_FAIL_OPEN". * @return failAction */ @@ -269,7 +269,7 @@ public String getFailAction() { * If this is set to fail closed, the request will be rejected with a 500 status code. * Enum options - ICAP_FAIL_OPEN, ICAP_FAIL_CLOSED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ICAP_FAIL_OPEN". * @param failAction set the failAction. */ @@ -281,7 +281,7 @@ public void setFailAction(String failAction) { * This is the getter method this will return the attribute value. * Name of the icap profile. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -293,7 +293,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the icap profile. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -305,7 +305,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Nsxdefender specific icap configurations. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxDefenderConfig */ @@ -317,7 +317,7 @@ public IcapNsxDefenderConfig getNsxDefenderConfig() { * This is the setter method to the attribute. * Nsxdefender specific icap configurations. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxDefenderConfig set the nsxDefenderConfig. */ @@ -330,7 +330,7 @@ public void setNsxDefenderConfig(IcapNsxDefenderConfig nsxDefenderConfig) { * The pool group which is used to connect to icap servers. * It is a reference to an object of type poolgroup. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRef */ @@ -343,7 +343,7 @@ public String getPoolGroupRef() { * The pool group which is used to connect to icap servers. * It is a reference to an object of type poolgroup. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolGroupRef set the poolGroupRef. */ @@ -361,7 +361,7 @@ public void setPoolGroupRef(String poolGroupRef) { * Allowed values are 0-5000. * Field introduced in 20.1.1. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @return previewSize */ @@ -379,7 +379,7 @@ public Integer getPreviewSize() { * Allowed values are 0-5000. * Field introduced in 20.1.1. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @param previewSize set the previewSize. */ @@ -394,7 +394,7 @@ public void setPreviewSize(Integer previewSize) { * Allowed values are 50-3600000. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60000. * @return responseTimeout */ @@ -409,7 +409,7 @@ public Integer getResponseTimeout() { * Allowed values are 50-3600000. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60000. * @param responseTimeout set the responseTimeout. */ @@ -422,7 +422,7 @@ public void setResponseTimeout(Integer responseTimeout) { * The path and query component of the icap url. * Host name and port will be taken from the pool. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceUri */ @@ -435,7 +435,7 @@ public String getServiceUri() { * The path and query component of the icap url. * Host name and port will be taken from the pool. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceUri set the serviceUri. */ @@ -449,7 +449,7 @@ public void setServiceUri(String serviceUri) { * Allowed values are 50-3600000. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return slowResponseWarningThreshold */ @@ -463,7 +463,7 @@ public Integer getSlowResponseWarningThreshold() { * Allowed values are 50-3600000. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param slowResponseWarningThreshold set the slowResponseWarningThreshold. */ @@ -476,7 +476,7 @@ public void setSlowResponseWarningThreshold(Integer slowResponseWarningThreshol * Tenant which this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -489,7 +489,7 @@ public String getTenantRef() { * Tenant which this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -518,7 +518,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the icap profile. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -530,7 +530,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the icap profile. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -543,7 +543,7 @@ public void setUuid(String uuid) { * The vendor of the icap server. * Enum options - ICAP_VENDOR_GENERIC, ICAP_VENDOR_OPSWAT, ICAP_VENDOR_LASTLINE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ICAP_VENDOR_OPSWAT". * @return vendor */ @@ -556,7 +556,7 @@ public String getVendor() { * The vendor of the icap server. * Enum options - ICAP_VENDOR_GENERIC, ICAP_VENDOR_OPSWAT, ICAP_VENDOR_LASTLINE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ICAP_VENDOR_OPSWAT". * @param vendor set the vendor. */ diff --git a/java/src/com/vmware/avi/sdk/model/IcapRequestLog.java b/java/src/com/vmware/avi/sdk/model/IcapRequestLog.java index 0462676c4f..c86a97e13c 100644 --- a/java/src/com/vmware/avi/sdk/model/IcapRequestLog.java +++ b/java/src/com/vmware/avi/sdk/model/IcapRequestLog.java @@ -85,7 +85,7 @@ public class IcapRequestLog { * Denotes whether the content was processed by icap server and an action was taken. * Enum options - ICAP_DISABLED, ICAP_PASSED, ICAP_MODIFIED, ICAP_BLOCKED, ICAP_FAILED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -98,7 +98,7 @@ public String getAction() { * Denotes whether the content was processed by icap server and an action was taken. * Enum options - ICAP_DISABLED, ICAP_PASSED, ICAP_MODIFIED, ICAP_BLOCKED, ICAP_FAILED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -110,7 +110,7 @@ public void setAction(String action) { * This is the getter method this will return the attribute value. * Complete request body from client was sent to the icap server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return completeBodySent */ @@ -122,7 +122,7 @@ public Boolean getCompleteBodySent() { * This is the setter method to the attribute. * Complete request body from client was sent to the icap server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param completeBodySent set the completeBodySent. */ @@ -137,7 +137,7 @@ public void setCompleteBodySent(Boolean completeBodySent) { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpMethod */ @@ -152,7 +152,7 @@ public String getHttpMethod() { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpMethod set the httpMethod. */ @@ -165,7 +165,7 @@ public void setHttpMethod(String httpMethod) { * The http response code received from the icap server. * Http response code is only available if content is blocked. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponseCode */ @@ -178,7 +178,7 @@ public Integer getHttpResponseCode() { * The http response code received from the icap server. * Http response code is only available if content is blocked. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpResponseCode set the httpResponseCode. */ @@ -190,7 +190,7 @@ public void setHttpResponseCode(Integer httpResponseCode) { * This is the getter method this will return the attribute value. * The absolute icap uri of the request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapAbsoluteUri */ @@ -202,7 +202,7 @@ public String getIcapAbsoluteUri() { * This is the setter method to the attribute. * The absolute icap uri of the request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapAbsoluteUri set the icapAbsoluteUri. */ @@ -214,7 +214,7 @@ public void setIcapAbsoluteUri(String icapAbsoluteUri) { * This is the getter method this will return the attribute value. * Icap response headers received from icap server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapHeadersReceivedFromServer */ @@ -226,7 +226,7 @@ public String getIcapHeadersReceivedFromServer() { * This is the setter method to the attribute. * Icap response headers received from icap server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapHeadersReceivedFromServer set the icapHeadersReceivedFromServer. */ @@ -238,7 +238,7 @@ public void setIcapHeadersReceivedFromServer(String icapHeadersReceivedFromServ * This is the getter method this will return the attribute value. * Icap request headers sent to icap server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapHeadersSentToServer */ @@ -250,7 +250,7 @@ public String getIcapHeadersSentToServer() { * This is the setter method to the attribute. * Icap request headers sent to icap server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapHeadersSentToServer set the icapHeadersSentToServer. */ @@ -263,7 +263,7 @@ public void setIcapHeadersSentToServer(String icapHeadersSentToServer) { * The icap method of the request. * Enum options - ICAP_METHOD_REQMOD, ICAP_METHOD_RESPMOD. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapMethod */ @@ -276,7 +276,7 @@ public String getIcapMethod() { * The icap method of the request. * Enum options - ICAP_METHOD_REQMOD, ICAP_METHOD_RESPMOD. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapMethod set the icapMethod. */ @@ -288,7 +288,7 @@ public void setIcapMethod(String icapMethod) { * This is the getter method this will return the attribute value. * The response code received from the icap server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapResponseCode */ @@ -300,7 +300,7 @@ public Integer getIcapResponseCode() { * This is the setter method to the attribute. * The response code received from the icap server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapResponseCode set the icapResponseCode. */ @@ -312,7 +312,7 @@ public void setIcapResponseCode(Integer icapResponseCode) { * This is the getter method this will return the attribute value. * Icap server ip for this connection. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapServerIp */ @@ -324,7 +324,7 @@ public Integer getIcapServerIp() { * This is the setter method to the attribute. * Icap server ip for this connection. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapServerIp set the icapServerIp. */ @@ -336,7 +336,7 @@ public void setIcapServerIp(Integer icapServerIp) { * This is the getter method this will return the attribute value. * Icap server port for this connection. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapServerPort */ @@ -348,7 +348,7 @@ public Integer getIcapServerPort() { * This is the setter method to the attribute. * Icap server port for this connection. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapServerPort set the icapServerPort. */ @@ -362,7 +362,7 @@ public void setIcapServerPort(Integer icapServerPort) { * This is the time taken from 1st byte of icap request sent to last byte of icap response received. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latency */ @@ -376,7 +376,7 @@ public Integer getLatency() { * This is the time taken from 1st byte of icap request sent to last byte of icap response received. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latency set the latency. */ @@ -388,7 +388,7 @@ public void setLatency(Integer latency) { * This is the getter method this will return the attribute value. * Content-length of the modified content from icap server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return modifiedContentLength */ @@ -400,7 +400,7 @@ public Integer getModifiedContentLength() { * This is the setter method to the attribute. * Content-length of the modified content from icap server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param modifiedContentLength set the modifiedContentLength. */ @@ -412,7 +412,7 @@ public void setModifiedContentLength(Integer modifiedContentLength) { * This is the getter method this will return the attribute value. * Icap log specific to nsx defender. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxDefenderLog */ @@ -424,7 +424,7 @@ public IcapNSXDefenderLog getNsxDefenderLog() { * This is the setter method to the attribute. * Icap log specific to nsx defender. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxDefenderLog set the nsxDefenderLog. */ @@ -436,7 +436,7 @@ public void setNsxDefenderLog(IcapNSXDefenderLog nsxDefenderLog) { * This is the getter method this will return the attribute value. * Icap log specific to opswat. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return opswatLog */ @@ -448,7 +448,7 @@ public IcapOPSWATLog getOpswatLog() { * This is the setter method to the attribute. * Icap log specific to opswat. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param opswatLog set the opswatLog. */ @@ -460,7 +460,7 @@ public void setOpswatLog(IcapOPSWATLog opswatLog) { * This is the getter method this will return the attribute value. * The name of the pool that was used for the request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -472,7 +472,7 @@ public String getPoolName() { * This is the setter method to the attribute. * The name of the pool that was used for the request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -484,7 +484,7 @@ public void setPoolName(String poolName) { * This is the getter method this will return the attribute value. * The uuid of the pool that was used for the request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -496,7 +496,7 @@ public String getPoolUuid() { * This is the setter method to the attribute. * The uuid of the pool that was used for the request. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ @@ -508,7 +508,7 @@ public void setPoolUuid(String poolUuid) { * This is the getter method this will return the attribute value. * Source port for this connection. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourcePort */ @@ -520,7 +520,7 @@ public Integer getSourcePort() { * This is the setter method to the attribute. * Source port for this connection. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourcePort set the sourcePort. */ @@ -533,7 +533,7 @@ public void setSourcePort(Integer sourcePort) { * Selected icap vendor for the request. * Enum options - ICAP_VENDOR_GENERIC, ICAP_VENDOR_OPSWAT, ICAP_VENDOR_LASTLINE. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vendor */ @@ -546,7 +546,7 @@ public String getVendor() { * Selected icap vendor for the request. * Enum options - ICAP_VENDOR_GENERIC, ICAP_VENDOR_OPSWAT, ICAP_VENDOR_LASTLINE. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vendor set the vendor. */ diff --git a/java/src/com/vmware/avi/sdk/model/IcapViolation.java b/java/src/com/vmware/avi/sdk/model/IcapViolation.java index 83368a3642..a6506d887c 100644 --- a/java/src/com/vmware/avi/sdk/model/IcapViolation.java +++ b/java/src/com/vmware/avi/sdk/model/IcapViolation.java @@ -36,7 +36,7 @@ public class IcapViolation { * This is the getter method this will return the attribute value. * The file that icap server has identified as containing a violation. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fileName */ @@ -48,7 +48,7 @@ public String getFileName() { * This is the setter method to the attribute. * The file that icap server has identified as containing a violation. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fileName set the fileName. */ @@ -61,7 +61,7 @@ public void setFileName(String fileName) { * Action taken by icap server in response to this threat. * Enum options - ICAP_FILE_NOT_REPAIRED, ICAP_FILE_REPAIRED, ICAP_VIOLATING_SECTION_REMOVED. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resolution */ @@ -74,7 +74,7 @@ public String getResolution() { * Action taken by icap server in response to this threat. * Enum options - ICAP_FILE_NOT_REPAIRED, ICAP_FILE_REPAIRED, ICAP_VIOLATING_SECTION_REMOVED. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resolution set the resolution. */ @@ -86,7 +86,7 @@ public void setResolution(String resolution) { * This is the getter method this will return the attribute value. * The name of the threat. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threatName */ @@ -98,7 +98,7 @@ public String getThreatName() { * This is the setter method to the attribute. * The name of the threat. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param threatName set the threatName. */ diff --git a/java/src/com/vmware/avi/sdk/model/Image.java b/java/src/com/vmware/avi/sdk/model/Image.java index e5dc8f0ff0..e9dbcf8166 100644 --- a/java/src/com/vmware/avi/sdk/model/Image.java +++ b/java/src/com/vmware/avi/sdk/model/Image.java @@ -95,7 +95,7 @@ public class Image extends AviRestResource { * This is the getter method this will return the attribute value. * This field describes the cloud info specific to the base image. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudInfoValues */ @@ -107,7 +107,7 @@ public List getCloudInfoValues() { * This is the setter method. this will set the cloudInfoValues * This field describes the cloud info specific to the base image. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudInfoValues */ @@ -119,7 +119,7 @@ public void setCloudInfoValues(List cloudInfoValues) { * This is the setter method this will set the cloudInfoValues * This field describes the cloud info specific to the base image. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudInfoValues */ @@ -135,7 +135,7 @@ public Image addCloudInfoValuesItem(ImageCloudData cloudInfoValuesItem) { * This is the getter method this will return the attribute value. * Controller package details. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerInfo */ @@ -147,7 +147,7 @@ public PackageDetails getControllerInfo() { * This is the setter method to the attribute. * Controller package details. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerInfo set the controllerInfo. */ @@ -159,7 +159,7 @@ public void setControllerInfo(PackageDetails controllerInfo) { * This is the getter method this will return the attribute value. * Mandatory controller patch name that is applied along with this base image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchName */ @@ -171,7 +171,7 @@ public String getControllerPatchName() { * This is the setter method to the attribute. * Mandatory controller patch name that is applied along with this base image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchName set the controllerPatchName. */ @@ -184,7 +184,7 @@ public void setControllerPatchName(String controllerPatchName) { * It references the controller-patch associated with the uber image. * It is a reference to an object of type image. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchRef */ @@ -197,7 +197,7 @@ public String getControllerPatchRef() { * It references the controller-patch associated with the uber image. * It is a reference to an object of type image. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchRef set the controllerPatchRef. */ @@ -210,7 +210,7 @@ public void setControllerPatchRef(String controllerPatchRef) { * Time taken to upload the image in seconds. * Field introduced in 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -223,7 +223,7 @@ public Integer getDuration() { * Time taken to upload the image in seconds. * Field introduced in 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -235,7 +235,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Image upload end time. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -247,7 +247,7 @@ public String getEndTime() { * This is the setter method to the attribute. * Image upload end time. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -258,7 +258,7 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Image events for image upload operation. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -270,7 +270,7 @@ public List getEvents() { * This is the setter method. this will set the events * Image events for image upload operation. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -282,7 +282,7 @@ public void setEvents(List events) { * This is the setter method this will set the events * Image events for image upload operation. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -298,7 +298,7 @@ public Image addEventsItem(ImageEventMap eventsItem) { * This is the getter method this will return the attribute value. * Specifies whether fips mode can be enabled on this image. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return fipsModeTransitionApplicable */ @@ -310,7 +310,7 @@ public Boolean getFipsModeTransitionApplicable() { * This is the setter method to the attribute. * Specifies whether fips mode can be enabled on this image. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param fipsModeTransitionApplicable set the fipsModeTransitionApplicable. */ @@ -322,7 +322,7 @@ public void setFipsModeTransitionApplicable(Boolean fipsModeTransitionApplicabl * This is the getter method this will return the attribute value. * Status of the image. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imgState */ @@ -334,7 +334,7 @@ public ImageUploadOpsStatus getImgState() { * This is the setter method to the attribute. * Status of the image. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imgState set the imgState. */ @@ -346,7 +346,7 @@ public void setImgState(ImageUploadOpsStatus imgState) { * This is the getter method this will return the attribute value. * This field describes the api migration related information. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return migrations */ @@ -358,7 +358,7 @@ public SupportedMigrations getMigrations() { * This is the setter method to the attribute. * This field describes the api migration related information. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param migrations set the migrations. */ @@ -370,7 +370,7 @@ public void setMigrations(SupportedMigrations migrations) { * This is the getter method this will return the attribute value. * Name of the image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -382,7 +382,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -396,7 +396,7 @@ public void setName(String name) { * Allowed values are 0-100. * Field introduced in 21.1.3. * Unit is percent. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return progress */ @@ -410,7 +410,7 @@ public Integer getProgress() { * Allowed values are 0-100. * Field introduced in 21.1.3. * Unit is percent. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param progress set the progress. */ @@ -422,7 +422,7 @@ public void setProgress(Integer progress) { * This is the getter method this will return the attribute value. * Se package details. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seInfo */ @@ -434,7 +434,7 @@ public PackageDetails getSeInfo() { * This is the setter method to the attribute. * Se package details. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seInfo set the seInfo. */ @@ -446,7 +446,7 @@ public void setSeInfo(PackageDetails seInfo) { * This is the getter method this will return the attribute value. * Mandatory serviceengine patch name that is applied along with this base image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchName */ @@ -458,7 +458,7 @@ public String getSePatchName() { * This is the setter method to the attribute. * Mandatory serviceengine patch name that is applied along with this base image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchName set the sePatchName. */ @@ -471,7 +471,7 @@ public void setSePatchName(String sePatchName) { * It references the service engine patch associated with the uber image. * It is a reference to an object of type image. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchRef */ @@ -484,7 +484,7 @@ public String getSePatchRef() { * It references the service engine patch associated with the uber image. * It is a reference to an object of type image. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchRef set the sePatchRef. */ @@ -496,7 +496,7 @@ public void setSePatchRef(String sePatchRef) { * This is the getter method this will return the attribute value. * Image upload start time. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -508,7 +508,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Image upload start time. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -520,7 +520,7 @@ public void setStartTime(String startTime) { * This is the getter method this will return the attribute value. * Completed set of tasks for image upload. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return tasksCompleted */ @@ -532,7 +532,7 @@ public Integer getTasksCompleted() { * This is the setter method to the attribute. * Completed set of tasks for image upload. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param tasksCompleted set the tasksCompleted. */ @@ -545,7 +545,7 @@ public void setTasksCompleted(Integer tasksCompleted) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -558,7 +558,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -570,7 +570,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Total number of tasks for image upload. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return totalTasks */ @@ -582,7 +582,7 @@ public Integer getTotalTasks() { * This is the setter method to the attribute. * Total number of tasks for image upload. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param totalTasks set the totalTasks. */ @@ -595,7 +595,7 @@ public void setTotalTasks(Integer totalTasks) { * Type of the image patch/system. * Enum options - IMAGE_TYPE_PATCH, IMAGE_TYPE_SYSTEM, IMAGE_TYPE_MUST_CHECK. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -608,7 +608,7 @@ public String getType() { * Type of the image patch/system. * Enum options - IMAGE_TYPE_PATCH, IMAGE_TYPE_SYSTEM, IMAGE_TYPE_MUST_CHECK. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -620,7 +620,7 @@ public void setType(String type) { * This is the getter method this will return the attribute value. * Status to check if the image is an uber bundle. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return uberBundle */ @@ -632,7 +632,7 @@ public Boolean getUberBundle() { * This is the setter method to the attribute. * Status to check if the image is an uber bundle. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param uberBundle set the uberBundle. */ @@ -661,7 +661,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -673,7 +673,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ImageCloudData.java b/java/src/com/vmware/avi/sdk/model/ImageCloudData.java index a315182119..1ce1f447bc 100644 --- a/java/src/com/vmware/avi/sdk/model/ImageCloudData.java +++ b/java/src/com/vmware/avi/sdk/model/ImageCloudData.java @@ -32,7 +32,7 @@ public class ImageCloudData { * This is the getter method this will return the attribute value. * Cloud data specific to a particular cloud. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudDataValues */ @@ -44,7 +44,7 @@ public List getCloudDataValues() { * This is the setter method. this will set the cloudDataValues * Cloud data specific to a particular cloud. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudDataValues */ @@ -56,7 +56,7 @@ public void setCloudDataValues(List cloudDataValues) { * This is the setter method this will set the cloudDataValues * Cloud data specific to a particular cloud. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudDataValues */ @@ -72,7 +72,7 @@ public ImageCloudData addCloudDataValuesItem(ImageCloudSpecificData cloudDataVal * This is the getter method this will return the attribute value. * Contains the name of the cloud. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudName */ @@ -84,7 +84,7 @@ public String getCloudName() { * This is the setter method to the attribute. * Contains the name of the cloud. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudName set the cloudName. */ diff --git a/java/src/com/vmware/avi/sdk/model/ImageCloudSpecificData.java b/java/src/com/vmware/avi/sdk/model/ImageCloudSpecificData.java index 6ff49c5652..bb4af3ff90 100644 --- a/java/src/com/vmware/avi/sdk/model/ImageCloudSpecificData.java +++ b/java/src/com/vmware/avi/sdk/model/ImageCloudSpecificData.java @@ -33,7 +33,7 @@ public class ImageCloudSpecificData { * This is the getter method this will return the attribute value. * Each cloud has specific parameters. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -45,7 +45,7 @@ public String getKey() { * This is the setter method to the attribute. * Each cloud has specific parameters. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -56,7 +56,7 @@ public void setKey(String key) { * This is the getter method this will return the attribute value. * Each parameter can have multiple values. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -68,7 +68,7 @@ public List getValues() { * This is the setter method. this will set the values * Each parameter can have multiple values. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -80,7 +80,7 @@ public void setValues(List values) { * This is the setter method this will set the values * Each parameter can have multiple values. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ diff --git a/java/src/com/vmware/avi/sdk/model/ImageEvent.java b/java/src/com/vmware/avi/sdk/model/ImageEvent.java index e739086be7..0988eee9b2 100644 --- a/java/src/com/vmware/avi/sdk/model/ImageEvent.java +++ b/java/src/com/vmware/avi/sdk/model/ImageEvent.java @@ -49,7 +49,7 @@ public class ImageEvent { * Time taken to complete event in seconds. * Field introduced in 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -62,7 +62,7 @@ public Integer getDuration() { * Time taken to complete event in seconds. * Field introduced in 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -74,7 +74,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Task end time. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -86,7 +86,7 @@ public String getEndTime() { * This is the setter method to the attribute. * Task end time. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -98,7 +98,7 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Ip of the node. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -110,7 +110,7 @@ public IpAddr getIp() { * This is the setter method to the attribute. * Ip of the node. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -122,7 +122,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Event message if any. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -134,7 +134,7 @@ public String getMessage() { * This is the setter method to the attribute. * Event message if any. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ @@ -146,7 +146,7 @@ public void setMessage(String message) { * This is the getter method this will return the attribute value. * Task start time. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -158,7 +158,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Task start time. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -171,9 +171,9 @@ public void setStartTime(String startTime) { * Event status. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -186,9 +186,9 @@ public String getStatus() { * Event status. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -199,7 +199,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Sub tasks executed on each node. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -211,7 +211,7 @@ public List getSubTasks() { * This is the setter method. this will set the subTasks * Sub tasks executed on each node. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -223,7 +223,7 @@ public void setSubTasks(List subTasks) { * This is the setter method this will set the subTasks * Sub tasks executed on each node. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ diff --git a/java/src/com/vmware/avi/sdk/model/ImageEventMap.java b/java/src/com/vmware/avi/sdk/model/ImageEventMap.java index 6b01e4a7cc..075888ec3a 100644 --- a/java/src/com/vmware/avi/sdk/model/ImageEventMap.java +++ b/java/src/com/vmware/avi/sdk/model/ImageEventMap.java @@ -35,7 +35,7 @@ public class ImageEventMap { * This is the getter method this will return the attribute value. * List of all events node wise. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodesEvents */ @@ -47,7 +47,7 @@ public List getNodesEvents() { * This is the setter method. this will set the nodesEvents * List of all events node wise. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodesEvents */ @@ -59,7 +59,7 @@ public void setNodesEvents(List nodesEvents) { * This is the setter method this will set the nodesEvents * List of all events node wise. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodesEvents */ @@ -74,7 +74,7 @@ public ImageEventMap addNodesEventsItem(ImageEvent nodesEventsItem) { * This is the getter method this will return the attribute value. * List of all events node wise. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subEvents */ @@ -86,7 +86,7 @@ public List getSubEvents() { * This is the setter method. this will set the subEvents * List of all events node wise. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subEvents */ @@ -98,7 +98,7 @@ public void setSubEvents(List subEvents) { * This is the setter method this will set the subEvents * List of all events node wise. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subEvents */ @@ -114,7 +114,7 @@ public ImageEventMap addSubEventsItem(ImageEvent subEventsItem) { * This is the getter method this will return the attribute value. * Name representing the task. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return taskName */ @@ -126,7 +126,7 @@ public String getTaskName() { * This is the setter method to the attribute. * Name representing the task. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param taskName set the taskName. */ diff --git a/java/src/com/vmware/avi/sdk/model/ImageParams.java b/java/src/com/vmware/avi/sdk/model/ImageParams.java new file mode 100644 index 0000000000..2bdb9f9074 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/ImageParams.java @@ -0,0 +1,122 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The ImageParams is a POJO class extends AviRestResource that used for creating + * ImageParams. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class ImageParams { + @JsonProperty("image_replication_timeout") + private Integer imageReplicationTimeout = 600; + + @JsonProperty("max_image_size") + private Integer maxImageSize = 10; + + + + /** + * This is the getter method this will return the attribute value. + * Maximum wait time to replicate image files from leader to followers. + * Allowed values are 600-3600. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 600. + * @return imageReplicationTimeout + */ + public Integer getImageReplicationTimeout() { + return imageReplicationTimeout; + } + + /** + * This is the setter method to the attribute. + * Maximum wait time to replicate image files from leader to followers. + * Allowed values are 600-3600. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 600. + * @param imageReplicationTimeout set the imageReplicationTimeout. + */ + public void setImageReplicationTimeout(Integer imageReplicationTimeout) { + this.imageReplicationTimeout = imageReplicationTimeout; + } + + /** + * This is the getter method this will return the attribute value. + * Maximum permitted size for image uploads. + * Allowed values are 10-15. + * Field introduced in 31.1.1. + * Unit is gb. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 10. + * @return maxImageSize + */ + public Integer getMaxImageSize() { + return maxImageSize; + } + + /** + * This is the setter method to the attribute. + * Maximum permitted size for image uploads. + * Allowed values are 10-15. + * Field introduced in 31.1.1. + * Unit is gb. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 10. + * @param maxImageSize set the maxImageSize. + */ + public void setMaxImageSize(Integer maxImageSize) { + this.maxImageSize = maxImageSize; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ImageParams objImageParams = (ImageParams) o; + return Objects.equals(this.maxImageSize, objImageParams.maxImageSize)&& + Objects.equals(this.imageReplicationTimeout, objImageParams.imageReplicationTimeout); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ImageParams {\n"); + sb.append(" imageReplicationTimeout: ").append(toIndentedString(imageReplicationTimeout)).append("\n"); + sb.append(" maxImageSize: ").append(toIndentedString(maxImageSize)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/ImageUploadOpsStatus.java b/java/src/com/vmware/avi/sdk/model/ImageUploadOpsStatus.java index 5950054389..fbbd90a9cc 100644 --- a/java/src/com/vmware/avi/sdk/model/ImageUploadOpsStatus.java +++ b/java/src/com/vmware/avi/sdk/model/ImageUploadOpsStatus.java @@ -36,7 +36,7 @@ public class ImageUploadOpsStatus { * This is the getter method this will return the attribute value. * The last time the state changed. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -48,7 +48,7 @@ public TimeStamp getLastChangedTime() { * This is the setter method to the attribute. * The last time the state changed. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -60,7 +60,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { * This is the getter method this will return the attribute value. * Descriptive reason for the state of the image. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -72,7 +72,7 @@ public String getReason() { * This is the setter method to the attribute. * Descriptive reason for the state of the image. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -85,7 +85,7 @@ public void setReason(String reason) { * Current fsm-state of image upload operation. * Enum options - IMAGE_FSM_STARTED, IMAGE_FSM_IN_PROGRESS, IMAGE_FSM_COMPLETED, IMAGE_FSM_FAILED. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -98,7 +98,7 @@ public String getState() { * Current fsm-state of image upload operation. * Enum options - IMAGE_FSM_STARTED, IMAGE_FSM_IN_PROGRESS, IMAGE_FSM_COMPLETED, IMAGE_FSM_FAILED. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ diff --git a/java/src/com/vmware/avi/sdk/model/InfobloxSubnet.java b/java/src/com/vmware/avi/sdk/model/InfobloxSubnet.java index e5c0f4b08a..8fa73c7457 100644 --- a/java/src/com/vmware/avi/sdk/model/InfobloxSubnet.java +++ b/java/src/com/vmware/avi/sdk/model/InfobloxSubnet.java @@ -33,7 +33,7 @@ public class InfobloxSubnet { * This is the getter method this will return the attribute value. * Ipv4 subnet to use for infoblox allocation. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -45,7 +45,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Ipv4 subnet to use for infoblox allocation. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -57,7 +57,7 @@ public void setSubnet(IpAddrPrefix subnet) { * This is the getter method this will return the attribute value. * Ipv6 subnet to use for infoblox allocation. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -69,7 +69,7 @@ public IpAddrPrefix getSubnet6() { * This is the setter method to the attribute. * Ipv6 subnet to use for infoblox allocation. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet6 set the subnet6. */ diff --git a/java/src/com/vmware/avi/sdk/model/IngAttribute.java b/java/src/com/vmware/avi/sdk/model/IngAttribute.java index 06900f525b..25d7cdc702 100644 --- a/java/src/com/vmware/avi/sdk/model/IngAttribute.java +++ b/java/src/com/vmware/avi/sdk/model/IngAttribute.java @@ -33,7 +33,7 @@ public class IngAttribute { * This is the getter method this will return the attribute value. * Attribute to match. * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attribute */ @@ -45,7 +45,7 @@ public String getAttribute() { * This is the setter method to the attribute. * Attribute to match. * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attribute set the attribute. */ @@ -58,7 +58,7 @@ public void setAttribute(String attribute) { * Attribute value. * If not set, match any value. * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -71,7 +71,7 @@ public String getValue() { * Attribute value. * If not set, match any value. * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/InternalGatewayMonitor.java b/java/src/com/vmware/avi/sdk/model/InternalGatewayMonitor.java index f860c99074..80387b4c60 100644 --- a/java/src/com/vmware/avi/sdk/model/InternalGatewayMonitor.java +++ b/java/src/com/vmware/avi/sdk/model/InternalGatewayMonitor.java @@ -40,7 +40,7 @@ public class InternalGatewayMonitor { * Disable the gateway monitor for default gateway. * They are monitored by default. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableGatewayMonitor */ @@ -53,7 +53,7 @@ public Boolean getDisableGatewayMonitor() { * Disable the gateway monitor for default gateway. * They are monitored by default. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableGatewayMonitor set the disableGatewayMonitor. */ @@ -66,7 +66,7 @@ public void setDisableGatewayMonitor(Boolean disableGatewayMonitor) { * The number of consecutive failed gateway health checks before a gateway is marked down. * Allowed values are 3-50. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return gatewayMonitorFailureThreshold */ @@ -79,7 +79,7 @@ public Integer getGatewayMonitorFailureThreshold() { * The number of consecutive failed gateway health checks before a gateway is marked down. * Allowed values are 3-50. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param gatewayMonitorFailureThreshold set the gatewayMonitorFailureThreshold. */ @@ -94,7 +94,7 @@ public void setGatewayMonitorFailureThreshold(Integer gatewayMonitorFailureThre * Allowed values are 100-60000. * Field introduced in 17.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return gatewayMonitorInterval */ @@ -109,7 +109,7 @@ public Integer getGatewayMonitorInterval() { * Allowed values are 100-60000. * Field introduced in 17.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param gatewayMonitorInterval set the gatewayMonitorInterval. */ @@ -122,7 +122,7 @@ public void setGatewayMonitorInterval(Integer gatewayMonitorInterval) { * The number of consecutive successful gateway health checks before a gateway that was marked down by the gateway monitor is marked up. * Allowed values are 3-50. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @return gatewayMonitorSuccessThreshold */ @@ -135,7 +135,7 @@ public Integer getGatewayMonitorSuccessThreshold() { * The number of consecutive successful gateway health checks before a gateway that was marked down by the gateway monitor is marked up. * Allowed values are 3-50. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @param gatewayMonitorSuccessThreshold set the gatewayMonitorSuccessThreshold. */ diff --git a/java/src/com/vmware/avi/sdk/model/InventoryConfig.java b/java/src/com/vmware/avi/sdk/model/InventoryConfig.java index 11a9ae90f2..61ebdf0b19 100644 --- a/java/src/com/vmware/avi/sdk/model/InventoryConfig.java +++ b/java/src/com/vmware/avi/sdk/model/InventoryConfig.java @@ -30,7 +30,7 @@ public class InventoryConfig { * This is the getter method this will return the attribute value. * Allow inventory stats to be regularly sent to pulse cloud services. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enable */ @@ -42,7 +42,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Allow inventory stats to be regularly sent to pulse cloud services. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enable set the enable. */ diff --git a/java/src/com/vmware/avi/sdk/model/InventoryConfiguration.java b/java/src/com/vmware/avi/sdk/model/InventoryConfiguration.java index 3cc21d368d..c33a458ee9 100644 --- a/java/src/com/vmware/avi/sdk/model/InventoryConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/InventoryConfiguration.java @@ -30,8 +30,7 @@ public class InventoryConfiguration { * This is the getter method this will return the attribute value. * Names, ip's of vs, pool(poolgroup) servers would be searchable on cloud console. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableSearchInfo */ @@ -43,8 +42,7 @@ public Boolean getEnableSearchInfo() { * This is the setter method to the attribute. * Names, ip's of vs, pool(poolgroup) servers would be searchable on cloud console. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableSearchInfo set the enableSearchInfo. */ diff --git a/java/src/com/vmware/avi/sdk/model/InventoryFaultConfig.java b/java/src/com/vmware/avi/sdk/model/InventoryFaultConfig.java index 63e13a38c6..6c247353e8 100644 --- a/java/src/com/vmware/avi/sdk/model/InventoryFaultConfig.java +++ b/java/src/com/vmware/avi/sdk/model/InventoryFaultConfig.java @@ -48,7 +48,7 @@ public class InventoryFaultConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Configure controller faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerFaults */ @@ -60,7 +60,7 @@ public ControllerFaults getControllerFaults() { * This is the setter method to the attribute. * Configure controller faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerFaults set the controllerFaults. */ @@ -72,7 +72,7 @@ public void setControllerFaults(ControllerFaults controllerFaults) { * This is the getter method this will return the attribute value. * Name. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -84,7 +84,7 @@ public String getName() { * This is the setter method to the attribute. * Name. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -96,7 +96,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Configure serviceengine faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceengineFaults */ @@ -108,7 +108,7 @@ public ServiceengineFaults getServiceengineFaults() { * This is the setter method to the attribute. * Configure serviceengine faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceengineFaults set the serviceengineFaults. */ @@ -121,7 +121,7 @@ public void setServiceengineFaults(ServiceengineFaults serviceengineFaults) { * Tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -134,7 +134,7 @@ public String getTenantRef() { * Tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -163,7 +163,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid auto generated. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -175,7 +175,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid auto generated. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -187,7 +187,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Configure virtualservice faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualserviceFaults */ @@ -199,7 +199,7 @@ public VirtualserviceFaults getVirtualserviceFaults() { * This is the setter method to the attribute. * Configure virtualservice faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualserviceFaults set the virtualserviceFaults. */ diff --git a/java/src/com/vmware/avi/sdk/model/IpAddr.java b/java/src/com/vmware/avi/sdk/model/IpAddr.java index 3a44afab19..6addea92b6 100644 --- a/java/src/com/vmware/avi/sdk/model/IpAddr.java +++ b/java/src/com/vmware/avi/sdk/model/IpAddr.java @@ -32,7 +32,7 @@ public class IpAddr { /** * This is the getter method this will return the attribute value. * Ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addr */ @@ -43,7 +43,7 @@ public String getAddr() { /** * This is the setter method to the attribute. * Ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param addr set the addr. */ @@ -54,7 +54,7 @@ public void setAddr(String addr) { /** * This is the getter method this will return the attribute value. * Enum options - V4, DNS, V6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -65,7 +65,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - V4, DNS, V6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/IpAddrGroup.java b/java/src/com/vmware/avi/sdk/model/IpAddrGroup.java index a97d316f4b..52eb29abaa 100644 --- a/java/src/com/vmware/avi/sdk/model/IpAddrGroup.java +++ b/java/src/com/vmware/avi/sdk/model/IpAddrGroup.java @@ -64,7 +64,7 @@ public class IpAddrGroup extends AviRestResource { /** * This is the getter method this will return the attribute value. * Configure ip address(es). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -75,7 +75,7 @@ public List getAddrs() { /** * This is the setter method. this will set the addrs * Configure ip address(es). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -86,7 +86,7 @@ public void setAddrs(List addrs) { /** * This is the setter method this will set the addrs * Configure ip address(es). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -100,7 +100,7 @@ public IpAddrGroup addAddrsItem(IpAddr addrsItem) { /** * This is the getter method this will return the attribute value. * Populate the ip address ranges from the geo database for this country. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return countryCodes */ @@ -111,7 +111,7 @@ public List getCountryCodes() { /** * This is the setter method. this will set the countryCodes * Populate the ip address ranges from the geo database for this country. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return countryCodes */ @@ -122,7 +122,7 @@ public void setCountryCodes(List countryCodes) { /** * This is the setter method this will set the countryCodes * Populate the ip address ranges from the geo database for this country. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return countryCodes */ @@ -136,7 +136,7 @@ public IpAddrGroup addCountryCodesItem(String countryCodesItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -146,7 +146,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -156,7 +156,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Configure (ip address, port) tuple(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipPorts */ @@ -167,7 +167,7 @@ public List getIpPorts() { /** * This is the setter method. this will set the ipPorts * Configure (ip address, port) tuple(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipPorts */ @@ -178,7 +178,7 @@ public void setIpPorts(List ipPorts) { /** * This is the setter method this will set the ipPorts * Configure (ip address, port) tuple(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipPorts */ @@ -193,7 +193,7 @@ public IpAddrGroup addIpPortsItem(IpAddrPort ipPortsItem) { /** * This is the getter method this will return the attribute value. * Populate ip addresses from tasks of this marathon app. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonAppName */ @@ -204,7 +204,7 @@ public String getMarathonAppName() { /** * This is the setter method to the attribute. * Populate ip addresses from tasks of this marathon app. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param marathonAppName set the marathonAppName. */ @@ -217,7 +217,7 @@ public void setMarathonAppName(String marathonAppName) { * Task port associated with marathon service port. * If marathon app has multiple service ports, this is required. * Else, the first task port is used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonServicePort */ @@ -230,7 +230,7 @@ public Integer getMarathonServicePort() { * Task port associated with marathon service port. * If marathon app has multiple service ports, this is required. * Else, the first task port is used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param marathonServicePort set the marathonServicePort. */ @@ -241,8 +241,7 @@ public void setMarathonServicePort(Integer marathonServicePort) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -254,8 +253,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -267,8 +265,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -283,7 +280,7 @@ public IpAddrGroup addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Name of the ip address group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -294,7 +291,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the ip address group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -304,7 +301,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Configure ip address prefix(es). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -315,7 +312,7 @@ public List getPrefixes() { /** * This is the setter method. this will set the prefixes * Configure ip address prefix(es). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -326,7 +323,7 @@ public void setPrefixes(List prefixes) { /** * This is the setter method this will set the prefixes * Configure ip address prefix(es). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -340,7 +337,7 @@ public IpAddrGroup addPrefixesItem(IpAddrPrefix prefixesItem) { /** * This is the getter method this will return the attribute value. * Configure ip address range(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -351,7 +348,7 @@ public List getRanges() { /** * This is the setter method. this will set the ranges * Configure ip address range(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -362,7 +359,7 @@ public void setRanges(List ranges) { /** * This is the setter method this will set the ranges * Configure ip address range(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -377,7 +374,7 @@ public IpAddrGroup addRangesItem(IpAddrRange rangesItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -388,7 +385,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -416,7 +413,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the ip address group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -427,7 +424,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the ip address group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/IpAddrMatch.java b/java/src/com/vmware/avi/sdk/model/IpAddrMatch.java index 6d8d91fb6d..101d006c27 100644 --- a/java/src/com/vmware/avi/sdk/model/IpAddrMatch.java +++ b/java/src/com/vmware/avi/sdk/model/IpAddrMatch.java @@ -40,7 +40,7 @@ public class IpAddrMatch { /** * This is the getter method this will return the attribute value. * Ip address(es). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -51,7 +51,7 @@ public List getAddrs() { /** * This is the setter method. this will set the addrs * Ip address(es). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -62,7 +62,7 @@ public void setAddrs(List addrs) { /** * This is the setter method this will set the addrs * Ip address(es). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -77,7 +77,7 @@ public IpAddrMatch addAddrsItem(IpAddr addrsItem) { * This is the getter method this will return the attribute value. * Uuid of ip address group(s). * It is a reference to an object of type ipaddrgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRefs */ @@ -89,7 +89,7 @@ public List getGroupRefs() { * This is the setter method. this will set the groupRefs * Uuid of ip address group(s). * It is a reference to an object of type ipaddrgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRefs */ @@ -101,7 +101,7 @@ public void setGroupRefs(List groupRefs) { * This is the setter method this will set the groupRefs * Uuid of ip address group(s). * It is a reference to an object of type ipaddrgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRefs */ @@ -117,7 +117,7 @@ public IpAddrMatch addGroupRefsItem(String groupRefsItem) { * This is the getter method this will return the attribute value. * Criterion to use for ip address matching the http request. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -129,7 +129,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for ip address matching the http request. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -139,7 +139,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * Ip address prefix(es). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -150,7 +150,7 @@ public List getPrefixes() { /** * This is the setter method. this will set the prefixes * Ip address prefix(es). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -161,7 +161,7 @@ public void setPrefixes(List prefixes) { /** * This is the setter method this will set the prefixes * Ip address prefix(es). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -175,7 +175,7 @@ public IpAddrMatch addPrefixesItem(IpAddrPrefix prefixesItem) { /** * This is the getter method this will return the attribute value. * Ip address range(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -186,7 +186,7 @@ public List getRanges() { /** * This is the setter method. this will set the ranges * Ip address range(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -197,7 +197,7 @@ public void setRanges(List ranges) { /** * This is the setter method this will set the ranges * Ip address range(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ diff --git a/java/src/com/vmware/avi/sdk/model/IpAddrPort.java b/java/src/com/vmware/avi/sdk/model/IpAddrPort.java index 036404f1ac..61ae212db5 100644 --- a/java/src/com/vmware/avi/sdk/model/IpAddrPort.java +++ b/java/src/com/vmware/avi/sdk/model/IpAddrPort.java @@ -39,7 +39,7 @@ public class IpAddrPort { * This is the getter method this will return the attribute value. * Hostname of server. * One of ip address or hostname should be set. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -51,7 +51,7 @@ public String getHostname() { * This is the setter method to the attribute. * Hostname of server. * One of ip address or hostname should be set. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -63,7 +63,7 @@ public void setHostname(String hostname) { * This is the getter method this will return the attribute value. * Ip address of host. * One of ip address or hostname should be set. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -75,7 +75,7 @@ public IpAddr getIp() { * This is the setter method to the attribute. * Ip address of host. * One of ip address or hostname should be set. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -85,7 +85,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -95,7 +95,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -107,7 +107,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Port number of server. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -119,7 +119,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Port number of server. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/java/src/com/vmware/avi/sdk/model/IpAddrPrefix.java b/java/src/com/vmware/avi/sdk/model/IpAddrPrefix.java index 5ae4f78946..4139ede767 100644 --- a/java/src/com/vmware/avi/sdk/model/IpAddrPrefix.java +++ b/java/src/com/vmware/avi/sdk/model/IpAddrPrefix.java @@ -31,7 +31,7 @@ public class IpAddrPrefix { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddr */ @@ -41,7 +41,7 @@ public IpAddr getIpAddr() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddr set the ipAddr. */ @@ -51,7 +51,7 @@ public void setIpAddr(IpAddr ipAddr) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mask */ @@ -61,7 +61,7 @@ public Integer getMask() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mask set the mask. */ diff --git a/java/src/com/vmware/avi/sdk/model/IpAddrRange.java b/java/src/com/vmware/avi/sdk/model/IpAddrRange.java index a599ce6167..89d3434ac5 100644 --- a/java/src/com/vmware/avi/sdk/model/IpAddrRange.java +++ b/java/src/com/vmware/avi/sdk/model/IpAddrRange.java @@ -32,7 +32,7 @@ public class IpAddrRange { /** * This is the getter method this will return the attribute value. * Starting ip address of the range. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return begin */ @@ -43,7 +43,7 @@ public IpAddr getBegin() { /** * This is the setter method to the attribute. * Starting ip address of the range. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param begin set the begin. */ @@ -54,7 +54,7 @@ public void setBegin(IpAddr begin) { /** * This is the getter method this will return the attribute value. * Ending ip address of the range. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return end */ @@ -65,7 +65,7 @@ public IpAddr getEnd() { /** * This is the setter method to the attribute. * Ending ip address of the range. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param end set the end. */ diff --git a/java/src/com/vmware/avi/sdk/model/IpAllocInfo.java b/java/src/com/vmware/avi/sdk/model/IpAllocInfo.java index 1d70b0b724..2186e54b6f 100644 --- a/java/src/com/vmware/avi/sdk/model/IpAllocInfo.java +++ b/java/src/com/vmware/avi/sdk/model/IpAllocInfo.java @@ -34,7 +34,7 @@ public class IpAllocInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -44,7 +44,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -54,7 +54,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mac */ @@ -64,7 +64,7 @@ public String getMac() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mac set the mac. */ @@ -74,7 +74,7 @@ public void setMac(String mac) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -84,7 +84,7 @@ public String getSeUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/IpCommunity.java b/java/src/com/vmware/avi/sdk/model/IpCommunity.java index b65068dbe5..88ec53e88c 100644 --- a/java/src/com/vmware/avi/sdk/model/IpCommunity.java +++ b/java/src/com/vmware/avi/sdk/model/IpCommunity.java @@ -37,7 +37,7 @@ public class IpCommunity { * Field introduced in 17.1.3. * Minimum of 1 items required. * Maximum of 16 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return community */ @@ -51,7 +51,7 @@ public List getCommunity() { * Field introduced in 17.1.3. * Minimum of 1 items required. * Maximum of 16 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return community */ @@ -65,7 +65,7 @@ public void setCommunity(List community) { * Field introduced in 17.1.3. * Minimum of 1 items required. * Maximum of 16 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return community */ @@ -81,7 +81,7 @@ public IpCommunity addCommunityItem(String communityItem) { * This is the getter method this will return the attribute value. * Beginning of ip address range. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipBegin */ @@ -93,7 +93,7 @@ public IpAddr getIpBegin() { * This is the setter method to the attribute. * Beginning of ip address range. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipBegin set the ipBegin. */ @@ -106,7 +106,7 @@ public void setIpBegin(IpAddr ipBegin) { * End of ip address range. * Optional if ip_begin is the only ip address in specified ip range. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipEnd */ @@ -119,7 +119,7 @@ public IpAddr getIpEnd() { * End of ip address range. * Optional if ip_begin is the only ip address in specified ip range. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipEnd set the ipEnd. */ diff --git a/java/src/com/vmware/avi/sdk/model/IpReputationConfig.java b/java/src/com/vmware/avi/sdk/model/IpReputationConfig.java index cc099a9ebf..7572a08138 100644 --- a/java/src/com/vmware/avi/sdk/model/IpReputationConfig.java +++ b/java/src/com/vmware/avi/sdk/model/IpReputationConfig.java @@ -21,6 +21,12 @@ @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) public class IpReputationConfig { + @JsonProperty("enable_ipv4_reputation") + private Boolean enableIpv4Reputation; + + @JsonProperty("enable_ipv6_reputation") + private Boolean enableIpv6Reputation; + @JsonProperty("ip_reputation_file_object_expiry_duration") private Integer ipReputationFileObjectExpiryDuration = 3; @@ -29,13 +35,61 @@ public class IpReputationConfig { + /** + * This is the getter method this will return the attribute value. + * Enable ipv4 reputation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return enableIpv4Reputation + */ + public Boolean getEnableIpv4Reputation() { + return enableIpv4Reputation; + } + + /** + * This is the setter method to the attribute. + * Enable ipv4 reputation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param enableIpv4Reputation set the enableIpv4Reputation. + */ + public void setEnableIpv4Reputation(Boolean enableIpv4Reputation) { + this.enableIpv4Reputation = enableIpv4Reputation; + } + + /** + * This is the getter method this will return the attribute value. + * Enable ipv6 reputation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return enableIpv6Reputation + */ + public Boolean getEnableIpv6Reputation() { + return enableIpv6Reputation; + } + + /** + * This is the setter method to the attribute. + * Enable ipv6 reputation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param enableIpv6Reputation set the enableIpv6Reputation. + */ + public void setEnableIpv6Reputation(Boolean enableIpv6Reputation) { + this.enableIpv6Reputation = enableIpv6Reputation; + } + /** * This is the getter method this will return the attribute value. * Ip reputation db file object expiry duration in days. * Allowed values are 1-7. * Field introduced in 20.1.1. * Unit is days. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return ipReputationFileObjectExpiryDuration */ @@ -49,7 +103,7 @@ public Integer getIpReputationFileObjectExpiryDuration() { * Allowed values are 1-7. * Field introduced in 20.1.1. * Unit is days. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param ipReputationFileObjectExpiryDuration set the ipReputationFileObjectExpiryDuration. */ @@ -63,8 +117,8 @@ public void setIpReputationFileObjectExpiryDuration(Integer ipReputationFileObj * Allowed values are 30-1440. * Field introduced in 20.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 60), basic edition(allowed values- 60), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 60), basic (allowed values- 60) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return ipReputationSyncInterval */ @@ -78,8 +132,8 @@ public Integer getIpReputationSyncInterval() { * Allowed values are 30-1440. * Field introduced in 20.1.1. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 60), basic edition(allowed values- 60), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 60), basic (allowed values- 60) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param ipReputationSyncInterval set the ipReputationSyncInterval. */ @@ -98,14 +152,18 @@ public boolean equals(java.lang.Object o) { } IpReputationConfig objIpReputationConfig = (IpReputationConfig) o; return Objects.equals(this.ipReputationSyncInterval, objIpReputationConfig.ipReputationSyncInterval)&& - Objects.equals(this.ipReputationFileObjectExpiryDuration, objIpReputationConfig.ipReputationFileObjectExpiryDuration); + Objects.equals(this.ipReputationFileObjectExpiryDuration, objIpReputationConfig.ipReputationFileObjectExpiryDuration)&& + Objects.equals(this.enableIpv4Reputation, objIpReputationConfig.enableIpv4Reputation)&& + Objects.equals(this.enableIpv6Reputation, objIpReputationConfig.enableIpv6Reputation); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class IpReputationConfig {\n"); - sb.append(" ipReputationFileObjectExpiryDuration: ").append(toIndentedString(ipReputationFileObjectExpiryDuration)).append("\n"); + sb.append(" enableIpv4Reputation: ").append(toIndentedString(enableIpv4Reputation)).append("\n"); + sb.append(" enableIpv6Reputation: ").append(toIndentedString(enableIpv6Reputation)).append("\n"); + sb.append(" ipReputationFileObjectExpiryDuration: ").append(toIndentedString(ipReputationFileObjectExpiryDuration)).append("\n"); sb.append(" ipReputationSyncInterval: ").append(toIndentedString(ipReputationSyncInterval)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/IpamDnsAwsProfile.java b/java/src/com/vmware/avi/sdk/model/IpamDnsAwsProfile.java index 2958d37e04..93d5cdb884 100644 --- a/java/src/com/vmware/avi/sdk/model/IpamDnsAwsProfile.java +++ b/java/src/com/vmware/avi/sdk/model/IpamDnsAwsProfile.java @@ -65,7 +65,7 @@ public class IpamDnsAwsProfile { /** * This is the getter method this will return the attribute value. * Aws access key id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return accessKeyId */ @@ -76,7 +76,7 @@ public String getAccessKeyId() { /** * This is the setter method to the attribute. * Aws access key id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param accessKeyId set the accessKeyId. */ @@ -88,7 +88,7 @@ public void setAccessKeyId(String accessKeyId) { * A list of subnets used for source ip allocation for egress services in openshift/k8s on aws. * Field introduced in 18.2.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return egressServiceSubnets */ @@ -101,7 +101,7 @@ public List getEgressServiceSubnets() { * A list of subnets used for source ip allocation for egress services in openshift/k8s on aws. * Field introduced in 18.2.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return egressServiceSubnets */ @@ -114,7 +114,7 @@ public void setEgressServiceSubnets(List egressServiceSubnets) { * A list of subnets used for source ip allocation for egress services in openshift/k8s on aws. * Field introduced in 18.2.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return egressServiceSubnets */ @@ -130,7 +130,7 @@ public IpamDnsAwsProfile addEgressServiceSubnetsItem(String egressServiceSubnets * This is the getter method this will return the attribute value. * Iam assume role for cross-account access. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return iamAssumeRole */ @@ -142,7 +142,7 @@ public String getIamAssumeRole() { * This is the setter method to the attribute. * Iam assume role for cross-account access. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param iamAssumeRole set the iamAssumeRole. */ @@ -155,7 +155,7 @@ public void setIamAssumeRole(String iamAssumeRole) { * If enabled and the virtual service is not floating ip capable, vip will be published to both private and public zones. * This flag is applicable only for aws dns profile. * Field introduced in 17.2.10. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return publishVipToPublicZone */ @@ -168,7 +168,7 @@ public Boolean getPublishVipToPublicZone() { * If enabled and the virtual service is not floating ip capable, vip will be published to both private and public zones. * This flag is applicable only for aws dns profile. * Field introduced in 17.2.10. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param publishVipToPublicZone set the publishVipToPublicZone. */ @@ -179,7 +179,7 @@ public void setPublishVipToPublicZone(Boolean publishVipToPublicZone) { /** * This is the getter method this will return the attribute value. * Aws region. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return region */ @@ -190,7 +190,7 @@ public String getRegion() { /** * This is the setter method to the attribute. * Aws region. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param region set the region. */ @@ -201,7 +201,7 @@ public void setRegion(String region) { /** * This is the getter method this will return the attribute value. * Aws secret access key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secretAccessKey */ @@ -212,7 +212,7 @@ public String getSecretAccessKey() { /** * This is the setter method to the attribute. * Aws secret access key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secretAccessKey set the secretAccessKey. */ @@ -226,7 +226,7 @@ public void setSecretAccessKey(String secretAccessKey) { * Allowed values are 1-172800. * Field introduced in 17.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return ttl */ @@ -240,7 +240,7 @@ public Integer getTtl() { * Allowed values are 1-172800. * Field introduced in 17.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param ttl set the ttl. */ @@ -251,7 +251,7 @@ public void setTtl(Integer ttl) { * This is the getter method this will return the attribute value. * Usable domains to pick from amazon route 53. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -263,7 +263,7 @@ public List getUsableDomains() { * This is the setter method. this will set the usableDomains * Usable domains to pick from amazon route 53. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -275,7 +275,7 @@ public void setUsableDomains(List usableDomains) { * This is the setter method this will set the usableDomains * Usable domains to pick from amazon route 53. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -292,7 +292,7 @@ public IpamDnsAwsProfile addUsableDomainsItem(String usableDomainsItem) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -306,7 +306,7 @@ public List getUsableNetworkUuids() { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -320,7 +320,7 @@ public void setUsableNetworkUuids(List usableNetworkUuids) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -335,7 +335,7 @@ public IpamDnsAwsProfile addUsableNetworkUuidsItem(String usableNetworkUuidsItem /** * This is the getter method this will return the attribute value. * Use iam roles instead of access and secret key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useIamRoles */ @@ -346,7 +346,7 @@ public Boolean getUseIamRoles() { /** * This is the setter method to the attribute. * Use iam roles instead of access and secret key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useIamRoles set the useIamRoles. */ @@ -357,7 +357,7 @@ public void setUseIamRoles(Boolean useIamRoles) { /** * This is the getter method this will return the attribute value. * Vpc name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpc */ @@ -368,7 +368,7 @@ public String getVpc() { /** * This is the setter method to the attribute. * Vpc name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpc set the vpc. */ @@ -379,7 +379,7 @@ public void setVpc(String vpc) { /** * This is the getter method this will return the attribute value. * Vpc id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcId */ @@ -390,7 +390,7 @@ public String getVpcId() { /** * This is the setter method to the attribute. * Vpc id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcId set the vpcId. */ @@ -401,7 +401,7 @@ public void setVpcId(String vpcId) { * This is the getter method this will return the attribute value. * Network configuration for virtual ip per az. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -413,7 +413,7 @@ public List getZones() { * This is the setter method. this will set the zones * Network configuration for virtual ip per az. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -425,7 +425,7 @@ public void setZones(List zones) { * This is the setter method this will set the zones * Network configuration for virtual ip per az. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ diff --git a/java/src/com/vmware/avi/sdk/model/IpamDnsAzureProfile.java b/java/src/com/vmware/avi/sdk/model/IpamDnsAzureProfile.java index e7143b08bb..2a449fc718 100644 --- a/java/src/com/vmware/avi/sdk/model/IpamDnsAzureProfile.java +++ b/java/src/com/vmware/avi/sdk/model/IpamDnsAzureProfile.java @@ -58,7 +58,7 @@ public class IpamDnsAzureProfile { * Service principal based credentials for azure. * Only one of azure_userpass or azure_serviceprincipal is allowed. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureServiceprincipal */ @@ -71,7 +71,7 @@ public AzureServicePrincipalCredentials getAzureServiceprincipal() { * Service principal based credentials for azure. * Only one of azure_userpass or azure_serviceprincipal is allowed. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureServiceprincipal set the azureServiceprincipal. */ @@ -84,7 +84,7 @@ public void setAzureServiceprincipal(AzureServicePrincipalCredentials azureServi * User name password based credentials for azure. * Only one of azure_userpass or azure_serviceprincipal is allowed. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureUserpass */ @@ -97,7 +97,7 @@ public AzureUserPassCredentials getAzureUserpass() { * User name password based credentials for azure. * Only one of azure_userpass or azure_serviceprincipal is allowed. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureUserpass set the azureUserpass. */ @@ -109,7 +109,7 @@ public void setAzureUserpass(AzureUserPassCredentials azureUserpass) { * Used for allocating egress service source ips. * Field introduced in 17.2.8. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return egressServiceSubnets */ @@ -122,7 +122,7 @@ public List getEgressServiceSubnets() { * Used for allocating egress service source ips. * Field introduced in 17.2.8. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return egressServiceSubnets */ @@ -135,7 +135,7 @@ public void setEgressServiceSubnets(List egressServiceSubnets) { * Used for allocating egress service source ips. * Field introduced in 17.2.8. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return egressServiceSubnets */ @@ -152,7 +152,7 @@ public IpamDnsAzureProfile addEgressServiceSubnetsItem(String egressServiceSubne * Azure resource group dedicated for avi controller. * Avi controller will create all its resources in this resource group. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceGroup */ @@ -165,7 +165,7 @@ public String getResourceGroup() { * Azure resource group dedicated for avi controller. * Avi controller will create all its resources in this resource group. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceGroup set the resourceGroup. */ @@ -177,7 +177,7 @@ public void setResourceGroup(String resourceGroup) { * This is the getter method this will return the attribute value. * Subscription id for the azure subscription. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subscriptionId */ @@ -189,7 +189,7 @@ public String getSubscriptionId() { * This is the setter method to the attribute. * Subscription id for the azure subscription. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subscriptionId set the subscriptionId. */ @@ -200,7 +200,7 @@ public void setSubscriptionId(String subscriptionId) { * This is the getter method this will return the attribute value. * Usable domains to pick from azure dns. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -212,7 +212,7 @@ public List getUsableDomains() { * This is the setter method. this will set the usableDomains * Usable domains to pick from azure dns. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -224,7 +224,7 @@ public void setUsableDomains(List usableDomains) { * This is the setter method this will set the usableDomains * Usable domains to pick from azure dns. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -242,7 +242,7 @@ public IpamDnsAzureProfile addUsableDomainsItem(String usableDomainsItem) { * allocation. * Field introduced in 17.2.1. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -257,7 +257,7 @@ public List getUsableNetworkUuids() { * allocation. * Field introduced in 17.2.1. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -272,7 +272,7 @@ public void setUsableNetworkUuids(List usableNetworkUuids) { * allocation. * Field introduced in 17.2.1. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -289,7 +289,7 @@ public IpamDnsAzureProfile addUsableNetworkUuidsItem(String usableNetworkUuidsIt * Use azure's enhanced ha features. * This needs a public ip to be associated with the vip. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useEnhancedHa */ @@ -302,7 +302,7 @@ public Boolean getUseEnhancedHa() { * Use azure's enhanced ha features. * This needs a public ip to be associated with the vip. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useEnhancedHa set the useEnhancedHa. */ @@ -315,7 +315,7 @@ public void setUseEnhancedHa(Boolean useEnhancedHa) { * Use standard sku azure load balancer. * By default basic sku load balancer is used. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useStandardAlb */ @@ -328,7 +328,7 @@ public Boolean getUseStandardAlb() { * Use standard sku azure load balancer. * By default basic sku load balancer is used. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useStandardAlb set the useStandardAlb. */ @@ -340,7 +340,7 @@ public void setUseStandardAlb(Boolean useStandardAlb) { * Virtual networks where virtual ips will belong. * Field introduced in 17.2.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualNetworkIds */ @@ -353,7 +353,7 @@ public List getVirtualNetworkIds() { * Virtual networks where virtual ips will belong. * Field introduced in 17.2.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualNetworkIds */ @@ -366,7 +366,7 @@ public void setVirtualNetworkIds(List virtualNetworkIds) { * Virtual networks where virtual ips will belong. * Field introduced in 17.2.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualNetworkIds */ diff --git a/java/src/com/vmware/avi/sdk/model/IpamDnsCustomProfile.java b/java/src/com/vmware/avi/sdk/model/IpamDnsCustomProfile.java index c563bb155c..ab89c1a024 100644 --- a/java/src/com/vmware/avi/sdk/model/IpamDnsCustomProfile.java +++ b/java/src/com/vmware/avi/sdk/model/IpamDnsCustomProfile.java @@ -39,7 +39,7 @@ public class IpamDnsCustomProfile { * This is the getter method this will return the attribute value. * It is a reference to an object of type customipamdnsprofile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customIpamDnsProfileRef */ @@ -51,7 +51,7 @@ public String getCustomIpamDnsProfileRef() { * This is the setter method to the attribute. * It is a reference to an object of type customipamdnsprofile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param customIpamDnsProfileRef set the customIpamDnsProfileRef. */ @@ -62,7 +62,7 @@ public void setCustomIpamDnsProfileRef(String customIpamDnsProfileRef) { * This is the getter method this will return the attribute value. * Custom parameters that will passed to the ipam/dns provider including but not limited to provider credentials and api version. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dynamicParams */ @@ -74,7 +74,7 @@ public List getDynamicParams() { * This is the setter method. this will set the dynamicParams * Custom parameters that will passed to the ipam/dns provider including but not limited to provider credentials and api version. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dynamicParams */ @@ -86,7 +86,7 @@ public void setDynamicParams(List dynamicParams) { * This is the setter method this will set the dynamicParams * Custom parameters that will passed to the ipam/dns provider including but not limited to provider credentials and api version. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dynamicParams */ @@ -101,7 +101,7 @@ public IpamDnsCustomProfile addDynamicParamsItem(CustomParams dynamicParamsItem) * This is the getter method this will return the attribute value. * Networks or subnets to use for custom ipam ip allocation. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableAllocSubnets */ @@ -113,7 +113,7 @@ public List getUsableAllocSubnets() { * This is the setter method. this will set the usableAllocSubnets * Networks or subnets to use for custom ipam ip allocation. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableAllocSubnets */ @@ -125,7 +125,7 @@ public void setUsableAllocSubnets(List usableAllocSubnets) { * This is the setter method this will set the usableAllocSubnets * Networks or subnets to use for custom ipam ip allocation. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableAllocSubnets */ @@ -140,7 +140,7 @@ public IpamDnsCustomProfile addUsableAllocSubnetsItem(CustomIpamSubnet usableAll * This is the getter method this will return the attribute value. * Usable domains. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -152,7 +152,7 @@ public List getUsableDomains() { * This is the setter method. this will set the usableDomains * Usable domains. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -164,7 +164,7 @@ public void setUsableDomains(List usableDomains) { * This is the setter method this will set the usableDomains * Usable domains. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ diff --git a/java/src/com/vmware/avi/sdk/model/IpamDnsGCPProfile.java b/java/src/com/vmware/avi/sdk/model/IpamDnsGCPProfile.java index 7e0a7f1d7a..924899e8ad 100644 --- a/java/src/com/vmware/avi/sdk/model/IpamDnsGCPProfile.java +++ b/java/src/com/vmware/avi/sdk/model/IpamDnsGCPProfile.java @@ -49,7 +49,7 @@ public class IpamDnsGCPProfile { * Match se group subnets for vip placement. * Default is to not match se group subnets. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return matchSeGroupSubnet */ @@ -62,7 +62,7 @@ public Boolean getMatchSeGroupSubnet() { * Match se group subnets for vip placement. * Default is to not match se group subnets. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param matchSeGroupSubnet set the matchSeGroupSubnet. */ @@ -75,7 +75,7 @@ public void setMatchSeGroupSubnet(Boolean matchSeGroupSubnet) { * Google cloud platform network host project id. * This is the host project in which google cloud platform network resides. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkHostProjectId */ @@ -88,7 +88,7 @@ public String getNetworkHostProjectId() { * Google cloud platform network host project id. * This is the host project in which google cloud platform network resides. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkHostProjectId set the networkHostProjectId. */ @@ -100,7 +100,7 @@ public void setNetworkHostProjectId(String networkHostProjectId) { * This is the getter method this will return the attribute value. * Google cloud platform region name. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return regionName */ @@ -112,7 +112,7 @@ public String getRegionName() { * This is the setter method to the attribute. * Google cloud platform region name. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param regionName set the regionName. */ @@ -127,7 +127,7 @@ public void setRegionName(String regionName) { * This field is optional. * By default it will use the value of the field network_host_project_id. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seProjectId */ @@ -142,7 +142,7 @@ public String getSeProjectId() { * This field is optional. * By default it will use the value of the field network_host_project_id. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seProjectId set the seProjectId. */ @@ -155,7 +155,7 @@ public void setSeProjectId(String seProjectId) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkRefs */ @@ -169,7 +169,7 @@ public List getUsableNetworkRefs() { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkRefs */ @@ -183,7 +183,7 @@ public void setUsableNetworkRefs(List usableNetworkRefs) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkRefs */ @@ -198,9 +198,9 @@ public IpamDnsGCPProfile addUsableNetworkRefsItem(String usableNetworkRefsItem) /** * This is the getter method this will return the attribute value. * Use google cloud platform network for private vip allocation. - * By default avi vantage network is used for private vip allocation. + * By default avi network is used for private vip allocation. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useGcpNetwork */ @@ -211,9 +211,9 @@ public Boolean getUseGcpNetwork() { /** * This is the setter method to the attribute. * Use google cloud platform network for private vip allocation. - * By default avi vantage network is used for private vip allocation. + * By default avi network is used for private vip allocation. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useGcpNetwork set the useGcpNetwork. */ @@ -225,7 +225,7 @@ public void setUseGcpNetwork(Boolean useGcpNetwork) { * This is the getter method this will return the attribute value. * Google cloud platform vpc network name. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcNetworkName */ @@ -237,7 +237,7 @@ public String getVpcNetworkName() { * This is the setter method to the attribute. * Google cloud platform vpc network name. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcNetworkName set the vpcNetworkName. */ diff --git a/java/src/com/vmware/avi/sdk/model/IpamDnsInfobloxProfile.java b/java/src/com/vmware/avi/sdk/model/IpamDnsInfobloxProfile.java index f5a9b36808..770824d3c9 100644 --- a/java/src/com/vmware/avi/sdk/model/IpamDnsInfobloxProfile.java +++ b/java/src/com/vmware/avi/sdk/model/IpamDnsInfobloxProfile.java @@ -56,7 +56,7 @@ public class IpamDnsInfobloxProfile { /** * This is the getter method this will return the attribute value. * Dns view used for infoblox host record creation, if this field is not configured by the user, then its value will be set to 'default'. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsView */ @@ -67,7 +67,7 @@ public String getDnsView() { /** * This is the setter method to the attribute. * Dns view used for infoblox host record creation, if this field is not configured by the user, then its value will be set to 'default'. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsView set the dnsView. */ @@ -78,7 +78,7 @@ public void setDnsView(String dnsView) { * This is the getter method this will return the attribute value. * Custom parameters that will passed to the infoblox provider as extensible attributes. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return extensibleAttributes */ @@ -90,7 +90,7 @@ public List getExtensibleAttributes() { * This is the setter method. this will set the extensibleAttributes * Custom parameters that will passed to the infoblox provider as extensible attributes. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return extensibleAttributes */ @@ -102,7 +102,7 @@ public void setExtensibleAttributes(List extensibleAttributes) { * This is the setter method this will set the extensibleAttributes * Custom parameters that will passed to the infoblox provider as extensible attributes. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return extensibleAttributes */ @@ -118,7 +118,7 @@ public IpamDnsInfobloxProfile addExtensibleAttributesItem(CustomParams extensibl * This is the getter method this will return the attribute value. * Ipv6 address of infoblox appliance. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -130,7 +130,7 @@ public IpAddr getIp6Address() { * This is the setter method to the attribute. * Ipv6 address of infoblox appliance. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6Address set the ip6Address. */ @@ -141,7 +141,7 @@ public void setIp6Address(IpAddr ip6Address) { /** * This is the getter method this will return the attribute value. * Ipv4 address of infoblox appliance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -152,7 +152,7 @@ public IpAddr getIpAddress() { /** * This is the setter method to the attribute. * Ipv4 address of infoblox appliance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddress set the ipAddress. */ @@ -163,7 +163,7 @@ public void setIpAddress(IpAddr ipAddress) { /** * This is the getter method this will return the attribute value. * Network view used for infoblox host record creation, if this field is not configured by the user, then its value will be set to 'default'. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkView */ @@ -174,7 +174,7 @@ public String getNetworkView() { /** * This is the setter method to the attribute. * Network view used for infoblox host record creation, if this field is not configured by the user, then its value will be set to 'default'. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkView set the networkView. */ @@ -185,7 +185,7 @@ public void setNetworkView(String networkView) { /** * This is the getter method this will return the attribute value. * Password for api access for infoblox appliance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -196,7 +196,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * Password for api access for infoblox appliance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -207,7 +207,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Subnets to use for infoblox ip allocation. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableAllocSubnets */ @@ -219,7 +219,7 @@ public List getUsableAllocSubnets() { * This is the setter method. this will set the usableAllocSubnets * Subnets to use for infoblox ip allocation. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableAllocSubnets */ @@ -231,7 +231,7 @@ public void setUsableAllocSubnets(List usableAllocSubnets) { * This is the setter method this will set the usableAllocSubnets * Subnets to use for infoblox ip allocation. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableAllocSubnets */ @@ -245,7 +245,7 @@ public IpamDnsInfobloxProfile addUsableAllocSubnetsItem(InfobloxSubnet usableAll /** * This is the getter method this will return the attribute value. * Usable domains to pick from infoblox. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -256,7 +256,7 @@ public List getUsableDomains() { /** * This is the setter method. this will set the usableDomains * Usable domains to pick from infoblox. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -267,7 +267,7 @@ public void setUsableDomains(List usableDomains) { /** * This is the setter method this will set the usableDomains * Usable domains to pick from infoblox. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -282,7 +282,7 @@ public IpamDnsInfobloxProfile addUsableDomainsItem(String usableDomainsItem) { /** * This is the getter method this will return the attribute value. * Username for api access for infoblox appliance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -293,7 +293,7 @@ public String getUsername() { /** * This is the setter method to the attribute. * Username for api access for infoblox appliance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ @@ -304,7 +304,7 @@ public void setUsername(String username) { /** * This is the getter method this will return the attribute value. * Wapi version. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "2.0". * @return wapiVersion */ @@ -315,7 +315,7 @@ public String getWapiVersion() { /** * This is the setter method to the attribute. * Wapi version. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "2.0". * @param wapiVersion set the wapiVersion. */ diff --git a/java/src/com/vmware/avi/sdk/model/IpamDnsInternalProfile.java b/java/src/com/vmware/avi/sdk/model/IpamDnsInternalProfile.java index feb525ecbb..ba41697614 100644 --- a/java/src/com/vmware/avi/sdk/model/IpamDnsInternalProfile.java +++ b/java/src/com/vmware/avi/sdk/model/IpamDnsInternalProfile.java @@ -37,7 +37,7 @@ public class IpamDnsInternalProfile { /** * This is the getter method this will return the attribute value. * List of service domains. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsServiceDomain */ @@ -48,7 +48,7 @@ public List getDnsServiceDomain() { /** * This is the setter method. this will set the dnsServiceDomain * List of service domains. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsServiceDomain */ @@ -59,7 +59,7 @@ public void setDnsServiceDomain(List dnsServiceDomain) { /** * This is the setter method this will set the dnsServiceDomain * List of service domains. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsServiceDomain */ @@ -75,7 +75,7 @@ public IpamDnsInternalProfile addDnsServiceDomainItem(DnsServiceDomain dnsServic * This is the getter method this will return the attribute value. * Avi virtualservice to be used for serving dns records. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVirtualserviceRef */ @@ -87,7 +87,7 @@ public String getDnsVirtualserviceRef() { * This is the setter method to the attribute. * Avi virtualservice to be used for serving dns records. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsVirtualserviceRef set the dnsVirtualserviceRef. */ @@ -100,8 +100,8 @@ public void setDnsVirtualserviceRef(String dnsVirtualserviceRef) { * Default ttl for all records, overridden by ttl value for each service domain configured in dnsservicedomain. * Allowed values are 1-604800. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 30), basic edition(allowed values- 30), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 30), basic (allowed values- 30) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return ttl */ @@ -114,8 +114,8 @@ public Integer getTtl() { * Default ttl for all records, overridden by ttl value for each service domain configured in dnsservicedomain. * Allowed values are 1-604800. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 30), basic edition(allowed values- 30), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 30), basic (allowed values- 30) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param ttl set the ttl. */ @@ -128,8 +128,7 @@ public void setTtl(Integer ttl) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworks */ @@ -143,8 +142,7 @@ public List getUsableNetworks() { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworks */ @@ -158,8 +156,7 @@ public void setUsableNetworks(List usableNetworks) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworks */ diff --git a/java/src/com/vmware/avi/sdk/model/IpamDnsOCIProfile.java b/java/src/com/vmware/avi/sdk/model/IpamDnsOCIProfile.java index c22c399270..b8b14414a6 100644 --- a/java/src/com/vmware/avi/sdk/model/IpamDnsOCIProfile.java +++ b/java/src/com/vmware/avi/sdk/model/IpamDnsOCIProfile.java @@ -43,7 +43,7 @@ public class IpamDnsOCIProfile { * Credentials to access oracle cloud. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudCredentialsRef */ @@ -56,7 +56,7 @@ public String getCloudCredentialsRef() { * Credentials to access oracle cloud. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudCredentialsRef set the cloudCredentialsRef. */ @@ -68,7 +68,7 @@ public void setCloudCredentialsRef(String cloudCredentialsRef) { * This is the getter method this will return the attribute value. * Region in which oracle cloud resource resides. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return region */ @@ -80,7 +80,7 @@ public String getRegion() { * This is the setter method to the attribute. * Region in which oracle cloud resource resides. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param region set the region. */ @@ -92,7 +92,7 @@ public void setRegion(String region) { * This is the getter method this will return the attribute value. * Oracle cloud id for tenant aka root compartment. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenancy */ @@ -104,7 +104,7 @@ public String getTenancy() { * This is the setter method to the attribute. * Oracle cloud id for tenant aka root compartment. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenancy set the tenancy. */ @@ -116,7 +116,7 @@ public void setTenancy(String tenancy) { * This is the getter method this will return the attribute value. * Oracle cloud compartment id in which vcn resides. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcnCompartmentId */ @@ -128,7 +128,7 @@ public String getVcnCompartmentId() { * This is the setter method to the attribute. * Oracle cloud compartment id in which vcn resides. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcnCompartmentId set the vcnCompartmentId. */ @@ -140,7 +140,7 @@ public void setVcnCompartmentId(String vcnCompartmentId) { * This is the getter method this will return the attribute value. * Virtual cloud network id where virtual ip will belong. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcnId */ @@ -152,7 +152,7 @@ public String getVcnId() { * This is the setter method to the attribute. * Virtual cloud network id where virtual ip will belong. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcnId set the vcnId. */ diff --git a/java/src/com/vmware/avi/sdk/model/IpamDnsOpenstackProfile.java b/java/src/com/vmware/avi/sdk/model/IpamDnsOpenstackProfile.java index 1115e80367..ac9f5d1ae5 100644 --- a/java/src/com/vmware/avi/sdk/model/IpamDnsOpenstackProfile.java +++ b/java/src/com/vmware/avi/sdk/model/IpamDnsOpenstackProfile.java @@ -44,7 +44,7 @@ public class IpamDnsOpenstackProfile { /** * This is the getter method this will return the attribute value. * Keystone's hostname or ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keystoneHost */ @@ -55,7 +55,7 @@ public String getKeystoneHost() { /** * This is the setter method to the attribute. * Keystone's hostname or ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keystoneHost set the keystoneHost. */ @@ -65,8 +65,8 @@ public void setKeystoneHost(String keystoneHost) { /** * This is the getter method this will return the attribute value. - * The password avi vantage will use when authenticating to keystone. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * The password avi will use when authenticating to keystone. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -76,8 +76,8 @@ public String getPassword() { /** * This is the setter method to the attribute. - * The password avi vantage will use when authenticating to keystone. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * The password avi will use when authenticating to keystone. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -88,7 +88,7 @@ public void setPassword(String password) { /** * This is the getter method this will return the attribute value. * Region name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return region */ @@ -99,7 +99,7 @@ public String getRegion() { /** * This is the setter method to the attribute. * Region name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param region set the region. */ @@ -110,7 +110,7 @@ public void setRegion(String region) { /** * This is the getter method this will return the attribute value. * Openstack tenant name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenant */ @@ -121,7 +121,7 @@ public String getTenant() { /** * This is the setter method to the attribute. * Openstack tenant name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenant set the tenant. */ @@ -131,8 +131,8 @@ public void setTenant(String tenant) { /** * This is the getter method this will return the attribute value. - * The username avi vantage will use when authenticating to keystone. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * The username avi will use when authenticating to keystone. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -142,8 +142,8 @@ public String getUsername() { /** * This is the setter method to the attribute. - * The username avi vantage will use when authenticating to keystone. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * The username avi will use when authenticating to keystone. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ @@ -154,7 +154,7 @@ public void setUsername(String username) { /** * This is the getter method this will return the attribute value. * Network to be used for vip allocation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipNetworkName */ @@ -165,7 +165,7 @@ public String getVipNetworkName() { /** * This is the setter method to the attribute. * Network to be used for vip allocation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipNetworkName set the vipNetworkName. */ diff --git a/java/src/com/vmware/avi/sdk/model/IpamDnsProviderProfile.java b/java/src/com/vmware/avi/sdk/model/IpamDnsProviderProfile.java index 0fe5d3ea70..b606c1db57 100644 --- a/java/src/com/vmware/avi/sdk/model/IpamDnsProviderProfile.java +++ b/java/src/com/vmware/avi/sdk/model/IpamDnsProviderProfile.java @@ -77,9 +77,9 @@ public class IpamDnsProviderProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * If this flag is set, only allocate ip from networks in the virtual service vrf. - * Applicable for avi vantage ipam only. + * Applicable for avi ipam only. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allocateIpInVrf */ @@ -90,9 +90,9 @@ public Boolean getAllocateIpInVrf() { /** * This is the setter method to the attribute. * If this flag is set, only allocate ip from networks in the virtual service vrf. - * Applicable for avi vantage ipam only. + * Applicable for avi ipam only. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allocateIpInVrf set the allocateIpInVrf. */ @@ -103,7 +103,7 @@ public void setAllocateIpInVrf(Boolean allocateIpInVrf) { /** * This is the getter method this will return the attribute value. * Provider details if type is aws. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return awsProfile */ @@ -114,7 +114,7 @@ public IpamDnsAwsProfile getAwsProfile() { /** * This is the setter method to the attribute. * Provider details if type is aws. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param awsProfile set the awsProfile. */ @@ -126,7 +126,7 @@ public void setAwsProfile(IpamDnsAwsProfile awsProfile) { * This is the getter method this will return the attribute value. * Provider details if type is microsoft azure. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureProfile */ @@ -138,7 +138,7 @@ public IpamDnsAzureProfile getAzureProfile() { * This is the setter method to the attribute. * Provider details if type is microsoft azure. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureProfile set the azureProfile. */ @@ -150,7 +150,7 @@ public void setAzureProfile(IpamDnsAzureProfile azureProfile) { * This is the getter method this will return the attribute value. * Provider details if type is custom. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customProfile */ @@ -162,7 +162,7 @@ public IpamDnsCustomProfile getCustomProfile() { * This is the setter method to the attribute. * Provider details if type is custom. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param customProfile set the customProfile. */ @@ -173,7 +173,7 @@ public void setCustomProfile(IpamDnsCustomProfile customProfile) { /** * This is the getter method this will return the attribute value. * Provider details if type is google cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcpProfile */ @@ -184,7 +184,7 @@ public IpamDnsGCPProfile getGcpProfile() { /** * This is the setter method to the attribute. * Provider details if type is google cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcpProfile set the gcpProfile. */ @@ -195,7 +195,7 @@ public void setGcpProfile(IpamDnsGCPProfile gcpProfile) { /** * This is the getter method this will return the attribute value. * Provider details if type is infoblox. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return infobloxProfile */ @@ -206,7 +206,7 @@ public IpamDnsInfobloxProfile getInfobloxProfile() { /** * This is the setter method to the attribute. * Provider details if type is infoblox. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param infobloxProfile set the infobloxProfile. */ @@ -217,7 +217,7 @@ public void setInfobloxProfile(IpamDnsInfobloxProfile infobloxProfile) { /** * This is the getter method this will return the attribute value. * Provider details if type is avi. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return internalProfile */ @@ -228,7 +228,7 @@ public IpamDnsInternalProfile getInternalProfile() { /** * This is the setter method to the attribute. * Provider details if type is avi. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param internalProfile set the internalProfile. */ @@ -239,8 +239,7 @@ public void setInternalProfile(IpamDnsInternalProfile internalProfile) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -252,8 +251,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -265,8 +263,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -281,7 +278,7 @@ public IpamDnsProviderProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Name for the ipam/dns provider profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -292,7 +289,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name for the ipam/dns provider profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -304,7 +301,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Provider details for oracle cloud. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ociProfile */ @@ -316,7 +313,7 @@ public IpamDnsOCIProfile getOciProfile() { * This is the setter method to the attribute. * Provider details for oracle cloud. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ociProfile set the ociProfile. */ @@ -327,7 +324,7 @@ public void setOciProfile(IpamDnsOCIProfile ociProfile) { /** * This is the getter method this will return the attribute value. * Provider details if type is openstack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return openstackProfile */ @@ -338,7 +335,7 @@ public IpamDnsOpenstackProfile getOpenstackProfile() { /** * This is the setter method to the attribute. * Provider details if type is openstack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param openstackProfile set the openstackProfile. */ @@ -349,7 +346,7 @@ public void setOpenstackProfile(IpamDnsOpenstackProfile openstackProfile) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return proxyConfiguration */ @@ -360,7 +357,7 @@ public ProxyConfiguration getProxyConfiguration() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param proxyConfiguration set the proxyConfiguration. */ @@ -371,7 +368,7 @@ public void setProxyConfiguration(ProxyConfiguration proxyConfiguration) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -382,7 +379,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -394,7 +391,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Provider details for tencent cloud. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tencentProfile */ @@ -406,7 +403,7 @@ public IpamDnsTencentProfile getTencentProfile() { * This is the setter method to the attribute. * Provider details for tencent cloud. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tencentProfile set the tencentProfile. */ @@ -420,8 +417,8 @@ public void setTencentProfile(IpamDnsTencentProfile tencentProfile) { * Enum options - IPAMDNS_TYPE_INFOBLOX, IPAMDNS_TYPE_AWS, IPAMDNS_TYPE_OPENSTACK, IPAMDNS_TYPE_GCP, IPAMDNS_TYPE_INFOBLOX_DNS, IPAMDNS_TYPE_CUSTOM, * IPAMDNS_TYPE_CUSTOM_DNS, IPAMDNS_TYPE_AZURE, IPAMDNS_TYPE_OCI, IPAMDNS_TYPE_TENCENT, IPAMDNS_TYPE_INTERNAL, IPAMDNS_TYPE_INTERNAL_DNS, * IPAMDNS_TYPE_AWS_DNS, IPAMDNS_TYPE_AZURE_DNS. - * Allowed in enterprise edition with any value, essentials edition(allowed values- ipamdns_type_internal), basic edition(allowed values- - * ipamdns_type_internal), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- ipamdns_type_internal), basic (allowed values- ipamdns_type_internal) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -435,8 +432,8 @@ public String getType() { * Enum options - IPAMDNS_TYPE_INFOBLOX, IPAMDNS_TYPE_AWS, IPAMDNS_TYPE_OPENSTACK, IPAMDNS_TYPE_GCP, IPAMDNS_TYPE_INFOBLOX_DNS, IPAMDNS_TYPE_CUSTOM, * IPAMDNS_TYPE_CUSTOM_DNS, IPAMDNS_TYPE_AZURE, IPAMDNS_TYPE_OCI, IPAMDNS_TYPE_TENCENT, IPAMDNS_TYPE_INTERNAL, IPAMDNS_TYPE_INTERNAL_DNS, * IPAMDNS_TYPE_AWS_DNS, IPAMDNS_TYPE_AZURE_DNS. - * Allowed in enterprise edition with any value, essentials edition(allowed values- ipamdns_type_internal), basic edition(allowed values- - * ipamdns_type_internal), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- ipamdns_type_internal), basic (allowed values- ipamdns_type_internal) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -464,7 +461,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the ipam/dns provider profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -475,7 +472,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the ipam/dns provider profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/IpamDnsTencentProfile.java b/java/src/com/vmware/avi/sdk/model/IpamDnsTencentProfile.java index 98664b77f6..eaa708372a 100644 --- a/java/src/com/vmware/avi/sdk/model/IpamDnsTencentProfile.java +++ b/java/src/com/vmware/avi/sdk/model/IpamDnsTencentProfile.java @@ -43,7 +43,7 @@ public class IpamDnsTencentProfile { * Credentials to access tencent cloud. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudCredentialsRef */ @@ -56,7 +56,7 @@ public String getCloudCredentialsRef() { * Credentials to access tencent cloud. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudCredentialsRef set the cloudCredentialsRef. */ @@ -68,7 +68,7 @@ public void setCloudCredentialsRef(String cloudCredentialsRef) { * This is the getter method this will return the attribute value. * Vpc region. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return region */ @@ -80,7 +80,7 @@ public String getRegion() { * This is the setter method to the attribute. * Vpc region. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param region set the region. */ @@ -93,7 +93,7 @@ public void setRegion(String region) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableSubnetIds */ @@ -107,7 +107,7 @@ public List getUsableSubnetIds() { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableSubnetIds */ @@ -121,7 +121,7 @@ public void setUsableSubnetIds(List usableSubnetIds) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableSubnetIds */ @@ -137,7 +137,7 @@ public IpamDnsTencentProfile addUsableSubnetIdsItem(String usableSubnetIdsItem) * This is the getter method this will return the attribute value. * Vpc id. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcId */ @@ -149,7 +149,7 @@ public String getVpcId() { * This is the setter method to the attribute. * Vpc id. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcId set the vpcId. */ @@ -160,7 +160,7 @@ public void setVpcId(String vpcId) { * This is the getter method this will return the attribute value. * Network configuration for virtual ip per az. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -172,7 +172,7 @@ public List getZones() { * This is the setter method. this will set the zones * Network configuration for virtual ip per az. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -184,7 +184,7 @@ public void setZones(List zones) { * This is the setter method this will set the zones * Network configuration for virtual ip per az. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ diff --git a/java/src/com/vmware/avi/sdk/model/IpamUsableNetwork.java b/java/src/com/vmware/avi/sdk/model/IpamUsableNetwork.java index 388e4fa20c..097212b5d4 100644 --- a/java/src/com/vmware/avi/sdk/model/IpamUsableNetwork.java +++ b/java/src/com/vmware/avi/sdk/model/IpamUsableNetwork.java @@ -33,7 +33,7 @@ public class IpamUsableNetwork { * Labels as key value pairs, used for selection of ipam networks. * Field introduced in 20.1.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -46,7 +46,7 @@ public List getLabels() { * Labels as key value pairs, used for selection of ipam networks. * Field introduced in 20.1.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -59,7 +59,7 @@ public void setLabels(List labels) { * Labels as key value pairs, used for selection of ipam networks. * Field introduced in 20.1.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -76,7 +76,7 @@ public IpamUsableNetwork addLabelsItem(KeyValueTuple labelsItem) { * Network. * It is a reference to an object of type network. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nwRef */ @@ -89,7 +89,7 @@ public String getNwRef() { * Network. * It is a reference to an object of type network. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nwRef set the nwRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/IptableRule.java b/java/src/com/vmware/avi/sdk/model/IptableRule.java index 044b290a9b..551c1c3ea5 100644 --- a/java/src/com/vmware/avi/sdk/model/IptableRule.java +++ b/java/src/com/vmware/avi/sdk/model/IptableRule.java @@ -56,7 +56,7 @@ public class IptableRule { /** * This is the getter method this will return the attribute value. * Enum options - ACCEPT, DROP, REJECT, DNAT, MASQUERADE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -67,7 +67,7 @@ public String getAction() { /** * This is the setter method to the attribute. * Enum options - ACCEPT, DROP, REJECT, DNAT, MASQUERADE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -77,7 +77,7 @@ public void setAction(String action) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnatIp */ @@ -87,7 +87,7 @@ public IpAddr getDnatIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnatIp set the dnatIp. */ @@ -97,7 +97,7 @@ public void setDnatIp(IpAddr dnatIp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dstIp */ @@ -107,7 +107,7 @@ public IpAddrPrefix getDstIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dstIp set the dstIp. */ @@ -117,7 +117,7 @@ public void setDstIp(IpAddrPrefix dstIp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dstPort */ @@ -127,7 +127,7 @@ public PortRange getDstPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dstPort set the dstPort. */ @@ -137,7 +137,7 @@ public void setDstPort(PortRange dstPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return inputInterface */ @@ -147,7 +147,7 @@ public String getInputInterface() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param inputInterface set the inputInterface. */ @@ -157,7 +157,7 @@ public void setInputInterface(String inputInterface) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return outputInterface */ @@ -167,7 +167,7 @@ public String getOutputInterface() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param outputInterface set the outputInterface. */ @@ -178,7 +178,7 @@ public void setOutputInterface(String outputInterface) { /** * This is the getter method this will return the attribute value. * Enum options - PROTO_TCP, PROTO_UDP, PROTO_ICMP, PROTO_ALL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return proto */ @@ -189,7 +189,7 @@ public String getProto() { /** * This is the setter method to the attribute. * Enum options - PROTO_TCP, PROTO_UDP, PROTO_ICMP, PROTO_ALL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param proto set the proto. */ @@ -199,7 +199,7 @@ public void setProto(String proto) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcIp */ @@ -209,7 +209,7 @@ public IpAddrPrefix getSrcIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcIp set the srcIp. */ @@ -219,7 +219,7 @@ public void setSrcIp(IpAddrPrefix srcIp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcPort */ @@ -229,7 +229,7 @@ public PortRange getSrcPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcPort set the srcPort. */ @@ -239,7 +239,7 @@ public void setSrcPort(PortRange srcPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tag */ @@ -249,7 +249,7 @@ public String getTag() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tag set the tag. */ diff --git a/java/src/com/vmware/avi/sdk/model/IptableRuleSet.java b/java/src/com/vmware/avi/sdk/model/IptableRuleSet.java index 871c5f2ee0..a6ec581c85 100644 --- a/java/src/com/vmware/avi/sdk/model/IptableRuleSet.java +++ b/java/src/com/vmware/avi/sdk/model/IptableRuleSet.java @@ -34,7 +34,7 @@ public class IptableRuleSet { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return chain */ @@ -44,7 +44,7 @@ public String getChain() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param chain set the chain. */ @@ -53,7 +53,7 @@ public void setChain(String chain) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -63,7 +63,7 @@ public List getRules() { /** * This is the setter method. this will set the rules - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -73,7 +73,7 @@ public void setRules(List rules) { /** * This is the setter method this will set the rules - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -87,7 +87,7 @@ public IptableRuleSet addRulesItem(IptableRule rulesItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return table */ @@ -97,7 +97,7 @@ public String getTable() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param table set the table. */ diff --git a/java/src/com/vmware/avi/sdk/model/JWSKey.java b/java/src/com/vmware/avi/sdk/model/JWSKey.java index 4cfb061588..ec612e555d 100644 --- a/java/src/com/vmware/avi/sdk/model/JWSKey.java +++ b/java/src/com/vmware/avi/sdk/model/JWSKey.java @@ -39,7 +39,7 @@ public class JWSKey { * This is the getter method this will return the attribute value. * Algorithm that need to be used while signing/validation, allowed values hs256, hs384, hs512. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HS256". * @return alg */ @@ -51,7 +51,7 @@ public String getAlg() { * This is the setter method to the attribute. * Algorithm that need to be used while signing/validation, allowed values hs256, hs384, hs512. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HS256". * @param alg set the alg. */ @@ -64,7 +64,7 @@ public void setAlg(String alg) { * Secret jwk for signing/validation, length of the key varies depending upon the type of algorithm used for key generation {hs256 32 bytes, hs384 * 48bytes, hs512 64 bytes}. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -77,7 +77,7 @@ public String getKey() { * Secret jwk for signing/validation, length of the key varies depending upon the type of algorithm used for key generation {hs256 32 bytes, hs384 * 48bytes, hs512 64 bytes}. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -89,7 +89,7 @@ public void setKey(String key) { * This is the getter method this will return the attribute value. * Unique key id across all keys. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kid */ @@ -101,7 +101,7 @@ public String getKid() { * This is the setter method to the attribute. * Unique key id across all keys. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param kid set the kid. */ @@ -113,7 +113,7 @@ public void setKid(String kid) { * This is the getter method this will return the attribute value. * Secret key type/format, allowed value octet(oct). * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "oct". * @return kty */ @@ -125,7 +125,7 @@ public String getKty() { * This is the setter method to the attribute. * Secret key type/format, allowed value octet(oct). * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "oct". * @param kty set the kty. */ diff --git a/java/src/com/vmware/avi/sdk/model/JWTClaimMatch.java b/java/src/com/vmware/avi/sdk/model/JWTClaimMatch.java index 63ef0853e2..2411ba9301 100644 --- a/java/src/com/vmware/avi/sdk/model/JWTClaimMatch.java +++ b/java/src/com/vmware/avi/sdk/model/JWTClaimMatch.java @@ -48,7 +48,7 @@ public class JWTClaimMatch { * This is the getter method this will return the attribute value. * Boolean value against which the claim is matched. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return boolMatch */ @@ -60,7 +60,7 @@ public Boolean getBoolMatch() { * This is the setter method to the attribute. * Boolean value against which the claim is matched. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param boolMatch set the boolMatch. */ @@ -72,7 +72,7 @@ public void setBoolMatch(Boolean boolMatch) { * This is the getter method this will return the attribute value. * Integer value against which the claim is matched. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return intMatch */ @@ -84,7 +84,7 @@ public Integer getIntMatch() { * This is the setter method to the attribute. * Integer value against which the claim is matched. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param intMatch set the intMatch. */ @@ -96,7 +96,7 @@ public void setIntMatch(Integer intMatch) { * This is the getter method this will return the attribute value. * Specified claim should be present in the jwt. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isMandatory */ @@ -108,7 +108,7 @@ public Boolean getIsMandatory() { * This is the setter method to the attribute. * Specified claim should be present in the jwt. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isMandatory set the isMandatory. */ @@ -120,7 +120,7 @@ public void setIsMandatory(Boolean isMandatory) { * This is the getter method this will return the attribute value. * Jwt claim name to be validated. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -132,7 +132,7 @@ public String getName() { * This is the setter method to the attribute. * Jwt claim name to be validated. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -144,7 +144,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * String values against which the claim is matched. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringMatch */ @@ -156,7 +156,7 @@ public StringMatch getStringMatch() { * This is the setter method to the attribute. * String values against which the claim is matched. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stringMatch set the stringMatch. */ @@ -169,7 +169,7 @@ public void setStringMatch(StringMatch stringMatch) { * Specifies the type of the claim. * Enum options - JWT_CLAIM_TYPE_BOOL, JWT_CLAIM_TYPE_INT, JWT_CLAIM_TYPE_STRING. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -182,7 +182,7 @@ public String getType() { * Specifies the type of the claim. * Enum options - JWT_CLAIM_TYPE_BOOL, JWT_CLAIM_TYPE_INT, JWT_CLAIM_TYPE_STRING. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -194,7 +194,7 @@ public void setType(String type) { * This is the getter method this will return the attribute value. * Specifies whether to validate the claim value. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return validate */ @@ -206,7 +206,7 @@ public Boolean getValidate() { * This is the setter method to the attribute. * Specifies whether to validate the claim value. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param validate set the validate. */ diff --git a/java/src/com/vmware/avi/sdk/model/JWTMatch.java b/java/src/com/vmware/avi/sdk/model/JWTMatch.java index 47b0a01312..6a6e78c307 100644 --- a/java/src/com/vmware/avi/sdk/model/JWTMatch.java +++ b/java/src/com/vmware/avi/sdk/model/JWTMatch.java @@ -32,7 +32,7 @@ public class JWTMatch { * This is the getter method this will return the attribute value. * Claims whose values need to be matched. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -44,7 +44,7 @@ public List getMatches() { * This is the setter method. this will set the matches * Claims whose values need to be matched. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -56,7 +56,7 @@ public void setMatches(List matches) { * This is the setter method this will set the matches * Claims whose values need to be matched. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -72,7 +72,7 @@ public JWTMatch addMatchesItem(JWTClaimMatch matchesItem) { * This is the getter method this will return the attribute value. * Token for which the claims need to be validated. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokenName */ @@ -84,7 +84,7 @@ public String getTokenName() { * This is the setter method to the attribute. * Token for which the claims need to be validated. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tokenName set the tokenName. */ diff --git a/java/src/com/vmware/avi/sdk/model/JWTServerProfile.java b/java/src/com/vmware/avi/sdk/model/JWTServerProfile.java index 0e122c249d..db1324dc6f 100644 --- a/java/src/com/vmware/avi/sdk/model/JWTServerProfile.java +++ b/java/src/com/vmware/avi/sdk/model/JWTServerProfile.java @@ -54,7 +54,7 @@ public class JWTServerProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Jwt auth configuration for profile_type controller_internal_auth. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerInternalAuth */ @@ -66,7 +66,7 @@ public ControllerInternalAuth getControllerInternalAuth() { * This is the setter method to the attribute. * Jwt auth configuration for profile_type controller_internal_auth. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerInternalAuth set the controllerInternalAuth. */ @@ -80,7 +80,7 @@ public void setControllerInternalAuth(ControllerInternalAuth controllerInternalA * If the field is set to false, then the object is visible within the controller-cluster. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isFederated */ @@ -94,7 +94,7 @@ public Boolean getIsFederated() { * If the field is set to false, then the object is visible within the controller-cluster. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isFederated set the isFederated. */ @@ -106,7 +106,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return issuer */ @@ -118,7 +118,7 @@ public String getIssuer() { * This is the setter method to the attribute. * Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param issuer set the issuer. */ @@ -130,7 +130,7 @@ public void setIssuer(String issuer) { * This is the getter method this will return the attribute value. * Jwks key set used for validating the jwt, only allowed with profile_type client_auth. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwksKeys */ @@ -142,7 +142,7 @@ public String getJwksKeys() { * This is the setter method to the attribute. * Jwks key set used for validating the jwt, only allowed with profile_type client_auth. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwksKeys set the jwksKeys. */ @@ -155,7 +155,7 @@ public void setJwksKeys(String jwksKeys) { * Type of jwt server profile which defines the usage type. * Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CLIENT_AUTH". * @return jwtProfileType */ @@ -168,7 +168,7 @@ public String getJwtProfileType() { * Type of jwt server profile which defines the usage type. * Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CLIENT_AUTH". * @param jwtProfileType set the jwtProfileType. */ @@ -180,7 +180,7 @@ public void setJwtProfileType(String jwtProfileType) { * This is the getter method this will return the attribute value. * Name of the jwt profile. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -192,7 +192,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the jwt profile. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -205,7 +205,7 @@ public void setName(String name) { * Uuid of the tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -218,7 +218,7 @@ public String getTenantRef() { * Uuid of the tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -247,7 +247,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the jwtprofile. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -259,7 +259,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the jwtprofile. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/JWTValidationParams.java b/java/src/com/vmware/avi/sdk/model/JWTValidationParams.java index 28f5134e4a..4548bfdf22 100644 --- a/java/src/com/vmware/avi/sdk/model/JWTValidationParams.java +++ b/java/src/com/vmware/avi/sdk/model/JWTValidationParams.java @@ -30,7 +30,7 @@ public class JWTValidationParams { * This is the getter method this will return the attribute value. * Audience parameter used for validation using jwt token. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return audience */ @@ -42,7 +42,7 @@ public String getAudience() { * This is the setter method to the attribute. * Audience parameter used for validation using jwt token. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param audience set the audience. */ diff --git a/java/src/com/vmware/avi/sdk/model/JWTValidationVsConfig.java b/java/src/com/vmware/avi/sdk/model/JWTValidationVsConfig.java index 0605b150cf..4d898cd729 100644 --- a/java/src/com/vmware/avi/sdk/model/JWTValidationVsConfig.java +++ b/java/src/com/vmware/avi/sdk/model/JWTValidationVsConfig.java @@ -37,7 +37,7 @@ public class JWTValidationVsConfig { * Uniquely identifies a resource server. * This is used to validate against the aud claim. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return audience */ @@ -50,7 +50,7 @@ public String getAudience() { * Uniquely identifies a resource server. * This is used to validate against the aud claim. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param audience set the audience. */ @@ -63,7 +63,7 @@ public void setAudience(String audience) { * Defines where to look for jwt in the request. * Enum options - JWT_LOCATION_AUTHORIZATION_HEADER, JWT_LOCATION_QUERY_PARAM. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "JWT_LOCATION_AUTHORIZATION_HEADER". * @return jwtLocation */ @@ -76,7 +76,7 @@ public String getJwtLocation() { * Defines where to look for jwt in the request. * Enum options - JWT_LOCATION_AUTHORIZATION_HEADER, JWT_LOCATION_QUERY_PARAM. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "JWT_LOCATION_AUTHORIZATION_HEADER". * @param jwtLocation set the jwtLocation. */ @@ -88,7 +88,7 @@ public void setJwtLocation(String jwtLocation) { * This is the getter method this will return the attribute value. * Name by which the jwt can be identified if the token is sent as a query param in the request url. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwtName */ @@ -100,7 +100,7 @@ public String getJwtName() { * This is the setter method to the attribute. * Name by which the jwt can be identified if the token is sent as a query param in the request url. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwtName set the jwtName. */ diff --git a/java/src/com/vmware/avi/sdk/model/JobEntry.java b/java/src/com/vmware/avi/sdk/model/JobEntry.java index b65da186e8..184d826ced 100644 --- a/java/src/com/vmware/avi/sdk/model/JobEntry.java +++ b/java/src/com/vmware/avi/sdk/model/JobEntry.java @@ -46,7 +46,7 @@ public class JobEntry extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiresAt */ @@ -56,7 +56,7 @@ public String getExpiresAt() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expiresAt set the expiresAt. */ @@ -67,7 +67,7 @@ public void setExpiresAt(String expiresAt) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -78,7 +78,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -88,7 +88,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objKey */ @@ -98,7 +98,7 @@ public String getObjKey() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objKey set the objKey. */ @@ -108,7 +108,7 @@ public void setObjKey(String objKey) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjobs */ @@ -119,7 +119,7 @@ public List getSubjobs() { /** * This is the setter method. this will set the subjobs * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjobs */ @@ -130,7 +130,7 @@ public void setSubjobs(List subjobs) { /** * This is the setter method this will set the subjobs * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjobs */ @@ -145,7 +145,7 @@ public JobEntry addSubjobsItem(SubJob subjobsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -156,7 +156,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -183,7 +183,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -193,7 +193,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/JournalAction.java b/java/src/com/vmware/avi/sdk/model/JournalAction.java index 034f3c08a5..b69f5280d0 100644 --- a/java/src/com/vmware/avi/sdk/model/JournalAction.java +++ b/java/src/com/vmware/avi/sdk/model/JournalAction.java @@ -32,7 +32,7 @@ public class JournalAction { * This is the getter method this will return the attribute value. * Details of the process for each object type. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objects */ @@ -44,7 +44,7 @@ public List getObjects() { * This is the setter method. this will set the objects * Details of the process for each object type. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objects */ @@ -56,7 +56,7 @@ public void setObjects(List objects) { * This is the setter method this will set the objects * Details of the process for each object type. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objects */ @@ -72,7 +72,7 @@ public JournalAction addObjectsItem(JournalObject objectsItem) { * This is the getter method this will return the attribute value. * Migrated version. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -84,7 +84,7 @@ public String getVersion() { * This is the setter method to the attribute. * Migrated version. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/JournalError.java b/java/src/com/vmware/avi/sdk/model/JournalError.java index 4ff04de16a..72890034e5 100644 --- a/java/src/com/vmware/avi/sdk/model/JournalError.java +++ b/java/src/com/vmware/avi/sdk/model/JournalError.java @@ -44,7 +44,7 @@ public class JournalError extends AviRestResource { * This is the getter method this will return the attribute value. * List of error messages for this object. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return details */ @@ -56,7 +56,7 @@ public List getDetails() { * This is the setter method. this will set the details * List of error messages for this object. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return details */ @@ -68,7 +68,7 @@ public void setDetails(List details) { * This is the setter method this will set the details * List of error messages for this object. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return details */ @@ -84,7 +84,7 @@ public JournalError addDetailsItem(String detailsItem) { * This is the getter method this will return the attribute value. * Name of the object for which error was reported. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -96,7 +96,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the object for which error was reported. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -108,7 +108,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Object type on which the error was reported. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return object */ @@ -120,7 +120,7 @@ public String getObject() { * This is the setter method to the attribute. * Object type on which the error was reported. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param object set the object. */ @@ -132,7 +132,7 @@ public void setObject(String object) { * This is the getter method this will return the attribute value. * Tenant for which error was reported. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenant */ @@ -144,7 +144,7 @@ public String getTenant() { * This is the setter method to the attribute. * Tenant for which error was reported. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenant set the tenant. */ @@ -156,7 +156,7 @@ public void setTenant(String tenant) { * This is the getter method this will return the attribute value. * Uuid of the object for which error was reported. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -168,7 +168,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the object for which error was reported. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -180,7 +180,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Version to which the migration failed. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -192,7 +192,7 @@ public String getVersion() { * This is the setter method to the attribute. * Version to which the migration failed. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/JournalInfo.java b/java/src/com/vmware/avi/sdk/model/JournalInfo.java index 52dfc3baf3..7d73f14abf 100644 --- a/java/src/com/vmware/avi/sdk/model/JournalInfo.java +++ b/java/src/com/vmware/avi/sdk/model/JournalInfo.java @@ -35,7 +35,7 @@ public class JournalInfo { * This is the getter method this will return the attribute value. * Details of run for each version. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -47,7 +47,7 @@ public List getActions() { * This is the setter method. this will set the actions * Details of run for each version. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -59,7 +59,7 @@ public void setActions(List actions) { * This is the setter method this will set the actions * Details of run for each version. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -75,7 +75,7 @@ public JournalInfo addActionsItem(JournalAction actionsItem) { * This is the getter method this will return the attribute value. * Number of objects to be processed. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalObjects */ @@ -87,7 +87,7 @@ public Integer getTotalObjects() { * This is the setter method to the attribute. * Number of objects to be processed. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalObjects set the totalObjects. */ @@ -98,7 +98,7 @@ public void setTotalObjects(Integer totalObjects) { * This is the getter method this will return the attribute value. * List of versions to be migrated. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ @@ -110,7 +110,7 @@ public List getVersions() { * This is the setter method. this will set the versions * List of versions to be migrated. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ @@ -122,7 +122,7 @@ public void setVersions(List versions) { * This is the setter method this will set the versions * List of versions to be migrated. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ diff --git a/java/src/com/vmware/avi/sdk/model/JournalObject.java b/java/src/com/vmware/avi/sdk/model/JournalObject.java index 67cc710642..72af60f565 100644 --- a/java/src/com/vmware/avi/sdk/model/JournalObject.java +++ b/java/src/com/vmware/avi/sdk/model/JournalObject.java @@ -39,7 +39,7 @@ public class JournalObject { * This is the getter method this will return the attribute value. * Number of object caused a failure. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failed */ @@ -51,7 +51,7 @@ public Integer getFailed() { * This is the setter method to the attribute. * Number of object caused a failure. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param failed set the failed. */ @@ -63,7 +63,7 @@ public void setFailed(Integer failed) { * This is the getter method this will return the attribute value. * Name of the model. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return model */ @@ -75,7 +75,7 @@ public String getModel() { * This is the setter method to the attribute. * Name of the model. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param model set the model. */ @@ -87,7 +87,7 @@ public void setModel(String model) { * This is the getter method this will return the attribute value. * Number of object skipped. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return skipped */ @@ -99,7 +99,7 @@ public Integer getSkipped() { * This is the setter method to the attribute. * Number of object skipped. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param skipped set the skipped. */ @@ -111,7 +111,7 @@ public void setSkipped(Integer skipped) { * This is the getter method this will return the attribute value. * Number of object for which processing is successful. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return success */ @@ -123,7 +123,7 @@ public Integer getSuccess() { * This is the setter method to the attribute. * Number of object for which processing is successful. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param success set the success. */ diff --git a/java/src/com/vmware/avi/sdk/model/JournalSummary.java b/java/src/com/vmware/avi/sdk/model/JournalSummary.java index 664081aa5f..16206eb832 100644 --- a/java/src/com/vmware/avi/sdk/model/JournalSummary.java +++ b/java/src/com/vmware/avi/sdk/model/JournalSummary.java @@ -51,7 +51,7 @@ public class JournalSummary { * This is the getter method this will return the attribute value. * Description of the process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -63,7 +63,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description of the process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -76,7 +76,7 @@ public void setDescription(String description) { * Duration of the process in seconds. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -89,7 +89,7 @@ public Integer getDuration() { * Duration of the process in seconds. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -101,7 +101,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * End time of the process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -113,7 +113,7 @@ public String getEndTime() { * This is the setter method to the attribute. * End time of the process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -125,7 +125,7 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Number of errors in the process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorCount */ @@ -137,7 +137,7 @@ public Integer getErrorCount() { * This is the setter method to the attribute. * Number of errors in the process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorCount set the errorCount. */ @@ -149,7 +149,7 @@ public void setErrorCount(Integer errorCount) { * This is the getter method this will return the attribute value. * Summary reason for process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -161,7 +161,7 @@ public String getReason() { * This is the setter method to the attribute. * Summary reason for process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -173,7 +173,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Start time of the process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -185,7 +185,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Start time of the process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -197,7 +197,7 @@ public void setStartTime(String startTime) { * This is the getter method this will return the attribute value. * Status of the process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -209,7 +209,7 @@ public String getStatus() { * This is the setter method to the attribute. * Status of the process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -221,7 +221,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Process type. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -233,7 +233,7 @@ public String getType() { * This is the setter method to the attribute. * Process type. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/JournalTask.java b/java/src/com/vmware/avi/sdk/model/JournalTask.java new file mode 100644 index 0000000000..0f27d13f21 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/JournalTask.java @@ -0,0 +1,305 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The JournalTask is a POJO class extends AviRestResource that used for creating + * JournalTask. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class JournalTask { + @JsonProperty("duration") + private Integer duration; + + @JsonProperty("end_time") + private String endTime; + + @JsonProperty("messages") + private List messages; + + @JsonProperty("reason") + private String reason; + + @JsonProperty("start_time") + private String startTime; + + @JsonProperty("status") + private Boolean status; + + @JsonProperty("task_description") + private String taskDescription; + + @JsonProperty("task_name") + private String taskName; + + + + /** + * This is the getter method this will return the attribute value. + * Time taken to complete task in seconds. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return duration + */ + public Integer getDuration() { + return duration; + } + + /** + * This is the setter method to the attribute. + * Time taken to complete task in seconds. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param duration set the duration. + */ + public void setDuration(Integer duration) { + this.duration = duration; + } + + /** + * This is the getter method this will return the attribute value. + * Time at which execution of task was completed. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return endTime + */ + public String getEndTime() { + return endTime; + } + + /** + * This is the setter method to the attribute. + * Time at which execution of task was completed. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param endTime set the endTime. + */ + public void setEndTime(String endTime) { + this.endTime = endTime; + } + /** + * This is the getter method this will return the attribute value. + * Details of executed task. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return messages + */ + public List getMessages() { + return messages; + } + + /** + * This is the setter method. this will set the messages + * Details of executed task. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return messages + */ + public void setMessages(List messages) { + this.messages = messages; + } + + /** + * This is the setter method this will set the messages + * Details of executed task. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return messages + */ + public JournalTask addMessagesItem(String messagesItem) { + if (this.messages == null) { + this.messages = new ArrayList(); + } + this.messages.add(messagesItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Reason for the status of the executed task. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return reason + */ + public String getReason() { + return reason; + } + + /** + * This is the setter method to the attribute. + * Reason for the status of the executed task. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param reason set the reason. + */ + public void setReason(String reason) { + this.reason = reason; + } + + /** + * This is the getter method this will return the attribute value. + * Time at which execution of task was started. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return startTime + */ + public String getStartTime() { + return startTime; + } + + /** + * This is the setter method to the attribute. + * Time at which execution of task was started. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param startTime set the startTime. + */ + public void setStartTime(String startTime) { + this.startTime = startTime; + } + + /** + * This is the getter method this will return the attribute value. + * Status of the executed task. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return status + */ + public Boolean getStatus() { + return status; + } + + /** + * This is the setter method to the attribute. + * Status of the executed task. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param status set the status. + */ + public void setStatus(Boolean status) { + this.status = status; + } + + /** + * This is the getter method this will return the attribute value. + * Description of the executed task. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return taskDescription + */ + public String getTaskDescription() { + return taskDescription; + } + + /** + * This is the setter method to the attribute. + * Description of the executed task. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param taskDescription set the taskDescription. + */ + public void setTaskDescription(String taskDescription) { + this.taskDescription = taskDescription; + } + + /** + * This is the getter method this will return the attribute value. + * Name of the executed task. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return taskName + */ + public String getTaskName() { + return taskName; + } + + /** + * This is the setter method to the attribute. + * Name of the executed task. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param taskName set the taskName. + */ + public void setTaskName(String taskName) { + this.taskName = taskName; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + JournalTask objJournalTask = (JournalTask) o; + return Objects.equals(this.taskName, objJournalTask.taskName)&& + Objects.equals(this.taskDescription, objJournalTask.taskDescription)&& + Objects.equals(this.status, objJournalTask.status)&& + Objects.equals(this.reason, objJournalTask.reason)&& + Objects.equals(this.startTime, objJournalTask.startTime)&& + Objects.equals(this.endTime, objJournalTask.endTime)&& + Objects.equals(this.duration, objJournalTask.duration)&& + Objects.equals(this.messages, objJournalTask.messages); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class JournalTask {\n"); + sb.append(" duration: ").append(toIndentedString(duration)).append("\n"); + sb.append(" endTime: ").append(toIndentedString(endTime)).append("\n"); + sb.append(" messages: ").append(toIndentedString(messages)).append("\n"); + sb.append(" reason: ").append(toIndentedString(reason)).append("\n"); + sb.append(" startTime: ").append(toIndentedString(startTime)).append("\n"); + sb.append(" status: ").append(toIndentedString(status)).append("\n"); + sb.append(" taskDescription: ").append(toIndentedString(taskDescription)).append("\n"); + sb.append(" taskName: ").append(toIndentedString(taskName)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/JwtLog.java b/java/src/com/vmware/avi/sdk/model/JwtLog.java index 0a13f0ea16..b635ba5f20 100644 --- a/java/src/com/vmware/avi/sdk/model/JwtLog.java +++ b/java/src/com/vmware/avi/sdk/model/JwtLog.java @@ -39,7 +39,7 @@ public class JwtLog { * This is the getter method this will return the attribute value. * Authentication policy rule match. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authnRuleMatch */ @@ -51,7 +51,7 @@ public AuthnRuleMatch getAuthnRuleMatch() { * This is the setter method to the attribute. * Authentication policy rule match. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authnRuleMatch set the authnRuleMatch. */ @@ -63,7 +63,7 @@ public void setAuthnRuleMatch(AuthnRuleMatch authnRuleMatch) { * This is the getter method this will return the attribute value. * Authorization policy rule match. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authzRuleMatch */ @@ -75,7 +75,7 @@ public AuthzRuleMatch getAuthzRuleMatch() { * This is the setter method to the attribute. * Authorization policy rule match. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authzRuleMatch set the authzRuleMatch. */ @@ -87,7 +87,7 @@ public void setAuthzRuleMatch(AuthzRuleMatch authzRuleMatch) { * This is the getter method this will return the attribute value. * Set to true, if jwt validation is successful. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isJwtVerified */ @@ -99,7 +99,7 @@ public Boolean getIsJwtVerified() { * This is the setter method to the attribute. * Set to true, if jwt validation is successful. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isJwtVerified set the isJwtVerified. */ @@ -111,7 +111,7 @@ public void setIsJwtVerified(Boolean isJwtVerified) { * This is the getter method this will return the attribute value. * Jwt token payload. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokenPayload */ @@ -123,7 +123,7 @@ public String getTokenPayload() { * This is the setter method to the attribute. * Jwt token payload. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tokenPayload set the tokenPayload. */ diff --git a/java/src/com/vmware/avi/sdk/model/KeyValue.java b/java/src/com/vmware/avi/sdk/model/KeyValue.java index 981877a209..84c479e6f4 100644 --- a/java/src/com/vmware/avi/sdk/model/KeyValue.java +++ b/java/src/com/vmware/avi/sdk/model/KeyValue.java @@ -32,7 +32,7 @@ public class KeyValue { /** * This is the getter method this will return the attribute value. * Key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -43,7 +43,7 @@ public String getKey() { /** * This is the setter method to the attribute. * Key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -54,7 +54,7 @@ public void setKey(String key) { /** * This is the getter method this will return the attribute value. * Value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -65,7 +65,7 @@ public String getValue() { /** * This is the setter method to the attribute. * Value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/KeyValueTuple.java b/java/src/com/vmware/avi/sdk/model/KeyValueTuple.java index 47d7f21db1..c0d0a256e1 100644 --- a/java/src/com/vmware/avi/sdk/model/KeyValueTuple.java +++ b/java/src/com/vmware/avi/sdk/model/KeyValueTuple.java @@ -33,7 +33,7 @@ public class KeyValueTuple { * This is the getter method this will return the attribute value. * Key. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -45,7 +45,7 @@ public String getKey() { * This is the setter method to the attribute. * Key. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -57,7 +57,7 @@ public void setKey(String key) { * This is the getter method this will return the attribute value. * Value. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -69,7 +69,7 @@ public String getValue() { * This is the setter method to the attribute. * Value. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/KniPortRange.java b/java/src/com/vmware/avi/sdk/model/KniPortRange.java index 4e8e13e76a..62843efb38 100644 --- a/java/src/com/vmware/avi/sdk/model/KniPortRange.java +++ b/java/src/com/vmware/avi/sdk/model/KniPortRange.java @@ -34,7 +34,7 @@ public class KniPortRange { * Protocol associated with port range. * Enum options - KNI_PROTO_TCP, KNI_PROTO_UDP. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -47,7 +47,7 @@ public String getProtocol() { * Protocol associated with port range. * Enum options - KNI_PROTO_TCP, KNI_PROTO_UDP. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -59,7 +59,7 @@ public void setProtocol(String protocol) { * This is the getter method this will return the attribute value. * Port range to be allowed to kni. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return range */ @@ -71,7 +71,7 @@ public PortRange getRange() { * This is the setter method to the attribute. * Port range to be allowed to kni. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param range set the range. */ diff --git a/java/src/com/vmware/avi/sdk/model/L1FMandatoryTestCase.java b/java/src/com/vmware/avi/sdk/model/L1FMandatoryTestCase.java index a5f10f2116..4b592fcf7a 100644 --- a/java/src/com/vmware/avi/sdk/model/L1FMandatoryTestCase.java +++ b/java/src/com/vmware/avi/sdk/model/L1FMandatoryTestCase.java @@ -39,7 +39,7 @@ public class L1FMandatoryTestCase { * This is the getter method this will return the attribute value. * F_mandatory message for nested f_mandatory test cases-level2. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryMessage */ @@ -51,7 +51,7 @@ public L2FMandatoryTestCase getMandatoryMessage() { * This is the setter method to the attribute. * F_mandatory message for nested f_mandatory test cases-level2. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mandatoryMessage set the mandatoryMessage. */ @@ -62,7 +62,7 @@ public void setMandatoryMessage(L2FMandatoryTestCase mandatoryMessage) { * This is the getter method this will return the attribute value. * Repeated f_mandatory_message for nested f_mandatory test cases-level2. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryMessages */ @@ -74,7 +74,7 @@ public List getMandatoryMessages() { * This is the setter method. this will set the mandatoryMessages * Repeated f_mandatory_message for nested f_mandatory test cases-level2. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryMessages */ @@ -86,7 +86,7 @@ public void setMandatoryMessages(List mandatoryMessages) * This is the setter method this will set the mandatoryMessages * Repeated f_mandatory_message for nested f_mandatory test cases-level2. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryMessages */ @@ -102,7 +102,7 @@ public L1FMandatoryTestCase addMandatoryMessagesItem(L2FMandatoryTestCase mandat * This is the getter method this will return the attribute value. * F_mandatory string field for nested f_mandatory test cases-level1. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryString */ @@ -114,7 +114,7 @@ public String getMandatoryString() { * This is the setter method to the attribute. * F_mandatory string field for nested f_mandatory test cases-level1. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mandatoryString set the mandatoryString. */ @@ -125,7 +125,7 @@ public void setMandatoryString(String mandatoryString) { * This is the getter method this will return the attribute value. * Repeated f_mandatory string field for nested f_mandatory test cases-level1. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryStrings */ @@ -137,7 +137,7 @@ public List getMandatoryStrings() { * This is the setter method. this will set the mandatoryStrings * Repeated f_mandatory string field for nested f_mandatory test cases-level1. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryStrings */ @@ -149,7 +149,7 @@ public void setMandatoryStrings(List mandatoryStrings) { * This is the setter method this will set the mandatoryStrings * Repeated f_mandatory string field for nested f_mandatory test cases-level1. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryStrings */ diff --git a/java/src/com/vmware/avi/sdk/model/L1FSensitiveTestCase.java b/java/src/com/vmware/avi/sdk/model/L1FSensitiveTestCase.java index b2a4e61f29..9906d89c44 100644 --- a/java/src/com/vmware/avi/sdk/model/L1FSensitiveTestCase.java +++ b/java/src/com/vmware/avi/sdk/model/L1FSensitiveTestCase.java @@ -36,7 +36,7 @@ public class L1FSensitiveTestCase { * This is the getter method this will return the attribute value. * F_sensitive message for nested f_sensitive test cases-level2. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveMessage */ @@ -48,7 +48,7 @@ public L2FSensitiveTestCase getSensitiveMessage() { * This is the setter method to the attribute. * F_sensitive message for nested f_sensitive test cases-level2. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sensitiveMessage set the sensitiveMessage. */ @@ -59,7 +59,7 @@ public void setSensitiveMessage(L2FSensitiveTestCase sensitiveMessage) { * This is the getter method this will return the attribute value. * Repeated f_sensitive_message for nested f_sensitive test cases-level2. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveMessages */ @@ -71,7 +71,7 @@ public List getSensitiveMessages() { * This is the setter method. this will set the sensitiveMessages * Repeated f_sensitive_message for nested f_sensitive test cases-level2. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveMessages */ @@ -83,7 +83,7 @@ public void setSensitiveMessages(List sensitiveMessages) * This is the setter method this will set the sensitiveMessages * Repeated f_sensitive_message for nested f_sensitive test cases-level2. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveMessages */ @@ -99,7 +99,7 @@ public L1FSensitiveTestCase addSensitiveMessagesItem(L2FSensitiveTestCase sensit * This is the getter method this will return the attribute value. * F_sensitive string field for nested f_sensitive test cases-level1. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveString */ @@ -111,7 +111,7 @@ public String getSensitiveString() { * This is the setter method to the attribute. * F_sensitive string field for nested f_sensitive test cases-level1. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sensitiveString set the sensitiveString. */ diff --git a/java/src/com/vmware/avi/sdk/model/L1StringLengthTestCase.java b/java/src/com/vmware/avi/sdk/model/L1StringLengthTestCase.java index ad3d3766df..1fd39c6f44 100644 --- a/java/src/com/vmware/avi/sdk/model/L1StringLengthTestCase.java +++ b/java/src/com/vmware/avi/sdk/model/L1StringLengthTestCase.java @@ -39,7 +39,7 @@ public class L1StringLengthTestCase { * This is the getter method this will return the attribute value. * String length message for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringLengthMessage */ @@ -51,7 +51,7 @@ public L2StringLengthTestCase getStringLengthMessage() { * This is the setter method to the attribute. * String length message for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stringLengthMessage set the stringLengthMessage. */ @@ -62,7 +62,7 @@ public void setStringLengthMessage(L2StringLengthTestCase stringLengthMessage) { * This is the getter method this will return the attribute value. * Repeated string length message for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringLengthMessages */ @@ -74,7 +74,7 @@ public List getStringLengthMessages() { * This is the setter method. this will set the stringLengthMessages * Repeated string length message for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringLengthMessages */ @@ -86,7 +86,7 @@ public void setStringLengthMessages(List stringLengthMe * This is the setter method this will set the stringLengthMessages * Repeated string length message for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringLengthMessages */ @@ -102,7 +102,7 @@ public L1StringLengthTestCase addStringLengthMessagesItem(L2StringLengthTestCase * This is the getter method this will return the attribute value. * String field for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testString */ @@ -114,7 +114,7 @@ public String getTestString() { * This is the setter method to the attribute. * String field for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param testString set the testString. */ @@ -125,7 +125,7 @@ public void setTestString(String testString) { * This is the getter method this will return the attribute value. * Repeated field for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testStrings */ @@ -137,7 +137,7 @@ public List getTestStrings() { * This is the setter method. this will set the testStrings * Repeated field for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testStrings */ @@ -149,7 +149,7 @@ public void setTestStrings(List testStrings) { * This is the setter method this will set the testStrings * Repeated field for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testStrings */ diff --git a/java/src/com/vmware/avi/sdk/model/L2FMandatoryTestCase.java b/java/src/com/vmware/avi/sdk/model/L2FMandatoryTestCase.java index 4d2abfc9a3..e584e4aaf3 100644 --- a/java/src/com/vmware/avi/sdk/model/L2FMandatoryTestCase.java +++ b/java/src/com/vmware/avi/sdk/model/L2FMandatoryTestCase.java @@ -39,7 +39,7 @@ public class L2FMandatoryTestCase { * This is the getter method this will return the attribute value. * F_mandatory message for nested f_mandatory test cases-level3. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryMessage */ @@ -51,7 +51,7 @@ public SingleOptionalFieldMessage getMandatoryMessage() { * This is the setter method to the attribute. * F_mandatory message for nested f_mandatory test cases-level3. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mandatoryMessage set the mandatoryMessage. */ @@ -62,7 +62,7 @@ public void setMandatoryMessage(SingleOptionalFieldMessage mandatoryMessage) { * This is the getter method this will return the attribute value. * Repeated f_mandatory_message for nested f_mandatory test cases-level3. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryMessages */ @@ -74,7 +74,7 @@ public List getMandatoryMessages() { * This is the setter method. this will set the mandatoryMessages * Repeated f_mandatory_message for nested f_mandatory test cases-level3. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryMessages */ @@ -86,7 +86,7 @@ public void setMandatoryMessages(List mandatoryMess * This is the setter method this will set the mandatoryMessages * Repeated f_mandatory_message for nested f_mandatory test cases-level3. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryMessages */ @@ -102,7 +102,7 @@ public L2FMandatoryTestCase addMandatoryMessagesItem(SingleOptionalFieldMessage * This is the getter method this will return the attribute value. * F_mandatory string field for nested f_mandatory test cases-level2. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryString */ @@ -114,7 +114,7 @@ public String getMandatoryString() { * This is the setter method to the attribute. * F_mandatory string field for nested f_mandatory test cases-level2. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mandatoryString set the mandatoryString. */ @@ -125,7 +125,7 @@ public void setMandatoryString(String mandatoryString) { * This is the getter method this will return the attribute value. * Repeated f_mandatory string field for nested f_mandatory test cases-level2. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryStrings */ @@ -137,7 +137,7 @@ public List getMandatoryStrings() { * This is the setter method. this will set the mandatoryStrings * Repeated f_mandatory string field for nested f_mandatory test cases-level2. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryStrings */ @@ -149,7 +149,7 @@ public void setMandatoryStrings(List mandatoryStrings) { * This is the setter method this will set the mandatoryStrings * Repeated f_mandatory string field for nested f_mandatory test cases-level2. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryStrings */ diff --git a/java/src/com/vmware/avi/sdk/model/L2FSensitiveTestCase.java b/java/src/com/vmware/avi/sdk/model/L2FSensitiveTestCase.java index 61742f8e0c..2bc4320668 100644 --- a/java/src/com/vmware/avi/sdk/model/L2FSensitiveTestCase.java +++ b/java/src/com/vmware/avi/sdk/model/L2FSensitiveTestCase.java @@ -36,7 +36,7 @@ public class L2FSensitiveTestCase { * This is the getter method this will return the attribute value. * F_sensitive message for nested f_sensitive test cases-level3. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveMessage */ @@ -48,7 +48,7 @@ public SingleOptionalSensitiveFieldMessage getSensitiveMessage() { * This is the setter method to the attribute. * F_sensitive message for nested f_sensitive test cases-level3. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sensitiveMessage set the sensitiveMessage. */ @@ -59,7 +59,7 @@ public void setSensitiveMessage(SingleOptionalSensitiveFieldMessage sensitiveMes * This is the getter method this will return the attribute value. * Repeated f_sensitive_message for nested f_sensitive test cases-level3. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveMessages */ @@ -71,7 +71,7 @@ public List getSensitiveMessages() { * This is the setter method. this will set the sensitiveMessages * Repeated f_sensitive_message for nested f_sensitive test cases-level3. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveMessages */ @@ -83,7 +83,7 @@ public void setSensitiveMessages(List sens * This is the setter method this will set the sensitiveMessages * Repeated f_sensitive_message for nested f_sensitive test cases-level3. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveMessages */ @@ -99,7 +99,7 @@ public L2FSensitiveTestCase addSensitiveMessagesItem(SingleOptionalSensitiveFiel * This is the getter method this will return the attribute value. * F_sensitive string field for nested f_sensitive test cases-level2. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveString */ @@ -111,7 +111,7 @@ public String getSensitiveString() { * This is the setter method to the attribute. * F_sensitive string field for nested f_sensitive test cases-level2. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sensitiveString set the sensitiveString. */ diff --git a/java/src/com/vmware/avi/sdk/model/L2StringLengthTestCase.java b/java/src/com/vmware/avi/sdk/model/L2StringLengthTestCase.java index cab3444a55..330978e281 100644 --- a/java/src/com/vmware/avi/sdk/model/L2StringLengthTestCase.java +++ b/java/src/com/vmware/avi/sdk/model/L2StringLengthTestCase.java @@ -39,7 +39,7 @@ public class L2StringLengthTestCase { * This is the getter method this will return the attribute value. * String length message for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringLengthMessage */ @@ -51,7 +51,7 @@ public SingleOptionalStringField getStringLengthMessage() { * This is the setter method to the attribute. * String length message for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stringLengthMessage set the stringLengthMessage. */ @@ -62,7 +62,7 @@ public void setStringLengthMessage(SingleOptionalStringField stringLengthMessage * This is the getter method this will return the attribute value. * Repeated string length message for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringLengthMessages */ @@ -74,7 +74,7 @@ public List getStringLengthMessages() { * This is the setter method. this will set the stringLengthMessages * Repeated string length message for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringLengthMessages */ @@ -86,7 +86,7 @@ public void setStringLengthMessages(List stringLengt * This is the setter method this will set the stringLengthMessages * Repeated string length message for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringLengthMessages */ @@ -102,7 +102,7 @@ public L2StringLengthTestCase addStringLengthMessagesItem(SingleOptionalStringFi * This is the getter method this will return the attribute value. * String field for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testString */ @@ -114,7 +114,7 @@ public String getTestString() { * This is the setter method to the attribute. * String field for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param testString set the testString. */ @@ -125,7 +125,7 @@ public void setTestString(String testString) { * This is the getter method this will return the attribute value. * Repeated string field for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testStrings */ @@ -137,7 +137,7 @@ public List getTestStrings() { * This is the setter method. this will set the testStrings * Repeated string field for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testStrings */ @@ -149,7 +149,7 @@ public void setTestStrings(List testStrings) { * This is the setter method this will set the testStrings * Repeated string field for nested string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testStrings */ diff --git a/java/src/com/vmware/avi/sdk/model/L4ConnectionPolicy.java b/java/src/com/vmware/avi/sdk/model/L4ConnectionPolicy.java index 021d9eb617..2cc6760a5d 100644 --- a/java/src/com/vmware/avi/sdk/model/L4ConnectionPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/L4ConnectionPolicy.java @@ -29,7 +29,7 @@ public class L4ConnectionPolicy { * This is the getter method this will return the attribute value. * Rules to apply when a new transport connection is setup. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -41,7 +41,7 @@ public List getRules() { * This is the setter method. this will set the rules * Rules to apply when a new transport connection is setup. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -53,7 +53,7 @@ public void setRules(List rules) { * This is the setter method this will set the rules * Rules to apply when a new transport connection is setup. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ diff --git a/java/src/com/vmware/avi/sdk/model/L4Policies.java b/java/src/com/vmware/avi/sdk/model/L4Policies.java index 4fb2362dd7..2a19dced48 100644 --- a/java/src/com/vmware/avi/sdk/model/L4Policies.java +++ b/java/src/com/vmware/avi/sdk/model/L4Policies.java @@ -33,7 +33,7 @@ public class L4Policies { * This is the getter method this will return the attribute value. * Index of the virtual service l4 policy set. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -45,7 +45,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the virtual service l4 policy set. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -58,7 +58,7 @@ public void setIndex(Integer index) { * Id of the virtual service l4 policy set. * It is a reference to an object of type l4policyset. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return l4PolicySetRef */ @@ -71,7 +71,7 @@ public String getL4PolicySetRef() { * Id of the virtual service l4 policy set. * It is a reference to an object of type l4policyset. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param l4PolicySetRef set the l4PolicySetRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/L4PolicySet.java b/java/src/com/vmware/avi/sdk/model/L4PolicySet.java index 918f84beb2..aea635e1e5 100644 --- a/java/src/com/vmware/avi/sdk/model/L4PolicySet.java +++ b/java/src/com/vmware/avi/sdk/model/L4PolicySet.java @@ -54,7 +54,7 @@ public class L4PolicySet extends AviRestResource { * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -66,7 +66,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -77,7 +77,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -88,7 +88,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -99,7 +99,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isInternalPolicy */ @@ -110,7 +110,7 @@ public Boolean getIsInternalPolicy() { /** * This is the setter method to the attribute. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isInternalPolicy set the isInternalPolicy. */ @@ -122,7 +122,7 @@ public void setIsInternalPolicy(Boolean isInternalPolicy) { * This is the getter method this will return the attribute value. * Policy to apply when a new transport connection is setup. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return l4ConnectionPolicy */ @@ -134,7 +134,7 @@ public L4ConnectionPolicy getL4ConnectionPolicy() { * This is the setter method to the attribute. * Policy to apply when a new transport connection is setup. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param l4ConnectionPolicy set the l4ConnectionPolicy. */ @@ -145,8 +145,7 @@ public void setL4ConnectionPolicy(L4ConnectionPolicy l4ConnectionPolicy) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -158,8 +157,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -171,8 +169,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -188,7 +185,7 @@ public L4PolicySet addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name of the l4 policy set. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -200,7 +197,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the l4 policy set. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -212,7 +209,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -224,7 +221,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -253,7 +250,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Id of the l4 policy set. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -265,7 +262,7 @@ public String getUuid() { * This is the setter method to the attribute. * Id of the l4 policy set. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/L4Rule.java b/java/src/com/vmware/avi/sdk/model/L4Rule.java index 2068ad45b8..215f311d85 100644 --- a/java/src/com/vmware/avi/sdk/model/L4Rule.java +++ b/java/src/com/vmware/avi/sdk/model/L4Rule.java @@ -42,7 +42,7 @@ public class L4Rule { * This is the getter method this will return the attribute value. * Action to be performed upon successful rule match. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -54,7 +54,7 @@ public L4RuleAction getAction() { * This is the setter method to the attribute. * Action to be performed upon successful rule match. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -66,7 +66,7 @@ public void setAction(L4RuleAction action) { * This is the getter method this will return the attribute value. * Enable or disable the rule. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -78,7 +78,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable the rule. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -90,7 +90,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Index of the rule. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -102,7 +102,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the rule. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -114,7 +114,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Match criteria of the rule. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -126,7 +126,7 @@ public L4RuleMatchTarget getMatch() { * This is the setter method to the attribute. * Match criteria of the rule. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -138,7 +138,7 @@ public void setMatch(L4RuleMatchTarget match) { * This is the getter method this will return the attribute value. * Name of the rule. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -150,7 +150,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the rule. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/L4RuleAction.java b/java/src/com/vmware/avi/sdk/model/L4RuleAction.java index 47866c43d9..7726f286ae 100644 --- a/java/src/com/vmware/avi/sdk/model/L4RuleAction.java +++ b/java/src/com/vmware/avi/sdk/model/L4RuleAction.java @@ -30,7 +30,7 @@ public class L4RuleAction { * This is the getter method this will return the attribute value. * Indicates pool or pool-group selection on rule match. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return selectPool */ @@ -42,7 +42,7 @@ public L4RuleActionSelectPool getSelectPool() { * This is the setter method to the attribute. * Indicates pool or pool-group selection on rule match. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param selectPool set the selectPool. */ diff --git a/java/src/com/vmware/avi/sdk/model/L4RuleActionSelectPool.java b/java/src/com/vmware/avi/sdk/model/L4RuleActionSelectPool.java index 9c34b316bf..ba9d6525cb 100644 --- a/java/src/com/vmware/avi/sdk/model/L4RuleActionSelectPool.java +++ b/java/src/com/vmware/avi/sdk/model/L4RuleActionSelectPool.java @@ -37,8 +37,8 @@ public class L4RuleActionSelectPool { * Indicates action to take on rule match. * Enum options - L4_RULE_ACTION_SELECT_POOL, L4_RULE_ACTION_SELECT_POOLGROUP. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials edition(allowed values- l4_rule_action_select_pool), basic edition(allowed values- - * l4_rule_action_select_pool), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- l4_rule_action_select_pool), basic (allowed values- l4_rule_action_select_pool) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actionType */ @@ -51,8 +51,8 @@ public String getActionType() { * Indicates action to take on rule match. * Enum options - L4_RULE_ACTION_SELECT_POOL, L4_RULE_ACTION_SELECT_POOLGROUP. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials edition(allowed values- l4_rule_action_select_pool), basic edition(allowed values- - * l4_rule_action_select_pool), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- l4_rule_action_select_pool), basic (allowed values- l4_rule_action_select_pool) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param actionType set the actionType. */ @@ -65,7 +65,7 @@ public void setActionType(String actionType) { * Id of the pool group to serve the request. * It is a reference to an object of type poolgroup. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRef */ @@ -78,7 +78,7 @@ public String getPoolGroupRef() { * Id of the pool group to serve the request. * It is a reference to an object of type poolgroup. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolGroupRef set the poolGroupRef. */ @@ -91,7 +91,7 @@ public void setPoolGroupRef(String poolGroupRef) { * Id of the pool of servers to serve the request. * It is a reference to an object of type pool. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -104,7 +104,7 @@ public String getPoolRef() { * Id of the pool of servers to serve the request. * It is a reference to an object of type pool. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/L4RuleMatchTarget.java b/java/src/com/vmware/avi/sdk/model/L4RuleMatchTarget.java index 289195a060..e88380635d 100644 --- a/java/src/com/vmware/avi/sdk/model/L4RuleMatchTarget.java +++ b/java/src/com/vmware/avi/sdk/model/L4RuleMatchTarget.java @@ -36,7 +36,7 @@ public class L4RuleMatchTarget { * This is the getter method this will return the attribute value. * Ip addresses to match against client ip. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -48,7 +48,7 @@ public IpAddrMatch getClientIp() { * This is the setter method to the attribute. * Ip addresses to match against client ip. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -60,7 +60,7 @@ public void setClientIp(IpAddrMatch clientIp) { * This is the getter method this will return the attribute value. * Port number to match against virtual service listner port. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -72,7 +72,7 @@ public L4RulePortMatch getPort() { * This is the setter method to the attribute. * Port number to match against virtual service listner port. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -84,7 +84,7 @@ public void setPort(L4RulePortMatch port) { * This is the getter method this will return the attribute value. * Tcp/udp/icmp protocol to match against transport protocol. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -96,7 +96,7 @@ public L4RuleProtocolMatch getProtocol() { * This is the setter method to the attribute. * Tcp/udp/icmp protocol to match against transport protocol. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ diff --git a/java/src/com/vmware/avi/sdk/model/L4RulePortMatch.java b/java/src/com/vmware/avi/sdk/model/L4RulePortMatch.java index a3514d6b93..b143f9bc41 100644 --- a/java/src/com/vmware/avi/sdk/model/L4RulePortMatch.java +++ b/java/src/com/vmware/avi/sdk/model/L4RulePortMatch.java @@ -37,7 +37,7 @@ public class L4RulePortMatch { * Criterion to use for virtual service port matching. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -50,7 +50,7 @@ public String getMatchCriteria() { * Criterion to use for virtual service port matching. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -61,7 +61,7 @@ public void setMatchCriteria(String matchCriteria) { * This is the getter method this will return the attribute value. * Range of tcp/udp port numbers of the virtual service. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portRanges */ @@ -73,7 +73,7 @@ public List getPortRanges() { * This is the setter method. this will set the portRanges * Range of tcp/udp port numbers of the virtual service. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portRanges */ @@ -85,7 +85,7 @@ public void setPortRanges(List portRanges) { * This is the setter method this will set the portRanges * Range of tcp/udp port numbers of the virtual service. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portRanges */ @@ -101,7 +101,7 @@ public L4RulePortMatch addPortRangesItem(PortRange portRangesItem) { * Virtual service's listening port(s). * Allowed values are 1-65535. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -114,7 +114,7 @@ public List getPorts() { * Virtual service's listening port(s). * Allowed values are 1-65535. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -127,7 +127,7 @@ public void setPorts(List ports) { * Virtual service's listening port(s). * Allowed values are 1-65535. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ diff --git a/java/src/com/vmware/avi/sdk/model/L4RuleProtocolMatch.java b/java/src/com/vmware/avi/sdk/model/L4RuleProtocolMatch.java index 2d89d6816d..c70df83978 100644 --- a/java/src/com/vmware/avi/sdk/model/L4RuleProtocolMatch.java +++ b/java/src/com/vmware/avi/sdk/model/L4RuleProtocolMatch.java @@ -34,7 +34,7 @@ public class L4RuleProtocolMatch { * Criterion to use for transport protocol matching. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -47,7 +47,7 @@ public String getMatchCriteria() { * Criterion to use for transport protocol matching. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -60,7 +60,7 @@ public void setMatchCriteria(String matchCriteria) { * Transport protocol to match. * Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP, PROTOCOL_SCTP. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -73,7 +73,7 @@ public String getProtocol() { * Transport protocol to match. * Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP, PROTOCOL_SCTP. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ diff --git a/java/src/com/vmware/avi/sdk/model/L4SSLApplicationProfile.java b/java/src/com/vmware/avi/sdk/model/L4SSLApplicationProfile.java index 7db6d7322a..a32c783331 100644 --- a/java/src/com/vmware/avi/sdk/model/L4SSLApplicationProfile.java +++ b/java/src/com/vmware/avi/sdk/model/L4SSLApplicationProfile.java @@ -32,7 +32,7 @@ public class L4SSLApplicationProfile { * Allowed values are 60-86400. * Field introduced in 22.1.2. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @return sslStreamIdleTimeout */ @@ -46,7 +46,7 @@ public Integer getSslStreamIdleTimeout() { * Allowed values are 60-86400. * Field introduced in 22.1.2. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @param sslStreamIdleTimeout set the sslStreamIdleTimeout. */ diff --git a/java/src/com/vmware/avi/sdk/model/L7limits.java b/java/src/com/vmware/avi/sdk/model/L7limits.java index e4ecb08b47..fcc6840036 100644 --- a/java/src/com/vmware/avi/sdk/model/L7limits.java +++ b/java/src/com/vmware/avi/sdk/model/L7limits.java @@ -66,7 +66,7 @@ public class L7limits { * This is the getter method this will return the attribute value. * Number of httppolicies attached to a vs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpPoliciesPerVs */ @@ -78,7 +78,7 @@ public Integer getHttpPoliciesPerVs() { * This is the setter method to the attribute. * Number of httppolicies attached to a vs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpPoliciesPerVs set the httpPoliciesPerVs. */ @@ -90,7 +90,7 @@ public void setHttpPoliciesPerVs(Integer httpPoliciesPerVs) { * This is the getter method this will return the attribute value. * Number of compression filters. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numCompressionFilters */ @@ -102,7 +102,7 @@ public Integer getNumCompressionFilters() { * This is the setter method to the attribute. * Number of compression filters. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numCompressionFilters set the numCompressionFilters. */ @@ -114,7 +114,7 @@ public void setNumCompressionFilters(Integer numCompressionFilters) { * This is the getter method this will return the attribute value. * Number of custom strings per match/action. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numCustomStr */ @@ -126,7 +126,7 @@ public Integer getNumCustomStr() { * This is the setter method to the attribute. * Number of custom strings per match/action. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numCustomStr set the numCustomStr. */ @@ -138,7 +138,7 @@ public void setNumCustomStr(Integer numCustomStr) { * This is the getter method this will return the attribute value. * Number of matches per rule. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numMatchesPerRule */ @@ -150,7 +150,7 @@ public Integer getNumMatchesPerRule() { * This is the setter method to the attribute. * Number of matches per rule. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numMatchesPerRule set the numMatchesPerRule. */ @@ -162,7 +162,7 @@ public void setNumMatchesPerRule(Integer numMatchesPerRule) { * This is the getter method this will return the attribute value. * Number of rules per evh host. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRulesPerEvhHost */ @@ -174,7 +174,7 @@ public Integer getNumRulesPerEvhHost() { * This is the setter method to the attribute. * Number of rules per evh host. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRulesPerEvhHost set the numRulesPerEvhHost. */ @@ -186,7 +186,7 @@ public void setNumRulesPerEvhHost(Integer numRulesPerEvhHost) { * This is the getter method this will return the attribute value. * Number of rules per httprequest/httpresponse/httpsecurity policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRulesPerHttpPolicy */ @@ -198,7 +198,7 @@ public Integer getNumRulesPerHttpPolicy() { * This is the setter method to the attribute. * Number of rules per httprequest/httpresponse/httpsecurity policy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRulesPerHttpPolicy set the numRulesPerHttpPolicy. */ @@ -210,7 +210,7 @@ public void setNumRulesPerHttpPolicy(Integer numRulesPerHttpPolicy) { * This is the getter method this will return the attribute value. * Number of stringgroups/ipgroups per match. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numStrgroupsPerMatch */ @@ -222,7 +222,7 @@ public Integer getNumStrgroupsPerMatch() { * This is the setter method to the attribute. * Number of stringgroups/ipgroups per match. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numStrgroupsPerMatch set the numStrgroupsPerMatch. */ @@ -234,7 +234,7 @@ public void setNumStrgroupsPerMatch(Integer numStrgroupsPerMatch) { * This is the getter method this will return the attribute value. * Number of implicit strings for cacheable mime types. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strCacheMime */ @@ -246,7 +246,7 @@ public Integer getStrCacheMime() { * This is the setter method to the attribute. * Number of implicit strings for cacheable mime types. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strCacheMime set the strCacheMime. */ @@ -258,7 +258,7 @@ public void setStrCacheMime(Integer strCacheMime) { * This is the getter method this will return the attribute value. * Number of string groups for cacheable mime types. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strGroupsCacheMime */ @@ -270,7 +270,7 @@ public Integer getStrGroupsCacheMime() { * This is the setter method to the attribute. * Number of string groups for cacheable mime types. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strGroupsCacheMime set the strGroupsCacheMime. */ @@ -282,7 +282,7 @@ public void setStrGroupsCacheMime(Integer strGroupsCacheMime) { * This is the getter method this will return the attribute value. * Number of string groups for non cacheable mime types. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strGroupsNoCacheMime */ @@ -294,7 +294,7 @@ public Integer getStrGroupsNoCacheMime() { * This is the setter method to the attribute. * Number of string groups for non cacheable mime types. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strGroupsNoCacheMime set the strGroupsNoCacheMime. */ @@ -306,7 +306,7 @@ public void setStrGroupsNoCacheMime(Integer strGroupsNoCacheMime) { * This is the getter method this will return the attribute value. * Number of string groups for non cacheable uri. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strGroupsNoCacheUri */ @@ -318,7 +318,7 @@ public Integer getStrGroupsNoCacheUri() { * This is the setter method to the attribute. * Number of string groups for non cacheable uri. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strGroupsNoCacheUri set the strGroupsNoCacheUri. */ @@ -330,7 +330,7 @@ public void setStrGroupsNoCacheUri(Integer strGroupsNoCacheUri) { * This is the getter method this will return the attribute value. * Number of implicit strings for non cacheable mime types. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strNoCacheMime */ @@ -342,7 +342,7 @@ public Integer getStrNoCacheMime() { * This is the setter method to the attribute. * Number of implicit strings for non cacheable mime types. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strNoCacheMime set the strNoCacheMime. */ @@ -354,7 +354,7 @@ public void setStrNoCacheMime(Integer strNoCacheMime) { * This is the getter method this will return the attribute value. * Number of implicit strings for non cacheable uri. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strNoCacheUri */ @@ -366,7 +366,7 @@ public Integer getStrNoCacheUri() { * This is the setter method to the attribute. * Number of implicit strings for non cacheable uri. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strNoCacheUri set the strNoCacheUri. */ diff --git a/java/src/com/vmware/avi/sdk/model/LDAPVSConfig.java b/java/src/com/vmware/avi/sdk/model/LDAPVSConfig.java index 191dfa2352..41e895d20d 100644 --- a/java/src/com/vmware/avi/sdk/model/LDAPVSConfig.java +++ b/java/src/com/vmware/avi/sdk/model/LDAPVSConfig.java @@ -51,7 +51,7 @@ public class LDAPVSConfig { * This is the getter method this will return the attribute value. * Basic authentication realm to present to a user along with the prompt for credentials. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return realm */ @@ -63,7 +63,7 @@ public String getRealm() { * This is the setter method to the attribute. * Basic authentication realm to present to a user along with the prompt for credentials. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param realm set the realm. */ @@ -76,7 +76,7 @@ public void setRealm(String realm) { * Default bind timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @return seAuthLdapBindTimeout */ @@ -89,7 +89,7 @@ public Integer getSeAuthLdapBindTimeout() { * Default bind timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @param seAuthLdapBindTimeout set the seAuthLdapBindTimeout. */ @@ -102,7 +102,7 @@ public void setSeAuthLdapBindTimeout(Integer seAuthLdapBindTimeout) { * Size of ldap auth credentials cache used on the dataplane. * Field introduced in 21.1.1. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100000. * @return seAuthLdapCacheSize */ @@ -115,7 +115,7 @@ public Integer getSeAuthLdapCacheSize() { * Size of ldap auth credentials cache used on the dataplane. * Field introduced in 21.1.1. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100000. * @param seAuthLdapCacheSize set the seAuthLdapCacheSize. */ @@ -128,7 +128,7 @@ public void setSeAuthLdapCacheSize(Integer seAuthLdapCacheSize) { * Default connection timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seAuthLdapConnectTimeout */ @@ -141,7 +141,7 @@ public Integer getSeAuthLdapConnectTimeout() { * Default connection timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seAuthLdapConnectTimeout set the seAuthLdapConnectTimeout. */ @@ -153,7 +153,7 @@ public void setSeAuthLdapConnectTimeout(Integer seAuthLdapConnectTimeout) { * This is the getter method this will return the attribute value. * Number of concurrent connections to ldap server by a single basic auth ldap process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seAuthLdapConnsPerServer */ @@ -165,7 +165,7 @@ public Integer getSeAuthLdapConnsPerServer() { * This is the setter method to the attribute. * Number of concurrent connections to ldap server by a single basic auth ldap process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seAuthLdapConnsPerServer set the seAuthLdapConnsPerServer. */ @@ -178,7 +178,7 @@ public void setSeAuthLdapConnsPerServer(Integer seAuthLdapConnsPerServer) { * Default reconnect timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seAuthLdapReconnectTimeout */ @@ -191,7 +191,7 @@ public Integer getSeAuthLdapReconnectTimeout() { * Default reconnect timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seAuthLdapReconnectTimeout set the seAuthLdapReconnectTimeout. */ @@ -204,7 +204,7 @@ public void setSeAuthLdapReconnectTimeout(Integer seAuthLdapReconnectTimeout) { * Default login or group search request timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seAuthLdapRequestTimeout */ @@ -217,7 +217,7 @@ public Integer getSeAuthLdapRequestTimeout() { * Default login or group search request timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seAuthLdapRequestTimeout set the seAuthLdapRequestTimeout. */ @@ -229,7 +229,7 @@ public void setSeAuthLdapRequestTimeout(Integer seAuthLdapRequestTimeout) { * This is the getter method this will return the attribute value. * If enabled, connections are always made to the first available ldap server in the list and will failover to subsequent servers. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seAuthLdapServersFailoverOnly */ @@ -241,7 +241,7 @@ public Boolean getSeAuthLdapServersFailoverOnly() { * This is the setter method to the attribute. * If enabled, connections are always made to the first available ldap server in the list and will failover to subsequent servers. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seAuthLdapServersFailoverOnly set the seAuthLdapServersFailoverOnly. */ diff --git a/java/src/com/vmware/avi/sdk/model/LabelGroup.java b/java/src/com/vmware/avi/sdk/model/LabelGroup.java index 5e0f4af7ad..f700254a63 100644 --- a/java/src/com/vmware/avi/sdk/model/LabelGroup.java +++ b/java/src/com/vmware/avi/sdk/model/LabelGroup.java @@ -38,7 +38,7 @@ public class LabelGroup extends AviRestResource { * This is the getter method this will return the attribute value. * List of allowed or suggested labels for the label group. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -50,7 +50,7 @@ public List getLabels() { * This is the setter method. this will set the labels * List of allowed or suggested labels for the label group. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -62,7 +62,7 @@ public void setLabels(List labels) { * This is the setter method this will set the labels * List of allowed or suggested labels for the label group. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -78,7 +78,7 @@ public LabelGroup addLabelsItem(RoleMatchOperationMatchLabel labelsItem) { * This is the getter method this will return the attribute value. * Name of the label group. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -90,7 +90,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the label group. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -119,7 +119,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the label group. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -131,7 +131,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the label group. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/LatencyAuditProperties.java b/java/src/com/vmware/avi/sdk/model/LatencyAuditProperties.java index 7b169c0469..5621a21c12 100644 --- a/java/src/com/vmware/avi/sdk/model/LatencyAuditProperties.java +++ b/java/src/com/vmware/avi/sdk/model/LatencyAuditProperties.java @@ -40,7 +40,7 @@ public class LatencyAuditProperties { * Deprecated in 22.1.1. * Enum options - LATENCY_AUDIT_OFF, LATENCY_AUDIT_ON, LATENCY_AUDIT_ON_WITH_SIG. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connEstAuditMode */ @@ -53,7 +53,7 @@ public String getConnEstAuditMode() { * Deprecated in 22.1.1. * Enum options - LATENCY_AUDIT_OFF, LATENCY_AUDIT_ON, LATENCY_AUDIT_ON_WITH_SIG. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connEstAuditMode set the connEstAuditMode. */ @@ -66,7 +66,7 @@ public void setConnEstAuditMode(String connEstAuditMode) { * Deprecated in 22.1.1. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connEstThreshold */ @@ -79,7 +79,7 @@ public Integer getConnEstThreshold() { * Deprecated in 22.1.1. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connEstThreshold set the connEstThreshold. */ @@ -92,7 +92,7 @@ public void setConnEstThreshold(Integer connEstThreshold) { * Deprecated in 22.1.1. * Enum options - LATENCY_AUDIT_OFF, LATENCY_AUDIT_ON, LATENCY_AUDIT_ON_WITH_SIG. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latencyAuditMode */ @@ -105,7 +105,7 @@ public String getLatencyAuditMode() { * Deprecated in 22.1.1. * Enum options - LATENCY_AUDIT_OFF, LATENCY_AUDIT_ON, LATENCY_AUDIT_ON_WITH_SIG. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latencyAuditMode set the latencyAuditMode. */ @@ -118,7 +118,7 @@ public void setLatencyAuditMode(String latencyAuditMode) { * Deprecated in 22.1.1. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latencyThreshold */ @@ -131,7 +131,7 @@ public Integer getLatencyThreshold() { * Deprecated in 22.1.1. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latencyThreshold set the latencyThreshold. */ diff --git a/java/src/com/vmware/avi/sdk/model/LdapAuthSettings.java b/java/src/com/vmware/avi/sdk/model/LdapAuthSettings.java index 6c651b68dc..8c9ebbb0e3 100644 --- a/java/src/com/vmware/avi/sdk/model/LdapAuthSettings.java +++ b/java/src/com/vmware/avi/sdk/model/LdapAuthSettings.java @@ -54,7 +54,7 @@ public class LdapAuthSettings { * This is the getter method this will return the attribute value. * The ldap base dn. * For example, avinetworks.com would be dc=avinetworks,dc=com. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return baseDn */ @@ -66,7 +66,7 @@ public String getBaseDn() { * This is the setter method to the attribute. * The ldap base dn. * For example, avinetworks.com would be dc=avinetworks,dc=com. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param baseDn set the baseDn. */ @@ -77,7 +77,7 @@ public void setBaseDn(String baseDn) { /** * This is the getter method this will return the attribute value. * Ldap administrator credentials are used to search for users and group memberships. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return bindAsAdministrator */ @@ -88,7 +88,7 @@ public Boolean getBindAsAdministrator() { /** * This is the setter method to the attribute. * Ldap administrator credentials are used to search for users and group memberships. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param bindAsAdministrator set the bindAsAdministrator. */ @@ -99,7 +99,7 @@ public void setBindAsAdministrator(Boolean bindAsAdministrator) { /** * This is the getter method this will return the attribute value. * Ldap attribute that refers to user email. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "email". * @return emailAttribute */ @@ -110,7 +110,7 @@ public String getEmailAttribute() { /** * This is the setter method to the attribute. * Ldap attribute that refers to user email. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "email". * @param emailAttribute set the emailAttribute. */ @@ -121,7 +121,7 @@ public void setEmailAttribute(String emailAttribute) { /** * This is the getter method this will return the attribute value. * Ldap attribute that refers to user's full name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "name". * @return fullNameAttribute */ @@ -132,7 +132,7 @@ public String getFullNameAttribute() { /** * This is the setter method to the attribute. * Ldap attribute that refers to user's full name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "name". * @param fullNameAttribute set the fullNameAttribute. */ @@ -143,7 +143,7 @@ public void setFullNameAttribute(String fullNameAttribute) { /** * This is the getter method this will return the attribute value. * Query the ldap servers on this port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 389. * @return port */ @@ -154,7 +154,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. * Query the ldap servers on this port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 389. * @param port set the port. */ @@ -166,7 +166,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Ldap connection security mode. * Enum options - AUTH_LDAP_SECURE_NONE, AUTH_LDAP_SECURE_USE_LDAPS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_LDAP_SECURE_USE_LDAPS". * @return securityMode */ @@ -178,7 +178,7 @@ public String getSecurityMode() { * This is the setter method to the attribute. * Ldap connection security mode. * Enum options - AUTH_LDAP_SECURE_NONE, AUTH_LDAP_SECURE_USE_LDAPS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_LDAP_SECURE_USE_LDAPS". * @param securityMode set the securityMode. */ @@ -190,7 +190,7 @@ public void setSecurityMode(String securityMode) { * Ldap server ip(v4/v6) address or fqdn. * Use ip address if an auth profile is used to configure virtual service. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -203,7 +203,7 @@ public List getServer() { * Ldap server ip(v4/v6) address or fqdn. * Use ip address if an auth profile is used to configure virtual service. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -216,7 +216,7 @@ public void setServer(List server) { * Ldap server ip(v4/v6) address or fqdn. * Use ip address if an auth profile is used to configure virtual service. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -231,7 +231,7 @@ public LdapAuthSettings addServerItem(String serverItem) { /** * This is the getter method this will return the attribute value. * Ldap full directory configuration with administrator credentials. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return settings */ @@ -242,7 +242,7 @@ public LdapDirectorySettings getSettings() { /** * This is the setter method to the attribute. * Ldap full directory configuration with administrator credentials. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param settings set the settings. */ @@ -253,7 +253,7 @@ public void setSettings(LdapDirectorySettings settings) { /** * This is the getter method this will return the attribute value. * Ldap anonymous bind configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userBind */ @@ -264,7 +264,7 @@ public LdapUserBindSettings getUserBind() { /** * This is the setter method to the attribute. * Ldap anonymous bind configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userBind set the userBind. */ diff --git a/java/src/com/vmware/avi/sdk/model/LdapDirectorySettings.java b/java/src/com/vmware/avi/sdk/model/LdapDirectorySettings.java index 2795525283..e0cf48da1a 100644 --- a/java/src/com/vmware/avi/sdk/model/LdapDirectorySettings.java +++ b/java/src/com/vmware/avi/sdk/model/LdapDirectorySettings.java @@ -63,7 +63,7 @@ public class LdapDirectorySettings { * This is the getter method this will return the attribute value. * Ldap admin user dn. * Administrator credentials are required to search for users under user search dn or groups under group search dn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adminBindDn */ @@ -75,7 +75,7 @@ public String getAdminBindDn() { * This is the setter method to the attribute. * Ldap admin user dn. * Administrator credentials are required to search for users under user search dn or groups under group search dn. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adminBindDn set the adminBindDn. */ @@ -86,7 +86,7 @@ public void setAdminBindDn(String adminBindDn) { /** * This is the getter method this will return the attribute value. * Group filter is used to identify groups during search. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "(objectClass=*)". * @return groupFilter */ @@ -97,7 +97,7 @@ public String getGroupFilter() { /** * This is the setter method to the attribute. * Group filter is used to identify groups during search. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "(objectClass=*)". * @param groupFilter set the groupFilter. */ @@ -108,7 +108,7 @@ public void setGroupFilter(String groupFilter) { /** * This is the getter method this will return the attribute value. * Ldap group attribute that identifies each of the group members. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "member". * @return groupMemberAttribute */ @@ -119,7 +119,7 @@ public String getGroupMemberAttribute() { /** * This is the setter method to the attribute. * Ldap group attribute that identifies each of the group members. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "member". * @param groupMemberAttribute set the groupMemberAttribute. */ @@ -130,7 +130,7 @@ public void setGroupMemberAttribute(String groupMemberAttribute) { /** * This is the getter method this will return the attribute value. * Group member entries contain full dns instead of just user id attribute values. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return groupMemberIsFullDn */ @@ -141,7 +141,7 @@ public Boolean getGroupMemberIsFullDn() { /** * This is the setter method to the attribute. * Group member entries contain full dns instead of just user id attribute values. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param groupMemberIsFullDn set the groupMemberIsFullDn. */ @@ -153,7 +153,7 @@ public void setGroupMemberIsFullDn(Boolean groupMemberIsFullDn) { * This is the getter method this will return the attribute value. * Ldap group search dn is the root of search for a given group in the ldap directory. * Only matching groups present in this ldap directory sub-tree will be checked for user membership. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupSearchDn */ @@ -165,7 +165,7 @@ public String getGroupSearchDn() { * This is the setter method to the attribute. * Ldap group search dn is the root of search for a given group in the ldap directory. * Only matching groups present in this ldap directory sub-tree will be checked for user membership. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param groupSearchDn set the groupSearchDn. */ @@ -177,7 +177,7 @@ public void setGroupSearchDn(String groupSearchDn) { * This is the getter method this will return the attribute value. * Ldap group search scope defines how deep to search for the group starting from the group search dn. * Enum options - AUTH_LDAP_SCOPE_BASE, AUTH_LDAP_SCOPE_ONE, AUTH_LDAP_SCOPE_SUBTREE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_LDAP_SCOPE_SUBTREE". * @return groupSearchScope */ @@ -189,7 +189,7 @@ public String getGroupSearchScope() { * This is the setter method to the attribute. * Ldap group search scope defines how deep to search for the group starting from the group search dn. * Enum options - AUTH_LDAP_SCOPE_BASE, AUTH_LDAP_SCOPE_ONE, AUTH_LDAP_SCOPE_SUBTREE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_LDAP_SCOPE_SUBTREE". * @param groupSearchScope set the groupSearchScope. */ @@ -200,7 +200,7 @@ public void setGroupSearchScope(String groupSearchScope) { /** * This is the getter method this will return the attribute value. * During user or group search, ignore searching referrals. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ignoreReferrals */ @@ -211,7 +211,7 @@ public Boolean getIgnoreReferrals() { /** * This is the setter method to the attribute. * During user or group search, ignore searching referrals. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ignoreReferrals set the ignoreReferrals. */ @@ -222,7 +222,7 @@ public void setIgnoreReferrals(Boolean ignoreReferrals) { /** * This is the getter method this will return the attribute value. * Ldap admin user password. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -233,7 +233,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * Ldap admin user password. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -243,7 +243,7 @@ public void setPassword(String password) { /** * This is the getter method this will return the attribute value. * Ldap user attributes to fetch on a successful user bind. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAttributes */ @@ -254,7 +254,7 @@ public List getUserAttributes() { /** * This is the setter method. this will set the userAttributes * Ldap user attributes to fetch on a successful user bind. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAttributes */ @@ -265,7 +265,7 @@ public void setUserAttributes(List userAttributes) { /** * This is the setter method this will set the userAttributes * Ldap user attributes to fetch on a successful user bind. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAttributes */ @@ -280,7 +280,7 @@ public LdapDirectorySettings addUserAttributesItem(String userAttributesItem) { /** * This is the getter method this will return the attribute value. * Ldap user id attribute is the login attribute that uniquely identifies a single user record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userIdAttribute */ @@ -291,7 +291,7 @@ public String getUserIdAttribute() { /** * This is the setter method to the attribute. * Ldap user id attribute is the login attribute that uniquely identifies a single user record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userIdAttribute set the userIdAttribute. */ @@ -303,7 +303,7 @@ public void setUserIdAttribute(String userIdAttribute) { * This is the getter method this will return the attribute value. * Ldap user search dn is the root of search for a given user in the ldap directory. * Only user records present in this ldap directory sub-tree will be validated. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userSearchDn */ @@ -315,7 +315,7 @@ public String getUserSearchDn() { * This is the setter method to the attribute. * Ldap user search dn is the root of search for a given user in the ldap directory. * Only user records present in this ldap directory sub-tree will be validated. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userSearchDn set the userSearchDn. */ @@ -327,7 +327,7 @@ public void setUserSearchDn(String userSearchDn) { * This is the getter method this will return the attribute value. * Ldap user search scope defines how deep to search for the user starting from user search dn. * Enum options - AUTH_LDAP_SCOPE_BASE, AUTH_LDAP_SCOPE_ONE, AUTH_LDAP_SCOPE_SUBTREE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_LDAP_SCOPE_ONE". * @return userSearchScope */ @@ -339,7 +339,7 @@ public String getUserSearchScope() { * This is the setter method to the attribute. * Ldap user search scope defines how deep to search for the user starting from user search dn. * Enum options - AUTH_LDAP_SCOPE_BASE, AUTH_LDAP_SCOPE_ONE, AUTH_LDAP_SCOPE_SUBTREE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_LDAP_SCOPE_ONE". * @param userSearchScope set the userSearchScope. */ diff --git a/java/src/com/vmware/avi/sdk/model/LdapUserBindSettings.java b/java/src/com/vmware/avi/sdk/model/LdapUserBindSettings.java index 023a68d40c..ee025526c2 100644 --- a/java/src/com/vmware/avi/sdk/model/LdapUserBindSettings.java +++ b/java/src/com/vmware/avi/sdk/model/LdapUserBindSettings.java @@ -38,7 +38,7 @@ public class LdapUserBindSettings { /** * This is the getter method this will return the attribute value. * Ldap user dn pattern is used to bind ldap user after replacing the user token with real username. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnTemplate */ @@ -49,7 +49,7 @@ public String getDnTemplate() { /** * This is the setter method to the attribute. * Ldap user dn pattern is used to bind ldap user after replacing the user token with real username. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnTemplate set the dnTemplate. */ @@ -60,7 +60,7 @@ public void setDnTemplate(String dnTemplate) { /** * This is the getter method this will return the attribute value. * Ldap token is replaced with real user name in the user dn pattern. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "". * @return token */ @@ -71,7 +71,7 @@ public String getToken() { /** * This is the setter method to the attribute. * Ldap token is replaced with real user name in the user dn pattern. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "". * @param token set the token. */ @@ -81,7 +81,7 @@ public void setToken(String token) { /** * This is the getter method this will return the attribute value. * Ldap user attributes to fetch on a successful user bind. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAttributes */ @@ -92,7 +92,7 @@ public List getUserAttributes() { /** * This is the setter method. this will set the userAttributes * Ldap user attributes to fetch on a successful user bind. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAttributes */ @@ -103,7 +103,7 @@ public void setUserAttributes(List userAttributes) { /** * This is the setter method this will set the userAttributes * Ldap user attributes to fetch on a successful user bind. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAttributes */ @@ -118,7 +118,7 @@ public LdapUserBindSettings addUserAttributesItem(String userAttributesItem) { /** * This is the getter method this will return the attribute value. * Ldap user id attribute is the login attribute that uniquely identifies a single user record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userIdAttribute */ @@ -129,7 +129,7 @@ public String getUserIdAttribute() { /** * This is the setter method to the attribute. * Ldap user id attribute is the login attribute that uniquely identifies a single user record. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userIdAttribute set the userIdAttribute. */ diff --git a/java/src/com/vmware/avi/sdk/model/LearningLogPolicy.java b/java/src/com/vmware/avi/sdk/model/LearningLogPolicy.java index fe0ee05a20..eb1a5d19bb 100644 --- a/java/src/com/vmware/avi/sdk/model/LearningLogPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/LearningLogPolicy.java @@ -36,7 +36,7 @@ public class LearningLogPolicy { * This is the getter method this will return the attribute value. * Determine whether app learning logging is enabled. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enabled */ @@ -48,7 +48,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Determine whether app learning logging is enabled. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enabled set the enabled. */ @@ -60,7 +60,7 @@ public void setEnabled(Boolean enabled) { * This is the getter method this will return the attribute value. * Host name where learning logs will be sent to. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -72,7 +72,7 @@ public String getHost() { * This is the setter method to the attribute. * Host name where learning logs will be sent to. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -84,7 +84,7 @@ public void setHost(String host) { * This is the getter method this will return the attribute value. * Port number for the service listening for learning logs. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -96,7 +96,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Port number for the service listening for learning logs. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/java/src/com/vmware/avi/sdk/model/LicenseDetails.java b/java/src/com/vmware/avi/sdk/model/LicenseDetails.java index 885b87ac75..d55fe1fa88 100644 --- a/java/src/com/vmware/avi/sdk/model/LicenseDetails.java +++ b/java/src/com/vmware/avi/sdk/model/LicenseDetails.java @@ -40,7 +40,7 @@ public class LicenseDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendServers */ @@ -50,7 +50,7 @@ public Integer getBackendServers() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendServers set the backendServers. */ @@ -60,7 +60,7 @@ public void setBackendServers(Integer backendServers) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiryAt */ @@ -70,7 +70,7 @@ public String getExpiryAt() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expiryAt set the expiryAt. */ @@ -80,7 +80,7 @@ public void setExpiryAt(String expiryAt) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseId */ @@ -90,7 +90,7 @@ public String getLicenseId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseId set the licenseId. */ @@ -100,7 +100,7 @@ public void setLicenseId(String licenseId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseType */ @@ -110,7 +110,7 @@ public String getLicenseType() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseType set the licenseType. */ @@ -120,7 +120,7 @@ public void setLicenseType(String licenseType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -130,7 +130,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/LicenseExpiryDetails.java b/java/src/com/vmware/avi/sdk/model/LicenseExpiryDetails.java index 852cddbaae..7b0e80fa3b 100644 --- a/java/src/com/vmware/avi/sdk/model/LicenseExpiryDetails.java +++ b/java/src/com/vmware/avi/sdk/model/LicenseExpiryDetails.java @@ -67,7 +67,7 @@ public class LicenseExpiryDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendServers */ @@ -77,7 +77,7 @@ public Integer getBackendServers() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendServers set the backendServers. */ @@ -87,7 +87,7 @@ public void setBackendServers(Integer backendServers) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return burstCores */ @@ -97,7 +97,7 @@ public Integer getBurstCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param burstCores set the burstCores. */ @@ -107,7 +107,7 @@ public void setBurstCores(Integer burstCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cores */ @@ -117,7 +117,7 @@ public Integer getCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cores set the cores. */ @@ -127,7 +127,7 @@ public void setCores(Integer cores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cpuCores */ @@ -137,7 +137,7 @@ public Float getCpuCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cpuCores set the cpuCores. */ @@ -147,7 +147,7 @@ public void setCpuCores(Float cpuCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiryAt */ @@ -157,7 +157,7 @@ public String getExpiryAt() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expiryAt set the expiryAt. */ @@ -167,7 +167,7 @@ public void setExpiryAt(String expiryAt) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseId */ @@ -177,7 +177,7 @@ public String getLicenseId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseId set the licenseId. */ @@ -186,7 +186,7 @@ public void setLicenseId(String licenseId) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTier */ @@ -196,7 +196,7 @@ public List getLicenseTier() { /** * This is the setter method. this will set the licenseTier - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTier */ @@ -206,7 +206,7 @@ public void setLicenseTier(List licenseTier) { /** * This is the setter method this will set the licenseTier - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTier */ @@ -220,7 +220,7 @@ public LicenseExpiryDetails addLicenseTierItem(String licenseTierItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseType */ @@ -230,7 +230,7 @@ public String getLicenseType() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseType set the licenseType. */ @@ -240,7 +240,7 @@ public void setLicenseType(String licenseType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxApps */ @@ -250,7 +250,7 @@ public Integer getMaxApps() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxApps set the maxApps. */ @@ -260,7 +260,7 @@ public void setMaxApps(Integer maxApps) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxSes */ @@ -270,7 +270,7 @@ public Integer getMaxSes() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxSes set the maxSes. */ @@ -280,7 +280,7 @@ public void setMaxSes(Integer maxSes) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -290,7 +290,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -300,7 +300,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceCores */ @@ -310,7 +310,7 @@ public Float getServiceCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceCores set the serviceCores. */ @@ -320,7 +320,7 @@ public void setServiceCores(Float serviceCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sockets */ @@ -330,7 +330,7 @@ public Integer getSockets() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sockets set the sockets. */ @@ -340,7 +340,7 @@ public void setSockets(Integer sockets) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return throughput */ @@ -350,7 +350,7 @@ public Integer getThroughput() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param throughput set the throughput. */ diff --git a/java/src/com/vmware/avi/sdk/model/LicenseInfo.java b/java/src/com/vmware/avi/sdk/model/LicenseInfo.java index 37a69a7e44..b4f0480816 100644 --- a/java/src/com/vmware/avi/sdk/model/LicenseInfo.java +++ b/java/src/com/vmware/avi/sdk/model/LicenseInfo.java @@ -42,7 +42,7 @@ public class LicenseInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Last updated time. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastUpdated */ @@ -54,7 +54,7 @@ public Integer getLastUpdated() { * This is the setter method to the attribute. * Last updated time. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastUpdated set the lastUpdated. */ @@ -66,7 +66,7 @@ public void setLastUpdated(Integer lastUpdated) { * This is the getter method this will return the attribute value. * Quantity of service cores. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceCores */ @@ -78,7 +78,7 @@ public Float getServiceCores() { * This is the setter method to the attribute. * Quantity of service cores. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceCores set the serviceCores. */ @@ -90,7 +90,7 @@ public void setServiceCores(Float serviceCores) { * This is the getter method this will return the attribute value. * Specifies the license tier. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -102,7 +102,7 @@ public String getTenantUuid() { * This is the setter method to the attribute. * Specifies the license tier. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ @@ -115,7 +115,7 @@ public void setTenantUuid(String tenantUuid) { * Specifies the license tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier */ @@ -128,7 +128,7 @@ public String getTier() { * Specifies the license tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier set the tier. */ @@ -140,7 +140,7 @@ public void setTier(String tier) { * This is the getter method this will return the attribute value. * Identifier(license_id, se_uuid, cookie). * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -152,7 +152,7 @@ public String getUuid() { * This is the setter method to the attribute. * Identifier(license_id, se_uuid, cookie). * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/LicenseLedgerDetails.java b/java/src/com/vmware/avi/sdk/model/LicenseLedgerDetails.java index c399a40d87..de5c236de1 100644 --- a/java/src/com/vmware/avi/sdk/model/LicenseLedgerDetails.java +++ b/java/src/com/vmware/avi/sdk/model/LicenseLedgerDetails.java @@ -41,7 +41,7 @@ public class LicenseLedgerDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Maintain information about reservation against cookie. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return escrowInfos */ @@ -53,7 +53,7 @@ public List getEscrowInfos() { * This is the setter method. this will set the escrowInfos * Maintain information about reservation against cookie. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return escrowInfos */ @@ -65,7 +65,7 @@ public void setEscrowInfos(List escrowInfos) { * This is the setter method this will set the escrowInfos * Maintain information about reservation against cookie. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return escrowInfos */ @@ -80,7 +80,7 @@ public LicenseLedgerDetails addEscrowInfosItem(LicenseInfo escrowInfosItem) { * This is the getter method this will return the attribute value. * Maintain information about consumed licenses against se_uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seInfos */ @@ -92,7 +92,7 @@ public List getSeInfos() { * This is the setter method. this will set the seInfos * Maintain information about consumed licenses against se_uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seInfos */ @@ -104,7 +104,7 @@ public void setSeInfos(List seInfos) { * This is the setter method this will set the seInfos * Maintain information about consumed licenses against se_uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seInfos */ @@ -119,7 +119,7 @@ public LicenseLedgerDetails addSeInfosItem(LicenseInfo seInfosItem) { * This is the getter method this will return the attribute value. * License usage per tier. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tierUsages */ @@ -131,7 +131,7 @@ public List getTierUsages() { * This is the setter method. this will set the tierUsages * License usage per tier. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tierUsages */ @@ -143,7 +143,7 @@ public void setTierUsages(List tierUsages) { * This is the setter method this will set the tierUsages * License usage per tier. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tierUsages */ @@ -176,7 +176,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid for reference. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -188,7 +188,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid for reference. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/LicenseServiceUpdate.java b/java/src/com/vmware/avi/sdk/model/LicenseServiceUpdate.java index bf94ffda9d..d5f90bb1fb 100644 --- a/java/src/com/vmware/avi/sdk/model/LicenseServiceUpdate.java +++ b/java/src/com/vmware/avi/sdk/model/LicenseServiceUpdate.java @@ -33,7 +33,7 @@ public class LicenseServiceUpdate { * This is the getter method this will return the attribute value. * Name. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -45,7 +45,7 @@ public String getName() { * This is the setter method to the attribute. * Name. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -57,7 +57,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Organization id. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceUnits */ @@ -69,7 +69,7 @@ public OrgServiceUnits getServiceUnits() { * This is the setter method to the attribute. * Organization id. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceUnits set the serviceUnits. */ diff --git a/java/src/com/vmware/avi/sdk/model/LicenseStatus.java b/java/src/com/vmware/avi/sdk/model/LicenseStatus.java index fc3fbf225b..a5992519ed 100644 --- a/java/src/com/vmware/avi/sdk/model/LicenseStatus.java +++ b/java/src/com/vmware/avi/sdk/model/LicenseStatus.java @@ -42,7 +42,7 @@ public class LicenseStatus extends AviRestResource { * This is the getter method this will return the attribute value. * Saas licensing status. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return saasStatus */ @@ -54,7 +54,7 @@ public SaasLicensingStatus getSaasStatus() { * This is the setter method to the attribute. * Saas licensing status. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param saasStatus set the saasStatus. */ @@ -66,7 +66,7 @@ public void setSaasStatus(SaasLicensingStatus saasStatus) { * This is the getter method this will return the attribute value. * Pulse license service update. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceUpdate */ @@ -78,7 +78,7 @@ public LicenseServiceUpdate getServiceUpdate() { * This is the setter method to the attribute. * Pulse license service update. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceUpdate set the serviceUpdate. */ @@ -90,7 +90,7 @@ public void setServiceUpdate(LicenseServiceUpdate serviceUpdate) { * This is the getter method this will return the attribute value. * Tenant uuid. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -102,7 +102,7 @@ public String getTenantUuid() { * This is the setter method to the attribute. * Tenant uuid. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ @@ -131,7 +131,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -143,7 +143,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/LicenseTierSwitchDetiails.java b/java/src/com/vmware/avi/sdk/model/LicenseTierSwitchDetiails.java index 2b23cf0557..2fb7bbac8a 100644 --- a/java/src/com/vmware/avi/sdk/model/LicenseTierSwitchDetiails.java +++ b/java/src/com/vmware/avi/sdk/model/LicenseTierSwitchDetiails.java @@ -37,7 +37,7 @@ public class LicenseTierSwitchDetiails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return destinationTier */ @@ -47,7 +47,7 @@ public String getDestinationTier() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param destinationTier set the destinationTier. */ @@ -57,7 +57,7 @@ public void setDestinationTier(String destinationTier) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -67,7 +67,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -77,7 +77,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourceTier */ @@ -87,7 +87,7 @@ public String getSourceTier() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourceTier set the sourceTier. */ @@ -97,7 +97,7 @@ public void setSourceTier(String sourceTier) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -107,7 +107,7 @@ public String getStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ diff --git a/java/src/com/vmware/avi/sdk/model/LicenseTierUsage.java b/java/src/com/vmware/avi/sdk/model/LicenseTierUsage.java index bae55a33e1..b35f62fa3f 100644 --- a/java/src/com/vmware/avi/sdk/model/LicenseTierUsage.java +++ b/java/src/com/vmware/avi/sdk/model/LicenseTierUsage.java @@ -34,7 +34,7 @@ public class LicenseTierUsage { * Specifies the license tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier */ @@ -47,7 +47,7 @@ public String getTier() { * Specifies the license tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier set the tier. */ @@ -59,7 +59,7 @@ public void setTier(String tier) { * This is the getter method this will return the attribute value. * Usage stats of license tier. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usage */ @@ -71,7 +71,7 @@ public LicenseUsage getUsage() { * This is the setter method to the attribute. * Usage stats of license tier. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param usage set the usage. */ diff --git a/java/src/com/vmware/avi/sdk/model/LicenseTransactionDetails.java b/java/src/com/vmware/avi/sdk/model/LicenseTransactionDetails.java index e6763e2cd2..e2096fdb0e 100644 --- a/java/src/com/vmware/avi/sdk/model/LicenseTransactionDetails.java +++ b/java/src/com/vmware/avi/sdk/model/LicenseTransactionDetails.java @@ -52,7 +52,7 @@ public class LicenseTransactionDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookie */ @@ -62,7 +62,7 @@ public String getCookie() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookie set the cookie. */ @@ -72,7 +72,7 @@ public void setCookie(String cookie) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -82,7 +82,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -92,7 +92,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return id */ @@ -102,7 +102,7 @@ public String getId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param id set the id. */ @@ -112,7 +112,7 @@ public void setId(String id) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licensedServiceCores */ @@ -122,7 +122,7 @@ public Float getLicensedServiceCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licensedServiceCores set the licensedServiceCores. */ @@ -132,7 +132,7 @@ public void setLicensedServiceCores(Float licensedServiceCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operation */ @@ -142,7 +142,7 @@ public String getOperation() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operation set the operation. */ @@ -152,7 +152,7 @@ public void setOperation(String operation) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return overdraft */ @@ -162,7 +162,7 @@ public Boolean getOverdraft() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param overdraft set the overdraft. */ @@ -172,7 +172,7 @@ public void setOverdraft(Boolean overdraft) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceCores */ @@ -182,7 +182,7 @@ public Float getServiceCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceCores set the serviceCores. */ @@ -192,7 +192,7 @@ public void setServiceCores(Float serviceCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -202,7 +202,7 @@ public String getTenantUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ @@ -212,7 +212,7 @@ public void setTenantUuid(String tenantUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier */ @@ -222,7 +222,7 @@ public String getTier() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier set the tier. */ diff --git a/java/src/com/vmware/avi/sdk/model/LicenseUsage.java b/java/src/com/vmware/avi/sdk/model/LicenseUsage.java index d00806de10..c537c9d6ff 100644 --- a/java/src/com/vmware/avi/sdk/model/LicenseUsage.java +++ b/java/src/com/vmware/avi/sdk/model/LicenseUsage.java @@ -39,7 +39,7 @@ public class LicenseUsage { * This is the getter method this will return the attribute value. * Total license cores available for consumption. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return available */ @@ -51,7 +51,7 @@ public Float getAvailable() { * This is the setter method to the attribute. * Total license cores available for consumption. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param available set the available. */ @@ -63,7 +63,7 @@ public void setAvailable(Float available) { * This is the getter method this will return the attribute value. * Total license cores consumed. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return consumed */ @@ -75,7 +75,7 @@ public Float getConsumed() { * This is the setter method to the attribute. * Total license cores consumed. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param consumed set the consumed. */ @@ -87,7 +87,7 @@ public void setConsumed(Float consumed) { * This is the getter method this will return the attribute value. * Total license cores reserved or escrowed. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return escrow */ @@ -99,7 +99,7 @@ public Float getEscrow() { * This is the setter method to the attribute. * Total license cores reserved or escrowed. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param escrow set the escrow. */ @@ -111,7 +111,7 @@ public void setEscrow(Float escrow) { * This is the getter method this will return the attribute value. * Total license cores remaining for consumption. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return remaining */ @@ -123,7 +123,7 @@ public Float getRemaining() { * This is the setter method to the attribute. * Total license cores remaining for consumption. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param remaining set the remaining. */ diff --git a/java/src/com/vmware/avi/sdk/model/LinuxConfiguration.java b/java/src/com/vmware/avi/sdk/model/LinuxConfiguration.java index 3d6831e62f..b12762c2d5 100644 --- a/java/src/com/vmware/avi/sdk/model/LinuxConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/LinuxConfiguration.java @@ -35,7 +35,7 @@ public class LinuxConfiguration { /** * This is the getter method this will return the attribute value. * Banner displayed before login to ssh, and ui. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return banner */ @@ -46,7 +46,7 @@ public String getBanner() { /** * This is the setter method to the attribute. * Banner displayed before login to ssh, and ui. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param banner set the banner. */ @@ -59,7 +59,7 @@ public void setBanner(String banner) { * Enforce cis benchmark recommendations for avi controller and service engines. * The enforcement is as per cis dil 1.0.1 level 2, for applicable controls. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return cisMode */ @@ -72,7 +72,7 @@ public Boolean getCisMode() { * Enforce cis benchmark recommendations for avi controller and service engines. * The enforcement is as per cis dil 1.0.1 level 2, for applicable controls. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param cisMode set the cisMode. */ @@ -83,7 +83,7 @@ public void setCisMode(Boolean cisMode) { /** * This is the getter method this will return the attribute value. * Message of the day, shown to users on login via the command line interface, web interface, or ssh. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return motd */ @@ -94,7 +94,7 @@ public String getMotd() { /** * This is the setter method to the attribute. * Message of the day, shown to users on login via the command line interface, web interface, or ssh. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param motd set the motd. */ diff --git a/java/src/com/vmware/avi/sdk/model/LinuxServerConfiguration.java b/java/src/com/vmware/avi/sdk/model/LinuxServerConfiguration.java index f9d1ca0547..9a48b67b97 100644 --- a/java/src/com/vmware/avi/sdk/model/LinuxServerConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/LinuxServerConfiguration.java @@ -45,7 +45,7 @@ public class LinuxServerConfiguration { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -55,7 +55,7 @@ public List getHosts() { /** * This is the setter method. this will set the hosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -65,7 +65,7 @@ public void setHosts(List hosts) { /** * This is the setter method this will set the hosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -81,7 +81,7 @@ public LinuxServerConfiguration addHostsItem(LinuxServerHost hostsItem) { * This is the getter method this will return the attribute value. * Flag to notify the se's in this cloud have an inband management interface, this can be overridden at se host level by setting host_attr attr_key * as se_inband_mgmt with value of true or false. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seInbandMgmt */ @@ -93,7 +93,7 @@ public Boolean getSeInbandMgmt() { * This is the setter method to the attribute. * Flag to notify the se's in this cloud have an inband management interface, this can be overridden at se host level by setting host_attr attr_key * as se_inband_mgmt with value of true or false. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seInbandMgmt set the seInbandMgmt. */ @@ -104,7 +104,7 @@ public void setSeInbandMgmt(Boolean seInbandMgmt) { /** * This is the getter method this will return the attribute value. * Se client logs disk path for cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seLogDiskPath */ @@ -115,7 +115,7 @@ public String getSeLogDiskPath() { /** * This is the setter method to the attribute. * Se client logs disk path for cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seLogDiskPath set the seLogDiskPath. */ @@ -126,7 +126,7 @@ public void setSeLogDiskPath(String seLogDiskPath) { /** * This is the getter method this will return the attribute value. * Se client log disk size for cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return seLogDiskSizeGb */ @@ -137,7 +137,7 @@ public Integer getSeLogDiskSizeGb() { /** * This is the setter method to the attribute. * Se client log disk size for cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param seLogDiskSizeGb set the seLogDiskSizeGb. */ @@ -148,7 +148,7 @@ public void setSeLogDiskSizeGb(Integer seLogDiskSizeGb) { /** * This is the getter method this will return the attribute value. * Se system logs disk path for cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seSysDiskPath */ @@ -159,7 +159,7 @@ public String getSeSysDiskPath() { /** * This is the setter method to the attribute. * Se system logs disk path for cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seSysDiskPath set the seSysDiskPath. */ @@ -170,7 +170,7 @@ public void setSeSysDiskPath(String seSysDiskPath) { /** * This is the getter method this will return the attribute value. * Se system logs disk size for cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return seSysDiskSizeGb */ @@ -181,7 +181,7 @@ public Integer getSeSysDiskSizeGb() { /** * This is the setter method to the attribute. * Se system logs disk size for cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param seSysDiskSizeGb set the seSysDiskSizeGb. */ @@ -194,7 +194,7 @@ public void setSeSysDiskSizeGb(Integer seSysDiskSizeGb) { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshUserRef */ @@ -207,7 +207,7 @@ public String getSshUserRef() { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sshUserRef set the sshUserRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/LinuxServerHost.java b/java/src/com/vmware/avi/sdk/model/LinuxServerHost.java index 91b68456f6..74f3af740a 100644 --- a/java/src/com/vmware/avi/sdk/model/LinuxServerHost.java +++ b/java/src/com/vmware/avi/sdk/model/LinuxServerHost.java @@ -36,7 +36,7 @@ public class LinuxServerHost { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostAttr */ @@ -46,7 +46,7 @@ public List getHostAttr() { /** * This is the setter method. this will set the hostAttr - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostAttr */ @@ -56,7 +56,7 @@ public void setHostAttr(List hostAttr) { /** * This is the setter method this will set the hostAttr - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostAttr */ @@ -70,7 +70,7 @@ public LinuxServerHost addHostAttrItem(HostAttributes hostAttrItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostIp */ @@ -80,7 +80,7 @@ public IpAddr getHostIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostIp set the hostIp. */ @@ -92,7 +92,7 @@ public void setHostIp(IpAddr hostIp) { * This is the getter method this will return the attribute value. * Node's availability zone. * Serviceengines belonging to the availability zone will be rebooted during a manual dr failover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeAvailabilityZone */ @@ -104,7 +104,7 @@ public String getNodeAvailabilityZone() { * This is the setter method to the attribute. * Node's availability zone. * Serviceengines belonging to the availability zone will be rebooted during a manual dr failover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeAvailabilityZone set the nodeAvailabilityZone. */ @@ -118,7 +118,7 @@ public void setNodeAvailabilityZone(String nodeAvailabilityZone) { * If none, then 'default-group' segroup is associated with the se. * It is a reference to an object of type serviceenginegroup. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRef */ @@ -132,7 +132,7 @@ public String getSeGroupRef() { * If none, then 'default-group' segroup is associated with the se. * It is a reference to an object of type serviceenginegroup. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupRef set the seGroupRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/LocalConfig.java b/java/src/com/vmware/avi/sdk/model/LocalConfig.java new file mode 100644 index 0000000000..1cbc3e4cf6 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/LocalConfig.java @@ -0,0 +1,100 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The LocalConfig is a POJO class extends AviRestResource that used for creating + * LocalConfig. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class LocalConfig { + @JsonProperty("vsgs_info") + private List vsgsInfo; + + + /** + * This is the getter method this will return the attribute value. + * Vsgs operational information. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return vsgsInfo + */ + public List getVsgsInfo() { + return vsgsInfo; + } + + /** + * This is the setter method. this will set the vsgsInfo + * Vsgs operational information. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return vsgsInfo + */ + public void setVsgsInfo(List vsgsInfo) { + this.vsgsInfo = vsgsInfo; + } + + /** + * This is the setter method this will set the vsgsInfo + * Vsgs operational information. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return vsgsInfo + */ + public LocalConfig addVsgsInfoItem(VsgsOpsInfo vsgsInfoItem) { + if (this.vsgsInfo == null) { + this.vsgsInfo = new ArrayList(); + } + this.vsgsInfo.add(vsgsInfoItem); + return this; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + LocalConfig objLocalConfig = (LocalConfig) o; + return Objects.equals(this.vsgsInfo, objLocalConfig.vsgsInfo); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class LocalConfig {\n"); + sb.append(" vsgsInfo: ").append(toIndentedString(vsgsInfo)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/LocalInfo.java b/java/src/com/vmware/avi/sdk/model/LocalInfo.java new file mode 100644 index 0000000000..b1e7bca217 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/LocalInfo.java @@ -0,0 +1,114 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The LocalInfo is a POJO class extends AviRestResource that used for creating + * LocalInfo. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class LocalInfo { + @JsonProperty("gs_status") + private GslbDnsGsStatus gsStatus; + + @JsonProperty("gslb_info") + private GslbObjInfo gslbInfo; + + + + /** + * This is the getter method this will return the attribute value. + * This field encapsulates the gs-status edge-triggered framework. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return gsStatus + */ + public GslbDnsGsStatus getGsStatus() { + return gsStatus; + } + + /** + * This is the setter method to the attribute. + * This field encapsulates the gs-status edge-triggered framework. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param gsStatus set the gsStatus. + */ + public void setGsStatus(GslbDnsGsStatus gsStatus) { + this.gsStatus = gsStatus; + } + + /** + * This is the getter method this will return the attribute value. + * This field keeps track of gslb object's information. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return gslbInfo + */ + public GslbObjInfo getGslbInfo() { + return gslbInfo; + } + + /** + * This is the setter method to the attribute. + * This field keeps track of gslb object's information. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param gslbInfo set the gslbInfo. + */ + public void setGslbInfo(GslbObjInfo gslbInfo) { + this.gslbInfo = gslbInfo; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + LocalInfo objLocalInfo = (LocalInfo) o; + return Objects.equals(this.gslbInfo, objLocalInfo.gslbInfo)&& + Objects.equals(this.gsStatus, objLocalInfo.gsStatus); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class LocalInfo {\n"); + sb.append(" gsStatus: ").append(toIndentedString(gsStatus)).append("\n"); + sb.append(" gslbInfo: ").append(toIndentedString(gslbInfo)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/LocalWorkerFdsVersion.java b/java/src/com/vmware/avi/sdk/model/LocalWorkerFdsVersion.java new file mode 100644 index 0000000000..9512f9db8b --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/LocalWorkerFdsVersion.java @@ -0,0 +1,223 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The LocalWorkerFdsVersion is a POJO class extends AviRestResource that used for creating + * LocalWorkerFdsVersion. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class LocalWorkerFdsVersion extends AviRestResource { + @JsonProperty("name") + private String name = "default"; + + @JsonProperty("tenant_ref") + private String tenantRef; + + @JsonProperty("timeline") + private String timeline; + + @JsonProperty("url") + private String url = "url"; + + @JsonProperty("uuid") + private String uuid; + + @JsonProperty("version") + private Integer version = 0; + + + + /** + * This is the getter method this will return the attribute value. + * Default glw fds version name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "default". + * @return name + */ + public String getName() { + return name; + } + + /** + * This is the setter method to the attribute. + * Default glw fds version name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "default". + * @param name set the name. + */ + public void setName(String name) { + this.name = name; + } + + /** + * This is the getter method this will return the attribute value. + * Uuid of the tenant. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return tenantRef + */ + public String getTenantRef() { + return tenantRef; + } + + /** + * This is the setter method to the attribute. + * Uuid of the tenant. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param tenantRef set the tenantRef. + */ + public void setTenantRef(String tenantRef) { + this.tenantRef = tenantRef; + } + + /** + * This is the getter method this will return the attribute value. + * Fds timeline maintained by glw. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return timeline + */ + public String getTimeline() { + return timeline; + } + + /** + * This is the setter method to the attribute. + * Fds timeline maintained by glw. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param timeline set the timeline. + */ + public void setTimeline(String timeline) { + this.timeline = timeline; + } + /** + * This is the getter method this will return the attribute value. + * Avi controller URL of the object. + * @return url + */ + public String getUrl() { + return url; + } + + /** + * This is the setter method. this will set the url + * Avi controller URL of the object. + * @return url + */ + public void setUrl(String url) { + this.url = url; + } + + /** + * This is the getter method this will return the attribute value. + * Default glw fds version uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return uuid + */ + public String getUuid() { + return uuid; + } + + /** + * This is the setter method to the attribute. + * Default glw fds version uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param uuid set the uuid. + */ + public void setUuid(String uuid) { + this.uuid = uuid; + } + + /** + * This is the getter method this will return the attribute value. + * Fds version maintained by glw. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. + * @return version + */ + public Integer getVersion() { + return version; + } + + /** + * This is the setter method to the attribute. + * Fds version maintained by glw. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. + * @param version set the version. + */ + public void setVersion(Integer version) { + this.version = version; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + LocalWorkerFdsVersion objLocalWorkerFdsVersion = (LocalWorkerFdsVersion) o; + return Objects.equals(this.uuid, objLocalWorkerFdsVersion.uuid)&& + Objects.equals(this.name, objLocalWorkerFdsVersion.name)&& + Objects.equals(this.version, objLocalWorkerFdsVersion.version)&& + Objects.equals(this.timeline, objLocalWorkerFdsVersion.timeline)&& + Objects.equals(this.tenantRef, objLocalWorkerFdsVersion.tenantRef); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class LocalWorkerFdsVersion {\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); + sb.append(" timeline: ").append(toIndentedString(timeline)).append("\n"); + sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); + sb.append(" version: ").append(toIndentedString(version)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/LocalWorkerFdsVersionApiResponse.java b/java/src/com/vmware/avi/sdk/model/LocalWorkerFdsVersionApiResponse.java new file mode 100644 index 0000000000..caad36bbf5 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/LocalWorkerFdsVersionApiResponse.java @@ -0,0 +1,107 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.Objects; +import com.fasterxml.jackson.annotation.JsonProperty; +import io.swagger.v3.oas.annotations.media.Schema; +import java.util.ArrayList; +import java.util.List; + +/** + * LocalWorkerFdsVersionApiResponse + */ +public class LocalWorkerFdsVersionApiResponse { + @JsonProperty("count") + private Integer count = null; + + @JsonProperty("results") + private List results = new ArrayList(); + + public LocalWorkerFdsVersionApiResponse count(Integer count) { + this.count = count; + return this; + } + + /** + * Get count + * @return count + **/ + @Schema(required = true, description = "") + public Integer getCount() { + return count; + } + + public void setCount(Integer count) { + this.count = count; + } + + public LocalWorkerFdsVersionApiResponse results(List results) { + this.results = results; + return this; + } + + public LocalWorkerFdsVersionApiResponse addResultsItem(LocalWorkerFdsVersion resultsItem) { + this.results.add(resultsItem); + return this; + } + + /** + * Get results + * @return results + **/ + @Schema(required = true, description = "") + public List getResults() { + return results; + } + + public void setResults(List results) { + this.results = results; + } + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + LocalWorkerFdsVersionApiResponse localWorkerFdsVersionApiResponse = (LocalWorkerFdsVersionApiResponse) o; + return Objects.equals(this.count, localWorkerFdsVersionApiResponse.count) && + Objects.equals(this.results, localWorkerFdsVersionApiResponse.results); + } + + @Override + public int hashCode() { + return Objects.hash(count, results); + } + + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class LocalWorkerFdsVersionApiResponse {\n"); + + sb.append(" count: ").append(toIndentedString(count)).append("\n"); + sb.append(" results: ").append(toIndentedString(results)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} + + diff --git a/java/src/com/vmware/avi/sdk/model/LocationHdrMatch.java b/java/src/com/vmware/avi/sdk/model/LocationHdrMatch.java index 45cd56f994..093b68932c 100644 --- a/java/src/com/vmware/avi/sdk/model/LocationHdrMatch.java +++ b/java/src/com/vmware/avi/sdk/model/LocationHdrMatch.java @@ -36,7 +36,7 @@ public class LocationHdrMatch { * This is the getter method this will return the attribute value. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -48,7 +48,7 @@ public String getMatchCase() { * This is the setter method to the attribute. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -61,7 +61,7 @@ public void setMatchCase(String matchCase) { * Criterion to use for matching location header value in the http response. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -74,7 +74,7 @@ public String getMatchCriteria() { * Criterion to use for matching location header value in the http response. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -84,7 +84,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * String value(s) in the location header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -95,7 +95,7 @@ public List getValue() { /** * This is the setter method. this will set the value * String value(s) in the location header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -106,7 +106,7 @@ public void setValue(List value) { /** * This is the setter method this will set the value * String value(s) in the location header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ diff --git a/java/src/com/vmware/avi/sdk/model/LogAgentEventDetail.java b/java/src/com/vmware/avi/sdk/model/LogAgentEventDetail.java index fca57886a8..64ddee174e 100644 --- a/java/src/com/vmware/avi/sdk/model/LogAgentEventDetail.java +++ b/java/src/com/vmware/avi/sdk/model/LogAgentEventDetail.java @@ -40,7 +40,7 @@ public class LogAgentEventDetail { * Protocol used for communication to the external entity. * Enum options - TCP_CONN. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -53,7 +53,7 @@ public String getProtocol() { * Protocol used for communication to the external entity. * Enum options - TCP_CONN. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -65,7 +65,7 @@ public void setProtocol(String protocol) { * This is the getter method this will return the attribute value. * Event for tcp connection restablishment rate exceeds configured threshold. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rapidConnection */ @@ -77,7 +77,7 @@ public LogAgentTCPConnEstRateExcdEvent getRapidConnection() { * This is the setter method to the attribute. * Event for tcp connection restablishment rate exceeds configured threshold. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rapidConnection set the rapidConnection. */ @@ -89,7 +89,7 @@ public void setRapidConnection(LogAgentTCPConnEstRateExcdEvent rapidConnection) * This is the getter method this will return the attribute value. * Event details for tcp connection event. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpDetail */ @@ -101,7 +101,7 @@ public LogAgentTCPClientEventDetail getTcpDetail() { * This is the setter method to the attribute. * Event details for tcp connection event. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpDetail set the tcpDetail. */ @@ -114,7 +114,7 @@ public void setTcpDetail(LogAgentTCPClientEventDetail tcpDetail) { * Type of log agent event. * Enum options - LOG_AGENT_CONNECTION_ERROR. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -127,7 +127,7 @@ public String getType() { * Type of log agent event. * Enum options - LOG_AGENT_CONNECTION_ERROR. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/LogAgentTCPClientEventDetail.java b/java/src/com/vmware/avi/sdk/model/LogAgentTCPClientEventDetail.java index 4de62e1c09..f7d556c71e 100644 --- a/java/src/com/vmware/avi/sdk/model/LogAgentTCPClientEventDetail.java +++ b/java/src/com/vmware/avi/sdk/model/LogAgentTCPClientEventDetail.java @@ -38,7 +38,7 @@ public class LogAgentTCPClientEventDetail { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorCode */ @@ -49,7 +49,7 @@ public String getErrorCode() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorCode set the errorCode. */ @@ -60,7 +60,7 @@ public void setErrorCode(String errorCode) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorReason */ @@ -71,7 +71,7 @@ public String getErrorReason() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorReason set the errorReason. */ @@ -82,7 +82,7 @@ public void setErrorReason(String errorReason) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -93,7 +93,7 @@ public String getHost() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -104,7 +104,7 @@ public void setHost(String host) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -115,7 +115,7 @@ public String getPort() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/java/src/com/vmware/avi/sdk/model/LogAgentTCPConnEstRateExcdEvent.java b/java/src/com/vmware/avi/sdk/model/LogAgentTCPConnEstRateExcdEvent.java index ed83cfbbf2..63db83164d 100644 --- a/java/src/com/vmware/avi/sdk/model/LogAgentTCPConnEstRateExcdEvent.java +++ b/java/src/com/vmware/avi/sdk/model/LogAgentTCPConnEstRateExcdEvent.java @@ -38,7 +38,7 @@ public class LogAgentTCPConnEstRateExcdEvent { /** * This is the getter method this will return the attribute value. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorCode */ @@ -49,7 +49,7 @@ public String getErrorCode() { /** * This is the setter method to the attribute. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorCode set the errorCode. */ @@ -60,7 +60,7 @@ public void setErrorCode(String errorCode) { /** * This is the getter method this will return the attribute value. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorReason */ @@ -71,7 +71,7 @@ public String getErrorReason() { /** * This is the setter method to the attribute. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorReason set the errorReason. */ @@ -82,7 +82,7 @@ public void setErrorReason(String errorReason) { /** * This is the getter method this will return the attribute value. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -93,7 +93,7 @@ public String getHost() { /** * This is the setter method to the attribute. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -104,7 +104,7 @@ public void setHost(String host) { /** * This is the getter method this will return the attribute value. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -115,7 +115,7 @@ public String getPort() { /** * This is the setter method to the attribute. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/java/src/com/vmware/avi/sdk/model/LogControllerMapping.java b/java/src/com/vmware/avi/sdk/model/LogControllerMapping.java index 08f643c685..4d4c7f3620 100644 --- a/java/src/com/vmware/avi/sdk/model/LogControllerMapping.java +++ b/java/src/com/vmware/avi/sdk/model/LogControllerMapping.java @@ -55,7 +55,7 @@ public class LogControllerMapping extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerIp */ @@ -65,7 +65,7 @@ public String getControllerIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerIp set the controllerIp. */ @@ -76,7 +76,7 @@ public void setControllerIp(String controllerIp) { /** * This is the getter method this will return the attribute value. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "METRICS_MGR_PORT_0". * @return metricsMgrPort */ @@ -87,7 +87,7 @@ public String getMetricsMgrPort() { /** * This is the setter method to the attribute. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "METRICS_MGR_PORT_0". * @param metricsMgrPort set the metricsMgrPort. */ @@ -97,7 +97,7 @@ public void setMetricsMgrPort(String metricsMgrPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeUuid */ @@ -107,7 +107,7 @@ public String getNodeUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeUuid set the nodeUuid. */ @@ -117,7 +117,7 @@ public void setNodeUuid(String nodeUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevControllerIp */ @@ -127,7 +127,7 @@ public String getPrevControllerIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevControllerIp set the prevControllerIp. */ @@ -138,7 +138,7 @@ public void setPrevControllerIp(String prevControllerIp) { /** * This is the getter method this will return the attribute value. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "METRICS_MGR_PORT_0". * @return prevMetricsMgrPort */ @@ -149,7 +149,7 @@ public String getPrevMetricsMgrPort() { /** * This is the setter method to the attribute. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "METRICS_MGR_PORT_0". * @param prevMetricsMgrPort set the prevMetricsMgrPort. */ @@ -159,7 +159,7 @@ public void setPrevMetricsMgrPort(String prevMetricsMgrPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return staticMapping */ @@ -169,7 +169,7 @@ public Boolean getStaticMapping() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param staticMapping set the staticMapping. */ @@ -180,7 +180,7 @@ public void setStaticMapping(Boolean staticMapping) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -191,7 +191,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -218,7 +218,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -228,7 +228,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -238,7 +238,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -248,7 +248,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/LogManagerDebugFilter.java b/java/src/com/vmware/avi/sdk/model/LogManagerDebugFilter.java index bde27a8dcb..8b9b4a2371 100644 --- a/java/src/com/vmware/avi/sdk/model/LogManagerDebugFilter.java +++ b/java/src/com/vmware/avi/sdk/model/LogManagerDebugFilter.java @@ -31,7 +31,7 @@ public class LogManagerDebugFilter { * Uuid of the entity. * It is a reference to an object of type virtualservice. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityRef */ @@ -44,7 +44,7 @@ public String getEntityRef() { * Uuid of the entity. * It is a reference to an object of type virtualservice. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityRef set the entityRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/LogMgrCleanupEventDetails.java b/java/src/com/vmware/avi/sdk/model/LogMgrCleanupEventDetails.java index 9e782211c0..714e123a84 100644 --- a/java/src/com/vmware/avi/sdk/model/LogMgrCleanupEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/LogMgrCleanupEventDetails.java @@ -41,7 +41,7 @@ public class LogMgrCleanupEventDetails { /** * This is the getter method this will return the attribute value. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cleanupCount */ @@ -52,7 +52,7 @@ public Integer getCleanupCount() { /** * This is the setter method to the attribute. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cleanupCount set the cleanupCount. */ @@ -63,7 +63,7 @@ public void setCleanupCount(Integer cleanupCount) { /** * This is the getter method this will return the attribute value. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controller */ @@ -74,7 +74,7 @@ public String getController() { /** * This is the setter method to the attribute. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controller set the controller. */ @@ -85,7 +85,7 @@ public void setController(String controller) { /** * This is the getter method this will return the attribute value. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currSize */ @@ -96,7 +96,7 @@ public Integer getCurrSize() { /** * This is the setter method to the attribute. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currSize set the currSize. */ @@ -107,7 +107,7 @@ public void setCurrSize(Integer currSize) { /** * This is the getter method this will return the attribute value. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromTime */ @@ -118,7 +118,7 @@ public String getFromTime() { /** * This is the setter method to the attribute. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromTime set the fromTime. */ @@ -129,7 +129,7 @@ public void setFromTime(String fromTime) { /** * This is the getter method this will return the attribute value. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sizeLimit */ @@ -140,7 +140,7 @@ public Integer getSizeLimit() { /** * This is the setter method to the attribute. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sizeLimit set the sizeLimit. */ diff --git a/java/src/com/vmware/avi/sdk/model/LogMgrUberEventDetails.java b/java/src/com/vmware/avi/sdk/model/LogMgrUberEventDetails.java new file mode 100644 index 0000000000..fefc9ea172 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/LogMgrUberEventDetails.java @@ -0,0 +1,302 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The LogMgrUberEventDetails is a POJO class extends AviRestResource that used for creating + * LogMgrUberEventDetails. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class LogMgrUberEventDetails { + @JsonProperty("x_enum") + private String xEnum; + + @JsonProperty("x_float") + private Float xFloat; + + @JsonProperty("x_hex") + private Integer xHex; + + @JsonProperty("x_int") + private Integer xInt; + + @JsonProperty("x_msg") + private UberEnumMessage1 xMsg; + + @JsonProperty("x_rmsg") + private List xRmsg; + + @JsonProperty("x_str") + private String xStr; + + @JsonProperty("x_x") + private List xX; + + + + /** + * This is the getter method this will return the attribute value. + * Enum options - X_ENUM_1, X_ENUM_2, X_ENUM_3, X_ENUM_4. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return xEnum + */ + public String getXEnum() { + return xEnum; + } + + /** + * This is the setter method to the attribute. + * Enum options - X_ENUM_1, X_ENUM_2, X_ENUM_3, X_ENUM_4. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param xEnum set the xEnum. + */ + public void setXEnum(String xEnum) { + this.xEnum = xEnum; + } + + /** + * This is the getter method this will return the attribute value. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return xFloat + */ + public Float getXFloat() { + return xFloat; + } + + /** + * This is the setter method to the attribute. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param xFloat set the xFloat. + */ + public void setXFloat(Float xFloat) { + this.xFloat = xFloat; + } + + /** + * This is the getter method this will return the attribute value. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return xHex + */ + public Integer getXHex() { + return xHex; + } + + /** + * This is the setter method to the attribute. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param xHex set the xHex. + */ + public void setXHex(Integer xHex) { + this.xHex = xHex; + } + + /** + * This is the getter method this will return the attribute value. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return xInt + */ + public Integer getXInt() { + return xInt; + } + + /** + * This is the setter method to the attribute. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param xInt set the xInt. + */ + public void setXInt(Integer xInt) { + this.xInt = xInt; + } + + /** + * This is the getter method this will return the attribute value. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return xMsg + */ + public UberEnumMessage1 getXMsg() { + return xMsg; + } + + /** + * This is the setter method to the attribute. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param xMsg set the xMsg. + */ + public void setXMsg(UberEnumMessage1 xMsg) { + this.xMsg = xMsg; + } + /** + * This is the getter method this will return the attribute value. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return xRmsg + */ + public List getXRmsg() { + return xRmsg; + } + + /** + * This is the setter method. this will set the xRmsg + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return xRmsg + */ + public void setXRmsg(List xRmsg) { + this.xRmsg = xRmsg; + } + + /** + * This is the setter method this will set the xRmsg + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return xRmsg + */ + public LogMgrUberEventDetails addXRmsgItem(UberEnumMessage1 xRmsgItem) { + if (this.xRmsg == null) { + this.xRmsg = new ArrayList(); + } + this.xRmsg.add(xRmsgItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return xStr + */ + public String getXStr() { + return xStr; + } + + /** + * This is the setter method to the attribute. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param xStr set the xStr. + */ + public void setXStr(String xStr) { + this.xStr = xStr; + } + /** + * This is the getter method this will return the attribute value. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return xX + */ + public List getXX() { + return xX; + } + + /** + * This is the setter method. this will set the xX + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return xX + */ + public void setXX(List xX) { + this.xX = xX; + } + + /** + * This is the setter method this will set the xX + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return xX + */ + public LogMgrUberEventDetails addXXItem(Integer xXItem) { + if (this.xX == null) { + this.xX = new ArrayList(); + } + this.xX.add(xXItem); + return this; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + LogMgrUberEventDetails objLogMgrUberEventDetails = (LogMgrUberEventDetails) o; + return Objects.equals(this.xStr, objLogMgrUberEventDetails.xStr)&& + Objects.equals(this.xInt, objLogMgrUberEventDetails.xInt)&& + Objects.equals(this.xHex, objLogMgrUberEventDetails.xHex)&& + Objects.equals(this.xFloat, objLogMgrUberEventDetails.xFloat)&& + Objects.equals(this.xEnum, objLogMgrUberEventDetails.xEnum)&& + Objects.equals(this.xX, objLogMgrUberEventDetails.xX)&& + Objects.equals(this.xMsg, objLogMgrUberEventDetails.xMsg)&& + Objects.equals(this.xRmsg, objLogMgrUberEventDetails.xRmsg); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class LogMgrUberEventDetails {\n"); + sb.append(" xEnum: ").append(toIndentedString(xEnum)).append("\n"); + sb.append(" xFloat: ").append(toIndentedString(xFloat)).append("\n"); + sb.append(" xHex: ").append(toIndentedString(xHex)).append("\n"); + sb.append(" xInt: ").append(toIndentedString(xInt)).append("\n"); + sb.append(" xMsg: ").append(toIndentedString(xMsg)).append("\n"); + sb.append(" xRmsg: ").append(toIndentedString(xRmsg)).append("\n"); + sb.append(" xStr: ").append(toIndentedString(xStr)).append("\n"); + sb.append(" xX: ").append(toIndentedString(xX)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/ManagementNetworkConfig.java b/java/src/com/vmware/avi/sdk/model/ManagementNetworkConfig.java index b9c2ffcb69..6c8ba3a4c0 100644 --- a/java/src/com/vmware/avi/sdk/model/ManagementNetworkConfig.java +++ b/java/src/com/vmware/avi/sdk/model/ManagementNetworkConfig.java @@ -40,7 +40,7 @@ public class ManagementNetworkConfig { * Management overlay segment to use for avi service engines. * This should be set only when transport zone is of type overlay. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return overlaySegment */ @@ -53,7 +53,7 @@ public Tier1LogicalRouterInfo getOverlaySegment() { * Management overlay segment to use for avi service engines. * This should be set only when transport zone is of type overlay. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param overlaySegment set the overlaySegment. */ @@ -66,7 +66,7 @@ public void setOverlaySegment(Tier1LogicalRouterInfo overlaySegment) { * Management transport zone path for avi service engines. * Example- /infra/sites/default/enforcement-points/default/transport-zones/xxx-xxx-xxxx. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return transportZone */ @@ -79,7 +79,7 @@ public String getTransportZone() { * Management transport zone path for avi service engines. * Example- /infra/sites/default/enforcement-points/default/transport-zones/xxx-xxx-xxxx. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param transportZone set the transportZone. */ @@ -92,7 +92,7 @@ public void setTransportZone(String transportZone) { * Management transport zone type overlay or vlan. * Enum options - OVERLAY, VLAN. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tzType */ @@ -105,7 +105,7 @@ public String getTzType() { * Management transport zone type overlay or vlan. * Enum options - OVERLAY, VLAN. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tzType set the tzType. */ @@ -119,7 +119,7 @@ public void setTzType(String tzType) { * Example- /infra/segments/vlanls. * This should be set only when transport zone is of type vlan. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanSegment */ @@ -133,7 +133,7 @@ public String getVlanSegment() { * Example- /infra/segments/vlanls. * This should be set only when transport zone is of type vlan. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vlanSegment set the vlanSegment. */ diff --git a/java/src/com/vmware/avi/sdk/model/MarathonConfiguration.java b/java/src/com/vmware/avi/sdk/model/MarathonConfiguration.java index fcba563e11..1d1dde6dc0 100644 --- a/java/src/com/vmware/avi/sdk/model/MarathonConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/MarathonConfiguration.java @@ -55,7 +55,7 @@ public class MarathonConfiguration { * Framework tag to be used in virtualservice name. * Default is framework name from mesos. * If this tag is altered atruntime, virtualservices will be deleted and re-created. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frameworkTag */ @@ -68,7 +68,7 @@ public String getFrameworkTag() { * Framework tag to be used in virtualservice name. * Default is framework name from mesos. * If this tag is altered atruntime, virtualservices will be deleted and re-created. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frameworkTag set the frameworkTag. */ @@ -79,7 +79,7 @@ public void setFrameworkTag(String frameworkTag) { /** * This is the getter method this will return the attribute value. * Password for marathon authentication. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonPassword */ @@ -90,7 +90,7 @@ public String getMarathonPassword() { /** * This is the setter method to the attribute. * Password for marathon authentication. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param marathonPassword set the marathonPassword. */ @@ -101,7 +101,7 @@ public void setMarathonPassword(String marathonPassword) { /** * This is the getter method this will return the attribute value. * Marathon api url of the form http //host port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "http://leader.mesos:8080". * @return marathonUrl */ @@ -112,7 +112,7 @@ public String getMarathonUrl() { /** * This is the setter method to the attribute. * Marathon api url of the form http //host port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "http://leader.mesos:8080". * @param marathonUrl set the marathonUrl. */ @@ -123,7 +123,7 @@ public void setMarathonUrl(String marathonUrl) { /** * This is the getter method this will return the attribute value. * Username for marathon authentication. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonUsername */ @@ -134,7 +134,7 @@ public String getMarathonUsername() { /** * This is the setter method to the attribute. * Username for marathon authentication. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param marathonUsername set the marathonUsername. */ @@ -145,7 +145,7 @@ public void setMarathonUsername(String marathonUsername) { /** * This is the getter method this will return the attribute value. * Private port range allocated to this marathon framework instance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privatePortRange */ @@ -156,7 +156,7 @@ public PortRange getPrivatePortRange() { /** * This is the setter method to the attribute. * Private port range allocated to this marathon framework instance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param privatePortRange set the privatePortRange. */ @@ -167,7 +167,7 @@ public void setPrivatePortRange(PortRange privatePortRange) { /** * This is the getter method this will return the attribute value. * Public port range allocated to this marathon framework instance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return publicPortRange */ @@ -178,7 +178,7 @@ public PortRange getPublicPortRange() { /** * This is the setter method to the attribute. * Public port range allocated to this marathon framework instance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param publicPortRange set the publicPortRange. */ @@ -191,7 +191,7 @@ public void setPublicPortRange(PortRange publicPortRange) { * Tenant to pin this marathon instance to. * If set, a tenant object will be created in avi bearing this name and all applications created in this marathon will be associated with this * tenant regardless of, if any, tenant configuration in marathon label for this application. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "admin". * @return tenant */ @@ -204,7 +204,7 @@ public String getTenant() { * Tenant to pin this marathon instance to. * If set, a tenant object will be created in avi bearing this name and all applications created in this marathon will be associated with this * tenant regardless of, if any, tenant configuration in marathon label for this application. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "admin". * @param tenant set the tenant. */ @@ -216,7 +216,7 @@ public void setTenant(String tenant) { * This is the getter method this will return the attribute value. * Use token based authentication instead of basic authentication. * Token is refreshed every 5 minutes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useTokenAuth */ @@ -228,7 +228,7 @@ public Boolean getUseTokenAuth() { * This is the setter method to the attribute. * Use token based authentication instead of basic authentication. * Token is refreshed every 5 minutes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useTokenAuth set the useTokenAuth. */ @@ -240,7 +240,7 @@ public void setUseTokenAuth(Boolean useTokenAuth) { * This is the getter method this will return the attribute value. * Tag vs name with framework name or framework_tag. * Useful in deployments with multiple frameworks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return vsNameTagFramework */ @@ -252,7 +252,7 @@ public Boolean getVsNameTagFramework() { * This is the setter method to the attribute. * Tag vs name with framework name or framework_tag. * Useful in deployments with multiple frameworks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param vsNameTagFramework set the vsNameTagFramework. */ diff --git a/java/src/com/vmware/avi/sdk/model/MarathonSeDeployment.java b/java/src/com/vmware/avi/sdk/model/MarathonSeDeployment.java index ca59bd2789..2493e3796d 100644 --- a/java/src/com/vmware/avi/sdk/model/MarathonSeDeployment.java +++ b/java/src/com/vmware/avi/sdk/model/MarathonSeDeployment.java @@ -39,7 +39,7 @@ public class MarathonSeDeployment { * This is the getter method this will return the attribute value. * Docker image to be used for avi se installation e.g. * Fedora, ubuntu. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "fedora". * @return dockerImage */ @@ -51,7 +51,7 @@ public String getDockerImage() { * This is the setter method to the attribute. * Docker image to be used for avi se installation e.g. * Fedora, ubuntu. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "fedora". * @param dockerImage set the dockerImage. */ @@ -63,7 +63,7 @@ public void setDockerImage(String dockerImage) { * This is the getter method this will return the attribute value. * Host os distribution e.g. * Coreos, ubuntu, redhat. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "COREOS". * @return hostOs */ @@ -75,7 +75,7 @@ public String getHostOs() { * This is the setter method to the attribute. * Host os distribution e.g. * Coreos, ubuntu, redhat. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "COREOS". * @param hostOs set the hostOs. */ @@ -85,7 +85,7 @@ public void setHostOs(String hostOs) { /** * This is the getter method this will return the attribute value. * Accepted resource roles for ses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRoles */ @@ -96,7 +96,7 @@ public List getResourceRoles() { /** * This is the setter method. this will set the resourceRoles * Accepted resource roles for ses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRoles */ @@ -107,7 +107,7 @@ public void setResourceRoles(List resourceRoles) { /** * This is the setter method this will set the resourceRoles * Accepted resource roles for ses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRoles */ @@ -121,7 +121,7 @@ public MarathonSeDeployment addResourceRolesItem(String resourceRolesItem) { /** * This is the getter method this will return the attribute value. * Uris to be resolved for starting the application. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uris */ @@ -132,7 +132,7 @@ public List getUris() { /** * This is the setter method. this will set the uris * Uris to be resolved for starting the application. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uris */ @@ -143,7 +143,7 @@ public void setUris(List uris) { /** * This is the setter method this will set the uris * Uris to be resolved for starting the application. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uris */ diff --git a/java/src/com/vmware/avi/sdk/model/MarathonServicePortConflict.java b/java/src/com/vmware/avi/sdk/model/MarathonServicePortConflict.java index 715962b3f2..f36068498c 100644 --- a/java/src/com/vmware/avi/sdk/model/MarathonServicePortConflict.java +++ b/java/src/com/vmware/avi/sdk/model/MarathonServicePortConflict.java @@ -37,7 +37,7 @@ public class MarathonServicePortConflict { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appName */ @@ -47,7 +47,7 @@ public String getAppName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appName set the appName. */ @@ -57,7 +57,7 @@ public void setAppName(String appName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -67,7 +67,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -77,7 +77,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonUrl */ @@ -87,7 +87,7 @@ public String getMarathonUrl() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param marathonUrl set the marathonUrl. */ @@ -97,7 +97,7 @@ public void setMarathonUrl(String marathonUrl) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -107,7 +107,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/java/src/com/vmware/avi/sdk/model/MatchTarget.java b/java/src/com/vmware/avi/sdk/model/MatchTarget.java index 65c7a198b6..8165c7de85 100644 --- a/java/src/com/vmware/avi/sdk/model/MatchTarget.java +++ b/java/src/com/vmware/avi/sdk/model/MatchTarget.java @@ -72,7 +72,7 @@ public class MatchTarget { * This is the getter method this will return the attribute value. * Configure the bot classification result. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return botDetectionResult */ @@ -84,7 +84,7 @@ public BotDetectionMatch getBotDetectionResult() { * This is the setter method to the attribute. * Configure the bot classification result. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param botDetectionResult set the botDetectionResult. */ @@ -95,7 +95,7 @@ public void setBotDetectionResult(BotDetectionMatch botDetectionResult) { /** * This is the getter method this will return the attribute value. * Configure client ip addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -106,7 +106,7 @@ public IpAddrMatch getClientIp() { /** * This is the setter method to the attribute. * Configure client ip addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -117,7 +117,7 @@ public void setClientIp(IpAddrMatch clientIp) { /** * This is the getter method this will return the attribute value. * Configure http cookie(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookie */ @@ -128,7 +128,7 @@ public CookieMatch getCookie() { /** * This is the setter method to the attribute. * Configure http cookie(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookie set the cookie. */ @@ -140,7 +140,7 @@ public void setCookie(CookieMatch cookie) { * Configure the geo information. * Field introduced in 21.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoMatches */ @@ -153,7 +153,7 @@ public List getGeoMatches() { * Configure the geo information. * Field introduced in 21.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoMatches */ @@ -166,7 +166,7 @@ public void setGeoMatches(List geoMatches) { * Configure the geo information. * Field introduced in 21.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoMatches */ @@ -181,7 +181,7 @@ public MatchTarget addGeoMatchesItem(GeoMatch geoMatchesItem) { * This is the getter method this will return the attribute value. * Configure http header(s). * All configured headers must match. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -193,7 +193,7 @@ public List getHdrs() { * This is the setter method. this will set the hdrs * Configure http header(s). * All configured headers must match. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -205,7 +205,7 @@ public void setHdrs(List hdrs) { * This is the setter method this will set the hdrs * Configure http header(s). * All configured headers must match. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -220,7 +220,7 @@ public MatchTarget addHdrsItem(HdrMatch hdrsItem) { /** * This is the getter method this will return the attribute value. * Configure the host header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostHdr */ @@ -231,7 +231,7 @@ public HostHdrMatch getHostHdr() { /** * This is the setter method to the attribute. * Configure the host header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostHdr set the hostHdr. */ @@ -243,7 +243,7 @@ public void setHostHdr(HostHdrMatch hostHdr) { * This is the getter method this will return the attribute value. * Configure ip reputation. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationType */ @@ -255,7 +255,7 @@ public IPReputationTypeMatch getIpReputationType() { * This is the setter method to the attribute. * Configure ip reputation. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipReputationType set the ipReputationType. */ @@ -266,7 +266,7 @@ public void setIpReputationType(IPReputationTypeMatch ipReputationType) { /** * This is the getter method this will return the attribute value. * Configure http methods. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -277,7 +277,7 @@ public MethodMatch getMethod() { /** * This is the setter method to the attribute. * Configure http methods. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -288,7 +288,7 @@ public void setMethod(MethodMatch method) { /** * This is the getter method this will return the attribute value. * Configure request paths. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -299,7 +299,7 @@ public PathMatch getPath() { /** * This is the setter method to the attribute. * Configure request paths. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -310,7 +310,7 @@ public void setPath(PathMatch path) { /** * This is the getter method this will return the attribute value. * Configure the type of http protocol. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -321,7 +321,7 @@ public ProtocolMatch getProtocol() { /** * This is the setter method to the attribute. * Configure the type of http protocol. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -332,7 +332,7 @@ public void setProtocol(ProtocolMatch protocol) { /** * This is the getter method this will return the attribute value. * Configure request query. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return query */ @@ -343,7 +343,7 @@ public QueryMatch getQuery() { /** * This is the setter method to the attribute. * Configure request query. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param query set the query. */ @@ -355,7 +355,7 @@ public void setQuery(QueryMatch query) { * This is the getter method this will return the attribute value. * Configure source ip addresses. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourceIp */ @@ -367,7 +367,7 @@ public IpAddrMatch getSourceIp() { * This is the setter method to the attribute. * Configure source ip addresses. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourceIp set the sourceIp. */ @@ -379,7 +379,7 @@ public void setSourceIp(IpAddrMatch sourceIp) { * This is the getter method this will return the attribute value. * Configure the tls fingerprint. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tlsFingerprintMatch */ @@ -391,7 +391,7 @@ public TlsFingerprintMatch getTlsFingerprintMatch() { * This is the setter method to the attribute. * Configure the tls fingerprint. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tlsFingerprintMatch set the tlsFingerprintMatch. */ @@ -402,7 +402,7 @@ public void setTlsFingerprintMatch(TlsFingerprintMatch tlsFingerprintMatch) { /** * This is the getter method this will return the attribute value. * Configure versions of the http protocol. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -413,7 +413,7 @@ public HTTPVersionMatch getVersion() { /** * This is the setter method to the attribute. * Configure versions of the http protocol. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ @@ -424,7 +424,7 @@ public void setVersion(HTTPVersionMatch version) { /** * This is the getter method this will return the attribute value. * Configure virtual service ports. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsPort */ @@ -435,7 +435,7 @@ public PortMatch getVsPort() { /** * This is the setter method to the attribute. * Configure virtual service ports. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsPort set the vsPort. */ diff --git a/java/src/com/vmware/avi/sdk/model/Matches.java b/java/src/com/vmware/avi/sdk/model/Matches.java index 6149ff5c7f..33eab2caff 100644 --- a/java/src/com/vmware/avi/sdk/model/Matches.java +++ b/java/src/com/vmware/avi/sdk/model/Matches.java @@ -33,7 +33,7 @@ public class Matches { * This is the getter method this will return the attribute value. * Matches in signature rule. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElement */ @@ -45,7 +45,7 @@ public String getMatchElement() { * This is the setter method to the attribute. * Matches in signature rule. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchElement set the matchElement. */ @@ -57,7 +57,7 @@ public void setMatchElement(String matchElement) { * This is the getter method this will return the attribute value. * Match value in signature rule. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchValue */ @@ -69,7 +69,7 @@ public String getMatchValue() { * This is the setter method to the attribute. * Match value in signature rule. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchValue set the matchValue. */ diff --git a/java/src/com/vmware/avi/sdk/model/MemberInterface.java b/java/src/com/vmware/avi/sdk/model/MemberInterface.java index 206fcbb5b9..7b71f19916 100644 --- a/java/src/com/vmware/avi/sdk/model/MemberInterface.java +++ b/java/src/com/vmware/avi/sdk/model/MemberInterface.java @@ -34,7 +34,7 @@ public class MemberInterface { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return active */ @@ -44,7 +44,7 @@ public Boolean getActive() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param active set the active. */ @@ -54,7 +54,7 @@ public void setActive(Boolean active) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -64,7 +64,7 @@ public String getIfName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -75,7 +75,7 @@ public void setIfName(String ifName) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddress */ @@ -86,7 +86,7 @@ public String getMacAddress() { /** * This is the setter method to the attribute. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddress set the macAddress. */ diff --git a/java/src/com/vmware/avi/sdk/model/MemoryBalancerInfo.java b/java/src/com/vmware/avi/sdk/model/MemoryBalancerInfo.java index 3637b9fc24..657cbd3931 100644 --- a/java/src/com/vmware/avi/sdk/model/MemoryBalancerInfo.java +++ b/java/src/com/vmware/avi/sdk/model/MemoryBalancerInfo.java @@ -31,7 +31,7 @@ public class MemoryBalancerInfo { private Float controllerMemoryUsagePercent; @JsonProperty("debug_message") - private String debugMessage; + private String debugMessage = "exceeded memory limits"; @JsonProperty("limit") private Integer limit; @@ -51,6 +51,9 @@ public class MemoryBalancerInfo { @JsonProperty("process_trend") private String processTrend; + @JsonProperty("task_queue_length") + private Integer taskQueueLength; + @JsonProperty("threshold_percent") private Float thresholdPercent; @@ -58,7 +61,7 @@ public class MemoryBalancerInfo { /** * This is the getter method this will return the attribute value. * Child process information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return child */ @@ -69,7 +72,7 @@ public List getChild() { /** * This is the setter method. this will set the child * Child process information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return child */ @@ -80,7 +83,7 @@ public void setChild(List child) { /** * This is the setter method this will set the child * Child process information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return child */ @@ -95,7 +98,7 @@ public MemoryBalancerInfo addChildItem(ChildProcessInfo childItem) { /** * This is the getter method this will return the attribute value. * Current controller memory (in gb) usage. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerMemory */ @@ -106,7 +109,7 @@ public Integer getControllerMemory() { /** * This is the setter method to the attribute. * Current controller memory (in gb) usage. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerMemory set the controllerMemory. */ @@ -118,7 +121,7 @@ public void setControllerMemory(Integer controllerMemory) { * This is the getter method this will return the attribute value. * Percent usage of total controller memory. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerMemoryUsagePercent */ @@ -130,7 +133,7 @@ public Float getControllerMemoryUsagePercent() { * This is the setter method to the attribute. * Percent usage of total controller memory. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerMemoryUsagePercent set the controllerMemoryUsagePercent. */ @@ -142,8 +145,8 @@ public void setControllerMemoryUsagePercent(Float controllerMemoryUsagePercent) * This is the getter method this will return the attribute value. * Holder for debug message. * Field introduced in 21.1.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 null. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "exceeded memory limits". * @return debugMessage */ public String getDebugMessage() { @@ -154,8 +157,8 @@ public String getDebugMessage() { * This is the setter method to the attribute. * Holder for debug message. * Field introduced in 21.1.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 null. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "exceeded memory limits". * @param debugMessage set the debugMessage. */ public void setDebugMessage(String debugMessage) { @@ -165,7 +168,7 @@ public void setDebugMessage(String debugMessage) { /** * This is the getter method this will return the attribute value. * Limit on the memory (in kb) for the process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return limit */ @@ -176,7 +179,7 @@ public Integer getLimit() { /** * This is the setter method to the attribute. * Limit on the memory (in kb) for the process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param limit set the limit. */ @@ -187,7 +190,7 @@ public void setLimit(Integer limit) { /** * This is the getter method this will return the attribute value. * Amount of memory (in kb) used by the process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memoryUsed */ @@ -198,7 +201,7 @@ public Integer getMemoryUsed() { /** * This is the setter method to the attribute. * Amount of memory (in kb) used by the process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memoryUsed set the memoryUsed. */ @@ -209,7 +212,7 @@ public void setMemoryUsed(Integer memoryUsed) { /** * This is the getter method this will return the attribute value. * Pid of the process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pid */ @@ -220,7 +223,7 @@ public Integer getPid() { /** * This is the setter method to the attribute. * Pid of the process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pid set the pid. */ @@ -231,7 +234,7 @@ public void setPid(Integer pid) { /** * This is the getter method this will return the attribute value. * Name of the process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return process */ @@ -242,7 +245,7 @@ public String getProcess() { /** * This is the setter method to the attribute. * Name of the process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param process set the process. */ @@ -255,7 +258,7 @@ public void setProcess(String process) { * Current mode of the process. * Enum options - REGULAR, DEBUG, DEGRADED, STOP. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return processMode */ @@ -268,7 +271,7 @@ public String getProcessMode() { * Current mode of the process. * Enum options - REGULAR, DEBUG, DEGRADED, STOP. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param processMode set the processMode. */ @@ -281,7 +284,7 @@ public void setProcessMode(String processMode) { * Current usage trend of the process. * Enum options - UPWARD, DOWNWARD, NEUTRAL. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return processTrend */ @@ -294,7 +297,7 @@ public String getProcessTrend() { * Current usage trend of the process. * Enum options - UPWARD, DOWNWARD, NEUTRAL. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param processTrend set the processTrend. */ @@ -302,11 +305,35 @@ public void setProcessTrend(String processTrend) { this.processTrend = processTrend; } + /** + * This is the getter method this will return the attribute value. + * Size of the task queue usage. + * Field introduced in 30.2.1, 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return taskQueueLength + */ + public Integer getTaskQueueLength() { + return taskQueueLength; + } + + /** + * This is the setter method to the attribute. + * Size of the task queue usage. + * Field introduced in 30.2.1, 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param taskQueueLength set the taskQueueLength. + */ + public void setTaskQueueLength(Integer taskQueueLength) { + this.taskQueueLength = taskQueueLength; + } + /** * This is the getter method this will return the attribute value. * Percent usage of the process limit. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thresholdPercent */ @@ -318,7 +345,7 @@ public Float getThresholdPercent() { * This is the setter method to the attribute. * Percent usage of the process limit. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param thresholdPercent set the thresholdPercent. */ @@ -346,7 +373,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.processTrend, objMemoryBalancerInfo.processTrend)&& Objects.equals(this.thresholdPercent, objMemoryBalancerInfo.thresholdPercent)&& Objects.equals(this.debugMessage, objMemoryBalancerInfo.debugMessage)&& - Objects.equals(this.controllerMemoryUsagePercent, objMemoryBalancerInfo.controllerMemoryUsagePercent); + Objects.equals(this.controllerMemoryUsagePercent, objMemoryBalancerInfo.controllerMemoryUsagePercent)&& + Objects.equals(this.taskQueueLength, objMemoryBalancerInfo.taskQueueLength); } @Override @@ -363,6 +391,7 @@ public String toString() { sb.append(" process: ").append(toIndentedString(process)).append("\n"); sb.append(" processMode: ").append(toIndentedString(processMode)).append("\n"); sb.append(" processTrend: ").append(toIndentedString(processTrend)).append("\n"); + sb.append(" taskQueueLength: ").append(toIndentedString(taskQueueLength)).append("\n"); sb.append(" thresholdPercent: ").append(toIndentedString(thresholdPercent)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/MemoryBalancerRequest.java b/java/src/com/vmware/avi/sdk/model/MemoryBalancerRequest.java index 45d5d873df..34059f711f 100644 --- a/java/src/com/vmware/avi/sdk/model/MemoryBalancerRequest.java +++ b/java/src/com/vmware/avi/sdk/model/MemoryBalancerRequest.java @@ -54,7 +54,7 @@ public class MemoryBalancerRequest extends AviRestResource { * This is the getter method this will return the attribute value. * Current details regarding controller. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerInfo */ @@ -66,7 +66,7 @@ public ControllerInfo getControllerInfo() { * This is the setter method to the attribute. * Current details regarding controller. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerInfo set the controllerInfo. */ @@ -78,7 +78,7 @@ public void setControllerInfo(ControllerInfo controllerInfo) { * This is the getter method this will return the attribute value. * Name of controller process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -90,7 +90,7 @@ public String getName() { * This is the setter method to the attribute. * Name of controller process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -102,7 +102,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Uuid of node. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeUuid */ @@ -114,7 +114,7 @@ public String getNodeUuid() { * This is the setter method to the attribute. * Uuid of node. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeUuid set the nodeUuid. */ @@ -126,7 +126,7 @@ public void setNodeUuid(String nodeUuid) { * This is the getter method this will return the attribute value. * Current process information of the controller process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return processInfo */ @@ -138,7 +138,7 @@ public ProcessInfo getProcessInfo() { * This is the setter method to the attribute. * Current process information of the controller process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param processInfo set the processInfo. */ @@ -150,7 +150,7 @@ public void setProcessInfo(ProcessInfo processInfo) { * This is the getter method this will return the attribute value. * Instance of the controller process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return processInstance */ @@ -162,7 +162,7 @@ public String getProcessInstance() { * This is the setter method to the attribute. * Instance of the controller process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param processInstance set the processInstance. */ @@ -175,7 +175,7 @@ public void setProcessInstance(String processInstance) { * Uuid of tenant object. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -188,7 +188,7 @@ public String getTenantRef() { * Uuid of tenant object. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -200,7 +200,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Time at which memory balancer request was created/updated. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timestamp */ @@ -212,7 +212,7 @@ public String getTimestamp() { * This is the setter method to the attribute. * Time at which memory balancer request was created/updated. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timestamp set the timestamp. */ @@ -241,7 +241,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of memory balancer request object. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -253,7 +253,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of memory balancer request object. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/MemoryUsage.java b/java/src/com/vmware/avi/sdk/model/MemoryUsage.java index 1315648359..a4f4fb728c 100644 --- a/java/src/com/vmware/avi/sdk/model/MemoryUsage.java +++ b/java/src/com/vmware/avi/sdk/model/MemoryUsage.java @@ -21,6 +21,9 @@ @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) public class MemoryUsage { + @JsonProperty("available") + private Integer available; + @JsonProperty("free") private Integer free; @@ -31,7 +34,31 @@ public class MemoryUsage { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Available memory of the node. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return available + */ + public Integer getAvailable() { + return available; + } + + /** + * This is the setter method to the attribute. + * Available memory of the node. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param available set the available. + */ + public void setAvailable(Integer available) { + this.available = available; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return free */ @@ -41,7 +68,7 @@ public Integer getFree() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param free set the free. */ @@ -51,7 +78,7 @@ public void setFree(Integer free) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return total */ @@ -61,7 +88,7 @@ public Integer getTotal() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param total set the total. */ @@ -80,14 +107,16 @@ public boolean equals(java.lang.Object o) { } MemoryUsage objMemoryUsage = (MemoryUsage) o; return Objects.equals(this.total, objMemoryUsage.total)&& - Objects.equals(this.free, objMemoryUsage.free); + Objects.equals(this.free, objMemoryUsage.free)&& + Objects.equals(this.available, objMemoryUsage.available); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class MemoryUsage {\n"); - sb.append(" free: ").append(toIndentedString(free)).append("\n"); + sb.append(" available: ").append(toIndentedString(available)).append("\n"); + sb.append(" free: ").append(toIndentedString(free)).append("\n"); sb.append(" total: ").append(toIndentedString(total)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/MemoryUsageInfo.java b/java/src/com/vmware/avi/sdk/model/MemoryUsageInfo.java index ddca11d54e..7700c77741 100644 --- a/java/src/com/vmware/avi/sdk/model/MemoryUsageInfo.java +++ b/java/src/com/vmware/avi/sdk/model/MemoryUsageInfo.java @@ -29,7 +29,7 @@ public class MemoryUsageInfo { * This is the getter method this will return the attribute value. * Identifies the memory usage of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memUsageOnNodes */ @@ -41,7 +41,7 @@ public List getMemUsageOnNodes() { * This is the setter method. this will set the memUsageOnNodes * Identifies the memory usage of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memUsageOnNodes */ @@ -53,7 +53,7 @@ public void setMemUsageOnNodes(List memUsageOnNodes) { * This is the setter method this will set the memUsageOnNodes * Identifies the memory usage of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memUsageOnNodes */ diff --git a/java/src/com/vmware/avi/sdk/model/MemoryUsagePerNode.java b/java/src/com/vmware/avi/sdk/model/MemoryUsagePerNode.java index 66cc2e6a1a..203ec3a985 100644 --- a/java/src/com/vmware/avi/sdk/model/MemoryUsagePerNode.java +++ b/java/src/com/vmware/avi/sdk/model/MemoryUsagePerNode.java @@ -33,7 +33,7 @@ public class MemoryUsagePerNode { * This is the getter method this will return the attribute value. * Identifies the memory info of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memInfo */ @@ -45,7 +45,7 @@ public MemoryUsage getMemInfo() { * This is the setter method to the attribute. * Identifies the memory info of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memInfo set the memInfo. */ @@ -57,7 +57,7 @@ public void setMemInfo(MemoryUsage memInfo) { * This is the getter method this will return the attribute value. * Identifies the name of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -69,7 +69,7 @@ public String getName() { * This is the setter method to the attribute. * Identifies the name of the node. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/MesosAttribute.java b/java/src/com/vmware/avi/sdk/model/MesosAttribute.java index d92da854ae..7667e0d578 100644 --- a/java/src/com/vmware/avi/sdk/model/MesosAttribute.java +++ b/java/src/com/vmware/avi/sdk/model/MesosAttribute.java @@ -32,7 +32,7 @@ public class MesosAttribute { /** * This is the getter method this will return the attribute value. * Attribute to match. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attribute */ @@ -43,7 +43,7 @@ public String getAttribute() { /** * This is the setter method to the attribute. * Attribute to match. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attribute set the attribute. */ @@ -55,7 +55,7 @@ public void setAttribute(String attribute) { * This is the getter method this will return the attribute value. * Attribute value. * If not set, match any value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -67,7 +67,7 @@ public String getValue() { * This is the setter method to the attribute. * Attribute value. * If not set, match any value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/MesosConfiguration.java b/java/src/com/vmware/avi/sdk/model/MesosConfiguration.java index 03e774b129..358da3d1b6 100644 --- a/java/src/com/vmware/avi/sdk/model/MesosConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/MesosConfiguration.java @@ -133,7 +133,7 @@ public class MesosConfiguration { * Consider all virtualservices as front end proxies. * Front end proxies are placed on specific ses as opposed to back end proxies placed on all ses. * Applicable where each service has its own vip and vip is reachable from anywhere. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allVsesAreFeproxy */ @@ -146,7 +146,7 @@ public Boolean getAllVsesAreFeproxy() { * Consider all virtualservices as front end proxies. * Front end proxies are placed on specific ses as opposed to back end proxies placed on all ses. * Applicable where each service has its own vip and vip is reachable from anywhere. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allVsesAreFeproxy set the allVsesAreFeproxy. */ @@ -157,7 +157,7 @@ public void setAllVsesAreFeproxy(Boolean allVsesAreFeproxy) { /** * This is the getter method this will return the attribute value. * Sync frequency in seconds with frameworks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return appSyncFrequency */ @@ -168,7 +168,7 @@ public Integer getAppSyncFrequency() { /** * This is the setter method to the attribute. * Sync frequency in seconds with frameworks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param appSyncFrequency set the appSyncFrequency. */ @@ -179,7 +179,7 @@ public void setAppSyncFrequency(Integer appSyncFrequency) { /** * This is the getter method this will return the attribute value. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return containerPortMatchHttpService */ @@ -190,7 +190,7 @@ public Boolean getContainerPortMatchHttpService() { /** * This is the setter method to the attribute. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param containerPortMatchHttpService set the containerPortMatchHttpService. */ @@ -203,7 +203,7 @@ public void setContainerPortMatchHttpService(Boolean containerPortMatchHttpServ * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @return coredumpDirectory */ @@ -216,7 +216,7 @@ public String getCoredumpDirectory() { * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @param coredumpDirectory set the coredumpDirectory. */ @@ -227,7 +227,7 @@ public void setCoredumpDirectory(String coredumpDirectory) { /** * This is the getter method this will return the attribute value. * Disable auto service sync for back end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoBackendServiceSync */ @@ -238,7 +238,7 @@ public Boolean getDisableAutoBackendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for back end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoBackendServiceSync set the disableAutoBackendServiceSync. */ @@ -249,7 +249,7 @@ public void setDisableAutoBackendServiceSync(Boolean disableAutoBackendServiceS /** * This is the getter method this will return the attribute value. * Disable auto service sync for front end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoFrontendServiceSync */ @@ -260,7 +260,7 @@ public Boolean getDisableAutoFrontendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for front end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoFrontendServiceSync set the disableAutoFrontendServiceSync. */ @@ -272,7 +272,7 @@ public void setDisableAutoFrontendServiceSync(Boolean disableAutoFrontendServic * This is the getter method this will return the attribute value. * Disable auto sync for gslb services. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoGsSync */ @@ -284,7 +284,7 @@ public Boolean getDisableAutoGsSync() { * This is the setter method to the attribute. * Disable auto sync for gslb services. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoGsSync set the disableAutoGsSync. */ @@ -295,7 +295,7 @@ public void setDisableAutoGsSync(Boolean disableAutoGsSync) { /** * This is the getter method this will return the attribute value. * Disable se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoSeCreation */ @@ -306,7 +306,7 @@ public Boolean getDisableAutoSeCreation() { /** * This is the setter method to the attribute. * Disable se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoSeCreation set the disableAutoSeCreation. */ @@ -317,7 +317,7 @@ public void setDisableAutoSeCreation(Boolean disableAutoSeCreation) { /** * This is the getter method this will return the attribute value. * Docker registry for serviceengine image. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dockerRegistrySe */ @@ -328,7 +328,7 @@ public DockerRegistry getDockerRegistrySe() { /** * This is the setter method to the attribute. * Docker registry for serviceengine image. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dockerRegistrySe set the dockerRegistrySe. */ @@ -339,7 +339,7 @@ public void setDockerRegistrySe(DockerRegistry dockerRegistrySe) { /** * This is the getter method this will return the attribute value. * Match against this prefix when placing east-west vss on ses (mesos mode only). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eastWestPlacementSubnet */ @@ -350,7 +350,7 @@ public IpAddrPrefix getEastWestPlacementSubnet() { /** * This is the setter method to the attribute. * Match against this prefix when placing east-west vss on ses (mesos mode only). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eastWestPlacementSubnet set the eastWestPlacementSubnet. */ @@ -361,7 +361,7 @@ public void setEastWestPlacementSubnet(IpAddrPrefix eastWestPlacementSubnet) { /** * This is the getter method this will return the attribute value. * Enable marathon event subscriptions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableEventSubscription */ @@ -372,7 +372,7 @@ public Boolean getEnableEventSubscription() { /** * This is the setter method to the attribute. * Enable marathon event subscriptions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableEventSubscription set the enableEventSubscription. */ @@ -384,7 +384,7 @@ public void setEnableEventSubscription(Boolean enableEventSubscription) { * This is the getter method this will return the attribute value. * Name of second linux bridge on host providing connectivity for front end proxies. * This is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "cbr1". * @return feproxyBridgeName */ @@ -396,7 +396,7 @@ public String getFeproxyBridgeName() { * This is the setter method to the attribute. * Name of second linux bridge on host providing connectivity for front end proxies. * This is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "cbr1". * @param feproxyBridgeName set the feproxyBridgeName. */ @@ -407,7 +407,7 @@ public void setFeproxyBridgeName(String feproxyBridgeName) { /** * This is the getter method this will return the attribute value. * For front end proxies, use container port as service port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return feproxyContainerPortAsService */ @@ -418,7 +418,7 @@ public Boolean getFeproxyContainerPortAsService() { /** * This is the setter method to the attribute. * For front end proxies, use container port as service port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param feproxyContainerPortAsService set the feproxyContainerPortAsService. */ @@ -429,7 +429,7 @@ public void setFeproxyContainerPortAsService(Boolean feproxyContainerPortAsServ /** * This is the getter method this will return the attribute value. * Publish ecmp route to upstream router for vip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return feproxyRoutePublish */ @@ -440,7 +440,7 @@ public FeProxyRoutePublishConfig getFeproxyRoutePublish() { /** * This is the setter method to the attribute. * Publish ecmp route to upstream router for vip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param feproxyRoutePublish set the feproxyRoutePublish. */ @@ -451,7 +451,7 @@ public void setFeproxyRoutePublish(FeProxyRoutePublishConfig feproxyRoutePublish /** * This is the getter method this will return the attribute value. * Enable proxy arp from host interface for front end proxies. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return feproxyVipsEnableProxyArp */ @@ -462,7 +462,7 @@ public Boolean getFeproxyVipsEnableProxyArp() { /** * This is the setter method to the attribute. * Enable proxy arp from host interface for front end proxies. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param feproxyVipsEnableProxyArp set the feproxyVipsEnableProxyArp. */ @@ -473,7 +473,7 @@ public void setFeproxyVipsEnableProxyArp(Boolean feproxyVipsEnableProxyArp) { /** * This is the getter method this will return the attribute value. * Optional fleet remote endpoint if fleet is used for se deployment. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fleetEndpoint */ @@ -484,7 +484,7 @@ public String getFleetEndpoint() { /** * This is the setter method to the attribute. * Optional fleet remote endpoint if fleet is used for se deployment. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fleetEndpoint set the fleetEndpoint. */ @@ -495,7 +495,7 @@ public void setFleetEndpoint(String fleetEndpoint) { * This is the getter method this will return the attribute value. * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -507,7 +507,7 @@ public List getHttpContainerPorts() { * This is the setter method. this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -519,7 +519,7 @@ public void setHttpContainerPorts(List httpContainerPorts) { * This is the setter method this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -533,7 +533,7 @@ public MesosConfiguration addHttpContainerPortsItem(Integer httpContainerPortsIt /** * This is the getter method this will return the attribute value. * List of marathon frameworks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonConfigurations */ @@ -544,7 +544,7 @@ public List getMarathonConfigurations() { /** * This is the setter method. this will set the marathonConfigurations * List of marathon frameworks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonConfigurations */ @@ -555,7 +555,7 @@ public void setMarathonConfigurations(List marathonConfi /** * This is the setter method this will set the marathonConfigurations * List of marathon frameworks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonConfigurations */ @@ -570,7 +570,7 @@ public MesosConfiguration addMarathonConfigurationsItem(MarathonConfiguration ma /** * This is the getter method this will return the attribute value. * Options for marathon se deployment. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonSeDeployment */ @@ -581,7 +581,7 @@ public MarathonSeDeployment getMarathonSeDeployment() { /** * This is the setter method to the attribute. * Options for marathon se deployment. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param marathonSeDeployment set the marathonSeDeployment. */ @@ -592,7 +592,7 @@ public void setMarathonSeDeployment(MarathonSeDeployment marathonSeDeployment) { /** * This is the getter method this will return the attribute value. * Mesos url of the form http //host port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "http://leader.mesos:5050". * @return mesosUrl */ @@ -603,7 +603,7 @@ public String getMesosUrl() { /** * This is the setter method to the attribute. * Mesos url of the form http //host port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "http://leader.mesos:5050". * @param mesosUrl set the mesosUrl. */ @@ -615,7 +615,7 @@ public void setMesosUrl(String mesosUrl) { * This is the getter method this will return the attribute value. * Mesos node label to be used as mesos node's availability zone in a dual availability zone deployment. * Serviceengines belonging to the availability zone will be rebooted during a manual dr failover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeAvailabilityZoneLabel */ @@ -627,7 +627,7 @@ public String getNodeAvailabilityZoneLabel() { * This is the setter method to the attribute. * Mesos node label to be used as mesos node's availability zone in a dual availability zone deployment. * Serviceengines belonging to the availability zone will be rebooted during a manual dr failover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeAvailabilityZoneLabel set the nodeAvailabilityZoneLabel. */ @@ -638,7 +638,7 @@ public void setNodeAvailabilityZoneLabel(String nodeAvailabilityZoneLabel) { /** * This is the getter method this will return the attribute value. * Nuage overlay sdn controller information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nuageController */ @@ -649,7 +649,7 @@ public NuageSDNController getNuageController() { /** * This is the setter method to the attribute. * Nuage overlay sdn controller information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nuageController set the nuageController. */ @@ -661,7 +661,7 @@ public void setNuageController(NuageSDNController nuageController) { * This is the getter method this will return the attribute value. * Use fleet/ssh for deploying service engines. * Enum options - MESOS_SE_CREATE_FLEET, MESOS_SE_CREATE_SSH, MESOS_SE_CREATE_MARATHON. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "MESOS_SE_CREATE_FLEET". * @return seDeploymentMethod */ @@ -673,7 +673,7 @@ public String getSeDeploymentMethod() { * This is the setter method to the attribute. * Use fleet/ssh for deploying service engines. * Enum options - MESOS_SE_CREATE_FLEET, MESOS_SE_CREATE_SSH, MESOS_SE_CREATE_MARATHON. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "MESOS_SE_CREATE_FLEET". * @param seDeploymentMethod set the seDeploymentMethod. */ @@ -683,7 +683,7 @@ public void setSeDeploymentMethod(String seDeploymentMethod) { /** * This is the getter method this will return the attribute value. * Exclude hosts with attributes for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -694,7 +694,7 @@ public List getSeExcludeAttributes() { /** * This is the setter method. this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -705,7 +705,7 @@ public void setSeExcludeAttributes(List seExcludeAttributes) { /** * This is the setter method this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -719,7 +719,7 @@ public MesosConfiguration addSeExcludeAttributesItem(MesosAttribute seExcludeAtt /** * This is the getter method this will return the attribute value. * Create ses just on hosts with include attributes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -730,7 +730,7 @@ public List getSeIncludeAttributes() { /** * This is the setter method. this will set the seIncludeAttributes * Create ses just on hosts with include attributes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -741,7 +741,7 @@ public void setSeIncludeAttributes(List seIncludeAttributes) { /** * This is the setter method this will set the seIncludeAttributes * Create ses just on hosts with include attributes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -755,7 +755,7 @@ public MesosConfiguration addSeIncludeAttributesItem(MesosAttribute seIncludeAtt /** * This is the getter method this will return the attribute value. * Obsolete - ignored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seResources */ @@ -766,7 +766,7 @@ public List getSeResources() { /** * This is the setter method. this will set the seResources * Obsolete - ignored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seResources */ @@ -777,7 +777,7 @@ public void setSeResources(List seResources) { /** * This is the setter method this will set the seResources * Obsolete - ignored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seResources */ @@ -792,7 +792,7 @@ public MesosConfiguration addSeResourcesItem(MesosSeResources seResourcesItem) { /** * This is the getter method this will return the attribute value. * New se spawn rate per minute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @return seSpawnRate */ @@ -803,7 +803,7 @@ public Integer getSeSpawnRate() { /** * This is the setter method to the attribute. * New se spawn rate per minute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @param seSpawnRate set the seSpawnRate. */ @@ -814,7 +814,7 @@ public void setSeSpawnRate(Integer seSpawnRate) { /** * This is the getter method this will return the attribute value. * Host volume to be used as a disk for avi se, this is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/opt/avi/se". * @return seVolume */ @@ -825,7 +825,7 @@ public String getSeVolume() { /** * This is the setter method to the attribute. * Host volume to be used as a disk for avi se, this is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/opt/avi/se". * @param seVolume set the seVolume. */ @@ -837,7 +837,7 @@ public void setSeVolume(String seVolume) { * This is the getter method this will return the attribute value. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. * Usually enabled aws mesos clusters to export east-west services on host interface. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return servicesAccessibleAllInterfaces */ @@ -849,7 +849,7 @@ public Boolean getServicesAccessibleAllInterfaces() { * This is the setter method to the attribute. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. * Usually enabled aws mesos clusters to export east-west services on host interface. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param servicesAccessibleAllInterfaces set the servicesAccessibleAllInterfaces. */ @@ -862,7 +862,7 @@ public void setServicesAccessibleAllInterfaces(Boolean servicesAccessibleAllInt * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshUserRef */ @@ -875,7 +875,7 @@ public String getSshUserRef() { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sshUserRef set the sshUserRef. */ @@ -886,7 +886,7 @@ public void setSshUserRef(String sshUserRef) { /** * This is the getter method this will return the attribute value. * Use bridge ip on each host as vip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useBridgeIpAsVip */ @@ -897,7 +897,7 @@ public Boolean getUseBridgeIpAsVip() { /** * This is the setter method to the attribute. * Use bridge ip on each host as vip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useBridgeIpAsVip set the useBridgeIpAsVip. */ @@ -909,7 +909,7 @@ public void setUseBridgeIpAsVip(Boolean useBridgeIpAsVip) { * This is the getter method this will return the attribute value. * Use container ip address port for pool instead of host ip address hostport. * This mode is applicable if the container ip is reachable (not a private nated ip) from other hosts in a routed environment for containers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useContainerIpPort */ @@ -921,7 +921,7 @@ public Boolean getUseContainerIpPort() { * This is the setter method to the attribute. * Use container ip address port for pool instead of host ip address hostport. * This mode is applicable if the container ip is reachable (not a private nated ip) from other hosts in a routed environment for containers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useContainerIpPort set the useContainerIpPort. */ @@ -932,7 +932,7 @@ public void setUseContainerIpPort(Boolean useContainerIpPort) { /** * This is the getter method this will return the attribute value. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useControllerImage */ @@ -943,7 +943,7 @@ public Boolean getUseControllerImage() { /** * This is the setter method to the attribute. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useControllerImage set the useControllerImage. */ @@ -955,7 +955,7 @@ public void setUseControllerImage(Boolean useControllerImage) { * This is the getter method this will return the attribute value. * Use unique virtual ip address for every east west service in mesos/marathon. * 'use_bridge_ip_as_vip' and 'vip' fields , if set, will not be used if this field is set. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useVipsForEastWestServices */ @@ -967,7 +967,7 @@ public Boolean getUseVipsForEastWestServices() { * This is the setter method to the attribute. * Use unique virtual ip address for every east west service in mesos/marathon. * 'use_bridge_ip_as_vip' and 'vip' fields , if set, will not be used if this field is set. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useVipsForEastWestServices set the useVipsForEastWestServices. */ @@ -979,7 +979,7 @@ public void setUseVipsForEastWestServices(Boolean useVipsForEastWestServices) { * This is the getter method this will return the attribute value. * Vip to be used by all east-west apps on all hosts. * Preferrably use an address from outside the subnet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -991,7 +991,7 @@ public IpAddr getVip() { * This is the setter method to the attribute. * Vip to be used by all east-west apps on all hosts. * Preferrably use an address from outside the subnet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vip set the vip. */ diff --git a/java/src/com/vmware/avi/sdk/model/MesosMetricsDebugFilter.java b/java/src/com/vmware/avi/sdk/model/MesosMetricsDebugFilter.java index 78e3afd66e..3817c9eed5 100644 --- a/java/src/com/vmware/avi/sdk/model/MesosMetricsDebugFilter.java +++ b/java/src/com/vmware/avi/sdk/model/MesosMetricsDebugFilter.java @@ -37,7 +37,7 @@ public class MesosMetricsDebugFilter { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mesosMaster */ @@ -47,7 +47,7 @@ public String getMesosMaster() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mesosMaster set the mesosMaster. */ @@ -57,7 +57,7 @@ public void setMesosMaster(String mesosMaster) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mesosSlave */ @@ -67,7 +67,7 @@ public String getMesosSlave() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mesosSlave set the mesosSlave. */ @@ -79,7 +79,7 @@ public void setMesosSlave(String mesosSlave) { * This is the getter method this will return the attribute value. * Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, * TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricEntity */ @@ -91,7 +91,7 @@ public String getMetricEntity() { * This is the setter method to the attribute. * Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, * TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricEntity set the metricEntity. */ @@ -101,7 +101,7 @@ public void setMetricEntity(String metricEntity) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return metricsCollectionFrq */ @@ -111,7 +111,7 @@ public Integer getMetricsCollectionFrq() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param metricsCollectionFrq set the metricsCollectionFrq. */ diff --git a/java/src/com/vmware/avi/sdk/model/MesosSeResources.java b/java/src/com/vmware/avi/sdk/model/MesosSeResources.java index 3c8a145f1d..3c5b55a912 100644 --- a/java/src/com/vmware/avi/sdk/model/MesosSeResources.java +++ b/java/src/com/vmware/avi/sdk/model/MesosSeResources.java @@ -38,7 +38,7 @@ public class MesosSeResources { /** * This is the getter method this will return the attribute value. * Attribute (fleet or mesos) key of hosts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attributeKey */ @@ -49,7 +49,7 @@ public String getAttributeKey() { /** * This is the setter method to the attribute. * Attribute (fleet or mesos) key of hosts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attributeKey set the attributeKey. */ @@ -60,7 +60,7 @@ public void setAttributeKey(String attributeKey) { /** * This is the getter method this will return the attribute value. * Attribute (fleet or mesos) value of hosts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attributeValue */ @@ -71,7 +71,7 @@ public String getAttributeValue() { /** * This is the setter method to the attribute. * Attribute (fleet or mesos) value of hosts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attributeValue set the attributeValue. */ @@ -82,7 +82,7 @@ public void setAttributeValue(String attributeValue) { /** * This is the getter method this will return the attribute value. * Obsolete - ignored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2.0f. * @return cpu */ @@ -93,7 +93,7 @@ public Float getCpu() { /** * This is the setter method to the attribute. * Obsolete - ignored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2.0f. * @param cpu set the cpu. */ @@ -104,7 +104,7 @@ public void setCpu(Float cpu) { /** * This is the getter method this will return the attribute value. * Obsolete - ignored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return memory */ @@ -115,7 +115,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. * Obsolete - ignored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param memory set the memory. */ diff --git a/java/src/com/vmware/avi/sdk/model/MesosSetup.java b/java/src/com/vmware/avi/sdk/model/MesosSetup.java index ec435d5180..1db537a57e 100644 --- a/java/src/com/vmware/avi/sdk/model/MesosSetup.java +++ b/java/src/com/vmware/avi/sdk/model/MesosSetup.java @@ -61,7 +61,7 @@ public class MesosSetup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -71,7 +71,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -80,7 +80,7 @@ public void setCcId(String ccId) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failedHosts */ @@ -90,7 +90,7 @@ public List getFailedHosts() { /** * This is the setter method. this will set the failedHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failedHosts */ @@ -100,7 +100,7 @@ public void setFailedHosts(List failedHosts) { /** * This is the setter method this will set the failedHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failedHosts */ @@ -114,7 +114,7 @@ public MesosSetup addFailedHostsItem(String failedHostsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fleetEndpoint */ @@ -124,7 +124,7 @@ public String getFleetEndpoint() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fleetEndpoint set the fleetEndpoint. */ @@ -133,7 +133,7 @@ public void setFleetEndpoint(String fleetEndpoint) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -143,7 +143,7 @@ public List getHosts() { /** * This is the setter method. this will set the hosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -153,7 +153,7 @@ public void setHosts(List hosts) { /** * This is the setter method this will set the hosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -167,7 +167,7 @@ public MesosSetup addHostsItem(String hostsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mesosAccess */ @@ -177,7 +177,7 @@ public Boolean getMesosAccess() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mesosAccess set the mesosAccess. */ @@ -187,7 +187,7 @@ public void setMesosAccess(Boolean mesosAccess) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mesosUrl */ @@ -197,7 +197,7 @@ public String getMesosUrl() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mesosUrl set the mesosUrl. */ @@ -206,7 +206,7 @@ public void setMesosUrl(String mesosUrl) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingHosts */ @@ -216,7 +216,7 @@ public List getMissingHosts() { /** * This is the setter method. this will set the missingHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingHosts */ @@ -226,7 +226,7 @@ public void setMissingHosts(List missingHosts) { /** * This is the setter method this will set the missingHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingHosts */ @@ -239,7 +239,7 @@ public MesosSetup addMissingHostsItem(String missingHostsItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newHosts */ @@ -249,7 +249,7 @@ public List getNewHosts() { /** * This is the setter method. this will set the newHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newHosts */ @@ -259,7 +259,7 @@ public void setNewHosts(List newHosts) { /** * This is the setter method this will set the newHosts - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newHosts */ @@ -273,7 +273,7 @@ public MesosSetup addNewHostsItem(String newHostsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -283,7 +283,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -293,7 +293,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDeployMethodAccess */ @@ -303,7 +303,7 @@ public Boolean getSeDeployMethodAccess() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDeployMethodAccess set the seDeployMethodAccess. */ @@ -313,7 +313,7 @@ public void setSeDeployMethodAccess(Boolean seDeployMethodAccess) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -323,7 +323,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -333,7 +333,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -343,7 +343,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/MethodMatch.java b/java/src/com/vmware/avi/sdk/model/MethodMatch.java index ebcd6eda76..160d844cc1 100644 --- a/java/src/com/vmware/avi/sdk/model/MethodMatch.java +++ b/java/src/com/vmware/avi/sdk/model/MethodMatch.java @@ -33,7 +33,7 @@ public class MethodMatch { * This is the getter method this will return the attribute value. * Criterion to use for http method matching the method in the http request. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -45,7 +45,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for http method matching the method in the http request. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -60,9 +60,9 @@ public void setMatchCriteria(String matchCriteria) { * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Minimum of 1 items required. * Maximum of 16 items allowed. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), basic edition(allowed values- - * http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), basic (allowed + * values- http_method_get,http_method_put,http_method_post,http_method_head,http_method_options) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return methods */ @@ -78,9 +78,9 @@ public List getMethods() { * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Minimum of 1 items required. * Maximum of 16 items allowed. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), basic edition(allowed values- - * http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), basic (allowed + * values- http_method_get,http_method_put,http_method_post,http_method_head,http_method_options) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return methods */ @@ -96,9 +96,9 @@ public void setMethods(List methods) { * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Minimum of 1 items required. * Maximum of 16 items allowed. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), basic edition(allowed values- - * http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), basic (allowed + * values- http_method_get,http_method_put,http_method_post,http_method_head,http_method_options) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return methods */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricLog.java b/java/src/com/vmware/avi/sdk/model/MetricLog.java index 453f382fba..5f06f3debf 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricLog.java +++ b/java/src/com/vmware/avi/sdk/model/MetricLog.java @@ -43,7 +43,7 @@ public class MetricLog { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTimestamp */ @@ -53,7 +53,7 @@ public Float getEndTimestamp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTimestamp set the endTimestamp. */ @@ -63,7 +63,7 @@ public void setEndTimestamp(Float endTimestamp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricId */ @@ -73,7 +73,7 @@ public String getMetricId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricId set the metricId. */ @@ -83,7 +83,7 @@ public void setMetricId(String metricId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reportTimestamp */ @@ -93,7 +93,7 @@ public Float getReportTimestamp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reportTimestamp set the reportTimestamp. */ @@ -103,7 +103,7 @@ public void setReportTimestamp(Float reportTimestamp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return step */ @@ -113,7 +113,7 @@ public Integer getStep() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param step set the step. */ @@ -123,7 +123,7 @@ public void setStep(Integer step) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timeSeries */ @@ -133,7 +133,7 @@ public MetricsQueryResponse getTimeSeries() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timeSeries set the timeSeries. */ @@ -143,7 +143,7 @@ public void setTimeSeries(MetricsQueryResponse timeSeries) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -153,7 +153,7 @@ public Float getValue() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricStatistics.java b/java/src/com/vmware/avi/sdk/model/MetricStatistics.java index 53feaee719..295611c9f5 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricStatistics.java +++ b/java/src/com/vmware/avi/sdk/model/MetricStatistics.java @@ -53,7 +53,7 @@ public class MetricStatistics { /** * This is the getter method this will return the attribute value. * Value of the last sample. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastSample */ @@ -64,7 +64,7 @@ public Float getLastSample() { /** * This is the setter method to the attribute. * Value of the last sample. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastSample set the lastSample. */ @@ -75,7 +75,7 @@ public void setLastSample(Float lastSample) { /** * This is the getter method this will return the attribute value. * Maximum value in time series requested. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return max */ @@ -86,7 +86,7 @@ public Float getMax() { /** * This is the setter method to the attribute. * Maximum value in time series requested. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param max set the max. */ @@ -97,7 +97,7 @@ public void setMax(Float max) { /** * This is the getter method this will return the attribute value. * Timestamp of the minimum value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxTs */ @@ -108,7 +108,7 @@ public String getMaxTs() { /** * This is the setter method to the attribute. * Timestamp of the minimum value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxTs set the maxTs. */ @@ -119,7 +119,7 @@ public void setMaxTs(String maxTs) { /** * This is the getter method this will return the attribute value. * Arithmetic mean. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mean */ @@ -130,7 +130,7 @@ public Float getMean() { /** * This is the setter method to the attribute. * Arithmetic mean. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mean set the mean. */ @@ -141,7 +141,7 @@ public void setMean(Float mean) { /** * This is the getter method this will return the attribute value. * Minimum value in time series requested. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return min */ @@ -152,7 +152,7 @@ public Float getMin() { /** * This is the setter method to the attribute. * Minimum value in time series requested. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param min set the min. */ @@ -163,7 +163,7 @@ public void setMin(Float min) { /** * This is the getter method this will return the attribute value. * Timestamp of the minimum value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minTs */ @@ -174,7 +174,7 @@ public String getMinTs() { /** * This is the setter method to the attribute. * Timestamp of the minimum value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minTs set the minTs. */ @@ -186,7 +186,7 @@ public void setMinTs(String minTs) { * This is the getter method this will return the attribute value. * Number of actual data samples. * It excludes fake data. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSamples */ @@ -198,7 +198,7 @@ public Integer getNumSamples() { * This is the setter method to the attribute. * Number of actual data samples. * It excludes fake data. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSamples set the numSamples. */ @@ -209,7 +209,7 @@ public void setNumSamples(Integer numSamples) { /** * This is the getter method this will return the attribute value. * Summation of all values. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sum */ @@ -220,7 +220,7 @@ public Float getSum() { /** * This is the setter method to the attribute. * Summation of all values. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sum set the sum. */ @@ -232,7 +232,7 @@ public void setSum(Float sum) { * This is the getter method this will return the attribute value. * Slope of the data points across the time series requested. * Trend = (last_value - avg)/avg. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trend */ @@ -244,7 +244,7 @@ public Float getTrend() { * This is the setter method to the attribute. * Slope of the data points across the time series requested. * Trend = (last_value - avg)/avg. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param trend set the trend. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricThresoldUpDetails.java b/java/src/com/vmware/avi/sdk/model/MetricThresoldUpDetails.java index bd342b73fe..7a09b26cb5 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricThresoldUpDetails.java +++ b/java/src/com/vmware/avi/sdk/model/MetricThresoldUpDetails.java @@ -49,7 +49,7 @@ public class MetricThresoldUpDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currentValue */ @@ -59,7 +59,7 @@ public Float getCurrentValue() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currentValue set the currentValue. */ @@ -70,7 +70,7 @@ public void setCurrentValue(Float currentValue) { /** * This is the getter method this will return the attribute value. * Id of the object whose metric has hit the threshold. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityUuid */ @@ -81,7 +81,7 @@ public String getEntityUuid() { /** * This is the setter method to the attribute. * Id of the object whose metric has hit the threshold. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityUuid set the entityUuid. */ @@ -91,7 +91,7 @@ public void setEntityUuid(String entityUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricId */ @@ -101,7 +101,7 @@ public String getMetricId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricId set the metricId. */ @@ -111,7 +111,7 @@ public void setMetricId(String metricId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricName */ @@ -121,7 +121,7 @@ public String getMetricName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricName set the metricName. */ @@ -132,7 +132,7 @@ public void setMetricName(String metricName) { /** * This is the getter method this will return the attribute value. * Identity of the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -143,7 +143,7 @@ public String getPoolUuid() { /** * This is the setter method to the attribute. * Identity of the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ @@ -154,7 +154,7 @@ public void setPoolUuid(String poolUuid) { /** * This is the getter method this will return the attribute value. * Server ip port on which event was generated. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -165,7 +165,7 @@ public String getServer() { /** * This is the setter method to the attribute. * Server ip port on which event was generated. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param server set the server. */ @@ -175,7 +175,7 @@ public void setServer(String server) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshold */ @@ -185,7 +185,7 @@ public Float getThreshold() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param threshold set the threshold. */ @@ -196,7 +196,7 @@ public void setThreshold(Float threshold) { /** * This is the getter method this will return the attribute value. * Vm at which metric thresold details collected. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmType */ @@ -207,7 +207,7 @@ public String getVmType() { /** * This is the setter method to the attribute. * Vm at which metric thresold details collected. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vmType set the vmType. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsApiSrvDebugFilter.java b/java/src/com/vmware/avi/sdk/model/MetricsApiSrvDebugFilter.java index 805334fffc..508d7f5a53 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsApiSrvDebugFilter.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsApiSrvDebugFilter.java @@ -31,7 +31,7 @@ public class MetricsApiSrvDebugFilter { * Uuid of the entity. * It is a reference to an object of type virtualservice. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityRef */ @@ -44,7 +44,7 @@ public String getEntityRef() { * Uuid of the entity. * It is a reference to an object of type virtualservice. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityRef set the entityRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsData.java b/java/src/com/vmware/avi/sdk/model/MetricsData.java index 58e45a31fd..413afb24f0 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsData.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsData.java @@ -91,7 +91,7 @@ public class MetricsData { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationResponseTime */ @@ -101,7 +101,7 @@ public Float getApplicationResponseTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param applicationResponseTime set the applicationResponseTime. */ @@ -111,7 +111,7 @@ public void setApplicationResponseTime(Float applicationResponseTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return blockingTime */ @@ -121,7 +121,7 @@ public Float getBlockingTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param blockingTime set the blockingTime. */ @@ -131,7 +131,7 @@ public void setBlockingTime(Float blockingTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return browserRenderingTime */ @@ -141,7 +141,7 @@ public Float getBrowserRenderingTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param browserRenderingTime set the browserRenderingTime. */ @@ -151,7 +151,7 @@ public void setBrowserRenderingTime(Float browserRenderingTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientRtt */ @@ -161,7 +161,7 @@ public Float getClientRtt() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientRtt set the clientRtt. */ @@ -171,7 +171,7 @@ public void setClientRtt(Float clientRtt) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connectionTime */ @@ -181,7 +181,7 @@ public Float getConnectionTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connectionTime set the connectionTime. */ @@ -191,7 +191,7 @@ public void setConnectionTime(Float connectionTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsLookupTime */ @@ -201,7 +201,7 @@ public Float getDnsLookupTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsLookupTime set the dnsLookupTime. */ @@ -211,7 +211,7 @@ public void setDnsLookupTime(Float dnsLookupTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domContentLoadTime */ @@ -221,7 +221,7 @@ public Float getDomContentLoadTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param domContentLoadTime set the domContentLoadTime. */ @@ -231,7 +231,7 @@ public void setDomContentLoadTime(Float domContentLoadTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isNull */ @@ -241,7 +241,7 @@ public Boolean getIsNull() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isNull set the isNull. */ @@ -251,7 +251,7 @@ public void setIsNull(Boolean isNull) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSamples */ @@ -261,7 +261,7 @@ public Integer getNumSamples() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSamples set the numSamples. */ @@ -271,7 +271,7 @@ public void setNumSamples(Integer numSamples) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pageDownloadTime */ @@ -281,7 +281,7 @@ public Float getPageDownloadTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pageDownloadTime set the pageDownloadTime. */ @@ -291,7 +291,7 @@ public void setPageDownloadTime(Float pageDownloadTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pageLoadTime */ @@ -301,7 +301,7 @@ public Float getPageLoadTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pageLoadTime set the pageLoadTime. */ @@ -311,7 +311,7 @@ public void setPageLoadTime(Float pageLoadTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return predictionIntervalHigh */ @@ -321,7 +321,7 @@ public Float getPredictionIntervalHigh() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param predictionIntervalHigh set the predictionIntervalHigh. */ @@ -331,7 +331,7 @@ public void setPredictionIntervalHigh(Float predictionIntervalHigh) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return predictionIntervalLow */ @@ -341,7 +341,7 @@ public Float getPredictionIntervalLow() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param predictionIntervalLow set the predictionIntervalLow. */ @@ -351,7 +351,7 @@ public void setPredictionIntervalLow(Float predictionIntervalLow) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirectionTime */ @@ -361,7 +361,7 @@ public Float getRedirectionTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param redirectionTime set the redirectionTime. */ @@ -371,7 +371,7 @@ public void setRedirectionTime(Float redirectionTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rumClientDataTransferTime */ @@ -381,7 +381,7 @@ public Float getRumClientDataTransferTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rumClientDataTransferTime set the rumClientDataTransferTime. */ @@ -391,7 +391,7 @@ public void setRumClientDataTransferTime(Float rumClientDataTransferTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverRtt */ @@ -401,7 +401,7 @@ public Float getServerRtt() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverRtt set the serverRtt. */ @@ -411,7 +411,7 @@ public void setServerRtt(Float serverRtt) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceTime */ @@ -421,7 +421,7 @@ public Float getServiceTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceTime set the serviceTime. */ @@ -431,7 +431,7 @@ public void setServiceTime(Float serviceTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timestamp */ @@ -441,7 +441,7 @@ public String getTimestamp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timestamp set the timestamp. */ @@ -451,7 +451,7 @@ public void setTimestamp(String timestamp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -461,7 +461,7 @@ public Float getValue() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ @@ -472,7 +472,7 @@ public void setValue(Float value) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return valueStr */ @@ -483,7 +483,7 @@ public String getValueStr() { /** * This is the setter method to the attribute. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param valueStr set the valueStr. */ @@ -494,7 +494,7 @@ public void setValueStr(String valueStr) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return valueStrDesc */ @@ -505,7 +505,7 @@ public String getValueStrDesc() { /** * This is the setter method to the attribute. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param valueStrDesc set the valueStrDesc. */ @@ -515,7 +515,7 @@ public void setValueStrDesc(String valueStrDesc) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return waitingTime */ @@ -525,7 +525,7 @@ public Float getWaitingTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param waitingTime set the waitingTime. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsDataHeader.java b/java/src/com/vmware/avi/sdk/model/MetricsDataHeader.java index e38b7fda2d..10a682a80c 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsDataHeader.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsDataHeader.java @@ -77,7 +77,7 @@ public class MetricsDataHeader { /** * This is the getter method this will return the attribute value. * Metrics derivation info. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return derivationData */ @@ -88,7 +88,7 @@ public MetricsDerivationData getDerivationData() { /** * This is the setter method to the attribute. * Metrics derivation info. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param derivationData set the derivationData. */ @@ -97,7 +97,7 @@ public void setDerivationData(MetricsDerivationData derivationData) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dimensionData */ @@ -107,7 +107,7 @@ public List getDimensionData() { /** * This is the setter method. this will set the dimensionData - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dimensionData */ @@ -117,7 +117,7 @@ public void setDimensionData(List dimensionData) { /** * This is the setter method this will set the dimensionData - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dimensionData */ @@ -132,7 +132,7 @@ public MetricsDataHeader addDimensionDataItem(MetricsDimensionData dimensionData /** * This is the getter method this will return the attribute value. * Entity uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityUuid */ @@ -143,7 +143,7 @@ public String getEntityUuid() { /** * This is the setter method to the attribute. * Entity uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityUuid set the entityUuid. */ @@ -153,7 +153,7 @@ public void setEntityUuid(String entityUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricDescription */ @@ -163,7 +163,7 @@ public String getMetricDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricDescription set the metricDescription. */ @@ -173,7 +173,7 @@ public void setMetricDescription(String metricDescription) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsMinScale */ @@ -183,7 +183,7 @@ public Float getMetricsMinScale() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsMinScale set the metricsMinScale. */ @@ -193,7 +193,7 @@ public void setMetricsMinScale(Float metricsMinScale) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return metricsSumAggInvalid */ @@ -203,7 +203,7 @@ public Boolean getMetricsSumAggInvalid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param metricsSumAggInvalid set the metricsSumAggInvalid. */ @@ -214,7 +214,7 @@ public void setMetricsSumAggInvalid(Boolean metricsSumAggInvalid) { * This is the getter method this will return the attribute value. * Missing data intervals. * Data in these intervals are not used for stats calculation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingIntervals */ @@ -226,7 +226,7 @@ public List getMissingIntervals() { * This is the setter method. this will set the missingIntervals * Missing data intervals. * Data in these intervals are not used for stats calculation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingIntervals */ @@ -238,7 +238,7 @@ public void setMissingIntervals(List missingInterva * This is the setter method this will set the missingIntervals * Missing data intervals. * Data in these intervals are not used for stats calculation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingIntervals */ @@ -253,7 +253,7 @@ public MetricsDataHeader addMissingIntervalsItem(MetricsMissingDataInterval miss /** * This is the getter method this will return the attribute value. * Name of the column. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -264,7 +264,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the column. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -275,7 +275,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Object id of the series when object id was specified in the metric. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objId */ @@ -286,7 +286,7 @@ public String getObjId() { /** * This is the setter method to the attribute. * Object id of the series when object id was specified in the metric. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objId set the objId. */ @@ -300,7 +300,7 @@ public void setObjId(String objId) { * Enum options - METRICS_OBJ_ID_TYPE_VIRTUALSERVICE, METRICS_OBJ_ID_TYPE_SERVER, METRICS_OBJ_ID_TYPE_POOL, METRICS_OBJ_ID_TYPE_SERVICEENGINE, * METRICS_OBJ_ID_TYPE_VIRTUALMACHINE, METRICS_OBJ_ID_TYPE_CONTROLLER, METRICS_OBJ_ID_TYPE_TENANT, METRICS_OBJ_ID_TYPE_CLUSTER, * METRICS_OBJ_ID_TYPE_SE_INTERFACE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objIdType */ @@ -314,7 +314,7 @@ public String getObjIdType() { * Enum options - METRICS_OBJ_ID_TYPE_VIRTUALSERVICE, METRICS_OBJ_ID_TYPE_SERVER, METRICS_OBJ_ID_TYPE_POOL, METRICS_OBJ_ID_TYPE_SERVICEENGINE, * METRICS_OBJ_ID_TYPE_VIRTUALMACHINE, METRICS_OBJ_ID_TYPE_CONTROLLER, METRICS_OBJ_ID_TYPE_TENANT, METRICS_OBJ_ID_TYPE_CLUSTER, * METRICS_OBJ_ID_TYPE_SE_INTERFACE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objIdType set the objIdType. */ @@ -325,7 +325,7 @@ public void setObjIdType(String objIdType) { /** * This is the getter method this will return the attribute value. * Pool_id for the metric. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -336,7 +336,7 @@ public String getPoolUuid() { /** * This is the setter method to the attribute. * Pool_id for the metric. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ @@ -346,7 +346,7 @@ public void setPoolUuid(String poolUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return priority */ @@ -356,7 +356,7 @@ public Boolean getPriority() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param priority set the priority. */ @@ -367,7 +367,7 @@ public void setPriority(Boolean priority) { /** * This is the getter method this will return the attribute value. * Server ip port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -378,7 +378,7 @@ public String getServer() { /** * This is the setter method to the attribute. * Server ip port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param server set the server. */ @@ -390,7 +390,7 @@ public void setServer(String server) { * This is the getter method this will return the attribute value. * Service engine ref or uuid. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceengineUuid */ @@ -402,7 +402,7 @@ public String getServiceengineUuid() { * This is the setter method to the attribute. * Service engine ref or uuid. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceengineUuid set the serviceengineUuid. */ @@ -413,7 +413,7 @@ public void setServiceengineUuid(String serviceengineUuid) { /** * This is the getter method this will return the attribute value. * Statistics of the metric. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statistics */ @@ -424,7 +424,7 @@ public MetricStatistics getStatistics() { /** * This is the setter method to the attribute. * Statistics of the metric. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statistics set the statistics. */ @@ -435,7 +435,7 @@ public void setStatistics(MetricStatistics statistics) { /** * This is the getter method this will return the attribute value. * Tenant ref or uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -446,7 +446,7 @@ public String getTenantUuid() { /** * This is the setter method to the attribute. * Tenant ref or uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ @@ -459,7 +459,7 @@ public void setTenantUuid(String tenantUuid) { * Units of the column data. * Enum options - METRIC_COUNT, BITS_PER_SECOND, MILLISECONDS, SECONDS, PER_SECOND, BYTES, PERCENT, KILO_BYTES, KILO_BYTES_PER_SECOND, * BYTES_PER_SECOND, KILO_BITS_PER_SECOND, GIGA_BYTES, MEGA_BYTES, NORMALIZED, STRING, SEC, MIN, DAYS, KB, MB... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "METRIC_COUNT". * @return units */ @@ -472,7 +472,7 @@ public String getUnits() { * Units of the column data. * Enum options - METRIC_COUNT, BITS_PER_SECOND, MILLISECONDS, SECONDS, PER_SECOND, BYTES, PERCENT, KILO_BYTES, KILO_BYTES_PER_SECOND, * BYTES_PER_SECOND, KILO_BITS_PER_SECOND, GIGA_BYTES, MEGA_BYTES, NORMALIZED, STRING, SEC, MIN, DAYS, KB, MB... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "METRIC_COUNT". * @param units set the units. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsDataSeries.java b/java/src/com/vmware/avi/sdk/model/MetricsDataSeries.java index 5a0067ac83..55dd7391f0 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsDataSeries.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsDataSeries.java @@ -30,7 +30,7 @@ public class MetricsDataSeries { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return data */ @@ -40,7 +40,7 @@ public List getData() { /** * This is the setter method. this will set the data - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return data */ @@ -50,7 +50,7 @@ public void setData(List data) { /** * This is the setter method this will set the data - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return data */ @@ -64,7 +64,7 @@ public MetricsDataSeries addDataItem(MetricsData dataItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return header */ @@ -74,7 +74,7 @@ public MetricsDataHeader getHeader() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param header set the header. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsDbDiskEventDetails.java b/java/src/com/vmware/avi/sdk/model/MetricsDbDiskEventDetails.java index 63bd131fee..d9f09a3b6e 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsDbDiskEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsDbDiskEventDetails.java @@ -34,7 +34,7 @@ public class MetricsDbDiskEventDetails { /** * This is the getter method this will return the attribute value. * List of dropped metrics tables. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsDeletedTables */ @@ -45,7 +45,7 @@ public List getMetricsDeletedTables() { /** * This is the setter method. this will set the metricsDeletedTables * List of dropped metrics tables. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsDeletedTables */ @@ -56,7 +56,7 @@ public void setMetricsDeletedTables(List metricsDeletedTables) { /** * This is the setter method this will set the metricsDeletedTables * List of dropped metrics tables. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsDeletedTables */ @@ -72,7 +72,7 @@ public MetricsDbDiskEventDetails addMetricsDeletedTablesItem(String metricsDelet * This is the getter method this will return the attribute value. * Total size of freed metrics tables. * In kbs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsFreeSz */ @@ -84,7 +84,7 @@ public Float getMetricsFreeSz() { * This is the setter method to the attribute. * Total size of freed metrics tables. * In kbs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsFreeSz set the metricsFreeSz. */ @@ -96,7 +96,7 @@ public void setMetricsFreeSz(Float metricsFreeSz) { * This is the getter method this will return the attribute value. * Disk quota allocated for metrics db. * In gbs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsQuota */ @@ -108,7 +108,7 @@ public Float getMetricsQuota() { * This is the setter method to the attribute. * Disk quota allocated for metrics db. * In gbs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsQuota set the metricsQuota. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsDbQueueFullEventDetails.java b/java/src/com/vmware/avi/sdk/model/MetricsDbQueueFullEventDetails.java index 3f6b965d92..80f310f43c 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsDbQueueFullEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsDbQueueFullEventDetails.java @@ -46,7 +46,7 @@ public class MetricsDbQueueFullEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return high */ @@ -56,7 +56,7 @@ public Integer getHigh() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param high set the high. */ @@ -66,7 +66,7 @@ public void setHigh(Integer high) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return instanceport */ @@ -76,7 +76,7 @@ public Integer getInstanceport() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param instanceport set the instanceport. */ @@ -86,7 +86,7 @@ public void setInstanceport(Integer instanceport) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return low */ @@ -96,7 +96,7 @@ public Integer getLow() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param low set the low. */ @@ -106,7 +106,7 @@ public void setLow(Integer low) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeid */ @@ -116,7 +116,7 @@ public String getNodeid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeid set the nodeid. */ @@ -126,7 +126,7 @@ public void setNodeid(String nodeid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return period */ @@ -136,7 +136,7 @@ public String getPeriod() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param period set the period. */ @@ -146,7 +146,7 @@ public void setPeriod(String period) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return runtime */ @@ -156,7 +156,7 @@ public MetricsDbRuntime getRuntime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param runtime set the runtime. */ @@ -166,7 +166,7 @@ public void setRuntime(MetricsDbRuntime runtime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return watermark */ @@ -176,7 +176,7 @@ public Integer getWatermark() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param watermark set the watermark. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsDbQueueHealthyEventDetails.java b/java/src/com/vmware/avi/sdk/model/MetricsDbQueueHealthyEventDetails.java index 16a15b4666..cb5517f1a5 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsDbQueueHealthyEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsDbQueueHealthyEventDetails.java @@ -46,7 +46,7 @@ public class MetricsDbQueueHealthyEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return high */ @@ -56,7 +56,7 @@ public Integer getHigh() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param high set the high. */ @@ -66,7 +66,7 @@ public void setHigh(Integer high) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return instanceport */ @@ -76,7 +76,7 @@ public Integer getInstanceport() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param instanceport set the instanceport. */ @@ -86,7 +86,7 @@ public void setInstanceport(Integer instanceport) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return low */ @@ -96,7 +96,7 @@ public Integer getLow() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param low set the low. */ @@ -106,7 +106,7 @@ public void setLow(Integer low) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeid */ @@ -116,7 +116,7 @@ public String getNodeid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeid set the nodeid. */ @@ -126,7 +126,7 @@ public void setNodeid(String nodeid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return period */ @@ -136,7 +136,7 @@ public String getPeriod() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param period set the period. */ @@ -146,7 +146,7 @@ public void setPeriod(String period) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return runtime */ @@ -156,7 +156,7 @@ public MetricsDbRuntime getRuntime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param runtime set the runtime. */ @@ -166,7 +166,7 @@ public void setRuntime(MetricsDbRuntime runtime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return watermark */ @@ -176,7 +176,7 @@ public Integer getWatermark() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param watermark set the watermark. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsDbRuntime.java b/java/src/com/vmware/avi/sdk/model/MetricsDbRuntime.java index 090385c146..5f38b79357 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsDbRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsDbRuntime.java @@ -55,7 +55,7 @@ public class MetricsDbRuntime { * Db client name. * Can be of db_client_rt/db_client_batch/db_client_rt_arr. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dbClientName */ @@ -68,7 +68,7 @@ public String getDbClientName() { * Db client name. * Can be of db_client_rt/db_client_batch/db_client_rt_arr. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dbClientName set the dbClientName. */ @@ -78,7 +78,7 @@ public void setDbClientName(String dbClientName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dbNumClientQueries */ @@ -88,7 +88,7 @@ public Integer getDbNumClientQueries() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dbNumClientQueries set the dbNumClientQueries. */ @@ -98,7 +98,7 @@ public void setDbNumClientQueries(Integer dbNumClientQueries) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dbNumClientResp */ @@ -108,7 +108,7 @@ public Integer getDbNumClientResp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dbNumClientResp set the dbNumClientResp. */ @@ -118,7 +118,7 @@ public void setDbNumClientResp(Integer dbNumClientResp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dbNumDbQueries */ @@ -128,7 +128,7 @@ public Integer getDbNumDbQueries() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dbNumDbQueries set the dbNumDbQueries. */ @@ -138,7 +138,7 @@ public void setDbNumDbQueries(Integer dbNumDbQueries) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dbNumDbResp */ @@ -148,7 +148,7 @@ public Integer getDbNumDbResp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dbNumDbResp set the dbNumDbResp. */ @@ -158,7 +158,7 @@ public void setDbNumDbResp(Integer dbNumDbResp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dbNumOom */ @@ -168,7 +168,7 @@ public Integer getDbNumOom() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dbNumOom set the dbNumOom. */ @@ -178,7 +178,7 @@ public void setDbNumOom(Integer dbNumOom) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dbQueueSize */ @@ -188,7 +188,7 @@ public Integer getDbQueueSize() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dbQueueSize set the dbQueueSize. */ @@ -198,7 +198,7 @@ public void setDbQueueSize(Integer dbQueueSize) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dbRumQueries */ @@ -208,7 +208,7 @@ public Integer getDbRumQueries() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dbRumQueries set the dbRumQueries. */ @@ -218,7 +218,7 @@ public void setDbRumQueries(Integer dbRumQueries) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dbRumRows */ @@ -228,7 +228,7 @@ public Integer getDbRumRows() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dbRumRows set the dbRumRows. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsDbSyncFailureEventDetails.java b/java/src/com/vmware/avi/sdk/model/MetricsDbSyncFailureEventDetails.java index c2be11f01e..4ec3f90bcf 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsDbSyncFailureEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsDbSyncFailureEventDetails.java @@ -35,7 +35,7 @@ public class MetricsDbSyncFailureEventDetails { /** * This is the getter method this will return the attribute value. * Name of the node responsible for this event. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeName */ @@ -46,7 +46,7 @@ public String getNodeName() { /** * This is the setter method to the attribute. * Name of the node responsible for this event. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeName set the nodeName. */ @@ -57,7 +57,7 @@ public void setNodeName(String nodeName) { /** * This is the getter method this will return the attribute value. * Name of the process responsible for this event. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return processName */ @@ -68,7 +68,7 @@ public String getProcessName() { /** * This is the setter method to the attribute. * Name of the process responsible for this event. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param processName set the processName. */ @@ -79,7 +79,7 @@ public void setProcessName(String processName) { /** * This is the getter method this will return the attribute value. * Timestamp at which this event occurred. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timestamp */ @@ -90,7 +90,7 @@ public String getTimestamp() { /** * This is the setter method to the attribute. * Timestamp at which this event occurred. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timestamp set the timestamp. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsDerivationData.java b/java/src/com/vmware/avi/sdk/model/MetricsDerivationData.java index 39a5b048f2..a2b84b9bef 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsDerivationData.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsDerivationData.java @@ -53,7 +53,7 @@ public class MetricsDerivationData { * SUM_GAUGE, SUM_N_METRICS, APPDEX_ON_5_BUCKETS, APPDEX_ON_6_BUCKETS, APPDEX_ON_CONNECTIONS, APPDEX_ON_2_BUCKETS, AVG_CLIENT_LATENCY, * AVG_APPLICATION_LATENCY, MIN_N_METRICS, SUM_FIRST_N_DIVIDE_BY_LAST_PERCENTAGE, L4_CONNECTION_ERROR_PERCENTAGE, AVG_L4_CLIENT_LATENCY, * CHECK_FOR_TRANSITIONS, SUBSTRACT_ALL_FROM_FIRST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return derivationFn */ @@ -67,7 +67,7 @@ public String getDerivationFn() { * SUM_GAUGE, SUM_N_METRICS, APPDEX_ON_5_BUCKETS, APPDEX_ON_6_BUCKETS, APPDEX_ON_CONNECTIONS, APPDEX_ON_2_BUCKETS, AVG_CLIENT_LATENCY, * AVG_APPLICATION_LATENCY, MIN_N_METRICS, SUM_FIRST_N_DIVIDE_BY_LAST_PERCENTAGE, L4_CONNECTION_ERROR_PERCENTAGE, AVG_L4_CLIENT_LATENCY, * CHECK_FOR_TRANSITIONS, SUBSTRACT_ALL_FROM_FIRST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param derivationFn set the derivationFn. */ @@ -77,7 +77,7 @@ public void setDerivationFn(String derivationFn) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeDerivedMetric */ @@ -87,7 +87,7 @@ public Boolean getExcludeDerivedMetric() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeDerivedMetric set the excludeDerivedMetric. */ @@ -97,7 +97,7 @@ public void setExcludeDerivedMetric(Boolean excludeDerivedMetric) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return includeDerivationMetrics */ @@ -107,7 +107,7 @@ public Boolean getIncludeDerivationMetrics() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param includeDerivationMetrics set the includeDerivationMetrics. */ @@ -122,7 +122,7 @@ public void setIncludeDerivationMetrics(Boolean includeDerivationMetrics) { * METRICS_TABLE_RUM_PREAGG_BROWSER, METRICS_TABLE_RUM_PREAGG_COUNTRY, METRICS_TABLE_RUM_PREAGG_DEVTYPE, METRICS_TABLE_RUM_PREAGG_LANG, * METRICS_TABLE_RUM_PREAGG_OS, METRICS_TABLE_RUM_PREAGG_URL, METRICS_TABLE_RUM_ANALYTICS, METRICS_TABLE_VM_STATS, METRICS_TABLE_RESOURCE_TIMING_DIM, * METRICS_TABLE_RESOURCE_TIMING_BLOB, METRICS_TABLE_RUM_PREAGG_IPGROUP... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return joinTables */ @@ -137,7 +137,7 @@ public String getJoinTables() { * METRICS_TABLE_RUM_PREAGG_BROWSER, METRICS_TABLE_RUM_PREAGG_COUNTRY, METRICS_TABLE_RUM_PREAGG_DEVTYPE, METRICS_TABLE_RUM_PREAGG_LANG, * METRICS_TABLE_RUM_PREAGG_OS, METRICS_TABLE_RUM_PREAGG_URL, METRICS_TABLE_RUM_ANALYTICS, METRICS_TABLE_VM_STATS, METRICS_TABLE_RESOURCE_TIMING_DIM, * METRICS_TABLE_RESOURCE_TIMING_BLOB, METRICS_TABLE_RUM_PREAGG_IPGROUP... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param joinTables set the joinTables. */ @@ -147,7 +147,7 @@ public void setJoinTables(String joinTables) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricIds */ @@ -157,7 +157,7 @@ public String getMetricIds() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricIds set the metricIds. */ @@ -167,7 +167,7 @@ public void setMetricIds(String metricIds) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return resultHasAdditionalFields */ @@ -177,7 +177,7 @@ public Boolean getResultHasAdditionalFields() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param resultHasAdditionalFields set the resultHasAdditionalFields. */ @@ -188,7 +188,7 @@ public void setResultHasAdditionalFields(Boolean resultHasAdditionalFields) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return secondOrderDerivation */ @@ -199,7 +199,7 @@ public Boolean getSecondOrderDerivation() { /** * This is the setter method to the attribute. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param secondOrderDerivation set the secondOrderDerivation. */ @@ -209,7 +209,7 @@ public void setSecondOrderDerivation(Boolean secondOrderDerivation) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipBackendDerivation */ @@ -219,7 +219,7 @@ public Boolean getSkipBackendDerivation() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipBackendDerivation set the skipBackendDerivation. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsDimensionData.java b/java/src/com/vmware/avi/sdk/model/MetricsDimensionData.java index b3e1bea496..a162dfd104 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsDimensionData.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsDimensionData.java @@ -35,7 +35,7 @@ public class MetricsDimensionData { * Enum options - METRICS_DIMENSION_METRIC_TIMESTAMP, METRICS_DIMENSION_COUNTRY, METRICS_DIMENSION_OS, METRICS_DIMENSION_URL, * METRICS_DIMENSION_DEVTYPE, METRICS_DIMENSION_LANG, METRICS_DIMENSION_BROWSER, METRICS_DIMENSION_IPGROUP, METRICS_DIMENSION_ATTACK, * METRICS_DIMENSION_ASN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dimension */ @@ -49,7 +49,7 @@ public String getDimension() { * Enum options - METRICS_DIMENSION_METRIC_TIMESTAMP, METRICS_DIMENSION_COUNTRY, METRICS_DIMENSION_OS, METRICS_DIMENSION_URL, * METRICS_DIMENSION_DEVTYPE, METRICS_DIMENSION_LANG, METRICS_DIMENSION_BROWSER, METRICS_DIMENSION_IPGROUP, METRICS_DIMENSION_ATTACK, * METRICS_DIMENSION_ASN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dimension set the dimension. */ @@ -60,7 +60,7 @@ public void setDimension(String dimension) { /** * This is the getter method this will return the attribute value. * Dimension id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dimensionId */ @@ -71,7 +71,7 @@ public String getDimensionId() { /** * This is the setter method to the attribute. * Dimension id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dimensionId set the dimensionId. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsEventThreshold.java b/java/src/com/vmware/avi/sdk/model/MetricsEventThreshold.java index eb86f2ff83..4169934d05 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsEventThreshold.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsEventThreshold.java @@ -39,7 +39,7 @@ public class MetricsEventThreshold { * Enum options - THRESHOLD_TYPE_STATIC, SE_CPU_THRESHOLD, SE_MEM_THRESHOLD, SE_DISK_THRESHOLD, CONTROLLER_CPU_THRESHOLD, CONTROLLER_MEM_THRESHOLD, * CONTROLLER_DISK_THRESHOLD. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholdType */ @@ -54,7 +54,7 @@ public String getMetricsEventThresholdType() { * Enum options - THRESHOLD_TYPE_STATIC, SE_CPU_THRESHOLD, SE_MEM_THRESHOLD, SE_DISK_THRESHOLD, CONTROLLER_CPU_THRESHOLD, CONTROLLER_MEM_THRESHOLD, * CONTROLLER_DISK_THRESHOLD. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsEventThresholdType set the metricsEventThresholdType. */ @@ -67,7 +67,7 @@ public void setMetricsEventThresholdType(String metricsEventThresholdType) { * This value is used to reset the event state machine. * Allowed values are 1-100. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resetThreshold */ @@ -80,7 +80,7 @@ public Float getResetThreshold() { * This value is used to reset the event state machine. * Allowed values are 1-100. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resetThreshold set the resetThreshold. */ @@ -93,7 +93,7 @@ public void setResetThreshold(Float resetThreshold) { * There can be multiple thresholds defined.health score degrades when the the target is higher than this threshold. * Allowed values are 1-100. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return watermarkThresholds */ @@ -107,7 +107,7 @@ public List getWatermarkThresholds() { * There can be multiple thresholds defined.health score degrades when the the target is higher than this threshold. * Allowed values are 1-100. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return watermarkThresholds */ @@ -121,7 +121,7 @@ public void setWatermarkThresholds(List watermarkThresholds) { * There can be multiple thresholds defined.health score degrades when the the target is higher than this threshold. * Allowed values are 1-100. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return watermarkThresholds */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsGRPCAuthFailureDetails.java b/java/src/com/vmware/avi/sdk/model/MetricsGRPCAuthFailureDetails.java index 91e057686a..1009016aa3 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsGRPCAuthFailureDetails.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsGRPCAuthFailureDetails.java @@ -28,7 +28,7 @@ public class MetricsGRPCAuthFailureDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return peer */ @@ -38,7 +38,7 @@ public String getPeer() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param peer set the peer. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsMgrDebugFilter.java b/java/src/com/vmware/avi/sdk/model/MetricsMgrDebugFilter.java index c398edf698..1cf9a38f61 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsMgrDebugFilter.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsMgrDebugFilter.java @@ -60,7 +60,7 @@ public class MetricsMgrDebugFilter { * This is the getter method this will return the attribute value. * Set to ignore skip_eval_period field in metrics_anomaly_option. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return debugSkipEvalPeriod */ @@ -72,7 +72,7 @@ public String getDebugSkipEvalPeriod() { * This is the setter method to the attribute. * Set to ignore skip_eval_period field in metrics_anomaly_option. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param debugSkipEvalPeriod set the debugSkipEvalPeriod. */ @@ -82,7 +82,7 @@ public void setDebugSkipEvalPeriod(String debugSkipEvalPeriod) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disableHwTraining */ @@ -92,7 +92,7 @@ public String getDisableHwTraining() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param disableHwTraining set the disableHwTraining. */ @@ -102,7 +102,7 @@ public void setDisableHwTraining(String disableHwTraining) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entity */ @@ -112,7 +112,7 @@ public String getEntity() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entity set the entity. */ @@ -123,7 +123,7 @@ public void setEntity(String entity) { /** * This is the getter method this will return the attribute value. * Setting to reduce the grace period for license expiry in hours. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseGracePeriod */ @@ -134,7 +134,7 @@ public String getLicenseGracePeriod() { /** * This is the setter method to the attribute. * Setting to reduce the grace period for license expiry in hours. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseGracePeriod set the licenseGracePeriod. */ @@ -144,7 +144,7 @@ public void setLicenseGracePeriod(String licenseGracePeriod) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return logFirstN */ @@ -154,7 +154,7 @@ public String getLogFirstN() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param logFirstN set the logFirstN. */ @@ -164,7 +164,7 @@ public void setLogFirstN(String logFirstN) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return loggingFreq */ @@ -174,7 +174,7 @@ public String getLoggingFreq() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param loggingFreq set the loggingFreq. */ @@ -184,7 +184,7 @@ public void setLoggingFreq(String loggingFreq) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricInstanceId */ @@ -194,7 +194,7 @@ public String getMetricInstanceId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricInstanceId set the metricInstanceId. */ @@ -206,7 +206,7 @@ public void setMetricInstanceId(String metricInstanceId) { * This is the getter method this will return the attribute value. * Setting to change the number of queries being processed by per db connection by metrics manager. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minDbQueriesEachConn */ @@ -218,7 +218,7 @@ public String getMinDbQueriesEachConn() { * This is the setter method to the attribute. * Setting to change the number of queries being processed by per db connection by metrics manager. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minDbQueriesEachConn set the minDbQueriesEachConn. */ @@ -228,7 +228,7 @@ public void setMinDbQueriesEachConn(String minDbQueriesEachConn) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return obj */ @@ -238,7 +238,7 @@ public String getObj() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param obj set the obj. */ @@ -248,7 +248,7 @@ public void setObj(String obj) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return skipClusterMapCheck */ @@ -258,7 +258,7 @@ public String getSkipClusterMapCheck() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param skipClusterMapCheck set the skipClusterMapCheck. */ @@ -268,7 +268,7 @@ public void setSkipClusterMapCheck(String skipClusterMapCheck) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return skipMetricsDbWrites */ @@ -278,7 +278,7 @@ public String getSkipMetricsDbWrites() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param skipMetricsDbWrites set the skipMetricsDbWrites. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsMissingDataInterval.java b/java/src/com/vmware/avi/sdk/model/MetricsMissingDataInterval.java index b9a52d2f83..7fb78ce32c 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsMissingDataInterval.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsMissingDataInterval.java @@ -31,7 +31,7 @@ public class MetricsMissingDataInterval { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return end */ @@ -41,7 +41,7 @@ public String getEnd() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param end set the end. */ @@ -51,7 +51,7 @@ public void setEnd(String end) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return start */ @@ -61,7 +61,7 @@ public String getStart() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param start set the start. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsQueryResponse.java b/java/src/com/vmware/avi/sdk/model/MetricsQueryResponse.java index 3cf147894d..bcf0b43231 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsQueryResponse.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsQueryResponse.java @@ -52,7 +52,7 @@ public class MetricsQueryResponse { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityUuid */ @@ -62,7 +62,7 @@ public String getEntityUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityUuid set the entityUuid. */ @@ -73,7 +73,7 @@ public void setEntityUuid(String entityUuid) { /** * This is the getter method this will return the attribute value. * Returns the id specified in the query. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return id */ @@ -84,7 +84,7 @@ public String getId() { /** * This is the setter method to the attribute. * Returns the id specified in the query. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param id set the id. */ @@ -94,7 +94,7 @@ public void setId(String id) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return limit */ @@ -104,7 +104,7 @@ public Integer getLimit() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param limit set the limit. */ @@ -116,7 +116,7 @@ public void setLimit(Integer limit) { * This is the getter method this will return the attribute value. * Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, * TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricEntity */ @@ -128,7 +128,7 @@ public String getMetricEntity() { * This is the setter method to the attribute. * Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, * TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricEntity set the metricEntity. */ @@ -138,7 +138,7 @@ public void setMetricEntity(String metricEntity) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricId */ @@ -148,7 +148,7 @@ public String getMetricId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricId set the metricId. */ @@ -157,7 +157,7 @@ public void setMetricId(String metricId) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return series */ @@ -167,7 +167,7 @@ public List getSeries() { /** * This is the setter method. this will set the series - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return series */ @@ -177,7 +177,7 @@ public void setSeries(List series) { /** * This is the setter method this will set the series - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return series */ @@ -191,7 +191,7 @@ public MetricsQueryResponse addSeriesItem(MetricsDataSeries seriesItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return start */ @@ -201,7 +201,7 @@ public String getStart() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param start set the start. */ @@ -211,7 +211,7 @@ public void setStart(String start) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return step */ @@ -221,7 +221,7 @@ public Integer getStep() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param step set the step. */ @@ -231,7 +231,7 @@ public void setStep(Integer step) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stop */ @@ -241,7 +241,7 @@ public String getStop() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stop set the stop. */ diff --git a/java/src/com/vmware/avi/sdk/model/MetricsRealTimeUpdate.java b/java/src/com/vmware/avi/sdk/model/MetricsRealTimeUpdate.java index 20448d7d38..7393fb5311 100644 --- a/java/src/com/vmware/avi/sdk/model/MetricsRealTimeUpdate.java +++ b/java/src/com/vmware/avi/sdk/model/MetricsRealTimeUpdate.java @@ -35,7 +35,7 @@ public class MetricsRealTimeUpdate { * 0 for infinite. * Special values are 0 - infinite. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return duration */ @@ -49,7 +49,7 @@ public Integer getDuration() { * 0 for infinite. * Special values are 0 - infinite. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param duration set the duration. */ @@ -61,7 +61,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Enables real time metrics collection. * When deactivated, 6 hour view is the most granular the system will track. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enabled */ @@ -73,7 +73,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enables real time metrics collection. * When deactivated, 6 hour view is the most granular the system will track. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enabled set the enabled. */ diff --git a/java/src/com/vmware/avi/sdk/model/MgmtIpAccessControl.java b/java/src/com/vmware/avi/sdk/model/MgmtIpAccessControl.java index a3cca3da9d..aeac9d8644 100644 --- a/java/src/com/vmware/avi/sdk/model/MgmtIpAccessControl.java +++ b/java/src/com/vmware/avi/sdk/model/MgmtIpAccessControl.java @@ -41,7 +41,7 @@ public class MgmtIpAccessControl { /** * This is the getter method this will return the attribute value. * Configure ip addresses to access controller using api. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apiAccess */ @@ -52,7 +52,7 @@ public IpAddrMatch getApiAccess() { /** * This is the setter method to the attribute. * Configure ip addresses to access controller using api. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apiAccess set the apiAccess. */ @@ -63,7 +63,7 @@ public void setApiAccess(IpAddrMatch apiAccess) { /** * This is the getter method this will return the attribute value. * Configure ip addresses to access controller using cli shell. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shellServerAccess */ @@ -74,7 +74,7 @@ public IpAddrMatch getShellServerAccess() { /** * This is the setter method to the attribute. * Configure ip addresses to access controller using cli shell. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shellServerAccess set the shellServerAccess. */ @@ -85,7 +85,7 @@ public void setShellServerAccess(IpAddrMatch shellServerAccess) { /** * This is the getter method this will return the attribute value. * Configure ip addresses to access controller using snmp. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snmpAccess */ @@ -96,7 +96,7 @@ public IpAddrMatch getSnmpAccess() { /** * This is the setter method to the attribute. * Configure ip addresses to access controller using snmp. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param snmpAccess set the snmpAccess. */ @@ -107,7 +107,7 @@ public void setSnmpAccess(IpAddrMatch snmpAccess) { /** * This is the getter method this will return the attribute value. * Configure ip addresses to access controller using ssh. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshAccess */ @@ -118,7 +118,7 @@ public IpAddrMatch getSshAccess() { /** * This is the setter method to the attribute. * Configure ip addresses to access controller using ssh. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sshAccess set the sshAccess. */ @@ -130,7 +130,7 @@ public void setSshAccess(IpAddrMatch sshAccess) { * This is the getter method this will return the attribute value. * Configure ip addresses to access controller using sysint access. * Field introduced in 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sysintAccess */ @@ -142,7 +142,7 @@ public IpAddrMatch getSysintAccess() { * This is the setter method to the attribute. * Configure ip addresses to access controller using sysint access. * Field introduced in 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sysintAccess set the sysintAccess. */ diff --git a/java/src/com/vmware/avi/sdk/model/MicroService.java b/java/src/com/vmware/avi/sdk/model/MicroService.java index 3d2105ac13..3d3b97b05e 100644 --- a/java/src/com/vmware/avi/sdk/model/MicroService.java +++ b/java/src/com/vmware/avi/sdk/model/MicroService.java @@ -58,7 +58,7 @@ public class MicroService extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationName */ @@ -68,7 +68,7 @@ public String getApplicationName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param applicationName set the applicationName. */ @@ -81,7 +81,7 @@ public void setApplicationName(String applicationName) { * Checksum of cloud configuration for microservice. * Internally set by cloud connector. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConfigCksum */ @@ -94,7 +94,7 @@ public String getCloudConfigCksum() { * Checksum of cloud configuration for microservice. * Internally set by cloud connector. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConfigCksum set the cloudConfigCksum. */ @@ -104,7 +104,7 @@ public void setCloudConfigCksum(String cloudConfigCksum) { /** * This is the getter method this will return the attribute value. * The list of containers for this microservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return containers */ @@ -115,7 +115,7 @@ public List getContainers() { /** * This is the setter method. this will set the containers * The list of containers for this microservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return containers */ @@ -126,7 +126,7 @@ public void setContainers(List containers) { /** * This is the setter method this will set the containers * The list of containers for this microservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return containers */ @@ -141,7 +141,7 @@ public MicroService addContainersItem(MicroServiceContainer containersItem) { /** * This is the getter method this will return the attribute value. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -152,7 +152,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -162,7 +162,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -172,7 +172,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -183,7 +183,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Flag to indicate if container ip list is provided by cloud connectorthis is applicable for overlay cases. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipList */ @@ -194,7 +194,7 @@ public Boolean getIpList() { /** * This is the setter method to the attribute. * Flag to indicate if container ip list is provided by cloud connectorthis is applicable for overlay cases. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipList set the ipList. */ @@ -204,7 +204,7 @@ public void setIpList(Boolean ipList) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -214,7 +214,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -224,7 +224,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return orchestratorName */ @@ -234,7 +234,7 @@ public String getOrchestratorName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param orchestratorName set the orchestratorName. */ @@ -245,7 +245,7 @@ public void setOrchestratorName(String orchestratorName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -256,7 +256,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -283,7 +283,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -293,7 +293,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/MicroServiceContainer.java b/java/src/com/vmware/avi/sdk/model/MicroServiceContainer.java index d5cdd6b494..f32c752d50 100644 --- a/java/src/com/vmware/avi/sdk/model/MicroServiceContainer.java +++ b/java/src/com/vmware/avi/sdk/model/MicroServiceContainer.java @@ -41,7 +41,7 @@ public class MicroServiceContainer { /** * This is the getter method this will return the attribute value. * Id of the container. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return containerId */ @@ -52,7 +52,7 @@ public String getContainerId() { /** * This is the setter method to the attribute. * Id of the container. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param containerId set the containerId. */ @@ -63,7 +63,7 @@ public void setContainerId(String containerId) { /** * This is the getter method this will return the attribute value. * Id or name of the host where the container is. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -74,7 +74,7 @@ public String getHost() { /** * This is the setter method to the attribute. * Id or name of the host where the container is. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -85,7 +85,7 @@ public void setHost(String host) { /** * This is the getter method this will return the attribute value. * Ip address of the container. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -96,7 +96,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ip address of the container. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -107,7 +107,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. * Port nunber of the instance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -118,7 +118,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. * Port nunber of the instance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -129,7 +129,7 @@ public void setPort(Integer port) { /** * This is the getter method this will return the attribute value. * Marathon task id of the instance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return taskId */ @@ -140,7 +140,7 @@ public String getTaskId() { /** * This is the setter method to the attribute. * Marathon task id of the instance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param taskId set the taskId. */ diff --git a/java/src/com/vmware/avi/sdk/model/MicroServiceGroup.java b/java/src/com/vmware/avi/sdk/model/MicroServiceGroup.java index 28fed40a64..e8f94c13f9 100644 --- a/java/src/com/vmware/avi/sdk/model/MicroServiceGroup.java +++ b/java/src/com/vmware/avi/sdk/model/MicroServiceGroup.java @@ -47,7 +47,7 @@ public class MicroServiceGroup extends AviRestResource { /** * This is the getter method this will return the attribute value. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -58,7 +58,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -68,7 +68,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -78,7 +78,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -89,7 +89,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Name of the microservice group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -100,7 +100,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the microservice group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -111,7 +111,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Configure microservice(es). * It is a reference to an object of type microservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceRefs */ @@ -123,7 +123,7 @@ public List getServiceRefs() { * This is the setter method. this will set the serviceRefs * Configure microservice(es). * It is a reference to an object of type microservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceRefs */ @@ -135,7 +135,7 @@ public void setServiceRefs(List serviceRefs) { * This is the setter method this will set the serviceRefs * Configure microservice(es). * It is a reference to an object of type microservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceRefs */ @@ -150,7 +150,7 @@ public MicroServiceGroup addServiceRefsItem(String serviceRefsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -161,7 +161,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -189,7 +189,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the microservice group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -200,7 +200,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the microservice group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/MicroServiceMatch.java b/java/src/com/vmware/avi/sdk/model/MicroServiceMatch.java index 558c3a8dea..0f8a0ef14b 100644 --- a/java/src/com/vmware/avi/sdk/model/MicroServiceMatch.java +++ b/java/src/com/vmware/avi/sdk/model/MicroServiceMatch.java @@ -33,7 +33,7 @@ public class MicroServiceMatch { * This is the getter method this will return the attribute value. * Uuid of micro service group(s). * It is a reference to an object of type microservicegroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRef */ @@ -45,7 +45,7 @@ public String getGroupRef() { * This is the setter method to the attribute. * Uuid of micro service group(s). * It is a reference to an object of type microservicegroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param groupRef set the groupRef. */ @@ -57,7 +57,7 @@ public void setGroupRef(String groupRef) { * This is the getter method this will return the attribute value. * Criterion to use for micro service matching the http request. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -69,7 +69,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for micro service matching the http request. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ diff --git a/java/src/com/vmware/avi/sdk/model/MustChecksInfo.java b/java/src/com/vmware/avi/sdk/model/MustChecksInfo.java index f6f7fcdbb7..4515b6e905 100644 --- a/java/src/com/vmware/avi/sdk/model/MustChecksInfo.java +++ b/java/src/com/vmware/avi/sdk/model/MustChecksInfo.java @@ -52,9 +52,9 @@ public class MustChecksInfo { * Syserr status code of the must check. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checkCode */ @@ -67,9 +67,9 @@ public String getCheckCode() { * Syserr status code of the must check. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param checkCode set the checkCode. */ @@ -81,7 +81,7 @@ public void setCheckCode(String checkCode) { * This is the getter method this will return the attribute value. * Reason for must check failure. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -93,7 +93,7 @@ public String getDescription() { * This is the setter method to the attribute. * Reason for must check failure. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -104,7 +104,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Additional details of the must check. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return details */ @@ -116,7 +116,7 @@ public List getDetails() { * This is the setter method. this will set the details * Additional details of the must check. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return details */ @@ -128,7 +128,7 @@ public void setDetails(List details) { * This is the setter method this will set the details * Additional details of the must check. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return details */ @@ -145,7 +145,7 @@ public MustChecksInfo addDetailsItem(String detailsItem) { * Time taken to complete must check in seconds. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -158,7 +158,7 @@ public Integer getDuration() { * Time taken to complete must check in seconds. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -170,7 +170,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Time at which execution of must check was completed. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -182,7 +182,7 @@ public String getEndTime() { * This is the setter method to the attribute. * Time at which execution of must check was completed. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -193,7 +193,7 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Error/failure details of the must check. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorDetails */ @@ -205,7 +205,7 @@ public List getErrorDetails() { * This is the setter method. this will set the errorDetails * Error/failure details of the must check. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorDetails */ @@ -217,7 +217,7 @@ public void setErrorDetails(List errorDetails) { * This is the setter method this will set the errorDetails * Error/failure details of the must check. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorDetails */ @@ -233,7 +233,7 @@ public MustChecksInfo addErrorDetailsItem(String errorDetailsItem) { * This is the getter method this will return the attribute value. * Time at which execution of must check was started. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -245,7 +245,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Time at which execution of must check was started. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -261,7 +261,7 @@ public void setStartTime(String startTime) { * UPGRADE_FSM_SE_UPGRADE_IN_PROGRESS, UPGRADE_FSM_CONTROLLER_COMPLETED, UPGRADE_FSM_DUMMY_3, UPGRADE_FSM_DUMMY_4, UPGRADE_FSM_DUMMY_5, * UPGRADE_PRE_CHECK_STARTED, UPGRADE_PRE_CHECK_IN_PROGRESS, UPGRADE_PRE_CHECK_SUCCESS... * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -277,7 +277,7 @@ public String getState() { * UPGRADE_FSM_SE_UPGRADE_IN_PROGRESS, UPGRADE_FSM_CONTROLLER_COMPLETED, UPGRADE_FSM_DUMMY_3, UPGRADE_FSM_DUMMY_4, UPGRADE_FSM_DUMMY_5, * UPGRADE_PRE_CHECK_STARTED, UPGRADE_PRE_CHECK_IN_PROGRESS, UPGRADE_PRE_CHECK_SUCCESS... * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ diff --git a/java/src/com/vmware/avi/sdk/model/NTPAuthenticationKey.java b/java/src/com/vmware/avi/sdk/model/NTPAuthenticationKey.java index 40bb6346ff..49451b884f 100644 --- a/java/src/com/vmware/avi/sdk/model/NTPAuthenticationKey.java +++ b/java/src/com/vmware/avi/sdk/model/NTPAuthenticationKey.java @@ -37,7 +37,7 @@ public class NTPAuthenticationKey { * Message digest algorithm used for ntp authentication. * Default is ntp_auth_algorithm_md5. * Enum options - NTP_AUTH_ALGORITHM_MD5, NTP_AUTH_ALGORITHM_SHA1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NTP_AUTH_ALGORITHM_MD5". * @return algorithm */ @@ -50,7 +50,7 @@ public String getAlgorithm() { * Message digest algorithm used for ntp authentication. * Default is ntp_auth_algorithm_md5. * Enum options - NTP_AUTH_ALGORITHM_MD5, NTP_AUTH_ALGORITHM_SHA1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NTP_AUTH_ALGORITHM_MD5". * @param algorithm set the algorithm. */ @@ -61,7 +61,7 @@ public void setAlgorithm(String algorithm) { /** * This is the getter method this will return the attribute value. * Ntp authentication key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -72,7 +72,7 @@ public String getKey() { /** * This is the setter method to the attribute. * Ntp authentication key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -84,7 +84,7 @@ public void setKey(String key) { * This is the getter method this will return the attribute value. * Key number to be assigned to the authentication-key. * Allowed values are 1-65534. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyNumber */ @@ -96,7 +96,7 @@ public Integer getKeyNumber() { * This is the setter method to the attribute. * Key number to be assigned to the authentication-key. * Allowed values are 1-65534. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyNumber set the keyNumber. */ diff --git a/java/src/com/vmware/avi/sdk/model/NTPConfiguration.java b/java/src/com/vmware/avi/sdk/model/NTPConfiguration.java index 0087532a87..998dd6b415 100644 --- a/java/src/com/vmware/avi/sdk/model/NTPConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/NTPConfiguration.java @@ -34,7 +34,7 @@ public class NTPConfiguration { /** * This is the getter method this will return the attribute value. * Ntp authentication keys. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpAuthenticationKeys */ @@ -45,7 +45,7 @@ public List getNtpAuthenticationKeys() { /** * This is the setter method. this will set the ntpAuthenticationKeys * Ntp authentication keys. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpAuthenticationKeys */ @@ -56,7 +56,7 @@ public void setNtpAuthenticationKeys(List ntpAuthenticati /** * This is the setter method this will set the ntpAuthenticationKeys * Ntp authentication keys. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpAuthenticationKeys */ @@ -70,7 +70,7 @@ public NTPConfiguration addNtpAuthenticationKeysItem(NTPAuthenticationKey ntpAut /** * This is the getter method this will return the attribute value. * List of ntp server fqdns or ip(v4/v6) addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServerList */ @@ -81,7 +81,7 @@ public List getNtpServerList() { /** * This is the setter method. this will set the ntpServerList * List of ntp server fqdns or ip(v4/v6) addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServerList */ @@ -92,7 +92,7 @@ public void setNtpServerList(List ntpServerList) { /** * This is the setter method this will set the ntpServerList * List of ntp server fqdns or ip(v4/v6) addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServerList */ @@ -106,7 +106,7 @@ public NTPConfiguration addNtpServerListItem(IpAddr ntpServerListItem) { /** * This is the getter method this will return the attribute value. * List of ntp servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServers */ @@ -117,7 +117,7 @@ public List getNtpServers() { /** * This is the setter method. this will set the ntpServers * List of ntp servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServers */ @@ -128,7 +128,7 @@ public void setNtpServers(List ntpServers) { /** * This is the setter method this will set the ntpServers * List of ntp servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServers */ diff --git a/java/src/com/vmware/avi/sdk/model/NTPServer.java b/java/src/com/vmware/avi/sdk/model/NTPServer.java index 29a3a3576d..afe7641fa0 100644 --- a/java/src/com/vmware/avi/sdk/model/NTPServer.java +++ b/java/src/com/vmware/avi/sdk/model/NTPServer.java @@ -33,7 +33,7 @@ public class NTPServer { * This is the getter method this will return the attribute value. * Key number from the list of trusted keys used to authenticate this server. * Allowed values are 1-65534. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyNumber */ @@ -45,7 +45,7 @@ public Integer getKeyNumber() { * This is the setter method to the attribute. * Key number from the list of trusted keys used to authenticate this server. * Allowed values are 1-65534. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyNumber set the keyNumber. */ @@ -56,7 +56,7 @@ public void setKeyNumber(Integer keyNumber) { /** * This is the getter method this will return the attribute value. * Ip address of the ntp server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -67,7 +67,7 @@ public IpAddr getServer() { /** * This is the setter method to the attribute. * Ip address of the ntp server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param server set the server. */ diff --git a/java/src/com/vmware/avi/sdk/model/NatAddrInfo.java b/java/src/com/vmware/avi/sdk/model/NatAddrInfo.java index f1d03997d1..24a870c6af 100644 --- a/java/src/com/vmware/avi/sdk/model/NatAddrInfo.java +++ b/java/src/com/vmware/avi/sdk/model/NatAddrInfo.java @@ -33,7 +33,7 @@ public class NatAddrInfo { * This is the getter method this will return the attribute value. * Nat ip address. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return natIp */ @@ -45,7 +45,7 @@ public IpAddr getNatIp() { * This is the setter method to the attribute. * Nat ip address. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param natIp set the natIp. */ @@ -57,7 +57,7 @@ public void setNatIp(IpAddr natIp) { * This is the getter method this will return the attribute value. * Nat ip address range. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return natIpRange */ @@ -69,7 +69,7 @@ public IpAddrRange getNatIpRange() { * This is the setter method to the attribute. * Nat ip address range. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param natIpRange set the natIpRange. */ diff --git a/java/src/com/vmware/avi/sdk/model/NatMatchTarget.java b/java/src/com/vmware/avi/sdk/model/NatMatchTarget.java index 0cbc490ed5..7abf37b4ce 100644 --- a/java/src/com/vmware/avi/sdk/model/NatMatchTarget.java +++ b/java/src/com/vmware/avi/sdk/model/NatMatchTarget.java @@ -36,7 +36,7 @@ public class NatMatchTarget { * This is the getter method this will return the attribute value. * Destination ip of the packet. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return destinationIp */ @@ -48,7 +48,7 @@ public IpAddrMatch getDestinationIp() { * This is the setter method to the attribute. * Destination ip of the packet. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param destinationIp set the destinationIp. */ @@ -60,7 +60,7 @@ public void setDestinationIp(IpAddrMatch destinationIp) { * This is the getter method this will return the attribute value. * Services like port-matching and protocol. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -72,7 +72,7 @@ public ServiceMatch getServices() { * This is the setter method to the attribute. * Services like port-matching and protocol. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param services set the services. */ @@ -84,7 +84,7 @@ public void setServices(ServiceMatch services) { * This is the getter method this will return the attribute value. * Source ip of the packet. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourceIp */ @@ -96,7 +96,7 @@ public IpAddrMatch getSourceIp() { * This is the setter method to the attribute. * Source ip of the packet. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourceIp set the sourceIp. */ diff --git a/java/src/com/vmware/avi/sdk/model/NatPolicy.java b/java/src/com/vmware/avi/sdk/model/NatPolicy.java index 95b80ff042..694ee313f7 100644 --- a/java/src/com/vmware/avi/sdk/model/NatPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/NatPolicy.java @@ -51,7 +51,7 @@ public class NatPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -63,7 +63,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -74,7 +74,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -85,7 +85,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -96,8 +96,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -109,8 +108,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -122,8 +120,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -139,7 +136,7 @@ public NatPolicy addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name of the nat policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -151,7 +148,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the nat policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -162,7 +159,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Nat policy rules. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -174,7 +171,7 @@ public List getRules() { * This is the setter method. this will set the rules * Nat policy rules. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -186,7 +183,7 @@ public void setRules(List rules) { * This is the setter method this will set the rules * Nat policy rules. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -202,7 +199,7 @@ public NatPolicy addRulesItem(NatRule rulesItem) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -214,7 +211,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -243,7 +240,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the nat policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -255,7 +252,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the nat policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/NatPolicyAction.java b/java/src/com/vmware/avi/sdk/model/NatPolicyAction.java index e5da8fd9c1..59c2499c3d 100644 --- a/java/src/com/vmware/avi/sdk/model/NatPolicyAction.java +++ b/java/src/com/vmware/avi/sdk/model/NatPolicyAction.java @@ -32,7 +32,7 @@ public class NatPolicyAction { * This is the getter method this will return the attribute value. * Pool of ip addresses used for nat. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return natInfo */ @@ -44,7 +44,7 @@ public List getNatInfo() { * This is the setter method. this will set the natInfo * Pool of ip addresses used for nat. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return natInfo */ @@ -56,7 +56,7 @@ public void setNatInfo(List natInfo) { * This is the setter method this will set the natInfo * Pool of ip addresses used for nat. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return natInfo */ @@ -73,7 +73,7 @@ public NatPolicyAction addNatInfoItem(NatAddrInfo natInfoItem) { * Nat action type. * Enum options - NAT_POLICY_ACTION_TYPE_DYNAMIC_IP_PORT, NAT_POLICY_ACTION_TYPE_DYNAMIC_IP_PRESERVE_PORT. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -86,7 +86,7 @@ public String getType() { * Nat action type. * Enum options - NAT_POLICY_ACTION_TYPE_DYNAMIC_IP_PORT, NAT_POLICY_ACTION_TYPE_DYNAMIC_IP_PRESERVE_PORT. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/NatRule.java b/java/src/com/vmware/avi/sdk/model/NatRule.java index 83f821bd24..f071b1c959 100644 --- a/java/src/com/vmware/avi/sdk/model/NatRule.java +++ b/java/src/com/vmware/avi/sdk/model/NatRule.java @@ -45,7 +45,7 @@ public class NatRule { * This is the getter method this will return the attribute value. * Nat rule action information. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -57,7 +57,7 @@ public NatPolicyAction getAction() { * This is the setter method to the attribute. * Nat rule action information. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -69,7 +69,7 @@ public void setAction(NatPolicyAction action) { * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -81,7 +81,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -93,7 +93,7 @@ public void setCreatedBy(String createdBy) { * This is the getter method this will return the attribute value. * Nat rule enable flag. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enable */ @@ -105,7 +105,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Nat rule enable flag. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enable set the enable. */ @@ -117,7 +117,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Nat rule index. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -129,7 +129,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Nat rule index. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -141,7 +141,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Nat rule match criteria. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -153,7 +153,7 @@ public NatMatchTarget getMatch() { * This is the setter method to the attribute. * Nat rule match criteria. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -165,7 +165,7 @@ public void setMatch(NatMatchTarget match) { * This is the getter method this will return the attribute value. * Nat rule name. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -177,7 +177,7 @@ public String getName() { * This is the setter method to the attribute. * Nat rule name. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/Network.java b/java/src/com/vmware/avi/sdk/model/Network.java index 95c5601805..650f1315d3 100644 --- a/java/src/com/vmware/avi/sdk/model/Network.java +++ b/java/src/com/vmware/avi/sdk/model/Network.java @@ -71,7 +71,7 @@ public class Network extends AviRestResource { * This is the getter method this will return the attribute value. * Key/value network attributes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrs */ @@ -83,7 +83,7 @@ public List getAttrs() { * This is the setter method. this will set the attrs * Key/value network attributes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrs */ @@ -95,7 +95,7 @@ public void setAttrs(List attrs) { * This is the setter method this will set the attrs * Key/value network attributes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrs */ @@ -110,7 +110,7 @@ public Network addAttrsItem(KeyValue attrsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -121,7 +121,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -130,7 +130,7 @@ public void setCloudRef(String cloudRef) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configuredSubnets */ @@ -140,7 +140,7 @@ public List getConfiguredSubnets() { /** * This is the setter method. this will set the configuredSubnets - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configuredSubnets */ @@ -150,7 +150,7 @@ public void setConfiguredSubnets(List configuredSubnets) { /** * This is the setter method this will set the configuredSubnets - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configuredSubnets */ @@ -165,7 +165,7 @@ public Network addConfiguredSubnetsItem(Subnet configuredSubnetsItem) { /** * This is the getter method this will return the attribute value. * Select the ip address management scheme for this network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return dhcpEnabled */ @@ -176,7 +176,7 @@ public Boolean getDhcpEnabled() { /** * This is the setter method to the attribute. * Select the ip address management scheme for this network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param dhcpEnabled set the dhcpEnabled. */ @@ -187,7 +187,7 @@ public void setDhcpEnabled(Boolean dhcpEnabled) { /** * This is the getter method this will return the attribute value. * When selected, excludes all discovered subnets in this network from consideration for virtual service placement. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeDiscoveredSubnets */ @@ -198,7 +198,7 @@ public Boolean getExcludeDiscoveredSubnets() { /** * This is the setter method to the attribute. * When selected, excludes all discovered subnets in this network from consideration for virtual service placement. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeDiscoveredSubnets set the excludeDiscoveredSubnets. */ @@ -210,7 +210,7 @@ public void setExcludeDiscoveredSubnets(Boolean excludeDiscoveredSubnets) { * This is the getter method this will return the attribute value. * Enable ipv6 auto configuration. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ip6AutocfgEnabled */ @@ -222,7 +222,7 @@ public Boolean getIp6AutocfgEnabled() { * This is the setter method to the attribute. * Enable ipv6 auto configuration. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param ip6AutocfgEnabled set the ip6AutocfgEnabled. */ @@ -233,8 +233,7 @@ public void setIp6AutocfgEnabled(Boolean ip6AutocfgEnabled) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -246,8 +245,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -259,8 +257,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -274,7 +271,7 @@ public Network addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -284,7 +281,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -294,7 +291,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return syncedFromSe */ @@ -304,7 +301,7 @@ public Boolean getSyncedFromSe() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param syncedFromSe set the syncedFromSe. */ @@ -315,7 +312,7 @@ public void setSyncedFromSe(Boolean syncedFromSe) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -326,7 +323,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -353,7 +350,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -363,7 +360,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -373,7 +370,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return vcenterDvs */ @@ -383,7 +380,7 @@ public Boolean getVcenterDvs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param vcenterDvs set the vcenterDvs. */ @@ -394,8 +391,7 @@ public void setVcenterDvs(Boolean vcenterDvs) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrnwruntime. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return vimgrnwRef */ public String getVimgrnwRef() { @@ -405,8 +401,7 @@ public String getVimgrnwRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vimgrnwruntime. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param vimgrnwRef set the vimgrnwRef. */ public void setVimgrnwRef(String vimgrnwRef) { @@ -416,7 +411,7 @@ public void setVimgrnwRef(String vimgrnwRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vrfcontext. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfContextRef */ @@ -427,7 +422,7 @@ public String getVrfContextRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vrfcontext. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfContextRef set the vrfContextRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/NetworkFilter.java b/java/src/com/vmware/avi/sdk/model/NetworkFilter.java index 975acf1908..d6c88ccfd8 100644 --- a/java/src/com/vmware/avi/sdk/model/NetworkFilter.java +++ b/java/src/com/vmware/avi/sdk/model/NetworkFilter.java @@ -32,7 +32,7 @@ public class NetworkFilter { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrnwruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -43,7 +43,7 @@ public String getNetworkRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vimgrnwruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -53,7 +53,7 @@ public void setNetworkRef(String networkRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverFilter */ @@ -63,7 +63,7 @@ public String getServerFilter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverFilter set the serverFilter. */ diff --git a/java/src/com/vmware/avi/sdk/model/NetworkProfile.java b/java/src/com/vmware/avi/sdk/model/NetworkProfile.java index 90f8aed7ff..8f62e9ea21 100644 --- a/java/src/com/vmware/avi/sdk/model/NetworkProfile.java +++ b/java/src/com/vmware/avi/sdk/model/NetworkProfile.java @@ -52,7 +52,8 @@ public class NetworkProfile extends AviRestResource { * When enabled, avi mirrors all tcp fastpath connections to standby. * Applicable only in legacy ha mode. * Field introduced in 18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return connectionMirror */ @@ -65,7 +66,8 @@ public Boolean getConnectionMirror() { * When enabled, avi mirrors all tcp fastpath connections to standby. * Applicable only in legacy ha mode. * Field introduced in 18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param connectionMirror set the connectionMirror. */ @@ -75,7 +77,7 @@ public void setConnectionMirror(Boolean connectionMirror) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -85,7 +87,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -96,8 +98,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -109,8 +110,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -122,8 +122,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -138,7 +137,7 @@ public NetworkProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * The name of the network profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -149,7 +148,7 @@ public String getName() { /** * This is the setter method to the attribute. * The name of the network profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -159,7 +158,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return profile */ @@ -169,7 +168,7 @@ public NetworkProfileUnion getProfile() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param profile set the profile. */ @@ -180,7 +179,7 @@ public void setProfile(NetworkProfileUnion profile) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -191,7 +190,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -219,7 +218,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the network profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -230,7 +229,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the network profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/NetworkProfileUnion.java b/java/src/com/vmware/avi/sdk/model/NetworkProfileUnion.java index 5378a462fa..0244617dfb 100644 --- a/java/src/com/vmware/avi/sdk/model/NetworkProfileUnion.java +++ b/java/src/com/vmware/avi/sdk/model/NetworkProfileUnion.java @@ -48,7 +48,7 @@ public class NetworkProfileUnion { * This is the getter method this will return the attribute value. * Configure sctp fastpath network profile. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sctpFastPathProfile */ @@ -60,7 +60,7 @@ public SCTPFastPathProfile getSctpFastPathProfile() { * This is the setter method to the attribute. * Configure sctp fastpath network profile. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sctpFastPathProfile set the sctpFastPathProfile. */ @@ -72,7 +72,7 @@ public void setSctpFastPathProfile(SCTPFastPathProfile sctpFastPathProfile) { * This is the getter method this will return the attribute value. * Configure sctp proxy network profile. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sctpProxyProfile */ @@ -84,7 +84,7 @@ public SCTPProxyProfile getSctpProxyProfile() { * This is the setter method to the attribute. * Configure sctp proxy network profile. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sctpProxyProfile set the sctpProxyProfile. */ @@ -94,7 +94,7 @@ public void setSctpProxyProfile(SCTPProxyProfile sctpProxyProfile) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpFastPathProfile */ @@ -104,7 +104,7 @@ public TCPFastPathProfile getTcpFastPathProfile() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpFastPathProfile set the tcpFastPathProfile. */ @@ -114,7 +114,7 @@ public void setTcpFastPathProfile(TCPFastPathProfile tcpFastPathProfile) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpProxyProfile */ @@ -124,7 +124,7 @@ public TCPProxyProfile getTcpProxyProfile() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpProxyProfile set the tcpProxyProfile. */ @@ -137,8 +137,9 @@ public void setTcpProxyProfile(TCPProxyProfile tcpProxyProfile) { * Configure one of either proxy or fast path profiles. * Enum options - PROTOCOL_TYPE_TCP_PROXY, PROTOCOL_TYPE_TCP_FAST_PATH, PROTOCOL_TYPE_UDP_FAST_PATH, PROTOCOL_TYPE_UDP_PROXY, * PROTOCOL_TYPE_SCTP_PROXY, PROTOCOL_TYPE_SCTP_FAST_PATH. - * Allowed in enterprise edition with any value, essentials edition(allowed values- protocol_type_tcp_fast_path,protocol_type_udp_fast_path), basic - * edition(allowed values- protocol_type_tcp_proxy,protocol_type_tcp_fast_path,protocol_type_udp_fast_path), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- protocol_type_tcp_fast_path,protocol_type_udp_fast_path), basic (allowed values- + * protocol_type_tcp_proxy,protocol_type_tcp_fast_path,protocol_type_udp_fast_path) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PROTOCOL_TYPE_TCP_PROXY". * @return type */ @@ -151,8 +152,9 @@ public String getType() { * Configure one of either proxy or fast path profiles. * Enum options - PROTOCOL_TYPE_TCP_PROXY, PROTOCOL_TYPE_TCP_FAST_PATH, PROTOCOL_TYPE_UDP_FAST_PATH, PROTOCOL_TYPE_UDP_PROXY, * PROTOCOL_TYPE_SCTP_PROXY, PROTOCOL_TYPE_SCTP_FAST_PATH. - * Allowed in enterprise edition with any value, essentials edition(allowed values- protocol_type_tcp_fast_path,protocol_type_udp_fast_path), basic - * edition(allowed values- protocol_type_tcp_proxy,protocol_type_tcp_fast_path,protocol_type_udp_fast_path), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- protocol_type_tcp_fast_path,protocol_type_udp_fast_path), basic (allowed values- + * protocol_type_tcp_proxy,protocol_type_tcp_fast_path,protocol_type_udp_fast_path) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PROTOCOL_TYPE_TCP_PROXY". * @param type set the type. */ @@ -162,7 +164,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return udpFastPathProfile */ @@ -172,7 +174,7 @@ public UDPFastPathProfile getUdpFastPathProfile() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param udpFastPathProfile set the udpFastPathProfile. */ @@ -184,7 +186,7 @@ public void setUdpFastPathProfile(UDPFastPathProfile udpFastPathProfile) { * This is the getter method this will return the attribute value. * Configure udp proxy network profile. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return udpProxyProfile */ @@ -196,7 +198,7 @@ public UDPProxyProfile getUdpProxyProfile() { * This is the setter method to the attribute. * Configure udp proxy network profile. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param udpProxyProfile set the udpProxyProfile. */ diff --git a/java/src/com/vmware/avi/sdk/model/NetworkRuntime.java b/java/src/com/vmware/avi/sdk/model/NetworkRuntime.java index 5cb91b4bca..b25e07466a 100644 --- a/java/src/com/vmware/avi/sdk/model/NetworkRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/NetworkRuntime.java @@ -43,7 +43,7 @@ public class NetworkRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -53,7 +53,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -64,7 +64,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Objects using static ips in this network. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objUuids */ @@ -76,7 +76,7 @@ public List getObjUuids() { * This is the setter method. this will set the objUuids * Objects using static ips in this network. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objUuids */ @@ -88,7 +88,7 @@ public void setObjUuids(List objUuids) { * This is the setter method this will set the objUuids * Objects using static ips in this network. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objUuids */ @@ -101,7 +101,7 @@ public NetworkRuntime addObjUuidsItem(String objUuidsItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetRuntime */ @@ -111,7 +111,7 @@ public List getSubnetRuntime() { /** * This is the setter method. this will set the subnetRuntime - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetRuntime */ @@ -121,7 +121,7 @@ public void setSubnetRuntime(List subnetRuntime) { /** * This is the setter method this will set the subnetRuntime - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetRuntime */ @@ -136,7 +136,7 @@ public NetworkRuntime addSubnetRuntimeItem(SubnetRuntime subnetRuntimeItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -147,7 +147,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -174,7 +174,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -184,7 +184,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/NetworkSecurityMatchTarget.java b/java/src/com/vmware/avi/sdk/model/NetworkSecurityMatchTarget.java index 873933ce30..bb4cf45898 100644 --- a/java/src/com/vmware/avi/sdk/model/NetworkSecurityMatchTarget.java +++ b/java/src/com/vmware/avi/sdk/model/NetworkSecurityMatchTarget.java @@ -43,7 +43,7 @@ public class NetworkSecurityMatchTarget { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -53,7 +53,7 @@ public IpAddrMatch getClientIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -65,7 +65,7 @@ public void setClientIp(IpAddrMatch clientIp) { * This is the getter method this will return the attribute value. * Matches the source port of incoming packets in the client side traffic. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientPort */ @@ -77,7 +77,7 @@ public PortMatchGeneric getClientPort() { * This is the setter method to the attribute. * Matches the source port of incoming packets in the client side traffic. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientPort set the clientPort. */ @@ -89,7 +89,7 @@ public void setClientPort(PortMatchGeneric clientPort) { * Matches the geo information of incoming packets in the client side traffic. * Field introduced in 21.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoMatches */ @@ -102,7 +102,7 @@ public List getGeoMatches() { * Matches the geo information of incoming packets in the client side traffic. * Field introduced in 21.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoMatches */ @@ -115,7 +115,7 @@ public void setGeoMatches(List geoMatches) { * Matches the geo information of incoming packets in the client side traffic. * Field introduced in 21.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoMatches */ @@ -130,7 +130,7 @@ public NetworkSecurityMatchTarget addGeoMatchesItem(GeoMatch geoMatchesItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationType */ @@ -141,7 +141,7 @@ public IPReputationTypeMatch getIpReputationType() { /** * This is the setter method to the attribute. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipReputationType set the ipReputationType. */ @@ -151,7 +151,7 @@ public void setIpReputationType(IPReputationTypeMatch ipReputationType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return microservice */ @@ -161,7 +161,7 @@ public MicroServiceMatch getMicroservice() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param microservice set the microservice. */ @@ -171,7 +171,7 @@ public void setMicroservice(MicroServiceMatch microservice) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsPort */ @@ -181,7 +181,7 @@ public PortMatch getVsPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsPort set the vsPort. */ diff --git a/java/src/com/vmware/avi/sdk/model/NetworkSecurityPolicy.java b/java/src/com/vmware/avi/sdk/model/NetworkSecurityPolicy.java index 48761fad81..b64b3d3734 100644 --- a/java/src/com/vmware/avi/sdk/model/NetworkSecurityPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/NetworkSecurityPolicy.java @@ -63,7 +63,7 @@ public class NetworkSecurityPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Checksum of cloud configuration for network sec policy. * Internally set by cloud connector. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConfigCksum */ @@ -75,7 +75,7 @@ public String getCloudConfigCksum() { * This is the setter method to the attribute. * Checksum of cloud configuration for network sec policy. * Internally set by cloud connector. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConfigCksum set the cloudConfigCksum. */ @@ -86,7 +86,7 @@ public void setCloudConfigCksum(String cloudConfigCksum) { /** * This is the getter method this will return the attribute value. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -97,7 +97,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -107,7 +107,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -117,7 +117,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -130,7 +130,7 @@ public void setDescription(String description) { * Geo database. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDbRef */ @@ -143,7 +143,7 @@ public String getGeoDbRef() { * Geo database. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDbRef set the geoDbRef. */ @@ -156,7 +156,7 @@ public void setGeoDbRef(String geoDbRef) { * Network security policy is created and modified by internal modules only. * Should not be modified by users. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return internal */ @@ -169,7 +169,7 @@ public Boolean getInternal() { * Network security policy is created and modified by internal modules only. * Should not be modified by users. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param internal set the internal. */ @@ -182,7 +182,7 @@ public void setInternal(Boolean internal) { * Ip reputation database. * It is a reference to an object of type ipreputationdb. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationDbRef */ @@ -195,7 +195,7 @@ public String getIpReputationDbRef() { * Ip reputation database. * It is a reference to an object of type ipreputationdb. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipReputationDbRef set the ipReputationDbRef. */ @@ -206,8 +206,7 @@ public void setIpReputationDbRef(String ipReputationDbRef) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -219,8 +218,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -232,8 +230,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -247,7 +244,7 @@ public NetworkSecurityPolicy addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -257,7 +254,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -266,7 +263,7 @@ public void setName(String name) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -276,7 +273,7 @@ public List getRules() { /** * This is the setter method. this will set the rules - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -286,7 +283,7 @@ public void setRules(List rules) { /** * This is the setter method this will set the rules - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -301,7 +298,7 @@ public NetworkSecurityPolicy addRulesItem(NetworkSecurityRule rulesItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -312,7 +309,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -339,7 +336,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -349,7 +346,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/NetworkSecurityPolicyActionRLParam.java b/java/src/com/vmware/avi/sdk/model/NetworkSecurityPolicyActionRLParam.java index a2101c1a26..ed5e7285da 100644 --- a/java/src/com/vmware/avi/sdk/model/NetworkSecurityPolicyActionRLParam.java +++ b/java/src/com/vmware/avi/sdk/model/NetworkSecurityPolicyActionRLParam.java @@ -32,7 +32,7 @@ public class NetworkSecurityPolicyActionRLParam { /** * This is the getter method this will return the attribute value. * Maximum number of connections or requests or packets to be rate limited instantaneously. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return burstSize */ @@ -43,7 +43,7 @@ public Integer getBurstSize() { /** * This is the setter method to the attribute. * Maximum number of connections or requests or packets to be rate limited instantaneously. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param burstSize set the burstSize. */ @@ -55,7 +55,7 @@ public void setBurstSize(Integer burstSize) { * This is the getter method this will return the attribute value. * Maximum number of connections or requests or packets per second. * Allowed values are 1-4294967295. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxRate */ @@ -67,7 +67,7 @@ public Integer getMaxRate() { * This is the setter method to the attribute. * Maximum number of connections or requests or packets per second. * Allowed values are 1-4294967295. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxRate set the maxRate. */ diff --git a/java/src/com/vmware/avi/sdk/model/NetworkSecurityRule.java b/java/src/com/vmware/avi/sdk/model/NetworkSecurityRule.java index 57a7582d71..e8d2fd8e8a 100644 --- a/java/src/com/vmware/avi/sdk/model/NetworkSecurityRule.java +++ b/java/src/com/vmware/avi/sdk/model/NetworkSecurityRule.java @@ -54,8 +54,9 @@ public class NetworkSecurityRule { * This is the getter method this will return the attribute value. * Enum options - NETWORK_SECURITY_POLICY_ACTION_TYPE_ALLOW, NETWORK_SECURITY_POLICY_ACTION_TYPE_DENY, * NETWORK_SECURITY_POLICY_ACTION_TYPE_RATE_LIMIT. - * Allowed in enterprise edition with any value, essentials edition(allowed values- network_security_policy_action_type_deny), basic edition(allowed - * values- network_security_policy_action_type_deny), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- network_security_policy_action_type_deny), basic (allowed values- + * network_security_policy_action_type_deny) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -67,8 +68,9 @@ public String getAction() { * This is the setter method to the attribute. * Enum options - NETWORK_SECURITY_POLICY_ACTION_TYPE_ALLOW, NETWORK_SECURITY_POLICY_ACTION_TYPE_DENY, * NETWORK_SECURITY_POLICY_ACTION_TYPE_RATE_LIMIT. - * Allowed in enterprise edition with any value, essentials edition(allowed values- network_security_policy_action_type_deny), basic edition(allowed - * values- network_security_policy_action_type_deny), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- network_security_policy_action_type_deny), basic (allowed values- + * network_security_policy_action_type_deny) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -82,8 +84,8 @@ public void setAction(String action) { * Allowed values are 1-4294967295. * Special values are 0- blocked for ever. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return age */ @@ -97,8 +99,8 @@ public Integer getAge() { * Allowed values are 1-4294967295. * Special values are 0- blocked for ever. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param age set the age. */ @@ -109,7 +111,7 @@ public void setAge(Integer age) { /** * This is the getter method this will return the attribute value. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -120,7 +122,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -130,7 +132,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enable */ @@ -140,7 +142,7 @@ public Boolean getEnable() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enable set the enable. */ @@ -150,7 +152,7 @@ public void setEnable(Boolean enable) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -160,7 +162,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -170,8 +172,8 @@ public void setIndex(Integer index) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return log */ @@ -181,8 +183,8 @@ public Boolean getLog() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param log set the log. */ @@ -192,7 +194,7 @@ public void setLog(Boolean log) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -202,7 +204,7 @@ public NetworkSecurityMatchTarget getMatch() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -212,7 +214,7 @@ public void setMatch(NetworkSecurityMatchTarget match) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -222,7 +224,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -232,7 +234,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rlParam */ @@ -242,7 +244,7 @@ public NetworkSecurityPolicyActionRLParam getRlParam() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rlParam set the rlParam. */ diff --git a/java/src/com/vmware/avi/sdk/model/NetworkService.java b/java/src/com/vmware/avi/sdk/model/NetworkService.java index 8381d01651..ba3f26af86 100644 --- a/java/src/com/vmware/avi/sdk/model/NetworkService.java +++ b/java/src/com/vmware/avi/sdk/model/NetworkService.java @@ -57,7 +57,7 @@ public class NetworkService extends AviRestResource { * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -69,7 +69,7 @@ public String getCloudRef() { * This is the setter method to the attribute. * It is a reference to an object of type cloud. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -80,8 +80,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -93,8 +92,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -106,8 +104,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -123,7 +120,7 @@ public NetworkService addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name of the networkservice. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -135,7 +132,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the networkservice. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -147,7 +144,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Routing information of the networkservice. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routingService */ @@ -159,7 +156,7 @@ public RoutingService getRoutingService() { * This is the setter method to the attribute. * Routing information of the networkservice. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routingService set the routingService. */ @@ -172,7 +169,7 @@ public void setRoutingService(RoutingService routingService) { * Service engine group to which the service is applied. * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRef */ @@ -185,7 +182,7 @@ public String getSeGroupRef() { * Service engine group to which the service is applied. * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupRef set the seGroupRef. */ @@ -198,7 +195,7 @@ public void setSeGroupRef(String seGroupRef) { * Indicates the type of networkservice. * Enum options - ROUTING_SERVICE. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceType */ @@ -211,7 +208,7 @@ public String getServiceType() { * Indicates the type of networkservice. * Enum options - ROUTING_SERVICE. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceType set the serviceType. */ @@ -223,7 +220,7 @@ public void setServiceType(String serviceType) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -235,7 +232,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -264,7 +261,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the networkservice. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -276,7 +273,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the networkservice. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -289,7 +286,7 @@ public void setUuid(String uuid) { * Vrf context to which the service is scoped. * It is a reference to an object of type vrfcontext. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfRef */ @@ -302,7 +299,7 @@ public String getVrfRef() { * Vrf context to which the service is scoped. * It is a reference to an object of type vrfcontext. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfRef set the vrfRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/NetworkSubnetClash.java b/java/src/com/vmware/avi/sdk/model/NetworkSubnetClash.java index 3fbb1dc267..13b10a0ce8 100644 --- a/java/src/com/vmware/avi/sdk/model/NetworkSubnetClash.java +++ b/java/src/com/vmware/avi/sdk/model/NetworkSubnetClash.java @@ -31,7 +31,7 @@ public class NetworkSubnetClash { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipNw */ @@ -41,7 +41,7 @@ public String getIpNw() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipNw set the ipNw. */ @@ -50,7 +50,7 @@ public void setIpNw(String ipNw) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -60,7 +60,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -70,7 +70,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ diff --git a/java/src/com/vmware/avi/sdk/model/NetworkSubnetInfo.java b/java/src/com/vmware/avi/sdk/model/NetworkSubnetInfo.java index 75058ed63e..5bb70190c3 100644 --- a/java/src/com/vmware/avi/sdk/model/NetworkSubnetInfo.java +++ b/java/src/com/vmware/avi/sdk/model/NetworkSubnetInfo.java @@ -46,7 +46,7 @@ public class NetworkSubnetInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return free */ @@ -56,7 +56,7 @@ public Integer getFree() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param free set the free. */ @@ -66,7 +66,7 @@ public void setFree(Integer free) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkName */ @@ -76,7 +76,7 @@ public String getNetworkName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkName set the networkName. */ @@ -86,7 +86,7 @@ public void setNetworkName(String networkName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuid */ @@ -96,7 +96,7 @@ public String getNetworkUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkUuid set the networkUuid. */ @@ -106,7 +106,7 @@ public void setNetworkUuid(String networkUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -116,7 +116,7 @@ public IpAddrPrefix getSubnet() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -126,7 +126,7 @@ public void setSubnet(IpAddrPrefix subnet) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return total */ @@ -136,7 +136,7 @@ public Integer getTotal() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param total set the total. */ @@ -147,7 +147,7 @@ public void setTotal(Integer total) { /** * This is the getter method this will return the attribute value. * Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -158,7 +158,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -168,7 +168,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return used */ @@ -178,7 +178,7 @@ public Integer getUsed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param used set the used. */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtClusters.java b/java/src/com/vmware/avi/sdk/model/NsxtClusters.java index ec1125d44e..d7c81342cb 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtClusters.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtClusters.java @@ -32,7 +32,7 @@ public class NsxtClusters { * This is the getter method this will return the attribute value. * List of transport node clusters. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterIds */ @@ -44,7 +44,7 @@ public List getClusterIds() { * This is the setter method. this will set the clusterIds * List of transport node clusters. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterIds */ @@ -56,7 +56,7 @@ public void setClusterIds(List clusterIds) { * This is the setter method this will set the clusterIds * List of transport node clusters. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterIds */ @@ -72,7 +72,7 @@ public NsxtClusters addClusterIdsItem(String clusterIdsItem) { * This is the getter method this will return the attribute value. * Include or exclude. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return include */ @@ -84,7 +84,7 @@ public Boolean getInclude() { * This is the setter method to the attribute. * Include or exclude. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param include set the include. */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtConfiguration.java b/java/src/com/vmware/avi/sdk/model/NsxtConfiguration.java index 56979ef9db..0c916a91c8 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtConfiguration.java @@ -22,7 +22,7 @@ @JsonInclude(JsonInclude.Include.NON_NULL) public class NsxtConfiguration { @JsonProperty("automate_dfw_objects") - private Boolean automateDfwObjects = true; + private Boolean automateDfwObjects = false; @JsonProperty("automate_dfw_rules") private Boolean automateDfwRules = false; @@ -48,6 +48,9 @@ public class NsxtConfiguration { @JsonProperty("site_id") private String siteId = "default"; + @JsonProperty("verify_certificate") + private Boolean verifyCertificate = false; + @JsonProperty("vmc_mode") private Boolean vmcMode = false; @@ -60,8 +63,8 @@ public class NsxtConfiguration { * This is the getter method this will return the attribute value. * Automatically create/delete dfw objects such as nsgroups and nsservices in nsx-t manager. * 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 true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return automateDfwObjects */ public Boolean getAutomateDfwObjects() { @@ -72,8 +75,8 @@ public Boolean getAutomateDfwObjects() { * This is the setter method to the attribute. * Automatically create/delete dfw objects such as nsgroups and nsservices in nsx-t manager. * 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 true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param automateDfwObjects set the automateDfwObjects. */ public void setAutomateDfwObjects(Boolean automateDfwObjects) { @@ -84,7 +87,8 @@ public void setAutomateDfwObjects(Boolean automateDfwObjects) { * This is the getter method this will return the attribute value. * Automatically create dfw rules for virtualservice in nsx-t manager. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, basic edition(allowed values- false), essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return automateDfwRules */ @@ -96,7 +100,8 @@ public Boolean getAutomateDfwRules() { * This is the setter method to the attribute. * Automatically create dfw rules for virtualservice in nsx-t manager. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, basic edition(allowed values- false), essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param automateDfwRules set the automateDfwRules. */ @@ -108,7 +113,7 @@ public void setAutomateDfwRules(Boolean automateDfwRules) { * This is the getter method this will return the attribute value. * Data network configuration for avi service engines. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dataNetworkConfig */ @@ -120,7 +125,7 @@ public DataNetworkConfig getDataNetworkConfig() { * This is the setter method to the attribute. * Data network configuration for avi service engines. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dataNetworkConfig set the dataNetworkConfig. */ @@ -132,7 +137,7 @@ public void setDataNetworkConfig(DataNetworkConfig dataNetworkConfig) { * This is the getter method this will return the attribute value. * Domain where nsgroup objects belongs to. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return domainId */ @@ -144,7 +149,7 @@ public String getDomainId() { * This is the setter method to the attribute. * Domain where nsgroup objects belongs to. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param domainId set the domainId. */ @@ -156,7 +161,7 @@ public void setDomainId(String domainId) { * This is the getter method this will return the attribute value. * Enforcement point is where the rules of a policy to apply. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return enforcementpointId */ @@ -168,7 +173,7 @@ public String getEnforcementpointId() { * This is the setter method to the attribute. * Enforcement point is where the rules of a policy to apply. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param enforcementpointId set the enforcementpointId. */ @@ -180,7 +185,7 @@ public void setEnforcementpointId(String enforcementpointId) { * This is the getter method this will return the attribute value. * Management network configuration for avi service engines. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementNetworkConfig */ @@ -192,7 +197,7 @@ public ManagementNetworkConfig getManagementNetworkConfig() { * This is the setter method to the attribute. * Management network configuration for avi service engines. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementNetworkConfig set the managementNetworkConfig. */ @@ -205,7 +210,7 @@ public void setManagementNetworkConfig(ManagementNetworkConfig managementNetwork * Credentials to access nsx-t manager. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtCredentialsRef */ @@ -218,7 +223,7 @@ public String getNsxtCredentialsRef() { * Credentials to access nsx-t manager. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtCredentialsRef set the nsxtCredentialsRef. */ @@ -230,7 +235,7 @@ public void setNsxtCredentialsRef(String nsxtCredentialsRef) { * This is the getter method this will return the attribute value. * Nsx-t manager hostname or ip address. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtUrl */ @@ -242,7 +247,7 @@ public String getNsxtUrl() { * This is the setter method to the attribute. * Nsx-t manager hostname or ip address. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtUrl set the nsxtUrl. */ @@ -254,7 +259,7 @@ public void setNsxtUrl(String nsxtUrl) { * This is the getter method this will return the attribute value. * Site where transport zone belongs to. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return siteId */ @@ -266,7 +271,7 @@ public String getSiteId() { * This is the setter method to the attribute. * Site where transport zone belongs to. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param siteId set the siteId. */ @@ -274,11 +279,35 @@ public void setSiteId(String siteId) { this.siteId = siteId; } + /** + * This is the getter method this will return the attribute value. + * Flag is used to indicate whether tls certificate verificationbe done when establishing a connection to a vcenter and nsx-t manager. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return verifyCertificate + */ + public Boolean getVerifyCertificate() { + return verifyCertificate; + } + + /** + * This is the setter method to the attribute. + * Flag is used to indicate whether tls certificate verificationbe done when establishing a connection to a vcenter and nsx-t manager. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param verifyCertificate set the verifyCertificate. + */ + public void setVerifyCertificate(Boolean verifyCertificate) { + this.verifyCertificate = verifyCertificate; + } + /** * This is the getter method this will return the attribute value. * Vmc mode. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return vmcMode */ @@ -290,7 +319,7 @@ public Boolean getVmcMode() { * This is the setter method to the attribute. * Vmc mode. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param vmcMode set the vmcMode. */ @@ -302,7 +331,7 @@ public void setVmcMode(Boolean vmcMode) { * This is the getter method this will return the attribute value. * Vpc mode. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcMode */ @@ -314,7 +343,7 @@ public Boolean getVpcMode() { * This is the setter method to the attribute. * Vpc mode. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcMode set the vpcMode. */ @@ -342,7 +371,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.dataNetworkConfig, objNsxtConfiguration.dataNetworkConfig)&& Objects.equals(this.vpcMode, objNsxtConfiguration.vpcMode)&& Objects.equals(this.vmcMode, objNsxtConfiguration.vmcMode)&& - Objects.equals(this.automateDfwObjects, objNsxtConfiguration.automateDfwObjects); + Objects.equals(this.automateDfwObjects, objNsxtConfiguration.automateDfwObjects)&& + Objects.equals(this.verifyCertificate, objNsxtConfiguration.verifyCertificate); } @Override @@ -358,6 +388,7 @@ public String toString() { sb.append(" nsxtCredentialsRef: ").append(toIndentedString(nsxtCredentialsRef)).append("\n"); sb.append(" nsxtUrl: ").append(toIndentedString(nsxtUrl)).append("\n"); sb.append(" siteId: ").append(toIndentedString(siteId)).append("\n"); + sb.append(" verifyCertificate: ").append(toIndentedString(verifyCertificate)).append("\n"); sb.append(" vmcMode: ").append(toIndentedString(vmcMode)).append("\n"); sb.append(" vpcMode: ").append(toIndentedString(vpcMode)).append("\n"); sb.append("}"); diff --git a/java/src/com/vmware/avi/sdk/model/NsxtCredentials.java b/java/src/com/vmware/avi/sdk/model/NsxtCredentials.java index bff4c82415..1cc3f19587 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtCredentials.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtCredentials.java @@ -33,7 +33,7 @@ public class NsxtCredentials { * This is the getter method this will return the attribute value. * Password to talk to nsx-t manager. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -45,7 +45,7 @@ public String getPassword() { * This is the setter method to the attribute. * Password to talk to nsx-t manager. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -57,7 +57,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Username to talk to nsx-t manager. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -69,7 +69,7 @@ public String getUsername() { * This is the setter method to the attribute. * Username to talk to nsx-t manager. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtDatastores.java b/java/src/com/vmware/avi/sdk/model/NsxtDatastores.java index 2f65c8dd14..59b4b7e543 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtDatastores.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtDatastores.java @@ -32,7 +32,7 @@ public class NsxtDatastores { * This is the getter method this will return the attribute value. * List of shared datastores. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsIds */ @@ -44,7 +44,7 @@ public List getDsIds() { * This is the setter method. this will set the dsIds * List of shared datastores. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsIds */ @@ -56,7 +56,7 @@ public void setDsIds(List dsIds) { * This is the setter method this will set the dsIds * List of shared datastores. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsIds */ @@ -72,7 +72,7 @@ public NsxtDatastores addDsIdsItem(String dsIdsItem) { * This is the getter method this will return the attribute value. * Include or exclude. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return include */ @@ -84,7 +84,7 @@ public Boolean getInclude() { * This is the setter method to the attribute. * Include or exclude. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param include set the include. */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtHosts.java b/java/src/com/vmware/avi/sdk/model/NsxtHosts.java index 64516b3271..bc45e5ec3e 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtHosts.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtHosts.java @@ -32,7 +32,7 @@ public class NsxtHosts { * This is the getter method this will return the attribute value. * List of transport nodes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostIds */ @@ -44,7 +44,7 @@ public List getHostIds() { * This is the setter method. this will set the hostIds * List of transport nodes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostIds */ @@ -56,7 +56,7 @@ public void setHostIds(List hostIds) { * This is the setter method this will set the hostIds * List of transport nodes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostIds */ @@ -72,7 +72,7 @@ public NsxtHosts addHostIdsItem(String hostIdsItem) { * This is the getter method this will return the attribute value. * Include or exclude. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return include */ @@ -84,7 +84,7 @@ public Boolean getInclude() { * This is the setter method to the attribute. * Include or exclude. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param include set the include. */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtImageDetails.java b/java/src/com/vmware/avi/sdk/model/NsxtImageDetails.java index 915144cf1d..fc7feb7226 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtImageDetails.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtImageDetails.java @@ -39,7 +39,7 @@ public class NsxtImageDetails { * This is the getter method this will return the attribute value. * Cloud id. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -51,7 +51,7 @@ public String getCcId() { * This is the setter method to the attribute. * Cloud id. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -63,7 +63,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -75,7 +75,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -87,7 +87,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Image version. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageVersion */ @@ -99,7 +99,7 @@ public String getImageVersion() { * This is the setter method to the attribute. * Image version. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageVersion set the imageVersion. */ @@ -111,7 +111,7 @@ public void setImageVersion(String imageVersion) { * This is the getter method this will return the attribute value. * Vc url. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcUrl */ @@ -123,7 +123,7 @@ public String getVcUrl() { * This is the setter method to the attribute. * Vc url. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcUrl set the vcUrl. */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtSIEndpointDetails.java b/java/src/com/vmware/avi/sdk/model/NsxtSIEndpointDetails.java index 28df1eade3..6a5520137e 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtSIEndpointDetails.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtSIEndpointDetails.java @@ -45,7 +45,7 @@ public class NsxtSIEndpointDetails { * This is the getter method this will return the attribute value. * Virtualendpoint path. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endpoint */ @@ -57,7 +57,7 @@ public String getEndpoint() { * This is the setter method to the attribute. * Virtualendpoint path. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endpoint set the endpoint. */ @@ -69,7 +69,7 @@ public void setEndpoint(String endpoint) { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -81,7 +81,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -93,7 +93,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Serviceenginegroup name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segroup */ @@ -105,7 +105,7 @@ public String getSegroup() { * This is the setter method to the attribute. * Serviceenginegroup name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segroup set the segroup. */ @@ -116,7 +116,7 @@ public void setSegroup(String segroup) { * This is the getter method this will return the attribute value. * Services where endpoint refers. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -128,7 +128,7 @@ public List getServices() { * This is the setter method. this will set the services * Services where endpoint refers. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -140,7 +140,7 @@ public void setServices(List services) { * This is the setter method this will set the services * Services where endpoint refers. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -155,7 +155,7 @@ public NsxtSIEndpointDetails addServicesItem(String servicesItem) { * This is the getter method this will return the attribute value. * Endpoint target ips. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return targetIps */ @@ -167,7 +167,7 @@ public List getTargetips() { * This is the setter method. this will set the targetIps * Endpoint target ips. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return targetIps */ @@ -179,7 +179,7 @@ public void setTargetips(List targetIps) { * This is the setter method this will set the targetIps * Endpoint target ips. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return targetIps */ @@ -195,7 +195,7 @@ public NsxtSIEndpointDetails addTargetipsItem(String targetIpsItem) { * This is the getter method this will return the attribute value. * Tier1 path. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1 */ @@ -207,7 +207,7 @@ public String getTier1() { * This is the setter method to the attribute. * Tier1 path. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1 set the tier1. */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtSIPolicyDetails.java b/java/src/com/vmware/avi/sdk/model/NsxtSIPolicyDetails.java index f35c6d7147..4891dc5f82 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtSIPolicyDetails.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtSIPolicyDetails.java @@ -45,7 +45,7 @@ public class NsxtSIPolicyDetails { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -57,7 +57,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -69,7 +69,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Redirectpolicy path. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return policy */ @@ -81,7 +81,7 @@ public String getPolicy() { * This is the setter method to the attribute. * Redirectpolicy path. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param policy set the policy. */ @@ -92,7 +92,7 @@ public void setPolicy(String policy) { * This is the getter method this will return the attribute value. * Traffic is redirected to this endpoints. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirectTo */ @@ -104,7 +104,7 @@ public List getRedirectto() { * This is the setter method. this will set the redirectTo * Traffic is redirected to this endpoints. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirectTo */ @@ -116,7 +116,7 @@ public void setRedirectto(List redirectTo) { * This is the setter method this will set the redirectTo * Traffic is redirected to this endpoints. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirectTo */ @@ -132,7 +132,7 @@ public NsxtSIPolicyDetails addRedirecttoItem(String redirectToItem) { * This is the getter method this will return the attribute value. * Policy scope. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scope */ @@ -144,7 +144,7 @@ public String getScope() { * This is the setter method to the attribute. * Policy scope. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scope set the scope. */ @@ -156,7 +156,7 @@ public void setScope(String scope) { * This is the getter method this will return the attribute value. * Serviceenginegroup name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segroup */ @@ -168,7 +168,7 @@ public String getSegroup() { * This is the setter method to the attribute. * Serviceenginegroup name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segroup set the segroup. */ @@ -180,7 +180,7 @@ public void setSegroup(String segroup) { * This is the getter method this will return the attribute value. * Tier1 path. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1 */ @@ -192,7 +192,7 @@ public String getTier1() { * This is the setter method to the attribute. * Tier1 path. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1 set the tier1. */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtSIRuleDetails.java b/java/src/com/vmware/avi/sdk/model/NsxtSIRuleDetails.java index e5cc2b4551..1a0c4a8463 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtSIRuleDetails.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtSIRuleDetails.java @@ -48,13 +48,16 @@ public class NsxtSIRuleDetails { @JsonProperty("sources") private List sources; + @JsonProperty("vs") + private String vs; + /** * This is the getter method this will return the attribute value. * Rule action. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -66,7 +69,7 @@ public String getAction() { * This is the setter method to the attribute. * Rule action. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -78,7 +81,7 @@ public void setAction(String action) { * This is the getter method this will return the attribute value. * Destinatios excluded or not. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return destexclude */ @@ -90,7 +93,7 @@ public Boolean getDestexclude() { * This is the setter method to the attribute. * Destinatios excluded or not. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param destexclude set the destexclude. */ @@ -101,7 +104,7 @@ public void setDestexclude(Boolean destexclude) { * This is the getter method this will return the attribute value. * Destination of redirection rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dests */ @@ -113,7 +116,7 @@ public List getDests() { * This is the setter method. this will set the dests * Destination of redirection rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dests */ @@ -125,7 +128,7 @@ public void setDests(List dests) { * This is the setter method this will set the dests * Destination of redirection rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dests */ @@ -141,7 +144,7 @@ public NsxtSIRuleDetails addDestsItem(String destsItem) { * This is the getter method this will return the attribute value. * Rule direction. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return direction */ @@ -153,7 +156,7 @@ public String getDirection() { * This is the setter method to the attribute. * Rule direction. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param direction set the direction. */ @@ -165,7 +168,7 @@ public void setDirection(String direction) { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -177,7 +180,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -189,7 +192,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Pool name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pool */ @@ -201,7 +204,7 @@ public String getPool() { * This is the setter method to the attribute. * Pool name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pool set the pool. */ @@ -213,7 +216,7 @@ public void setPool(String pool) { * This is the getter method this will return the attribute value. * Serviceenginegroup name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segroup */ @@ -225,7 +228,7 @@ public String getSegroup() { * This is the setter method to the attribute. * Serviceenginegroup name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segroup set the segroup. */ @@ -236,7 +239,7 @@ public void setSegroup(String segroup) { * This is the getter method this will return the attribute value. * Services of redirection rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -248,7 +251,7 @@ public List getServices() { * This is the setter method. this will set the services * Services of redirection rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -260,7 +263,7 @@ public void setServices(List services) { * This is the setter method this will set the services * Services of redirection rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -275,7 +278,7 @@ public NsxtSIRuleDetails addServicesItem(String servicesItem) { * This is the getter method this will return the attribute value. * Sources of redirection rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sources */ @@ -287,7 +290,7 @@ public List getSources() { * This is the setter method. this will set the sources * Sources of redirection rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sources */ @@ -299,7 +302,7 @@ public void setSources(List sources) { * This is the setter method this will set the sources * Sources of redirection rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sources */ @@ -311,6 +314,30 @@ public NsxtSIRuleDetails addSourcesItem(String sourcesItem) { return this; } + /** + * This is the getter method this will return the attribute value. + * Vs name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return vs + */ + public String getVs() { + return vs; + } + + /** + * This is the setter method to the attribute. + * Vs name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param vs set the vs. + */ + public void setVs(String vs) { + this.vs = vs; + } + @Override public boolean equals(java.lang.Object o) { @@ -329,7 +356,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.sources, objNsxtSIRuleDetails.sources)&& Objects.equals(this.services, objNsxtSIRuleDetails.services)&& Objects.equals(this.dests, objNsxtSIRuleDetails.dests)&& - Objects.equals(this.destexclude, objNsxtSIRuleDetails.destexclude); + Objects.equals(this.destexclude, objNsxtSIRuleDetails.destexclude)&& + Objects.equals(this.vs, objNsxtSIRuleDetails.vs); } @Override @@ -345,6 +373,7 @@ public String toString() { sb.append(" segroup: ").append(toIndentedString(segroup)).append("\n"); sb.append(" services: ").append(toIndentedString(services)).append("\n"); sb.append(" sources: ").append(toIndentedString(sources)).append("\n"); + sb.append(" vs: ").append(toIndentedString(vs)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/java/src/com/vmware/avi/sdk/model/NsxtSIServiceDetails.java b/java/src/com/vmware/avi/sdk/model/NsxtSIServiceDetails.java index ab353024da..151f9e7d2e 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtSIServiceDetails.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtSIServiceDetails.java @@ -33,7 +33,7 @@ public class NsxtSIServiceDetails { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -45,7 +45,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -57,7 +57,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Nsx-t serviceinsertion service name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return service */ @@ -69,7 +69,7 @@ public String getService() { * This is the setter method to the attribute. * Nsx-t serviceinsertion service name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param service set the service. */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtSegmentRuntime.java b/java/src/com/vmware/avi/sdk/model/NsxtSegmentRuntime.java index edcbdb5915..ce89d8ae5e 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtSegmentRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtSegmentRuntime.java @@ -94,7 +94,7 @@ public class NsxtSegmentRuntime extends AviRestResource { * Nsxt segment belongs to cloud. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -107,7 +107,7 @@ public String getCloudRef() { * Nsxt segment belongs to cloud. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -118,7 +118,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * V6 dhcp ranges configured in nsxt. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhcp6Ranges */ @@ -130,7 +130,7 @@ public List getDhcp6Ranges() { * This is the setter method. this will set the dhcp6Ranges * V6 dhcp ranges configured in nsxt. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhcp6Ranges */ @@ -142,7 +142,7 @@ public void setDhcp6Ranges(List dhcp6Ranges) { * This is the setter method this will set the dhcp6Ranges * V6 dhcp ranges configured in nsxt. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhcp6Ranges */ @@ -158,7 +158,7 @@ public NsxtSegmentRuntime addDhcp6RangesItem(String dhcp6RangesItem) { * This is the getter method this will return the attribute value. * Ip address management scheme for this segment associated network. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return dhcpEnabled */ @@ -170,7 +170,7 @@ public Boolean getDhcpEnabled() { * This is the setter method to the attribute. * Ip address management scheme for this segment associated network. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param dhcpEnabled set the dhcpEnabled. */ @@ -181,7 +181,7 @@ public void setDhcpEnabled(Boolean dhcpEnabled) { * This is the getter method this will return the attribute value. * Dhcp ranges configured in nsxt. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhcpRanges */ @@ -193,7 +193,7 @@ public List getDhcpRanges() { * This is the setter method. this will set the dhcpRanges * Dhcp ranges configured in nsxt. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhcpRanges */ @@ -205,7 +205,7 @@ public void setDhcpRanges(List dhcpRanges) { * This is the setter method this will set the dhcpRanges * Dhcp ranges configured in nsxt. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhcpRanges */ @@ -221,7 +221,7 @@ public NsxtSegmentRuntime addDhcpRangesItem(String dhcpRangesItem) { * This is the getter method this will return the attribute value. * Segment object name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -233,7 +233,7 @@ public String getName() { * This is the setter method to the attribute. * Segment object name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -245,7 +245,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Network name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nwName */ @@ -257,7 +257,7 @@ public String getNwName() { * This is the setter method to the attribute. * Network name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nwName set the nwName. */ @@ -270,7 +270,7 @@ public void setNwName(String nwName) { * Corresponding network object in avi. * It is a reference to an object of type network. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nwRef */ @@ -283,7 +283,7 @@ public String getNwRef() { * Corresponding network object in avi. * It is a reference to an object of type network. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nwRef set the nwRef. */ @@ -295,7 +295,7 @@ public void setNwRef(String nwRef) { * This is the getter method this will return the attribute value. * Opaque network id. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return opaqueNetworkId */ @@ -307,7 +307,7 @@ public String getOpaqueNetworkId() { * This is the setter method to the attribute. * Opaque network id. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param opaqueNetworkId set the opaqueNetworkId. */ @@ -319,7 +319,7 @@ public void setOpaqueNetworkId(String opaqueNetworkId) { * This is the getter method this will return the attribute value. * Origin id applicable to security only cloud. * Field introduced in 22.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return originId */ @@ -331,7 +331,7 @@ public String getOriginId() { * This is the setter method to the attribute. * Origin id applicable to security only cloud. * Field introduced in 22.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param originId set the originId. */ @@ -343,7 +343,7 @@ public void setOriginId(String originId) { * This is the getter method this will return the attribute value. * Nsxt segment belongs to security only cloud. * Field introduced in 22.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return securityOnlyNsxt */ @@ -355,7 +355,7 @@ public Boolean getSecurityOnlyNsxt() { * This is the setter method to the attribute. * Nsxt segment belongs to security only cloud. * Field introduced in 22.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param securityOnlyNsxt set the securityOnlyNsxt. */ @@ -367,7 +367,7 @@ public void setSecurityOnlyNsxt(Boolean securityOnlyNsxt) { * This is the getter method this will return the attribute value. * Segment gateway. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segmentGw */ @@ -379,7 +379,7 @@ public String getSegmentGw() { * This is the setter method to the attribute. * Segment gateway. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segmentGw set the segmentGw. */ @@ -391,7 +391,7 @@ public void setSegmentGw(String segmentGw) { * This is the getter method this will return the attribute value. * V6 segment gateway. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segmentGw6 */ @@ -403,7 +403,7 @@ public String getSegmentGw6() { * This is the setter method to the attribute. * V6 segment gateway. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segmentGw6 set the segmentGw6. */ @@ -415,7 +415,7 @@ public void setSegmentGw6(String segmentGw6) { * This is the getter method this will return the attribute value. * Segment id. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segmentId */ @@ -427,7 +427,7 @@ public String getSegmentId() { * This is the setter method to the attribute. * Segment id. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segmentId set the segmentId. */ @@ -439,7 +439,7 @@ public void setSegmentId(String segmentId) { * This is the getter method this will return the attribute value. * Segment name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segname */ @@ -451,7 +451,7 @@ public String getSegname() { * This is the setter method to the attribute. * Segment name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segname set the segname. */ @@ -463,7 +463,7 @@ public void setSegname(String segname) { * This is the getter method this will return the attribute value. * Segment cidr. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -475,7 +475,7 @@ public String getSubnet() { * This is the setter method to the attribute. * Segment cidr. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -487,7 +487,7 @@ public void setSubnet(String subnet) { * This is the getter method this will return the attribute value. * V6 segment cidr. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -499,7 +499,7 @@ public String getSubnet6() { * This is the setter method to the attribute. * V6 segment cidr. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet6 set the subnet6. */ @@ -512,7 +512,7 @@ public void setSubnet6(String subnet6) { * Nsxt segment belongs to tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -525,7 +525,7 @@ public String getTenantRef() { * Nsxt segment belongs to tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -537,7 +537,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Tier1 router id. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1Id */ @@ -549,7 +549,7 @@ public String getTier1Id() { * This is the setter method to the attribute. * Tier1 router id. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1Id set the tier1Id. */ @@ -578,7 +578,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -590,7 +590,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -601,7 +601,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Segment vlan ids. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanIds */ @@ -613,7 +613,7 @@ public List getVlanIds() { * This is the setter method. this will set the vlanIds * Segment vlan ids. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanIds */ @@ -625,7 +625,7 @@ public void setVlanIds(List vlanIds) { * This is the setter method this will set the vlanIds * Segment vlan ids. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanIds */ @@ -642,7 +642,7 @@ public NsxtSegmentRuntime addVlanIdsItem(String vlanIdsItem) { * Corresponding vrf context object in avi. * It is a reference to an object of type vrfcontext. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfContextRef */ @@ -655,7 +655,7 @@ public String getVrfContextRef() { * Corresponding vrf context object in avi. * It is a reference to an object of type vrfcontext. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfContextRef set the vrfContextRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtSetup.java b/java/src/com/vmware/avi/sdk/model/NsxtSetup.java index 1f77db9a7e..49c6efdd61 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtSetup.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtSetup.java @@ -37,7 +37,7 @@ public class NsxtSetup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -47,7 +47,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -57,7 +57,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -67,7 +67,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -77,7 +77,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -87,7 +87,7 @@ public String getStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -97,7 +97,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return transportzoneId */ @@ -107,7 +107,7 @@ public String getTransportzoneId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param transportzoneId set the transportzoneId. */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtT1Seg.java b/java/src/com/vmware/avi/sdk/model/NsxtT1Seg.java index a8ffffce37..6c91f526fe 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtT1Seg.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtT1Seg.java @@ -33,7 +33,7 @@ public class NsxtT1Seg { * This is the getter method this will return the attribute value. * Nsx-t segment. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segment */ @@ -45,7 +45,7 @@ public String getSegment() { * This is the setter method to the attribute. * Nsx-t segment. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segment set the segment. */ @@ -57,7 +57,7 @@ public void setSegment(String segment) { * This is the getter method this will return the attribute value. * Nsx-t tier1. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1 */ @@ -69,7 +69,7 @@ public String getTier1() { * This is the setter method to the attribute. * Nsx-t tier1. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1 set the tier1. */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtT1SegDetails.java b/java/src/com/vmware/avi/sdk/model/NsxtT1SegDetails.java index 12e171e509..38fafda5dc 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtT1SegDetails.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtT1SegDetails.java @@ -36,7 +36,7 @@ public class NsxtT1SegDetails { * This is the getter method this will return the attribute value. * Nsx-t cloud id. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -48,7 +48,7 @@ public String getCcId() { * This is the setter method to the attribute. * Nsx-t cloud id. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -60,7 +60,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -72,7 +72,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -83,7 +83,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Nsx-t tier1(s) segment(s). * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return t1seg */ @@ -95,7 +95,7 @@ public List getT1Seg() { * This is the setter method. this will set the t1seg * Nsx-t tier1(s) segment(s). * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return t1seg */ @@ -107,7 +107,7 @@ public void setT1Seg(List t1seg) { * This is the setter method this will set the t1seg * Nsx-t tier1(s) segment(s). * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return t1seg */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtTier1SegmentAutomaticMode.java b/java/src/com/vmware/avi/sdk/model/NsxtTier1SegmentAutomaticMode.java index 1ed0d42791..574412ad5a 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtTier1SegmentAutomaticMode.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtTier1SegmentAutomaticMode.java @@ -36,7 +36,7 @@ public class NsxtTier1SegmentAutomaticMode { * This is the getter method this will return the attribute value. * Uber ip subnet for the logical segments created automatically by avi controller. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtSegmentSubnet */ @@ -48,7 +48,7 @@ public IpAddrPrefix getNsxtSegmentSubnet() { * This is the setter method to the attribute. * Uber ip subnet for the logical segments created automatically by avi controller. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtSegmentSubnet set the nsxtSegmentSubnet. */ @@ -60,7 +60,7 @@ public void setNsxtSegmentSubnet(IpAddrPrefix nsxtSegmentSubnet) { * This is the getter method this will return the attribute value. * The number of se data vnic's that can be connected to the avi logical segment. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16. * @return numSePerSegment */ @@ -72,7 +72,7 @@ public Integer getNumSePerSegment() { * This is the setter method to the attribute. * The number of se data vnic's that can be connected to the avi logical segment. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16. * @param numSePerSegment set the numSePerSegment. */ @@ -84,7 +84,7 @@ public void setNumSePerSegment(Integer numSePerSegment) { * Tier1 logical router ids. * Field introduced in 20.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1LrIds */ @@ -97,7 +97,7 @@ public List getTier1LrIds() { * Tier1 logical router ids. * Field introduced in 20.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1LrIds */ @@ -110,7 +110,7 @@ public void setTier1LrIds(List tier1LrIds) { * Tier1 logical router ids. * Field introduced in 20.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1LrIds */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtTier1SegmentConfig.java b/java/src/com/vmware/avi/sdk/model/NsxtTier1SegmentConfig.java index d9736896de..51e2407d80 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtTier1SegmentConfig.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtTier1SegmentConfig.java @@ -36,7 +36,7 @@ public class NsxtTier1SegmentConfig { * This is the getter method this will return the attribute value. * Avi controller creates and manages logical segments for a tier-1 lr. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return automatic */ @@ -48,7 +48,7 @@ public NsxtTier1SegmentAutomaticMode getAutomatic() { * This is the setter method to the attribute. * Avi controller creates and manages logical segments for a tier-1 lr. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param automatic set the automatic. */ @@ -60,7 +60,7 @@ public void setAutomatic(NsxtTier1SegmentAutomaticMode automatic) { * This is the getter method this will return the attribute value. * Avi admin selects an available logical segment (created by nsx-t admin) associated with a tier-1 lr. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return manual */ @@ -72,7 +72,7 @@ public NsxtTier1SegmentManualMode getManual() { * This is the setter method to the attribute. * Avi admin selects an available logical segment (created by nsx-t admin) associated with a tier-1 lr. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param manual set the manual. */ @@ -85,8 +85,8 @@ public void setManual(NsxtTier1SegmentManualMode manual) { * Config mode for selecting the placement logical segments for avi serviceengine data path. * Enum options - TIER1_SEGMENT_MANUAL, TIER1_SEGMENT_AUTOMATIC. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, basic edition(allowed values- tier1_segment_manual), essentials, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- tier1_segment_manual) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "TIER1_SEGMENT_MANUAL". * @return segmentConfigMode */ @@ -99,8 +99,8 @@ public String getSegmentConfigMode() { * Config mode for selecting the placement logical segments for avi serviceengine data path. * Enum options - TIER1_SEGMENT_MANUAL, TIER1_SEGMENT_AUTOMATIC. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, basic edition(allowed values- tier1_segment_manual), essentials, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- tier1_segment_manual) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "TIER1_SEGMENT_MANUAL". * @param segmentConfigMode set the segmentConfigMode. */ diff --git a/java/src/com/vmware/avi/sdk/model/NsxtTier1SegmentManualMode.java b/java/src/com/vmware/avi/sdk/model/NsxtTier1SegmentManualMode.java index cb0afbbc77..711b8420b9 100644 --- a/java/src/com/vmware/avi/sdk/model/NsxtTier1SegmentManualMode.java +++ b/java/src/com/vmware/avi/sdk/model/NsxtTier1SegmentManualMode.java @@ -30,7 +30,7 @@ public class NsxtTier1SegmentManualMode { * Tier1 logical router placement information. * Field introduced in 20.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1Lrs */ @@ -43,7 +43,7 @@ public List getTier1Lrs() { * Tier1 logical router placement information. * Field introduced in 20.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1Lrs */ @@ -56,7 +56,7 @@ public void setTier1Lrs(List tier1Lrs) { * Tier1 logical router placement information. * Field introduced in 20.1.1. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1Lrs */ diff --git a/java/src/com/vmware/avi/sdk/model/NtlmLog.java b/java/src/com/vmware/avi/sdk/model/NtlmLog.java index 7f4ad43024..ebad9f0ad6 100644 --- a/java/src/com/vmware/avi/sdk/model/NtlmLog.java +++ b/java/src/com/vmware/avi/sdk/model/NtlmLog.java @@ -33,7 +33,7 @@ public class NtlmLog { * This is the getter method this will return the attribute value. * Set to true, if request is detected to be ntlm. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntlmDetected */ @@ -45,7 +45,7 @@ public Boolean getNtlmDetected() { * This is the setter method to the attribute. * Set to true, if request is detected to be ntlm. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ntlmDetected set the ntlmDetected. */ @@ -58,7 +58,7 @@ public void setNtlmDetected(Boolean ntlmDetected) { * Set the ntlm status. * Enum options - NTLM_AUTHENTICATION_SUCCESS, NTLM_UNAUTHORIZED, NTLM_NEGOTIATION, NTLM_AUTHENTICATION_FAILURE, NTLM_AUTHENTICATED_REQUESTS. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntlmStatus */ @@ -71,7 +71,7 @@ public String getNtlmStatus() { * Set the ntlm status. * Enum options - NTLM_AUTHENTICATION_SUCCESS, NTLM_UNAUTHORIZED, NTLM_NEGOTIATION, NTLM_AUTHENTICATION_FAILURE, NTLM_AUTHENTICATED_REQUESTS. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ntlmStatus set the ntlmStatus. */ diff --git a/java/src/com/vmware/avi/sdk/model/NuageSDNController.java b/java/src/com/vmware/avi/sdk/model/NuageSDNController.java index ebf85d4b43..ae34082a23 100644 --- a/java/src/com/vmware/avi/sdk/model/NuageSDNController.java +++ b/java/src/com/vmware/avi/sdk/model/NuageSDNController.java @@ -58,7 +58,7 @@ public class NuageSDNController { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nuageOrganization */ @@ -68,7 +68,7 @@ public String getNuageOrganization() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nuageOrganization set the nuageOrganization. */ @@ -78,7 +78,7 @@ public void setNuageOrganization(String nuageOrganization) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nuagePassword */ @@ -88,7 +88,7 @@ public String getNuagePassword() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nuagePassword set the nuagePassword. */ @@ -98,7 +98,7 @@ public void setNuagePassword(String nuagePassword) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8443. * @return nuagePort */ @@ -108,7 +108,7 @@ public Integer getNuagePort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8443. * @param nuagePort set the nuagePort. */ @@ -118,7 +118,7 @@ public void setNuagePort(Integer nuagePort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nuageUsername */ @@ -128,7 +128,7 @@ public String getNuageUsername() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nuageUsername set the nuageUsername. */ @@ -139,7 +139,7 @@ public void setNuageUsername(String nuageUsername) { /** * This is the getter method this will return the attribute value. * Nuage vsd host name or ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nuageVsdHost */ @@ -150,7 +150,7 @@ public String getNuageVsdHost() { /** * This is the setter method to the attribute. * Nuage vsd host name or ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nuageVsdHost set the nuageVsdHost. */ @@ -161,7 +161,7 @@ public void setNuageVsdHost(String nuageVsdHost) { /** * This is the getter method this will return the attribute value. * Domain to be used for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDomain */ @@ -172,7 +172,7 @@ public String getSeDomain() { /** * This is the setter method to the attribute. * Domain to be used for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDomain set the seDomain. */ @@ -183,7 +183,7 @@ public void setSeDomain(String seDomain) { /** * This is the getter method this will return the attribute value. * Enterprise to be used for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seEnterprise */ @@ -194,7 +194,7 @@ public String getSeEnterprise() { /** * This is the setter method to the attribute. * Enterprise to be used for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seEnterprise set the seEnterprise. */ @@ -205,7 +205,7 @@ public void setSeEnterprise(String seEnterprise) { /** * This is the getter method this will return the attribute value. * Network to be used for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seNetwork */ @@ -216,7 +216,7 @@ public String getSeNetwork() { /** * This is the setter method to the attribute. * Network to be used for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seNetwork set the seNetwork. */ @@ -227,7 +227,7 @@ public void setSeNetwork(String seNetwork) { /** * This is the getter method this will return the attribute value. * Policy group to be used for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePolicyGroup */ @@ -238,7 +238,7 @@ public String getSePolicyGroup() { /** * This is the setter method to the attribute. * Policy group to be used for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePolicyGroup set the sePolicyGroup. */ @@ -249,7 +249,7 @@ public void setSePolicyGroup(String sePolicyGroup) { /** * This is the getter method this will return the attribute value. * User to be used for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUser */ @@ -260,7 +260,7 @@ public String getSeUser() { /** * This is the setter method to the attribute. * User to be used for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUser set the seUser. */ @@ -271,7 +271,7 @@ public void setSeUser(String seUser) { /** * This is the getter method this will return the attribute value. * Zone to be used for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seZone */ @@ -282,7 +282,7 @@ public String getSeZone() { /** * This is the setter method to the attribute. * Zone to be used for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seZone set the seZone. */ diff --git a/java/src/com/vmware/avi/sdk/model/OAuthAppSettings.java b/java/src/com/vmware/avi/sdk/model/OAuthAppSettings.java index 2fe6074bd8..c0a478f30c 100644 --- a/java/src/com/vmware/avi/sdk/model/OAuthAppSettings.java +++ b/java/src/com/vmware/avi/sdk/model/OAuthAppSettings.java @@ -39,7 +39,7 @@ public class OAuthAppSettings { * This is the getter method this will return the attribute value. * Application specific identifier. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientId */ @@ -51,7 +51,7 @@ public String getClientId() { * This is the setter method to the attribute. * Application specific identifier. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientId set the clientId. */ @@ -63,7 +63,7 @@ public void setClientId(String clientId) { * This is the getter method this will return the attribute value. * Application specific identifier secret. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientSecret */ @@ -75,7 +75,7 @@ public String getClientSecret() { * This is the setter method to the attribute. * Application specific identifier secret. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientSecret set the clientSecret. */ @@ -87,7 +87,7 @@ public void setClientSecret(String clientSecret) { * This is the getter method this will return the attribute value. * Openid connect specific configuration. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oidcConfig */ @@ -99,7 +99,7 @@ public OIDCConfig getOidcConfig() { * This is the setter method to the attribute. * Openid connect specific configuration. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oidcConfig set the oidcConfig. */ @@ -110,7 +110,7 @@ public void setOidcConfig(OIDCConfig oidcConfig) { * This is the getter method this will return the attribute value. * Scope specified to give limited access to the app. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scopes */ @@ -122,7 +122,7 @@ public List getScopes() { * This is the setter method. this will set the scopes * Scope specified to give limited access to the app. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scopes */ @@ -134,7 +134,7 @@ public void setScopes(List scopes) { * This is the setter method this will set the scopes * Scope specified to give limited access to the app. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scopes */ diff --git a/java/src/com/vmware/avi/sdk/model/OAuthProfile.java b/java/src/com/vmware/avi/sdk/model/OAuthProfile.java index 8ddfec82b2..26f6ef666d 100644 --- a/java/src/com/vmware/avi/sdk/model/OAuthProfile.java +++ b/java/src/com/vmware/avi/sdk/model/OAuthProfile.java @@ -81,7 +81,7 @@ public class OAuthProfile { * This is the getter method this will return the attribute value. * Url of authorization server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authorizationEndpoint */ @@ -93,7 +93,7 @@ public String getAuthorizationEndpoint() { * This is the setter method to the attribute. * Url of authorization server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authorizationEndpoint set the authorizationEndpoint. */ @@ -105,7 +105,7 @@ public void setAuthorizationEndpoint(String authorizationEndpoint) { * This is the getter method this will return the attribute value. * Logout uri of idp server. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endSessionEndpoint */ @@ -117,7 +117,7 @@ public String getEndSessionEndpoint() { * This is the setter method to the attribute. * Logout uri of idp server. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endSessionEndpoint set the endSessionEndpoint. */ @@ -129,7 +129,7 @@ public void setEndSessionEndpoint(String endSessionEndpoint) { * This is the getter method this will return the attribute value. * Instance uuid of the csp service. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return instanceId */ @@ -141,7 +141,7 @@ public String getInstanceId() { * This is the setter method to the attribute. * Instance uuid of the csp service. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param instanceId set the instanceId. */ @@ -153,7 +153,7 @@ public void setInstanceId(String instanceId) { * This is the getter method this will return the attribute value. * Url of token introspection server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return introspectionEndpoint */ @@ -165,7 +165,7 @@ public String getIntrospectionEndpoint() { * This is the setter method to the attribute. * Url of token introspection server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param introspectionEndpoint set the introspectionEndpoint. */ @@ -177,7 +177,7 @@ public void setIntrospectionEndpoint(String introspectionEndpoint) { * This is the getter method this will return the attribute value. * Uniquely identifiable name of the token issuer. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return issuer */ @@ -189,7 +189,7 @@ public String getIssuer() { * This is the setter method to the attribute. * Uniquely identifiable name of the token issuer. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param issuer set the issuer. */ @@ -203,7 +203,7 @@ public void setIssuer(String issuer) { * Allowed values are 0-1440. * Field introduced in 21.1.3. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return jwksTimeout */ @@ -217,7 +217,7 @@ public Integer getJwksTimeout() { * Allowed values are 0-1440. * Field introduced in 21.1.3. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param jwksTimeout set the jwksTimeout. */ @@ -229,7 +229,7 @@ public void setJwksTimeout(Integer jwksTimeout) { * This is the getter method this will return the attribute value. * Jwks url of the endpoint that hosts the public keys that can be used to verify any jwt issued by the authorization server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwksUri */ @@ -241,7 +241,7 @@ public String getJwksUri() { * This is the setter method to the attribute. * Jwks url of the endpoint that hosts the public keys that can be used to verify any jwt issued by the authorization server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwksUri set the jwksUri. */ @@ -253,7 +253,7 @@ public void setJwksUri(String jwksUri) { * This is the getter method this will return the attribute value. * Oauth app settings for controller authentication. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthControllerSettings */ @@ -265,7 +265,7 @@ public OAuthAppSettings getOauthControllerSettings() { * This is the setter method to the attribute. * Oauth app settings for controller authentication. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oauthControllerSettings set the oauthControllerSettings. */ @@ -278,7 +278,7 @@ public void setOauthControllerSettings(OAuthAppSettings oauthControllerSettings) * Type of oauth profile which defines the usage type. * Enum options - CLIENT_OAUTH, CONTROLLER_OAUTH. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CLIENT_OAUTH". * @return oauthProfileType */ @@ -291,7 +291,7 @@ public String getOauthProfileType() { * Type of oauth profile which defines the usage type. * Enum options - CLIENT_OAUTH, CONTROLLER_OAUTH. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CLIENT_OAUTH". * @param oauthProfileType set the oauthProfileType. */ @@ -304,7 +304,7 @@ public void setOauthProfileType(String oauthProfileType) { * Type of oauth provider when using controller oauth as oauth profile type. * Enum options - OAUTH_CSP. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthProvider */ @@ -317,7 +317,7 @@ public String getOauthProvider() { * Type of oauth provider when using controller oauth as oauth profile type. * Enum options - OAUTH_CSP. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oauthProvider set the oauthProvider. */ @@ -331,7 +331,7 @@ public void setOauthProvider(String oauthProvider) { * Allowed values are 0-32768000. * Field introduced in 21.1.3. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 102400. * @return oauthRespBufferSz */ @@ -345,7 +345,7 @@ public Integer getOauthRespBufferSz() { * Allowed values are 0-32768000. * Field introduced in 21.1.3. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 102400. * @param oauthRespBufferSz set the oauthRespBufferSz. */ @@ -357,7 +357,7 @@ public void setOauthRespBufferSz(Integer oauthRespBufferSz) { * This is the getter method this will return the attribute value. * Organization id for oauth. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return orgId */ @@ -369,7 +369,7 @@ public String getOrgId() { * This is the setter method to the attribute. * Organization id for oauth. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param orgId set the orgId. */ @@ -382,7 +382,7 @@ public void setOrgId(String orgId) { * Pool object to interface with authorization server endpoints. * It is a reference to an object of type pool. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -395,7 +395,7 @@ public String getPoolRef() { * Pool object to interface with authorization server endpoints. * It is a reference to an object of type pool. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -407,7 +407,7 @@ public void setPoolRef(String poolRef) { * This is the getter method this will return the attribute value. * Redirect uri specified in the request to authorization server. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirectUri */ @@ -419,7 +419,7 @@ public String getRedirectUri() { * This is the setter method to the attribute. * Redirect uri specified in the request to authorization server. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param redirectUri set the redirectUri. */ @@ -431,7 +431,7 @@ public void setRedirectUri(String redirectUri) { * This is the getter method this will return the attribute value. * Uuid value of csp service. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceId */ @@ -443,7 +443,7 @@ public String getServiceId() { * This is the setter method to the attribute. * Uuid value of csp service. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceId set the serviceId. */ @@ -455,7 +455,7 @@ public void setServiceId(String serviceId) { * This is the getter method this will return the attribute value. * Name of the csp service. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceName */ @@ -467,7 +467,7 @@ public String getServiceName() { * This is the setter method to the attribute. * Name of the csp service. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceName set the serviceName. */ @@ -479,7 +479,7 @@ public void setServiceName(String serviceName) { * This is the getter method this will return the attribute value. * Url of token exchange server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokenEndpoint */ @@ -491,7 +491,7 @@ public String getTokenEndpoint() { * This is the setter method to the attribute. * Url of token exchange server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tokenEndpoint set the tokenEndpoint. */ @@ -503,7 +503,7 @@ public void setTokenEndpoint(String tokenEndpoint) { * This is the getter method this will return the attribute value. * Url of the userinfo endpoint. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userinfoEndpoint */ @@ -515,7 +515,7 @@ public String getUserinfoEndpoint() { * This is the setter method to the attribute. * Url of the userinfo endpoint. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userinfoEndpoint set the userinfoEndpoint. */ diff --git a/java/src/com/vmware/avi/sdk/model/OAuthResourceServer.java b/java/src/com/vmware/avi/sdk/model/OAuthResourceServer.java index d1ad99c09f..f78c540fb6 100644 --- a/java/src/com/vmware/avi/sdk/model/OAuthResourceServer.java +++ b/java/src/com/vmware/avi/sdk/model/OAuthResourceServer.java @@ -40,7 +40,7 @@ public class OAuthResourceServer { * Access token type. * Enum options - ACCESS_TOKEN_TYPE_JWT, ACCESS_TOKEN_TYPE_OPAQUE. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ACCESS_TOKEN_TYPE_JWT". * @return accessType */ @@ -53,7 +53,7 @@ public String getAccessType() { * Access token type. * Enum options - ACCESS_TOKEN_TYPE_JWT, ACCESS_TOKEN_TYPE_OPAQUE. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ACCESS_TOKEN_TYPE_JWT". * @param accessType set the accessType. */ @@ -68,7 +68,7 @@ public void setAccessType(String accessType) { * Special values are 0- no caching of introspection data. * Field introduced in 22.1.3. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return introspectionDataTimeout */ @@ -83,7 +83,7 @@ public Integer getIntrospectionDataTimeout() { * Special values are 0- no caching of introspection data. * Field introduced in 22.1.3. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param introspectionDataTimeout set the introspectionDataTimeout. */ @@ -95,7 +95,7 @@ public void setIntrospectionDataTimeout(Integer introspectionDataTimeout) { * This is the getter method this will return the attribute value. * Validation parameters to be used when access token type is jwt. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwtParams */ @@ -107,7 +107,7 @@ public JWTValidationParams getJwtParams() { * This is the setter method to the attribute. * Validation parameters to be used when access token type is jwt. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwtParams set the jwtParams. */ @@ -119,7 +119,7 @@ public void setJwtParams(JWTValidationParams jwtParams) { * This is the getter method this will return the attribute value. * Validation parameters to be used when access token type is opaque. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return opaqueTokenParams */ @@ -131,7 +131,7 @@ public OpaqueTokenValidationParams getOpaqueTokenParams() { * This is the setter method to the attribute. * Validation parameters to be used when access token type is opaque. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param opaqueTokenParams set the opaqueTokenParams. */ diff --git a/java/src/com/vmware/avi/sdk/model/OAuthSettings.java b/java/src/com/vmware/avi/sdk/model/OAuthSettings.java index bfbef60f67..38ee93fc54 100644 --- a/java/src/com/vmware/avi/sdk/model/OAuthSettings.java +++ b/java/src/com/vmware/avi/sdk/model/OAuthSettings.java @@ -36,7 +36,7 @@ public class OAuthSettings { * This is the getter method this will return the attribute value. * Application-specific oauth config. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appSettings */ @@ -48,7 +48,7 @@ public OAuthAppSettings getAppSettings() { * This is the setter method to the attribute. * Application-specific oauth config. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appSettings set the appSettings. */ @@ -61,7 +61,7 @@ public void setAppSettings(OAuthAppSettings appSettings) { * Auth profile to use for validating users. * It is a reference to an object of type authprofile. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authProfileRef */ @@ -74,7 +74,7 @@ public String getAuthProfileRef() { * Auth profile to use for validating users. * It is a reference to an object of type authprofile. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authProfileRef set the authProfileRef. */ @@ -86,7 +86,7 @@ public void setAuthProfileRef(String authProfileRef) { * This is the getter method this will return the attribute value. * Resource server oauth config. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceServer */ @@ -98,7 +98,7 @@ public OAuthResourceServer getResourceServer() { * This is the setter method to the attribute. * Resource server oauth config. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceServer set the resourceServer. */ diff --git a/java/src/com/vmware/avi/sdk/model/OAuthVSConfig.java b/java/src/com/vmware/avi/sdk/model/OAuthVSConfig.java index 34b2660926..2fd68b83d7 100644 --- a/java/src/com/vmware/avi/sdk/model/OAuthVSConfig.java +++ b/java/src/com/vmware/avi/sdk/model/OAuthVSConfig.java @@ -48,7 +48,7 @@ public class OAuthVSConfig { * This is the getter method this will return the attribute value. * Http cookie name for authorized session. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookieName */ @@ -60,7 +60,7 @@ public String getCookieName() { * This is the setter method to the attribute. * Http cookie name for authorized session. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookieName set the cookieName. */ @@ -74,7 +74,7 @@ public void setCookieName(String cookieName) { * Allowed values are 1-1440. * Field introduced in 21.1.3. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return cookieTimeout */ @@ -88,7 +88,7 @@ public Integer getCookieTimeout() { * Allowed values are 1-1440. * Field introduced in 21.1.3. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param cookieTimeout set the cookieTimeout. */ @@ -99,7 +99,7 @@ public void setCookieTimeout(Integer cookieTimeout) { * This is the getter method this will return the attribute value. * Key to generate the cookie. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -111,7 +111,7 @@ public List getKey() { * This is the setter method. this will set the key * Key to generate the cookie. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -123,7 +123,7 @@ public void setKey(List key) { * This is the setter method this will set the key * Key to generate the cookie. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -139,7 +139,7 @@ public OAuthVSConfig addKeyItem(HttpCookiePersistenceKey keyItem) { * This is the getter method this will return the attribute value. * Uri which triggers oauth logout. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return logoutUri */ @@ -151,7 +151,7 @@ public String getLogoutUri() { * This is the setter method to the attribute. * Uri which triggers oauth logout. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param logoutUri set the logoutUri. */ @@ -163,7 +163,7 @@ public void setLogoutUri(String logoutUri) { * Application and idp settings for oauth/oidc. * Field introduced in 21.1.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthSettings */ @@ -176,7 +176,7 @@ public List getOauthSettings() { * Application and idp settings for oauth/oidc. * Field introduced in 21.1.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthSettings */ @@ -189,7 +189,7 @@ public void setOauthSettings(List oauthSettings) { * Application and idp settings for oauth/oidc. * Field introduced in 21.1.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthSettings */ @@ -205,7 +205,7 @@ public OAuthVSConfig addOauthSettingsItem(OAuthSettings oauthSettingsItem) { * This is the getter method this will return the attribute value. * Uri to which idp will redirect to after the logout. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return postLogoutRedirectUri */ @@ -217,7 +217,7 @@ public String getPostLogoutRedirectUri() { * This is the setter method to the attribute. * Uri to which idp will redirect to after the logout. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param postLogoutRedirectUri set the postLogoutRedirectUri. */ @@ -229,7 +229,7 @@ public void setPostLogoutRedirectUri(String postLogoutRedirectUri) { * This is the getter method this will return the attribute value. * Redirect uri specified in the request to authorization server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirectUri */ @@ -241,7 +241,7 @@ public String getRedirectUri() { * This is the setter method to the attribute. * Redirect uri specified in the request to authorization server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param redirectUri set the redirectUri. */ diff --git a/java/src/com/vmware/avi/sdk/model/OCICredentials.java b/java/src/com/vmware/avi/sdk/model/OCICredentials.java index ac6a83e90f..cafbbcd0f6 100644 --- a/java/src/com/vmware/avi/sdk/model/OCICredentials.java +++ b/java/src/com/vmware/avi/sdk/model/OCICredentials.java @@ -39,7 +39,7 @@ public class OCICredentials { * This is the getter method this will return the attribute value. * Api key with respect to the public key. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fingerprint */ @@ -51,7 +51,7 @@ public String getFingerprint() { * This is the setter method to the attribute. * Api key with respect to the public key. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fingerprint set the fingerprint. */ @@ -63,7 +63,7 @@ public void setFingerprint(String fingerprint) { * This is the getter method this will return the attribute value. * Private key file (pem file) content. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyContent */ @@ -75,7 +75,7 @@ public String getKeyContent() { * This is the setter method to the attribute. * Private key file (pem file) content. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyContent set the keyContent. */ @@ -87,7 +87,7 @@ public void setKeyContent(String keyContent) { * This is the getter method this will return the attribute value. * Pass phrase for the key. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return passPhrase */ @@ -99,7 +99,7 @@ public String getPassPhrase() { * This is the setter method to the attribute. * Pass phrase for the key. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param passPhrase set the passPhrase. */ @@ -111,7 +111,7 @@ public void setPassPhrase(String passPhrase) { * This is the getter method this will return the attribute value. * Oracle cloud id for the user. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -123,7 +123,7 @@ public String getUser() { * This is the setter method to the attribute. * Oracle cloud id for the user. * Field introduced in 18.2.1,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ diff --git a/java/src/com/vmware/avi/sdk/model/OCISetup.java b/java/src/com/vmware/avi/sdk/model/OCISetup.java index 2cfe574654..3de60a457a 100644 --- a/java/src/com/vmware/avi/sdk/model/OCISetup.java +++ b/java/src/com/vmware/avi/sdk/model/OCISetup.java @@ -43,7 +43,7 @@ public class OCISetup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -53,7 +53,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -63,7 +63,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return compartmentId */ @@ -73,7 +73,7 @@ public String getCompartmentId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param compartmentId set the compartmentId. */ @@ -83,7 +83,7 @@ public void setCompartmentId(String compartmentId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -93,7 +93,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -103,7 +103,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -113,7 +113,7 @@ public String getStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -123,7 +123,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenancy */ @@ -133,7 +133,7 @@ public String getTenancy() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenancy set the tenancy. */ @@ -143,7 +143,7 @@ public void setTenancy(String tenancy) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcnId */ @@ -153,7 +153,7 @@ public String getVcnId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcnId set the vcnId. */ diff --git a/java/src/com/vmware/avi/sdk/model/OCSPConfig.java b/java/src/com/vmware/avi/sdk/model/OCSPConfig.java index 9d4af12506..82a335566d 100644 --- a/java/src/com/vmware/avi/sdk/model/OCSPConfig.java +++ b/java/src/com/vmware/avi/sdk/model/OCSPConfig.java @@ -47,7 +47,7 @@ public class OCSPConfig { * Allowed values are 60-86400. * Field introduced in 20.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @return failedOcspJobsRetryInterval */ @@ -61,7 +61,7 @@ public Integer getFailedOcspJobsRetryInterval() { * Allowed values are 60-86400. * Field introduced in 20.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @param failedOcspJobsRetryInterval set the failedOcspJobsRetryInterval. */ @@ -73,7 +73,7 @@ public void setFailedOcspJobsRetryInterval(Integer failedOcspJobsRetryInterval) * This is the getter method this will return the attribute value. * Maximum number of times the failed ocsp jobs can be scheduled. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return maxTries */ @@ -85,7 +85,7 @@ public Integer getMaxTries() { * This is the setter method to the attribute. * Maximum number of times the failed ocsp jobs can be scheduled. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param maxTries set the maxTries. */ @@ -99,7 +99,7 @@ public void setMaxTries(Integer maxTries) { * Allowed values are 60-31536000. * Field introduced in 20.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @return ocspReqInterval */ @@ -113,7 +113,7 @@ public Integer getOcspReqInterval() { * Allowed values are 60-31536000. * Field introduced in 20.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @param ocspReqInterval set the ocspReqInterval. */ @@ -126,7 +126,7 @@ public void setOcspReqInterval(Integer ocspReqInterval) { * Time in seconds that the system waits for a reply from the ocsp responder before dropping the connection. * Field introduced in 20.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ocspRespTimeout */ @@ -139,7 +139,7 @@ public Integer getOcspRespTimeout() { * Time in seconds that the system waits for a reply from the ocsp responder before dropping the connection. * Field introduced in 20.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ocspRespTimeout set the ocspRespTimeout. */ @@ -150,7 +150,7 @@ public void setOcspRespTimeout(Integer ocspRespTimeout) { * This is the getter method this will return the attribute value. * List of responder urls configured by user to do failover/override the aia extension contained in the ocsp responder's ssl/tls certificate. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responderUrlLists */ @@ -162,7 +162,7 @@ public List getResponderUrlLists() { * This is the setter method. this will set the responderUrlLists * List of responder urls configured by user to do failover/override the aia extension contained in the ocsp responder's ssl/tls certificate. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responderUrlLists */ @@ -174,7 +174,7 @@ public void setResponderUrlLists(List responderUrlLists) { * This is the setter method this will set the responderUrlLists * List of responder urls configured by user to do failover/override the aia extension contained in the ocsp responder's ssl/tls certificate. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responderUrlLists */ @@ -191,7 +191,7 @@ public OCSPConfig addResponderUrlListsItem(String responderUrlListsItem) { * Describes the type of action to take with the responder urls. * Enum options - OCSP_RESPONDER_URL_FAILOVER, OCSP_RESPONDER_URL_OVERRIDE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OCSP_RESPONDER_URL_FAILOVER". * @return urlAction */ @@ -204,7 +204,7 @@ public String getUrlAction() { * Describes the type of action to take with the responder urls. * Enum options - OCSP_RESPONDER_URL_FAILOVER, OCSP_RESPONDER_URL_OVERRIDE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OCSP_RESPONDER_URL_FAILOVER". * @param urlAction set the urlAction. */ diff --git a/java/src/com/vmware/avi/sdk/model/OCSPResponseInfo.java b/java/src/com/vmware/avi/sdk/model/OCSPResponseInfo.java index 958acfef86..7c494196a5 100644 --- a/java/src/com/vmware/avi/sdk/model/OCSPResponseInfo.java +++ b/java/src/com/vmware/avi/sdk/model/OCSPResponseInfo.java @@ -49,8 +49,7 @@ public class OCSPResponseInfo { * Revocation status of the certificate. * Enum options - OCSP_CERTSTATUS_GOOD, OCSP_CERTSTATUS_REVOKED, OCSP_CERTSTATUS_UNKNOWN. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return certStatus */ public String getCertStatus() { @@ -62,8 +61,7 @@ public String getCertStatus() { * Revocation status of the certificate. * Enum options - OCSP_CERTSTATUS_GOOD, OCSP_CERTSTATUS_REVOKED, OCSP_CERTSTATUS_UNKNOWN. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param certStatus set the certStatus. */ public void setCertStatus(String certStatus) { @@ -74,8 +72,7 @@ public void setCertStatus(String certStatus) { * This is the getter method this will return the attribute value. * The time at or before which newer information will be available about the status of the certificate. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return nextUpdate */ public String getNextUpdate() { @@ -86,8 +83,7 @@ public String getNextUpdate() { * This is the setter method to the attribute. * The time at or before which newer information will be available about the status of the certificate. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param nextUpdate set the nextUpdate. */ public void setNextUpdate(String nextUpdate) { @@ -98,8 +94,7 @@ public void setNextUpdate(String nextUpdate) { * This is the getter method this will return the attribute value. * The ocsp responder url from which the response is received. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return ocspRespFromResponderUrl */ public String getOcspRespFromResponderUrl() { @@ -110,8 +105,7 @@ public String getOcspRespFromResponderUrl() { * This is the setter method to the attribute. * The ocsp responder url from which the response is received. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param ocspRespFromResponderUrl set the ocspRespFromResponderUrl. */ public void setOcspRespFromResponderUrl(String ocspRespFromResponderUrl) { @@ -122,8 +116,7 @@ public void setOcspRespFromResponderUrl(String ocspRespFromResponderUrl) { * This is the getter method this will return the attribute value. * Signed ocsp response received from the ca's ocsp responder. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return ocspResponse */ public String getOcspResponse() { @@ -134,8 +127,7 @@ public String getOcspResponse() { * This is the setter method to the attribute. * Signed ocsp response received from the ca's ocsp responder. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param ocspResponse set the ocspResponse. */ public void setOcspResponse(String ocspResponse) { @@ -150,8 +142,7 @@ public void setOcspResponse(String ocspResponse) { * OCSP_REVOCATION_REASON_CERTIFICATE_HOLD, OCSP_REVOCATION_REASON_REMOVE_FROM_CRL, OCSP_REVOCATION_REASON_PRIVILEGE_WITHDRAWN, * OCSP_REVOCATION_REASON_AA_COMPROMISE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return revocationReason */ public String getRevocationReason() { @@ -166,8 +157,7 @@ public String getRevocationReason() { * OCSP_REVOCATION_REASON_CERTIFICATE_HOLD, OCSP_REVOCATION_REASON_REMOVE_FROM_CRL, OCSP_REVOCATION_REASON_PRIVILEGE_WITHDRAWN, * OCSP_REVOCATION_REASON_AA_COMPROMISE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param revocationReason set the revocationReason. */ public void setRevocationReason(String revocationReason) { @@ -178,8 +168,7 @@ public void setRevocationReason(String revocationReason) { * This is the getter method this will return the attribute value. * Iso 8601 compatible timestamp at which the certificate was revoked or placed on hold. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return revocationTime */ public String getRevocationTime() { @@ -190,8 +179,7 @@ public String getRevocationTime() { * This is the setter method to the attribute. * Iso 8601 compatible timestamp at which the certificate was revoked or placed on hold. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param revocationTime set the revocationTime. */ public void setRevocationTime(String revocationTime) { @@ -202,8 +190,7 @@ public void setRevocationTime(String revocationTime) { * This is the getter method this will return the attribute value. * The most recent time at which the status being indicated is known by the ocsp responder to have been correct. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return thisUpdate */ public String getThisUpdate() { @@ -214,8 +201,7 @@ public String getThisUpdate() { * This is the setter method to the attribute. * The most recent time at which the status being indicated is known by the ocsp responder to have been correct. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param thisUpdate set the thisUpdate. */ public void setThisUpdate(String thisUpdate) { diff --git a/java/src/com/vmware/avi/sdk/model/OIDCConfig.java b/java/src/com/vmware/avi/sdk/model/OIDCConfig.java index 247096e347..80399b9b1b 100644 --- a/java/src/com/vmware/avi/sdk/model/OIDCConfig.java +++ b/java/src/com/vmware/avi/sdk/model/OIDCConfig.java @@ -36,7 +36,7 @@ public class OIDCConfig { * This is the getter method this will return the attribute value. * Adds openid as one of the scopes enabling openid connect flow. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oidcEnable */ @@ -48,7 +48,7 @@ public Boolean getOidcEnable() { * This is the setter method to the attribute. * Adds openid as one of the scopes enabling openid connect flow. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oidcEnable set the oidcEnable. */ @@ -60,7 +60,7 @@ public void setOidcEnable(Boolean oidcEnable) { * This is the getter method this will return the attribute value. * Fetch profile information by enabling profile scope. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return profile */ @@ -72,7 +72,7 @@ public Boolean getProfile() { * This is the setter method to the attribute. * Fetch profile information by enabling profile scope. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param profile set the profile. */ @@ -84,7 +84,7 @@ public void setProfile(Boolean profile) { * This is the getter method this will return the attribute value. * Fetch profile information from userinfo endpoint. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userinfo */ @@ -96,7 +96,7 @@ public Boolean getUserinfo() { * This is the setter method to the attribute. * Fetch profile information from userinfo endpoint. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userinfo set the userinfo. */ diff --git a/java/src/com/vmware/avi/sdk/model/OShiftK8SConfiguration.java b/java/src/com/vmware/avi/sdk/model/OShiftK8SConfiguration.java index 9a16b44891..bd38394305 100644 --- a/java/src/com/vmware/avi/sdk/model/OShiftK8SConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/OShiftK8SConfiguration.java @@ -185,7 +185,7 @@ public class OShiftK8SConfiguration { /** * This is the getter method this will return the attribute value. * Sync frequency in seconds with frameworks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return appSyncFrequency */ @@ -196,7 +196,7 @@ public Integer getAppSyncFrequency() { /** * This is the setter method to the attribute. * Sync frequency in seconds with frameworks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param appSyncFrequency set the appSyncFrequency. */ @@ -208,7 +208,7 @@ public void setAppSyncFrequency(Integer appSyncFrequency) { * This is the getter method this will return the attribute value. * Auto assign fqdn to a virtual service if a valid fqdn is not configured. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return autoAssignFqdn */ @@ -220,7 +220,7 @@ public Boolean getAutoAssignFqdn() { * This is the setter method to the attribute. * Auto assign fqdn to a virtual service if a valid fqdn is not configured. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param autoAssignFqdn set the autoAssignFqdn. */ @@ -231,7 +231,7 @@ public void setAutoAssignFqdn(Boolean autoAssignFqdn) { /** * This is the getter method this will return the attribute value. * Avi linux bridge subnet on openshift/k8s nodes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return aviBridgeSubnet */ @@ -242,7 +242,7 @@ public IpAddrPrefix getAviBridgeSubnet() { /** * This is the setter method to the attribute. * Avi linux bridge subnet on openshift/k8s nodes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param aviBridgeSubnet set the aviBridgeSubnet. */ @@ -254,7 +254,7 @@ public void setAviBridgeSubnet(IpAddrPrefix aviBridgeSubnet) { * This is the getter method this will return the attribute value. * Uuid of the ucp ca tls cert and key. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caTlsKeyAndCertificateRef */ @@ -266,7 +266,7 @@ public String getCaTlsKeyAndCertificateRef() { * This is the setter method to the attribute. * Uuid of the ucp ca tls cert and key. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param caTlsKeyAndCertificateRef set the caTlsKeyAndCertificateRef. */ @@ -279,7 +279,7 @@ public void setCaTlsKeyAndCertificateRef(String caTlsKeyAndCertificateRef) { * Uuid of the client tls cert and key instead of service account token. * One of client certificate or token is required. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientTlsKeyAndCertificateRef */ @@ -292,7 +292,7 @@ public String getClientTlsKeyAndCertificateRef() { * Uuid of the client tls cert and key instead of service account token. * One of client certificate or token is required. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientTlsKeyAndCertificateRef set the clientTlsKeyAndCertificateRef. */ @@ -306,7 +306,7 @@ public void setClientTlsKeyAndCertificateRef(String clientTlsKeyAndCertificateR * In order to use more than one openshift/k8s cloud on this controller, cluster_tag has to be unique across these clouds. * Changing cluster_tag is disruptive as all virtual services in the cloud will be recreated. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterTag */ @@ -320,7 +320,7 @@ public String getClusterTag() { * In order to use more than one openshift/k8s cloud on this controller, cluster_tag has to be unique across these clouds. * Changing cluster_tag is disruptive as all virtual services in the cloud will be recreated. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterTag set the clusterTag. */ @@ -332,7 +332,7 @@ public void setClusterTag(String clusterTag) { * This is the getter method this will return the attribute value. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. * By default, ports 80, 8080, 443, 8443 are considered http. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return containerPortMatchHttpService */ @@ -344,7 +344,7 @@ public Boolean getContainerPortMatchHttpService() { * This is the setter method to the attribute. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. * By default, ports 80, 8080, 443, 8443 are considered http. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param containerPortMatchHttpService set the containerPortMatchHttpService. */ @@ -357,7 +357,7 @@ public void setContainerPortMatchHttpService(Boolean containerPortMatchHttpServ * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @return coredumpDirectory */ @@ -370,7 +370,7 @@ public String getCoredumpDirectory() { * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @param coredumpDirectory set the coredumpDirectory. */ @@ -382,7 +382,7 @@ public void setCoredumpDirectory(String coredumpDirectory) { * This is the getter method this will return the attribute value. * If there is no explicit east_west_placement field in virtualservice configuration, treat service as a east-west service; default services such a * openshift api server do not have virtualservice configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return defaultServiceAsEastWestService */ @@ -394,7 +394,7 @@ public Boolean getDefaultServiceAsEastWestService() { * This is the setter method to the attribute. * If there is no explicit east_west_placement field in virtualservice configuration, treat service as a east-west service; default services such a * openshift api server do not have virtualservice configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param defaultServiceAsEastWestService set the defaultServiceAsEastWestService. */ @@ -405,7 +405,7 @@ public void setDefaultServiceAsEastWestService(Boolean defaultServiceAsEastWest /** * This is the getter method this will return the attribute value. * Disable auto service sync for back end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoBackendServiceSync */ @@ -416,7 +416,7 @@ public Boolean getDisableAutoBackendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for back end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoBackendServiceSync set the disableAutoBackendServiceSync. */ @@ -427,7 +427,7 @@ public void setDisableAutoBackendServiceSync(Boolean disableAutoBackendServiceS /** * This is the getter method this will return the attribute value. * Disable auto service sync for front end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoFrontendServiceSync */ @@ -438,7 +438,7 @@ public Boolean getDisableAutoFrontendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for front end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoFrontendServiceSync set the disableAutoFrontendServiceSync. */ @@ -450,7 +450,7 @@ public void setDisableAutoFrontendServiceSync(Boolean disableAutoFrontendServic * This is the getter method this will return the attribute value. * Disable auto sync for gslb services. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoGsSync */ @@ -462,7 +462,7 @@ public Boolean getDisableAutoGsSync() { * This is the setter method to the attribute. * Disable auto sync for gslb services. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoGsSync set the disableAutoGsSync. */ @@ -473,7 +473,7 @@ public void setDisableAutoGsSync(Boolean disableAutoGsSync) { /** * This is the getter method this will return the attribute value. * Disable se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoSeCreation */ @@ -484,7 +484,7 @@ public Boolean getDisableAutoSeCreation() { /** * This is the setter method to the attribute. * Disable se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoSeCreation set the disableAutoSeCreation. */ @@ -496,7 +496,7 @@ public void setDisableAutoSeCreation(Boolean disableAutoSeCreation) { * This is the getter method this will return the attribute value. * Host docker server unix socket endpoint. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/run/docker.sock". * @return dockerEndpoint */ @@ -508,7 +508,7 @@ public String getDockerEndpoint() { * This is the setter method to the attribute. * Host docker server unix socket endpoint. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/run/docker.sock". * @param dockerEndpoint set the dockerEndpoint. */ @@ -519,7 +519,7 @@ public void setDockerEndpoint(String dockerEndpoint) { /** * This is the getter method this will return the attribute value. * Docker registry for serviceengine image. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dockerRegistrySe */ @@ -530,7 +530,7 @@ public DockerRegistry getDockerRegistrySe() { /** * This is the setter method to the attribute. * Docker registry for serviceengine image. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dockerRegistrySe set the dockerRegistrySe. */ @@ -541,7 +541,7 @@ public void setDockerRegistrySe(DockerRegistry dockerRegistrySe) { /** * This is the getter method this will return the attribute value. * Match against this prefix when placing east-west vss on ses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eastWestPlacementSubnet */ @@ -552,7 +552,7 @@ public IpAddrPrefix getEastWestPlacementSubnet() { /** * This is the setter method to the attribute. * Match against this prefix when placing east-west vss on ses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eastWestPlacementSubnet set the eastWestPlacementSubnet. */ @@ -563,7 +563,7 @@ public void setEastWestPlacementSubnet(IpAddrPrefix eastWestPlacementSubnet) { /** * This is the getter method this will return the attribute value. * Enable kubernetes event subscription. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableEventSubscription */ @@ -574,7 +574,7 @@ public Boolean getEnableEventSubscription() { /** * This is the setter method to the attribute. * Enable kubernetes event subscription. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableEventSubscription set the enableEventSubscription. */ @@ -588,7 +588,7 @@ public void setEnableEventSubscription(Boolean enableEventSubscription) { * The default state is to enable this behavior. * Note toggling this knob only affects any new routes/ingresses, existing routes/ingresses present in avi will continue to function as-is. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableRouteIngressHardening */ @@ -602,7 +602,7 @@ public Boolean getEnableRouteIngressHardening() { * The default state is to enable this behavior. * Note toggling this knob only affects any new routes/ingresses, existing routes/ingresses present in avi will continue to function as-is. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableRouteIngressHardening set the enableRouteIngressHardening. */ @@ -613,7 +613,7 @@ public void setEnableRouteIngressHardening(Boolean enableRouteIngressHardening) /** * This is the getter method this will return the attribute value. * Enable proxy arp from host interface for front end proxies. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return feproxyVipsEnableProxyArp */ @@ -624,7 +624,7 @@ public Boolean getFeproxyVipsEnableProxyArp() { /** * This is the setter method to the attribute. * Enable proxy arp from host interface for front end proxies. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param feproxyVipsEnableProxyArp set the feproxyVipsEnableProxyArp. */ @@ -635,7 +635,7 @@ public void setFeproxyVipsEnableProxyArp(Boolean feproxyVipsEnableProxyArp) { * This is the getter method this will return the attribute value. * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80, 8080, 443 and 8443. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -647,7 +647,7 @@ public List getHttpContainerPorts() { * This is the setter method. this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80, 8080, 443 and 8443. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -659,7 +659,7 @@ public void setHttpContainerPorts(List httpContainerPorts) { * This is the setter method this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80, 8080, 443 and 8443. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -674,7 +674,7 @@ public OShiftK8SConfiguration addHttpContainerPortsItem(Integer httpContainerPor * This is the getter method this will return the attribute value. * Do not sync applications only for ingress that have these exclude attributes configured. * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ingExcludeAttributes */ @@ -686,7 +686,7 @@ public List getIngExcludeAttributes() { * This is the setter method. this will set the ingExcludeAttributes * Do not sync applications only for ingress that have these exclude attributes configured. * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ingExcludeAttributes */ @@ -698,7 +698,7 @@ public void setIngExcludeAttributes(List ingExcludeAttributes) { * This is the setter method this will set the ingExcludeAttributes * Do not sync applications only for ingress that have these exclude attributes configured. * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ingExcludeAttributes */ @@ -715,7 +715,7 @@ public OShiftK8SConfiguration addIngExcludeAttributesItem(IngAttribute ingExclud * Default values are populated for this field if not provided. * The default value are 'attribute' 'kubernetes.io/ingress.class', 'value' 'avi'. * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ingIncludeAttributes */ @@ -729,7 +729,7 @@ public List getIngIncludeAttributes() { * Default values are populated for this field if not provided. * The default value are 'attribute' 'kubernetes.io/ingress.class', 'value' 'avi'. * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ingIncludeAttributes */ @@ -743,7 +743,7 @@ public void setIngIncludeAttributes(List ingIncludeAttributes) { * Default values are populated for this field if not provided. * The default value are 'attribute' 'kubernetes.io/ingress.class', 'value' 'avi'. * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ingIncludeAttributes */ @@ -758,7 +758,7 @@ public OShiftK8SConfiguration addIngIncludeAttributesItem(IngAttribute ingInclud /** * This is the getter method this will return the attribute value. * Perform layer4 (tcp/udp) health monitoring even for layer7 (http) pools. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return l4HealthMonitoring */ @@ -769,7 +769,7 @@ public Boolean getL4HealthMonitoring() { /** * This is the setter method to the attribute. * Perform layer4 (tcp/udp) health monitoring even for layer7 (http) pools. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param l4HealthMonitoring set the l4HealthMonitoring. */ @@ -781,7 +781,7 @@ public void setL4HealthMonitoring(Boolean l4HealthMonitoring) { * List of openshift/kubernetes master nodes; in case of a load balanced openshift/k8s cluster, use virtual ip of the cluster. * Each node is of the form node 8443 or http //node 8080. * If scheme is not provided, https is assumed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return masterNodes */ @@ -794,7 +794,7 @@ public List getMasterNodes() { * List of openshift/kubernetes master nodes; in case of a load balanced openshift/k8s cluster, use virtual ip of the cluster. * Each node is of the form node 8443 or http //node 8080. * If scheme is not provided, https is assumed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return masterNodes */ @@ -807,7 +807,7 @@ public void setMasterNodes(List masterNodes) { * List of openshift/kubernetes master nodes; in case of a load balanced openshift/k8s cluster, use virtual ip of the cluster. * Each node is of the form node 8443 or http //node 8080. * If scheme is not provided, https is assumed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return masterNodes */ @@ -823,7 +823,7 @@ public OShiftK8SConfiguration addMasterNodesItem(String masterNodesItem) { * This is the getter method this will return the attribute value. * Openshift/k8s node label to be used as openshift/k8s node's availability zone in a dual availability zone deployment. * Serviceengines belonging to the availability zone will be rebooted during a manual dr failover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeAvailabilityZoneLabel */ @@ -835,7 +835,7 @@ public String getNodeAvailabilityZoneLabel() { * This is the setter method to the attribute. * Openshift/k8s node label to be used as openshift/k8s node's availability zone in a dual availability zone deployment. * Serviceengines belonging to the availability zone will be rebooted during a manual dr failover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeAvailabilityZoneLabel set the nodeAvailabilityZoneLabel. */ @@ -847,7 +847,7 @@ public void setNodeAvailabilityZoneLabel(String nodeAvailabilityZoneLabel) { * Syncing of applications is disabled only for namespaces/projects that have these exclude attributes configured. * If there are apps synced already for these namespaces, they will be removed from avi. * Field introduced in 17.1.9,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsExcludeAttributes */ @@ -860,7 +860,7 @@ public List getNsExcludeAttributes() { * Syncing of applications is disabled only for namespaces/projects that have these exclude attributes configured. * If there are apps synced already for these namespaces, they will be removed from avi. * Field introduced in 17.1.9,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsExcludeAttributes */ @@ -873,7 +873,7 @@ public void setNsExcludeAttributes(List nsExcludeAttributes) { * Syncing of applications is disabled only for namespaces/projects that have these exclude attributes configured. * If there are apps synced already for these namespaces, they will be removed from avi. * Field introduced in 17.1.9,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsExcludeAttributes */ @@ -888,7 +888,7 @@ public OShiftK8SConfiguration addNsExcludeAttributesItem(MesosAttribute nsExclud * This is the getter method this will return the attribute value. * Sync applications only for namespaces/projects that have these include attributes configured. * Field introduced in 17.1.9,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsIncludeAttributes */ @@ -900,7 +900,7 @@ public List getNsIncludeAttributes() { * This is the setter method. this will set the nsIncludeAttributes * Sync applications only for namespaces/projects that have these include attributes configured. * Field introduced in 17.1.9,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsIncludeAttributes */ @@ -912,7 +912,7 @@ public void setNsIncludeAttributes(List nsIncludeAttributes) { * This is the setter method this will set the nsIncludeAttributes * Sync applications only for namespaces/projects that have these include attributes configured. * Field introduced in 17.1.9,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsIncludeAttributes */ @@ -930,7 +930,7 @@ public OShiftK8SConfiguration addNsIncludeAttributesItem(MesosAttribute nsInclud * Sharding is done by hashing on the namespace of the ingress/route object. * This knob is valid only if shared_virtualservice_namespace flag is set. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return numShards */ @@ -944,7 +944,7 @@ public Integer getNumShards() { * Sharding is done by hashing on the namespace of the ingress/route object. * This knob is valid only if shared_virtualservice_namespace flag is set. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param numShards set the numShards. */ @@ -956,7 +956,7 @@ public void setNumShards(Integer numShards) { * This is the getter method this will return the attribute value. * Override service ports with well known ports (80/443) for http/https route/ingress virtualservices. * Field introduced in 17.2.12,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return overrideServicePorts */ @@ -968,7 +968,7 @@ public Boolean getOverrideServicePorts() { * This is the setter method to the attribute. * Override service ports with well known ports (80/443) for http/https route/ingress virtualservices. * Field introduced in 17.2.12,18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param overrideServicePorts set the overrideServicePorts. */ @@ -982,7 +982,7 @@ public void setOverrideServicePorts(Boolean overrideServicePorts) { * This could be used in scenarios where host based volumes are ephemeral. * Refer https //kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims for more details on the usage of this field. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return persistentVolumeClaim */ @@ -996,7 +996,7 @@ public String getPersistentVolumeClaim() { * This could be used in scenarios where host based volumes are ephemeral. * Refer https //kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims for more details on the usage of this field. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param persistentVolumeClaim set the persistentVolumeClaim. */ @@ -1015,7 +1015,7 @@ public void setPersistentVolumeClaim(String persistentVolumeClaim) { * Handling north-south traffic originating from with in the node when the default gateway for outgoing traffic of vs is configured.4. * Handling the container/pod traffic by adding the routes in the container/pod. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routes */ @@ -1035,7 +1035,7 @@ public List getRoutes() { * Handling north-south traffic originating from with in the node when the default gateway for outgoing traffic of vs is configured.4. * Handling the container/pod traffic by adding the routes in the container/pod. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routes */ @@ -1055,7 +1055,7 @@ public void setRoutes(List routes) { * Handling north-south traffic originating from with in the node when the default gateway for outgoing traffic of vs is configured.4. * Handling the container/pod traffic by adding the routes in the container/pod. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routes */ @@ -1072,7 +1072,7 @@ public OShiftK8SConfiguration addRoutesItem(RouteInfo routesItem) { * Cluster uses overlay based sdn. * Enable this flag if cluster uses a overlay based sdn for openshift, flannel, weave, nuage. * Disable for routed mode. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sdnOverlay */ @@ -1085,7 +1085,7 @@ public Boolean getSdnOverlay() { * Cluster uses overlay based sdn. * Enable this flag if cluster uses a overlay based sdn for openshift, flannel, weave, nuage. * Disable for routed mode. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sdnOverlay set the sdnOverlay. */ @@ -1097,7 +1097,7 @@ public void setSdnOverlay(Boolean sdnOverlay) { * This is the getter method this will return the attribute value. * Use ssh/pod for se deployment. * Enum options - SE_CREATE_FLEET, SE_CREATE_SSH, SE_CREATE_POD. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CREATE_POD". * @return seDeploymentMethod */ @@ -1109,7 +1109,7 @@ public String getSeDeploymentMethod() { * This is the setter method to the attribute. * Use ssh/pod for se deployment. * Enum options - SE_CREATE_FLEET, SE_CREATE_SSH, SE_CREATE_POD. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CREATE_POD". * @param seDeploymentMethod set the seDeploymentMethod. */ @@ -1119,7 +1119,7 @@ public void setSeDeploymentMethod(String seDeploymentMethod) { /** * This is the getter method this will return the attribute value. * Exclude hosts with attributes for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -1130,7 +1130,7 @@ public List getSeExcludeAttributes() { /** * This is the setter method. this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -1141,7 +1141,7 @@ public void setSeExcludeAttributes(List seExcludeAttributes) { /** * This is the setter method this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -1158,7 +1158,7 @@ public OShiftK8SConfiguration addSeExcludeAttributesItem(MesosAttribute seExclud * Openshift/k8s secret name to be used for private docker repos when deploying se as a pod. * Reference link https //kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/. * Field introduced in 17.2.13,18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seImagePullSecret */ @@ -1171,7 +1171,7 @@ public String getSeImagePullSecret() { * Openshift/k8s secret name to be used for private docker repos when deploying se as a pod. * Reference link https //kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/. * Field introduced in 17.2.13,18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seImagePullSecret set the seImagePullSecret. */ @@ -1181,7 +1181,7 @@ public void setSeImagePullSecret(String seImagePullSecret) { /** * This is the getter method this will return the attribute value. * Create ses just on hosts with include attributes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -1192,7 +1192,7 @@ public List getSeIncludeAttributes() { /** * This is the setter method. this will set the seIncludeAttributes * Create ses just on hosts with include attributes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -1203,7 +1203,7 @@ public void setSeIncludeAttributes(List seIncludeAttributes) { /** * This is the setter method this will set the seIncludeAttributes * Create ses just on hosts with include attributes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -1223,7 +1223,7 @@ public OShiftK8SConfiguration addSeIncludeAttributesItem(MesosAttribute seInclud * Setting this value is a disruptive operation and assumes the namespace exists in kubernetes. * 'default' namespace is picked if this field is unset. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return seNamespace */ @@ -1239,7 +1239,7 @@ public String getSeNamespace() { * Setting this value is a disruptive operation and assumes the namespace exists in kubernetes. * 'default' namespace is picked if this field is unset. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param seNamespace set the seNamespace. */ @@ -1250,7 +1250,7 @@ public void setSeNamespace(String seNamespace) { * This is the getter method this will return the attribute value. * Match se pod tolerations against taints of openshift/k8s nodes https //kubernetes.io/docs/concepts/configuration/taint-and-toleration/. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePodTolerations */ @@ -1262,7 +1262,7 @@ public List getSePodTolerations() { * This is the setter method. this will set the sePodTolerations * Match se pod tolerations against taints of openshift/k8s nodes https //kubernetes.io/docs/concepts/configuration/taint-and-toleration/. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePodTolerations */ @@ -1274,7 +1274,7 @@ public void setSePodTolerations(List sePodTolerations) { * This is the setter method this will set the sePodTolerations * Match se pod tolerations against taints of openshift/k8s nodes https //kubernetes.io/docs/concepts/configuration/taint-and-toleration/. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePodTolerations */ @@ -1293,7 +1293,7 @@ public OShiftK8SConfiguration addSePodTolerationsItem(PodToleration sePodTolerat * If the priority class doesn't exist while assigning this field, the se pods may not start. * If empty no priority class will be used for deploying se pods (default behaviour). * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePriorityClass */ @@ -1308,7 +1308,7 @@ public String getSePriorityClass() { * If the priority class doesn't exist while assigning this field, the se pods may not start. * If empty no priority class will be used for deploying se pods (default behaviour). * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePriorityClass set the sePriorityClass. */ @@ -1320,7 +1320,7 @@ public void setSePriorityClass(String sePriorityClass) { * This is the getter method this will return the attribute value. * Restart serviceengines by batch on serviceenginegroup updates (cpu, memory..etc). * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seRestartBatchSize */ @@ -1332,7 +1332,7 @@ public Integer getSeRestartBatchSize() { * This is the setter method to the attribute. * Restart serviceengines by batch on serviceenginegroup updates (cpu, memory..etc). * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seRestartBatchSize set the seRestartBatchSize. */ @@ -1344,7 +1344,7 @@ public void setSeRestartBatchSize(Integer seRestartBatchSize) { * This is the getter method this will return the attribute value. * Restart serviceengines forcely if virtualservices failed to migrate to another se. * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seRestartForce */ @@ -1356,7 +1356,7 @@ public Boolean getSeRestartForce() { * This is the setter method to the attribute. * Restart serviceengines forcely if virtualservices failed to migrate to another se. * Field introduced in 17.2.15, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seRestartForce set the seRestartForce. */ @@ -1367,7 +1367,7 @@ public void setSeRestartForce(Boolean seRestartForce) { /** * This is the getter method this will return the attribute value. * Host volume to be used as a disk for avi se, this is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/avi". * @return seVolume */ @@ -1378,7 +1378,7 @@ public String getSeVolume() { /** * This is the setter method to the attribute. * Host volume to be used as a disk for avi se, this is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/avi". * @param seVolume set the seVolume. */ @@ -1393,7 +1393,7 @@ public void setSeVolume(String seVolume) { * Enabling this would exclude egress services from 'disable_auto_backend_service_sync' (if set) behaviour. * Note access credentials must have cluster-admin role privileges. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return secureEgressMode */ @@ -1408,7 +1408,7 @@ public Boolean getSecureEgressMode() { * Enabling this would exclude egress services from 'disable_auto_backend_service_sync' (if set) behaviour. * Note access credentials must have cluster-admin role privileges. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param secureEgressMode set the secureEgressMode. */ @@ -1420,7 +1420,7 @@ public void setSecureEgressMode(Boolean secureEgressMode) { * This is the getter method this will return the attribute value. * Authorization token for service account instead of client certificate. * One of client certificate or token is required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceAccountToken */ @@ -1432,7 +1432,7 @@ public String getServiceAccountToken() { * This is the setter method to the attribute. * Authorization token for service account instead of client certificate. * One of client certificate or token is required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceAccountToken set the serviceAccountToken. */ @@ -1445,7 +1445,7 @@ public void setServiceAccountToken(String serviceAccountToken) { * Prefix to be used for shard vs name when num_shards knob is non zero. * Format for shard vs name will be --cloudname-segroupname. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shardPrefix */ @@ -1458,7 +1458,7 @@ public String getShardPrefix() { * Prefix to be used for shard vs name when num_shards knob is non zero. * Format for shard vs name will be --cloudname-segroupname. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shardPrefix set the shardPrefix. */ @@ -1471,7 +1471,7 @@ public void setShardPrefix(String shardPrefix) { * Projects/namespaces use a shared virtualservice for http/https routes and ingress objects unless overriden by the avi_virtualservice * dedicated|shared annotation. * Field introduced in 17.1.9,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return sharedVirtualserviceNamespace */ @@ -1484,7 +1484,7 @@ public Boolean getSharedVirtualserviceNamespace() { * Projects/namespaces use a shared virtualservice for http/https routes and ingress objects unless overriden by the avi_virtualservice * dedicated|shared annotation. * Field introduced in 17.1.9,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param sharedVirtualserviceNamespace set the sharedVirtualserviceNamespace. */ @@ -1497,7 +1497,7 @@ public void setSharedVirtualserviceNamespace(Boolean sharedVirtualserviceNamesp * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshUserRef */ @@ -1510,7 +1510,7 @@ public String getSshUserRef() { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sshUserRef set the sshUserRef. */ @@ -1522,7 +1522,7 @@ public void setSshUserRef(String sshUserRef) { * This is the getter method this will return the attribute value. * Allow the not_ready_addresses in the kubernetes endpoint object to be added as servers in the avi pool object. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return syncNotReadyAddresses */ @@ -1534,7 +1534,7 @@ public Boolean getSyncNotReadyAddresses() { * This is the setter method to the attribute. * Allow the not_ready_addresses in the kubernetes endpoint object to be added as servers in the avi pool object. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param syncNotReadyAddresses set the syncNotReadyAddresses. */ @@ -1545,7 +1545,7 @@ public void setSyncNotReadyAddresses(Boolean syncNotReadyAddresses) { /** * This is the getter method this will return the attribute value. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useControllerImage */ @@ -1556,7 +1556,7 @@ public Boolean getUseControllerImage() { /** * This is the setter method to the attribute. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useControllerImage set the useControllerImage. */ @@ -1569,7 +1569,7 @@ public void setUseControllerImage(Boolean useControllerImage) { * Use openshift/kubernetes resource definition and annotations as single-source-of-truth. * Any changes made in avi controller via ui or cli will be overridden by values provided in annotations. * Field introduced in 17.2.13, 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useResourceDefinitionAsSsot */ @@ -1582,7 +1582,7 @@ public Boolean getUseResourceDefinitionAsSsot() { * Use openshift/kubernetes resource definition and annotations as single-source-of-truth. * Any changes made in avi controller via ui or cli will be overridden by values provided in annotations. * Field introduced in 17.2.13, 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useResourceDefinitionAsSsot set the useResourceDefinitionAsSsot. */ @@ -1594,7 +1594,7 @@ public void setUseResourceDefinitionAsSsot(Boolean useResourceDefinitionAsSsot) * This is the getter method this will return the attribute value. * Enable virtualservice placement on service engines on nodes with scheduling disabled. * When false, service engines are disabled on nodes where scheduling is disabled. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useSchedulingDisabledNodes */ @@ -1606,7 +1606,7 @@ public Boolean getUseSchedulingDisabledNodes() { * This is the setter method to the attribute. * Enable virtualservice placement on service engines on nodes with scheduling disabled. * When false, service engines are disabled on nodes where scheduling is disabled. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useSchedulingDisabledNodes set the useSchedulingDisabledNodes. */ @@ -1617,7 +1617,7 @@ public void setUseSchedulingDisabledNodes(Boolean useSchedulingDisabledNodes) { /** * This is the getter method this will return the attribute value. * Use cluster ip of service as vip for east-west services; this option requires that kube proxy is disabled on all nodes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useServiceClusterIpAsEwVip */ @@ -1628,7 +1628,7 @@ public Boolean getUseServiceClusterIpAsEwVip() { /** * This is the setter method to the attribute. * Use cluster ip of service as vip for east-west services; this option requires that kube proxy is disabled on all nodes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useServiceClusterIpAsEwVip set the useServiceClusterIpAsEwVip. */ @@ -1640,7 +1640,7 @@ public void setUseServiceClusterIpAsEwVip(Boolean useServiceClusterIpAsEwVip) { * This is the getter method this will return the attribute value. * Virtualservice default gateway if multiple nics are present in the host. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipDefaultGateway */ @@ -1652,7 +1652,7 @@ public IpAddr getVipDefaultGateway() { * This is the setter method to the attribute. * Virtualservice default gateway if multiple nics are present in the host. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipDefaultGateway set the vipDefaultGateway. */ diff --git a/java/src/com/vmware/avi/sdk/model/OauthLog.java b/java/src/com/vmware/avi/sdk/model/OauthLog.java index 2dcb585141..c99c695815 100644 --- a/java/src/com/vmware/avi/sdk/model/OauthLog.java +++ b/java/src/com/vmware/avi/sdk/model/OauthLog.java @@ -57,7 +57,7 @@ public class OauthLog { * This is the getter method this will return the attribute value. * Authentication policy rule match. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authnRuleMatch */ @@ -69,7 +69,7 @@ public AuthnRuleMatch getAuthnRuleMatch() { * This is the setter method to the attribute. * Authentication policy rule match. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authnRuleMatch set the authnRuleMatch. */ @@ -81,7 +81,7 @@ public void setAuthnRuleMatch(AuthnRuleMatch authnRuleMatch) { * This is the getter method this will return the attribute value. * Authorization policy rule match. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authzRuleMatch */ @@ -93,7 +93,7 @@ public AuthzRuleMatch getAuthzRuleMatch() { * This is the setter method to the attribute. * Authorization policy rule match. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authzRuleMatch set the authzRuleMatch. */ @@ -105,7 +105,7 @@ public void setAuthzRuleMatch(AuthzRuleMatch authzRuleMatch) { * This is the getter method this will return the attribute value. * Oauth sessioncookie expired. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isSessionCookieExpired */ @@ -117,7 +117,7 @@ public Boolean getIsSessionCookieExpired() { * This is the setter method to the attribute. * Oauth sessioncookie expired. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isSessionCookieExpired set the isSessionCookieExpired. */ @@ -129,7 +129,7 @@ public void setIsSessionCookieExpired(Boolean isSessionCookieExpired) { * This is the getter method this will return the attribute value. * Subrequest info related to fetching jwks keys from jwks uri endpoint. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwksSubrequest */ @@ -141,7 +141,7 @@ public OauthSubRequestLog getJwksSubrequest() { * This is the setter method to the attribute. * Subrequest info related to fetching jwks keys from jwks uri endpoint. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwksSubrequest set the jwksSubrequest. */ @@ -157,7 +157,7 @@ public void setJwksSubrequest(OauthSubRequestLog jwksSubrequest) { * OAUTH_STATE_REFRESH_TOKEN_REQUEST, OAUTH_STATE_REFRESH_TOKEN_RESPONSE, OAUTH_STATE_JWKS_URI_REQUEST, OAUTH_STATE_JWKS_URI_RESPONSE, * OAUTH_STATE_USERINFO_REQUEST, OAUTH_STATE_USERINFO_RESPONSE. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthState */ @@ -173,7 +173,7 @@ public String getOauthState() { * OAUTH_STATE_REFRESH_TOKEN_REQUEST, OAUTH_STATE_REFRESH_TOKEN_RESPONSE, OAUTH_STATE_JWKS_URI_REQUEST, OAUTH_STATE_JWKS_URI_RESPONSE, * OAUTH_STATE_USERINFO_REQUEST, OAUTH_STATE_USERINFO_RESPONSE. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oauthState set the oauthState. */ @@ -185,7 +185,7 @@ public void setOauthState(String oauthState) { * This is the getter method this will return the attribute value. * Oauth request state to avoid csrf atatcks. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -197,7 +197,7 @@ public String getState() { * This is the setter method to the attribute. * Oauth request state to avoid csrf atatcks. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -209,7 +209,7 @@ public void setState(String state) { * This is the getter method this will return the attribute value. * Subrequest info related to the code exchange flow. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokenExchangeSubrequest */ @@ -221,7 +221,7 @@ public OauthSubRequestLog getTokenExchangeSubrequest() { * This is the setter method to the attribute. * Subrequest info related to the code exchange flow. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tokenExchangeSubrequest set the tokenExchangeSubrequest. */ @@ -233,7 +233,7 @@ public void setTokenExchangeSubrequest(OauthSubRequestLog tokenExchangeSubreques * This is the getter method this will return the attribute value. * Subrequest info related to token introspection. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokenIntrospectionSubrequest */ @@ -245,7 +245,7 @@ public OauthSubRequestLog getTokenIntrospectionSubrequest() { * This is the setter method to the attribute. * Subrequest info related to token introspection. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tokenIntrospectionSubrequest set the tokenIntrospectionSubrequest. */ @@ -257,7 +257,7 @@ public void setTokenIntrospectionSubrequest(OauthSubRequestLog tokenIntrospectio * This is the getter method this will return the attribute value. * Subrequest info related to refresh access token flow. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokenRefreshSubrequest */ @@ -269,7 +269,7 @@ public OauthSubRequestLog getTokenRefreshSubrequest() { * This is the setter method to the attribute. * Subrequest info related to refresh access token flow. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tokenRefreshSubrequest set the tokenRefreshSubrequest. */ @@ -281,7 +281,7 @@ public void setTokenRefreshSubrequest(OauthSubRequestLog tokenRefreshSubrequest) * This is the getter method this will return the attribute value. * Subrequest info related to fetching userinfo from userinfo endpoint. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userinfoSubrequest */ @@ -293,7 +293,7 @@ public OauthSubRequestLog getUserinfoSubrequest() { * This is the setter method to the attribute. * Subrequest info related to fetching userinfo from userinfo endpoint. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userinfoSubrequest set the userinfoSubrequest. */ diff --git a/java/src/com/vmware/avi/sdk/model/OauthSubRequestLog.java b/java/src/com/vmware/avi/sdk/model/OauthSubRequestLog.java index ca21b910c4..b52bd37f96 100644 --- a/java/src/com/vmware/avi/sdk/model/OauthSubRequestLog.java +++ b/java/src/com/vmware/avi/sdk/model/OauthSubRequestLog.java @@ -36,7 +36,7 @@ public class OauthSubRequestLog { * This is the getter method this will return the attribute value. * Error code. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorCode */ @@ -48,7 +48,7 @@ public String getErrorCode() { * This is the setter method to the attribute. * Error code. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorCode set the errorCode. */ @@ -60,7 +60,7 @@ public void setErrorCode(String errorCode) { * This is the getter method this will return the attribute value. * Error description. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorDescription */ @@ -72,7 +72,7 @@ public String getErrorDescription() { * This is the setter method to the attribute. * Error description. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorDescription set the errorDescription. */ @@ -84,7 +84,7 @@ public void setErrorDescription(String errorDescription) { * This is the getter method this will return the attribute value. * Subrequest info related to the oauth flow. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subRequestLog */ @@ -96,7 +96,7 @@ public SubRequestLog getSubRequestLog() { * This is the setter method to the attribute. * Subrequest info related to the oauth flow. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subRequestLog set the subRequestLog. */ diff --git a/java/src/com/vmware/avi/sdk/model/ObjSyncConfig.java b/java/src/com/vmware/avi/sdk/model/ObjSyncConfig.java index f1a10774f5..39bcd924b1 100644 --- a/java/src/com/vmware/avi/sdk/model/ObjSyncConfig.java +++ b/java/src/com/vmware/avi/sdk/model/ObjSyncConfig.java @@ -22,7 +22,7 @@ @JsonInclude(JsonInclude.Include.NON_NULL) public class ObjSyncConfig { @JsonProperty("objsync_cpu_limit") - private Integer objsyncCpuLimit = 30; + private Integer objsyncCpuLimit = 0; @JsonProperty("objsync_hub_elect_interval") private Integer objsyncHubElectInterval = 60; @@ -35,11 +35,12 @@ public class ObjSyncConfig { /** * This is the getter method this will return the attribute value. * Se cpu limit for interse object distribution. - * Allowed values are 15-80. + * Allowed values are 0-100. + * Special values are 0- no restriction. * Field introduced in 20.1.3. * Unit is percent. - * 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 30. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return objsyncCpuLimit */ public Integer getObjsyncCpuLimit() { @@ -49,11 +50,12 @@ public Integer getObjsyncCpuLimit() { /** * This is the setter method to the attribute. * Se cpu limit for interse object distribution. - * Allowed values are 15-80. + * Allowed values are 0-100. + * Special values are 0- no restriction. * Field introduced in 20.1.3. * Unit is percent. - * 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 30. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param objsyncCpuLimit set the objsyncCpuLimit. */ public void setObjsyncCpuLimit(Integer objsyncCpuLimit) { @@ -66,7 +68,7 @@ public void setObjsyncCpuLimit(Integer objsyncCpuLimit) { * Allowed values are 30-300. * Field introduced in 20.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return objsyncHubElectInterval */ @@ -80,7 +82,7 @@ public Integer getObjsyncHubElectInterval() { * Allowed values are 30-300. * Field introduced in 20.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param objsyncHubElectInterval set the objsyncHubElectInterval. */ @@ -94,7 +96,7 @@ public void setObjsyncHubElectInterval(Integer objsyncHubElectInterval) { * Allowed values are 1-120. * Field introduced in 20.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return objsyncReconcileInterval */ @@ -108,7 +110,7 @@ public Integer getObjsyncReconcileInterval() { * Allowed values are 1-120. * Field introduced in 20.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param objsyncReconcileInterval set the objsyncReconcileInterval. */ diff --git a/java/src/com/vmware/avi/sdk/model/ObjectRule.java b/java/src/com/vmware/avi/sdk/model/ObjectRule.java new file mode 100644 index 0000000000..c0ba115311 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/ObjectRule.java @@ -0,0 +1,143 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The ObjectRule is a POJO class extends AviRestResource that used for creating + * ObjectRule. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class ObjectRule { + @JsonProperty("action") + private RetentionAction action; + + @JsonProperty("limit") + private Integer limit; + + @JsonProperty("model_name") + private String modelName; + + + + /** + * This is the getter method this will return the attribute value. + * Action to trigger when policy conditions are met. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return action + */ + public RetentionAction getAction() { + return action; + } + + /** + * This is the setter method to the attribute. + * Action to trigger when policy conditions are met. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @param action set the action. + */ + public void setAction(RetentionAction action) { + this.action = action; + } + + /** + * This is the getter method this will return the attribute value. + * Maximum number of objects allowed in the system. + * When the limit exceeds, action is invoked for the oldest objects. + * Allowed values are 1-100000. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return limit + */ + public Integer getLimit() { + return limit; + } + + /** + * This is the setter method to the attribute. + * Maximum number of objects allowed in the system. + * When the limit exceeds, action is invoked for the oldest objects. + * Allowed values are 1-100000. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param limit set the limit. + */ + public void setLimit(Integer limit) { + this.limit = limit; + } + + /** + * This is the getter method this will return the attribute value. + * Name of the object model. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return modelName + */ + public String getModelName() { + return modelName; + } + + /** + * This is the setter method to the attribute. + * Name of the object model. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @param modelName set the modelName. + */ + public void setModelName(String modelName) { + this.modelName = modelName; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ObjectRule objObjectRule = (ObjectRule) o; + return Objects.equals(this.action, objObjectRule.action)&& + Objects.equals(this.modelName, objObjectRule.modelName)&& + Objects.equals(this.limit, objObjectRule.limit); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ObjectRule {\n"); + sb.append(" action: ").append(toIndentedString(action)).append("\n"); + sb.append(" limit: ").append(toIndentedString(limit)).append("\n"); + sb.append(" modelName: ").append(toIndentedString(modelName)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/OmittedWafLogStats.java b/java/src/com/vmware/avi/sdk/model/OmittedWafLogStats.java index 54f8d73b66..97b3e95d22 100644 --- a/java/src/com/vmware/avi/sdk/model/OmittedWafLogStats.java +++ b/java/src/com/vmware/avi/sdk/model/OmittedWafLogStats.java @@ -33,7 +33,7 @@ public class OmittedWafLogStats { * This is the getter method this will return the attribute value. * The total count of omitted match element logs in all rules. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return matchElements */ @@ -45,7 +45,7 @@ public Integer getMatchElements() { * This is the setter method to the attribute. * The total count of omitted match element logs in all rules. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param matchElements set the matchElements. */ @@ -57,7 +57,7 @@ public void setMatchElements(Integer matchElements) { * This is the getter method this will return the attribute value. * The total count of omitted rule logs. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return rules */ @@ -69,7 +69,7 @@ public Integer getRules() { * This is the setter method to the attribute. * The total count of omitted rule logs. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param rules set the rules. */ diff --git a/java/src/com/vmware/avi/sdk/model/OpaqueTokenValidationParams.java b/java/src/com/vmware/avi/sdk/model/OpaqueTokenValidationParams.java index c0496b9c43..4bf402ca2f 100644 --- a/java/src/com/vmware/avi/sdk/model/OpaqueTokenValidationParams.java +++ b/java/src/com/vmware/avi/sdk/model/OpaqueTokenValidationParams.java @@ -33,7 +33,7 @@ public class OpaqueTokenValidationParams { * This is the getter method this will return the attribute value. * Resource server specific identifier used to validate against introspection endpoint when access token is opaque. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverId */ @@ -45,7 +45,7 @@ public String getServerId() { * This is the setter method to the attribute. * Resource server specific identifier used to validate against introspection endpoint when access token is opaque. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverId set the serverId. */ @@ -57,7 +57,7 @@ public void setServerId(String serverId) { * This is the getter method this will return the attribute value. * Resource server specific password/secret. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverSecret */ @@ -69,7 +69,7 @@ public String getServerSecret() { * This is the setter method to the attribute. * Resource server specific password/secret. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverSecret set the serverSecret. */ diff --git a/java/src/com/vmware/avi/sdk/model/OpenStackApiVersionCheckFailure.java b/java/src/com/vmware/avi/sdk/model/OpenStackApiVersionCheckFailure.java index 4ae7bfe395..8e5d1fc561 100644 --- a/java/src/com/vmware/avi/sdk/model/OpenStackApiVersionCheckFailure.java +++ b/java/src/com/vmware/avi/sdk/model/OpenStackApiVersionCheckFailure.java @@ -36,7 +36,7 @@ public class OpenStackApiVersionCheckFailure { * This is the getter method this will return the attribute value. * Cloud uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -48,7 +48,7 @@ public String getCcId() { * This is the setter method to the attribute. * Cloud uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -60,7 +60,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Cloud name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccName */ @@ -72,7 +72,7 @@ public String getCcName() { * This is the setter method to the attribute. * Cloud name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccName set the ccName. */ @@ -84,7 +84,7 @@ public void setCcName(String ccName) { * This is the getter method this will return the attribute value. * Failure reason containing expected api version and actual version. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -96,7 +96,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Failure reason containing expected api version and actual version. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ diff --git a/java/src/com/vmware/avi/sdk/model/OpenStackClusterSetup.java b/java/src/com/vmware/avi/sdk/model/OpenStackClusterSetup.java index 19309343b0..bdb7b8e7cd 100644 --- a/java/src/com/vmware/avi/sdk/model/OpenStackClusterSetup.java +++ b/java/src/com/vmware/avi/sdk/model/OpenStackClusterSetup.java @@ -43,7 +43,7 @@ public class OpenStackClusterSetup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adminTenant */ @@ -53,7 +53,7 @@ public String getAdminTenant() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adminTenant set the adminTenant. */ @@ -63,7 +63,7 @@ public void setAdminTenant(String adminTenant) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authUrl */ @@ -73,7 +73,7 @@ public String getAuthUrl() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authUrl set the authUrl. */ @@ -83,7 +83,7 @@ public void setAuthUrl(String authUrl) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -93,7 +93,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -103,7 +103,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -113,7 +113,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -123,7 +123,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keystoneHost */ @@ -133,7 +133,7 @@ public String getKeystoneHost() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keystoneHost set the keystoneHost. */ @@ -144,7 +144,7 @@ public void setKeystoneHost(String keystoneHost) { /** * This is the getter method this will return the attribute value. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privilege */ @@ -155,7 +155,7 @@ public String getPrivilege() { /** * This is the setter method to the attribute. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param privilege set the privilege. */ diff --git a/java/src/com/vmware/avi/sdk/model/OpenStackConfiguration.java b/java/src/com/vmware/avi/sdk/model/OpenStackConfiguration.java index 5cf9e78681..789cb92396 100644 --- a/java/src/com/vmware/avi/sdk/model/OpenStackConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/OpenStackConfiguration.java @@ -142,7 +142,7 @@ public class OpenStackConfiguration { * Openstack admin tenant (or project) information. * For keystone v3, provide the project information in project@domain format. * Domain need not be specified if the project belongs to the 'default' domain. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adminTenant */ @@ -155,7 +155,7 @@ public String getAdminTenant() { * Openstack admin tenant (or project) information. * For keystone v3, provide the project information in project@domain format. * Domain need not be specified if the project belongs to the 'default' domain. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adminTenant set the adminTenant. */ @@ -166,7 +166,7 @@ public void setAdminTenant(String adminTenant) { /** * This is the getter method this will return the attribute value. * Admin-tenant's uuid in openstack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adminTenantUuid */ @@ -177,7 +177,7 @@ public String getAdminTenantUuid() { /** * This is the setter method to the attribute. * Admin-tenant's uuid in openstack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adminTenantUuid set the adminTenantUuid. */ @@ -188,7 +188,7 @@ public void setAdminTenantUuid(String adminTenantUuid) { /** * This is the getter method this will return the attribute value. * If false, allowed-address-pairs extension will not be used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return allowedAddressPairs */ @@ -199,7 +199,7 @@ public Boolean getAllowedAddressPairs() { /** * This is the setter method to the attribute. * If false, allowed-address-pairs extension will not be used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param allowedAddressPairs set the allowedAddressPairs. */ @@ -210,7 +210,7 @@ public void setAllowedAddressPairs(Boolean allowedAddressPairs) { /** * This is the getter method this will return the attribute value. * If true, an anti-affinity policy will be applied to all ses of a se-group, else no such policy will be applied. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return antiAffinity */ @@ -221,7 +221,7 @@ public Boolean getAntiAffinity() { /** * This is the setter method to the attribute. * If true, an anti-affinity policy will be applied to all ses of a se-group, else no such policy will be applied. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param antiAffinity set the antiAffinity. */ @@ -233,7 +233,7 @@ public void setAntiAffinity(Boolean antiAffinity) { * This is the getter method this will return the attribute value. * Auth url for connecting to keystone. * If this is specified, any value provided for keystone_host is ignored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authUrl */ @@ -245,7 +245,7 @@ public String getAuthUrl() { * This is the setter method to the attribute. * Auth url for connecting to keystone. * If this is specified, any value provided for keystone_host is ignored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authUrl set the authUrl. */ @@ -256,7 +256,7 @@ public void setAuthUrl(String authUrl) { /** * This is the getter method this will return the attribute value. * If false, metadata service will be used instead of config-drive functionality to retrieve se vm metadata. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return configDrive */ @@ -267,7 +267,7 @@ public Boolean getConfigDrive() { /** * This is the setter method to the attribute. * If false, metadata service will be used instead of config-drive functionality to retrieve se vm metadata. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param configDrive set the configDrive. */ @@ -280,7 +280,7 @@ public void setConfigDrive(Boolean configDrive) { * When set to true, the vip and data ports will be programmed to set virtual machine interface disable-policy. * Please refer contrail documentation for more on disable-policy. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return contrailDisablePolicy */ @@ -293,7 +293,7 @@ public Boolean getContrailDisablePolicy() { * When set to true, the vip and data ports will be programmed to set virtual machine interface disable-policy. * Please refer contrail documentation for more on disable-policy. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param contrailDisablePolicy set the contrailDisablePolicy. */ @@ -305,7 +305,7 @@ public void setContrailDisablePolicy(Boolean contrailDisablePolicy) { * This is the getter method this will return the attribute value. * Contrail vnc endpoint url (example http //10.10.10.100 8082). * By default, 'http //' scheme and 8082 port will be used if not provided in the url. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contrailEndpoint */ @@ -317,7 +317,7 @@ public String getContrailEndpoint() { * This is the setter method to the attribute. * Contrail vnc endpoint url (example http //10.10.10.100 8082). * By default, 'http //' scheme and 8082 port will be used if not provided in the url. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param contrailEndpoint set the contrailEndpoint. */ @@ -329,7 +329,7 @@ public void setContrailEndpoint(String contrailEndpoint) { * This is the getter method this will return the attribute value. * Enable contrail plugin mode. * (deprecated). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return contrailPlugin */ @@ -341,7 +341,7 @@ public Boolean getContrailPlugin() { * This is the setter method to the attribute. * Enable contrail plugin mode. * (deprecated). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param contrailPlugin set the contrailPlugin. */ @@ -354,7 +354,7 @@ public void setContrailPlugin(Boolean contrailPlugin) { * Only hw_vif_multiqueue_enabled property is supported. * Other properties will be ignored. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSeImageProperties */ @@ -368,7 +368,7 @@ public List getCustomSeImageProperties() { * Only hw_vif_multiqueue_enabled property is supported. * Other properties will be ignored. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSeImageProperties */ @@ -382,7 +382,7 @@ public void setCustomSeImageProperties(List customSeImageProperties) * Only hw_vif_multiqueue_enabled property is supported. * Other properties will be ignored. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSeImageProperties */ @@ -401,7 +401,7 @@ public OpenStackConfiguration addCustomSeImagePropertiesItem(Property customSeIm * Suitable for openstack environments where neutron resources are not frequently created, updated, or deleted.the cache is refreshed when cloud gc * api is issued. * Field introduced in 21.1.5, 22.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableOsObjectCaching */ @@ -416,7 +416,7 @@ public Boolean getEnableOsObjectCaching() { * Suitable for openstack environments where neutron resources are not frequently created, updated, or deleted.the cache is refreshed when cloud gc * api is issued. * Field introduced in 21.1.5, 22.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableOsObjectCaching set the enableOsObjectCaching. */ @@ -428,7 +428,7 @@ public void setEnableOsObjectCaching(Boolean enableOsObjectCaching) { * This is the getter method this will return the attribute value. * When set to true, openstack resources created by avi are tagged with avi cloud uuid. * Field introduced in 21.1.5, 22.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableTagging */ @@ -440,7 +440,7 @@ public Boolean getEnableTagging() { * This is the setter method to the attribute. * When set to true, openstack resources created by avi are tagged with avi cloud uuid. * Field introduced in 21.1.5, 22.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableTagging set the enableTagging. */ @@ -451,7 +451,7 @@ public void setEnableTagging(Boolean enableTagging) { /** * This is the getter method this will return the attribute value. * If true, allow selection of networks marked as 'external' for management, vip or data networks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return externalNetworks */ @@ -462,7 +462,7 @@ public Boolean getExternalNetworks() { /** * This is the setter method to the attribute. * If true, allow selection of networks marked as 'external' for management, vip or data networks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param externalNetworks set the externalNetworks. */ @@ -473,7 +473,7 @@ public void setExternalNetworks(Boolean externalNetworks) { /** * This is the getter method this will return the attribute value. * Free unused floating ips. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return freeFloatingips */ @@ -484,7 +484,7 @@ public Boolean getFreeFloatingips() { /** * This is the setter method to the attribute. * Free unused floating ips. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param freeFloatingips set the freeFloatingips. */ @@ -496,7 +496,7 @@ public void setFreeFloatingips(Boolean freeFloatingips) { * This is the getter method this will return the attribute value. * Default hypervisor type, only kvm is supported. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "KVM". * @return hypervisor */ @@ -508,7 +508,7 @@ public String getHypervisor() { * This is the setter method to the attribute. * Default hypervisor type, only kvm is supported. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "KVM". * @param hypervisor set the hypervisor. */ @@ -519,7 +519,7 @@ public void setHypervisor(String hypervisor) { * This is the getter method this will return the attribute value. * Custom properties per hypervisor type. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisorProperties */ @@ -531,7 +531,7 @@ public List getHypervisorProperties() { * This is the setter method. this will set the hypervisorProperties * Custom properties per hypervisor type. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisorProperties */ @@ -543,7 +543,7 @@ public void setHypervisorProperties(List hypervi * This is the setter method this will set the hypervisorProperties * Custom properties per hypervisor type. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisorProperties */ @@ -559,7 +559,7 @@ public OpenStackConfiguration addHypervisorPropertiesItem(OpenStackHypervisorPro * This is the getter method this will return the attribute value. * If os_img_fmt_raw, use raw images else use qcow2 for kvm. * Enum options - OS_IMG_FMT_AUTO, OS_IMG_FMT_QCOW2, OS_IMG_FMT_VMDK, OS_IMG_FMT_RAW, OS_IMG_FMT_FLAT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OS_IMG_FMT_AUTO". * @return imgFormat */ @@ -571,7 +571,7 @@ public String getImgFormat() { * This is the setter method to the attribute. * If os_img_fmt_raw, use raw images else use qcow2 for kvm. * Enum options - OS_IMG_FMT_AUTO, OS_IMG_FMT_QCOW2, OS_IMG_FMT_VMDK, OS_IMG_FMT_RAW, OS_IMG_FMT_FLAT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OS_IMG_FMT_AUTO". * @param imgFormat set the imgFormat. */ @@ -582,7 +582,7 @@ public void setImgFormat(String imgFormat) { /** * This is the getter method this will return the attribute value. * Import keystone tenants list into avi. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return importKeystoneTenants */ @@ -593,7 +593,7 @@ public Boolean getImportKeystoneTenants() { /** * This is the setter method to the attribute. * Import keystone tenants list into avi. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param importKeystoneTenants set the importKeystoneTenants. */ @@ -604,7 +604,7 @@ public void setImportKeystoneTenants(Boolean importKeystoneTenants) { /** * This is the getter method this will return the attribute value. * Allow self-signed certificates when communicating with https service endpoints. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return insecure */ @@ -615,7 +615,7 @@ public Boolean getInsecure() { /** * This is the setter method to the attribute. * Allow self-signed certificates when communicating with https service endpoints. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param insecure set the insecure. */ @@ -627,7 +627,7 @@ public void setInsecure(Boolean insecure) { * This is the getter method this will return the attribute value. * Keystone's hostname or ip address. * (deprecated) use auth_url instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keystoneHost */ @@ -639,7 +639,7 @@ public String getKeystoneHost() { * This is the setter method to the attribute. * Keystone's hostname or ip address. * (deprecated) use auth_url instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keystoneHost set the keystoneHost. */ @@ -651,7 +651,7 @@ public void setKeystoneHost(String keystoneHost) { * This is the getter method this will return the attribute value. * If true, map avi 'admin' tenant to the admin_tenant of the cloud. * Else map avi 'admin' to openstack 'admin' tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return mapAdminToCloudadmin */ @@ -663,7 +663,7 @@ public Boolean getMapAdminToCloudadmin() { * This is the setter method to the attribute. * If true, map avi 'admin' tenant to the admin_tenant of the cloud. * Else map avi 'admin' to openstack 'admin' tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param mapAdminToCloudadmin set the mapAdminToCloudadmin. */ @@ -674,7 +674,7 @@ public void setMapAdminToCloudadmin(Boolean mapAdminToCloudadmin) { /** * This is the getter method this will return the attribute value. * Avi management network name or cidr. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtNetworkName */ @@ -685,7 +685,7 @@ public String getMgmtNetworkName() { /** * This is the setter method to the attribute. * Avi management network name or cidr. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtNetworkName set the mgmtNetworkName. */ @@ -696,7 +696,7 @@ public void setMgmtNetworkName(String mgmtNetworkName) { /** * This is the getter method this will return the attribute value. * Management network uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtNetworkUuid */ @@ -707,7 +707,7 @@ public String getMgmtNetworkUuid() { /** * This is the setter method to the attribute. * Management network uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtNetworkUuid set the mgmtNetworkUuid. */ @@ -718,7 +718,7 @@ public void setMgmtNetworkUuid(String mgmtNetworkUuid) { /** * This is the getter method this will return the attribute value. * If true, embed owner info in vip port 'name', else embed owner info in 'device_id' field. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return nameOwner */ @@ -729,7 +729,7 @@ public Boolean getNameOwner() { /** * This is the setter method to the attribute. * If true, embed owner info in vip port 'name', else embed owner info in 'device_id' field. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param nameOwner set the nameOwner. */ @@ -740,7 +740,7 @@ public void setNameOwner(Boolean nameOwner) { /** * This is the getter method this will return the attribute value. * If true, enable neutron rbac discovery of networks shared across tenants/projects. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return neutronRbac */ @@ -751,7 +751,7 @@ public Boolean getNeutronRbac() { /** * This is the setter method to the attribute. * If true, enable neutron rbac discovery of networks shared across tenants/projects. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param neutronRbac set the neutronRbac. */ @@ -762,7 +762,7 @@ public void setNeutronRbac(Boolean neutronRbac) { /** * This is the getter method this will return the attribute value. * The password avi vantage will use when authenticating to keystone. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -773,7 +773,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * The password avi vantage will use when authenticating to keystone. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -785,7 +785,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Access privilege. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privilege */ @@ -797,7 +797,7 @@ public String getPrivilege() { * This is the setter method to the attribute. * Access privilege. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param privilege set the privilege. */ @@ -807,7 +807,7 @@ public void setPrivilege(String privilege) { /** * This is the getter method this will return the attribute value. * Lbaas provider name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return provName */ @@ -818,7 +818,7 @@ public List getProvName() { /** * This is the setter method. this will set the provName * Lbaas provider name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return provName */ @@ -829,7 +829,7 @@ public void setProvName(List provName) { /** * This is the setter method this will set the provName * Lbaas provider name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return provName */ @@ -845,7 +845,7 @@ public OpenStackConfiguration addProvNameItem(String provNameItem) { * A tenant can normally use its own networks and any networks shared with it. * In addition, this setting provides extra networks that are usable by tenants. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return providerVipNetworks */ @@ -858,7 +858,7 @@ public List getProviderVipNetworks() { * A tenant can normally use its own networks and any networks shared with it. * In addition, this setting provides extra networks that are usable by tenants. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return providerVipNetworks */ @@ -871,7 +871,7 @@ public void setProviderVipNetworks(List providerVipNetwork * A tenant can normally use its own networks and any networks shared with it. * In addition, this setting provides extra networks that are usable by tenants. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return providerVipNetworks */ @@ -886,7 +886,7 @@ public OpenStackConfiguration addProviderVipNetworksItem(OpenStackVipNetwork pro /** * This is the getter method this will return the attribute value. * Region name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return region */ @@ -897,7 +897,7 @@ public String getRegion() { /** * This is the setter method to the attribute. * Region name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param region set the region. */ @@ -910,7 +910,7 @@ public void setRegion(String region) { * For an openstack role, this mapping is consulted only if there is no local avi role with the same name as the openstack role. * This is an ordered list and only the first matching entry is used. * You can use '*' to match all openstack role names. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return roleMapping */ @@ -924,7 +924,7 @@ public List getRoleMapping() { * For an openstack role, this mapping is consulted only if there is no local avi role with the same name as the openstack role. * This is an ordered list and only the first matching entry is used. * You can use '*' to match all openstack role names. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return roleMapping */ @@ -938,7 +938,7 @@ public void setRoleMapping(List roleMapping) { * For an openstack role, this mapping is consulted only if there is no local avi role with the same name as the openstack role. * This is an ordered list and only the first matching entry is used. * You can use '*' to match all openstack role names. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return roleMapping */ @@ -953,7 +953,7 @@ public OpenStackConfiguration addRoleMappingItem(OpenStackRoleMapping roleMappin /** * This is the getter method this will return the attribute value. * If false, security-groups extension will not be used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return securityGroups */ @@ -964,7 +964,7 @@ public Boolean getSecurityGroups() { /** * This is the setter method to the attribute. * If false, security-groups extension will not be used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param securityGroups set the securityGroups. */ @@ -975,7 +975,7 @@ public void setSecurityGroups(Boolean securityGroups) { /** * This is the getter method this will return the attribute value. * If true, then ses will be created in the appropriate tenants, else ses will be created in the admin_tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return tenantSe */ @@ -986,7 +986,7 @@ public Boolean getTenantSe() { /** * This is the setter method to the attribute. * If true, then ses will be created in the appropriate tenants, else ses will be created in the admin_tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param tenantSe set the tenantSe. */ @@ -997,7 +997,7 @@ public void setTenantSe(Boolean tenantSe) { /** * This is the getter method this will return the attribute value. * If admin urls are either inaccessible or not to be accessed from avi controller, then set this to false. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useAdminUrl */ @@ -1008,7 +1008,7 @@ public Boolean getUseAdminUrl() { /** * This is the setter method to the attribute. * If admin urls are either inaccessible or not to be accessed from avi controller, then set this to false. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useAdminUrl set the useAdminUrl. */ @@ -1019,7 +1019,7 @@ public void setUseAdminUrl(Boolean useAdminUrl) { /** * This is the getter method this will return the attribute value. * Use internalurl for openstack endpoints instead of the default publicurl endpoints. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useInternalEndpoints */ @@ -1030,7 +1030,7 @@ public Boolean getUseInternalEndpoints() { /** * This is the setter method to the attribute. * Use internalurl for openstack endpoints instead of the default publicurl endpoints. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useInternalEndpoints set the useInternalEndpoints. */ @@ -1041,7 +1041,7 @@ public void setUseInternalEndpoints(Boolean useInternalEndpoints) { /** * This is the getter method this will return the attribute value. * Use keystone for user authentication. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useKeystoneAuth */ @@ -1052,7 +1052,7 @@ public Boolean getUseKeystoneAuth() { /** * This is the setter method to the attribute. * Use keystone for user authentication. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useKeystoneAuth set the useKeystoneAuth. */ @@ -1064,7 +1064,7 @@ public void setUseKeystoneAuth(Boolean useKeystoneAuth) { * This is the getter method this will return the attribute value. * The username avi vantage will use when authenticating to keystone. * For keystone v3, provide the user information in user@domain format, unless that user belongs to the default domain. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -1076,7 +1076,7 @@ public String getUsername() { * This is the setter method to the attribute. * The username avi vantage will use when authenticating to keystone. * For keystone v3, provide the user information in user@domain format, unless that user belongs to the default domain. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ @@ -1089,7 +1089,7 @@ public void setUsername(String username) { * When set to true, vip ports are created in openstack tenant configured as admin_tenant in cloud. * Otherwise, default behavior is to create vip ports in user tenant. * Field introduced in 21.1.5, 22.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return vipPortInAdminTenant */ @@ -1102,7 +1102,7 @@ public Boolean getVipPortInAdminTenant() { * When set to true, vip ports are created in openstack tenant configured as admin_tenant in cloud. * Otherwise, default behavior is to create vip ports in user tenant. * Field introduced in 21.1.5, 22.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param vipPortInAdminTenant set the vipPortInAdminTenant. */ diff --git a/java/src/com/vmware/avi/sdk/model/OpenStackHypervisorProperties.java b/java/src/com/vmware/avi/sdk/model/OpenStackHypervisorProperties.java index ee0f5a4d5a..4bce1b8ad2 100644 --- a/java/src/com/vmware/avi/sdk/model/OpenStackHypervisorProperties.java +++ b/java/src/com/vmware/avi/sdk/model/OpenStackHypervisorProperties.java @@ -34,7 +34,7 @@ public class OpenStackHypervisorProperties { * Hypervisor type. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisor */ @@ -47,7 +47,7 @@ public String getHypervisor() { * Hypervisor type. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hypervisor set the hypervisor. */ @@ -58,7 +58,7 @@ public void setHypervisor(String hypervisor) { * This is the getter method this will return the attribute value. * Custom properties to be associated with the se image in glance for this hypervisor type. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageProperties */ @@ -70,7 +70,7 @@ public List getImageProperties() { * This is the setter method. this will set the imageProperties * Custom properties to be associated with the se image in glance for this hypervisor type. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageProperties */ @@ -82,7 +82,7 @@ public void setImageProperties(List imageProperties) { * This is the setter method this will set the imageProperties * Custom properties to be associated with the se image in glance for this hypervisor type. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageProperties */ diff --git a/java/src/com/vmware/avi/sdk/model/OpenStackIpChange.java b/java/src/com/vmware/avi/sdk/model/OpenStackIpChange.java index 91a34494b9..939cd84f64 100644 --- a/java/src/com/vmware/avi/sdk/model/OpenStackIpChange.java +++ b/java/src/com/vmware/avi/sdk/model/OpenStackIpChange.java @@ -40,7 +40,7 @@ public class OpenStackIpChange { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -50,7 +50,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -60,7 +60,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -70,7 +70,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -80,7 +80,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddr */ @@ -90,7 +90,7 @@ public String getMacAddr() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddr set the macAddr. */ @@ -100,7 +100,7 @@ public void setMacAddr(String macAddr) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portUuid */ @@ -110,7 +110,7 @@ public String getPortUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param portUuid set the portUuid. */ @@ -120,7 +120,7 @@ public void setPortUuid(String portUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVmUuid */ @@ -130,7 +130,7 @@ public String getSeVmUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVmUuid set the seVmUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/OpenStackLbPluginOp.java b/java/src/com/vmware/avi/sdk/model/OpenStackLbPluginOp.java index 807c25af0d..714235d336 100644 --- a/java/src/com/vmware/avi/sdk/model/OpenStackLbPluginOp.java +++ b/java/src/com/vmware/avi/sdk/model/OpenStackLbPluginOp.java @@ -46,7 +46,7 @@ public class OpenStackLbPluginOp { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -56,7 +56,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -66,7 +66,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return command */ @@ -76,7 +76,7 @@ public String getCommand() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param command set the command. */ @@ -86,7 +86,7 @@ public void setCommand(String command) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return detail */ @@ -96,7 +96,7 @@ public String getDetail() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param detail set the detail. */ @@ -106,7 +106,7 @@ public void setDetail(String detail) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return elapsed */ @@ -116,7 +116,7 @@ public Integer getElapsed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param elapsed set the elapsed. */ @@ -126,7 +126,7 @@ public void setElapsed(Integer elapsed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return id */ @@ -136,7 +136,7 @@ public String getId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param id set the id. */ @@ -146,7 +146,7 @@ public void setId(String id) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prov */ @@ -156,7 +156,7 @@ public String getProv() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prov set the prov. */ @@ -166,7 +166,7 @@ public void setProv(String prov) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return result */ @@ -176,7 +176,7 @@ public String getResult() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param result set the result. */ diff --git a/java/src/com/vmware/avi/sdk/model/OpenStackLbProvAuditCheck.java b/java/src/com/vmware/avi/sdk/model/OpenStackLbProvAuditCheck.java index da6cbd1e0e..8f11900db3 100644 --- a/java/src/com/vmware/avi/sdk/model/OpenStackLbProvAuditCheck.java +++ b/java/src/com/vmware/avi/sdk/model/OpenStackLbProvAuditCheck.java @@ -46,7 +46,7 @@ public class OpenStackLbProvAuditCheck { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -56,7 +56,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -66,7 +66,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return detail */ @@ -76,7 +76,7 @@ public String getDetail() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param detail set the detail. */ @@ -86,7 +86,7 @@ public void setDetail(String detail) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return elapsed */ @@ -96,7 +96,7 @@ public Integer getElapsed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param elapsed set the elapsed. */ @@ -106,7 +106,7 @@ public void setElapsed(Integer elapsed) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return id */ @@ -116,7 +116,7 @@ public String getId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param id set the id. */ @@ -126,7 +126,7 @@ public void setId(String id) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return result */ @@ -136,7 +136,7 @@ public String getResult() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param result set the result. */ @@ -146,7 +146,7 @@ public void setResult(String result) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenant */ @@ -156,7 +156,7 @@ public String getTenant() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenant set the tenant. */ @@ -166,7 +166,7 @@ public void setTenant(String tenant) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -176,7 +176,7 @@ public String getUser() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ diff --git a/java/src/com/vmware/avi/sdk/model/OpenStackRoleMapping.java b/java/src/com/vmware/avi/sdk/model/OpenStackRoleMapping.java index 15693742ea..d22ad7040c 100644 --- a/java/src/com/vmware/avi/sdk/model/OpenStackRoleMapping.java +++ b/java/src/com/vmware/avi/sdk/model/OpenStackRoleMapping.java @@ -32,7 +32,7 @@ public class OpenStackRoleMapping { /** * This is the getter method this will return the attribute value. * Role name in avi. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return aviRole */ @@ -43,7 +43,7 @@ public String getAviRole() { /** * This is the setter method to the attribute. * Role name in avi. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param aviRole set the aviRole. */ @@ -54,7 +54,7 @@ public void setAviRole(String aviRole) { /** * This is the getter method this will return the attribute value. * Role name in openstack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osRole */ @@ -65,7 +65,7 @@ public String getOsRole() { /** * This is the setter method to the attribute. * Role name in openstack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osRole set the osRole. */ diff --git a/java/src/com/vmware/avi/sdk/model/OpenStackSeVmChange.java b/java/src/com/vmware/avi/sdk/model/OpenStackSeVmChange.java index 94ef673b49..143925b058 100644 --- a/java/src/com/vmware/avi/sdk/model/OpenStackSeVmChange.java +++ b/java/src/com/vmware/avi/sdk/model/OpenStackSeVmChange.java @@ -31,7 +31,7 @@ public class OpenStackSeVmChange { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -41,7 +41,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -51,7 +51,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVmUuid */ @@ -61,7 +61,7 @@ public String getSeVmUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVmUuid set the seVmUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/OpenStackSyncServices.java b/java/src/com/vmware/avi/sdk/model/OpenStackSyncServices.java index e39a95f56d..8d81cb7110 100644 --- a/java/src/com/vmware/avi/sdk/model/OpenStackSyncServices.java +++ b/java/src/com/vmware/avi/sdk/model/OpenStackSyncServices.java @@ -31,7 +31,7 @@ public class OpenStackSyncServices { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -41,7 +41,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -51,7 +51,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVmUuid */ @@ -61,7 +61,7 @@ public String getSeVmUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVmUuid set the seVmUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/OpenStackVipNetwork.java b/java/src/com/vmware/avi/sdk/model/OpenStackVipNetwork.java index 99b1aa2724..3a559639d0 100644 --- a/java/src/com/vmware/avi/sdk/model/OpenStackVipNetwork.java +++ b/java/src/com/vmware/avi/sdk/model/OpenStackVipNetwork.java @@ -33,7 +33,7 @@ public class OpenStackVipNetwork { * This is the getter method this will return the attribute value. * Neutron network uuid. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osNetworkUuid */ @@ -45,7 +45,7 @@ public String getOsNetworkUuid() { * This is the setter method to the attribute. * Neutron network uuid. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osNetworkUuid set the osNetworkUuid. */ @@ -57,7 +57,7 @@ public void setOsNetworkUuid(String osNetworkUuid) { * Uuids of openstack tenants that should be allowed to use the specified neutron network for vips. * Use '*' to make this network available to all tenants. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osTenantUuids */ @@ -70,7 +70,7 @@ public List getOsTenantUuids() { * Uuids of openstack tenants that should be allowed to use the specified neutron network for vips. * Use '*' to make this network available to all tenants. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osTenantUuids */ @@ -83,7 +83,7 @@ public void setOsTenantUuids(List osTenantUuids) { * Uuids of openstack tenants that should be allowed to use the specified neutron network for vips. * Use '*' to make this network available to all tenants. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osTenantUuids */ diff --git a/java/src/com/vmware/avi/sdk/model/OpenStackVnicChange.java b/java/src/com/vmware/avi/sdk/model/OpenStackVnicChange.java index ca407d1f68..2b0145d23d 100644 --- a/java/src/com/vmware/avi/sdk/model/OpenStackVnicChange.java +++ b/java/src/com/vmware/avi/sdk/model/OpenStackVnicChange.java @@ -37,7 +37,7 @@ public class OpenStackVnicChange { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -47,7 +47,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -56,7 +56,7 @@ public void setErrorString(String errorString) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddrs */ @@ -66,7 +66,7 @@ public List getMacAddrs() { /** * This is the setter method. this will set the macAddrs - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddrs */ @@ -76,7 +76,7 @@ public void setMacAddrs(List macAddrs) { /** * This is the setter method this will set the macAddrs - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddrs */ @@ -89,7 +89,7 @@ public OpenStackVnicChange addMacAddrsItem(String macAddrsItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -99,7 +99,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -109,7 +109,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -123,7 +123,7 @@ public OpenStackVnicChange addNetworksItem(String networksItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVmUuid */ @@ -133,7 +133,7 @@ public String getSeVmUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVmUuid set the seVmUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/OperationalStatus.java b/java/src/com/vmware/avi/sdk/model/OperationalStatus.java index 37b39cee9a..a71c087fa1 100644 --- a/java/src/com/vmware/avi/sdk/model/OperationalStatus.java +++ b/java/src/com/vmware/avi/sdk/model/OperationalStatus.java @@ -40,7 +40,7 @@ public class OperationalStatus { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -50,7 +50,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -59,7 +59,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -69,7 +69,7 @@ public List getReason() { /** * This is the setter method. this will set the reason - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -79,7 +79,7 @@ public void setReason(List reason) { /** * This is the setter method this will set the reason - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -93,7 +93,7 @@ public OperationalStatus addReasonItem(String reasonItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reasonCode */ @@ -103,7 +103,7 @@ public Integer getReasonCode() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reasonCode set the reasonCode. */ @@ -113,7 +113,7 @@ public void setReasonCode(Integer reasonCode) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reasonCodeString */ @@ -123,7 +123,7 @@ public String getReasonCodeString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reasonCodeString set the reasonCodeString. */ @@ -136,7 +136,7 @@ public void setReasonCodeString(String reasonCodeString) { * Enum options - OPER_UP, OPER_DOWN, OPER_CREATING, OPER_RESOURCES, OPER_INACTIVE, OPER_DISABLED, OPER_UNUSED, OPER_UNKNOWN, OPER_PROCESSING, * OPER_INITIALIZING, OPER_ERROR_DISABLED, OPER_AWAIT_MANUAL_PLACEMENT, OPER_UPGRADING, OPER_SE_PROCESSING, OPER_PARTITIONED, OPER_DISABLING, * OPER_FAILED, OPER_UNAVAIL, OPER_AGGREGATE_DOWN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OPER_UNAVAIL". * @return state */ @@ -149,7 +149,7 @@ public String getState() { * Enum options - OPER_UP, OPER_DOWN, OPER_CREATING, OPER_RESOURCES, OPER_INACTIVE, OPER_DISABLED, OPER_UNUSED, OPER_UNKNOWN, OPER_PROCESSING, * OPER_INITIALIZING, OPER_ERROR_DISABLED, OPER_AWAIT_MANUAL_PLACEMENT, OPER_UPGRADING, OPER_SE_PROCESSING, OPER_PARTITIONED, OPER_DISABLING, * OPER_FAILED, OPER_UNAVAIL, OPER_AGGREGATE_DOWN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OPER_UNAVAIL". * @param state set the state. */ diff --git a/java/src/com/vmware/avi/sdk/model/OperationsConfig.java b/java/src/com/vmware/avi/sdk/model/OperationsConfig.java index 8f6b9b6b35..e21d5be324 100644 --- a/java/src/com/vmware/avi/sdk/model/OperationsConfig.java +++ b/java/src/com/vmware/avi/sdk/model/OperationsConfig.java @@ -30,7 +30,7 @@ public class OperationsConfig { * This is the getter method this will return the attribute value. * Inventory op config. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return inventoryConfig */ @@ -42,7 +42,7 @@ public InventoryConfig getInventoryConfig() { * This is the setter method to the attribute. * Inventory op config. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param inventoryConfig set the inventoryConfig. */ diff --git a/java/src/com/vmware/avi/sdk/model/OpsHistory.java b/java/src/com/vmware/avi/sdk/model/OpsHistory.java index b0267728d7..4952e7928f 100644 --- a/java/src/com/vmware/avi/sdk/model/OpsHistory.java +++ b/java/src/com/vmware/avi/sdk/model/OpsHistory.java @@ -30,6 +30,9 @@ public class OpsHistory { @JsonProperty("ops") private String ops; + @JsonProperty("params") + private UpgradeOpsParam params; + @JsonProperty("patch_version") private String patchVersion; @@ -61,7 +64,7 @@ public class OpsHistory { * Duration of upgrade operation in seconds. * Field introduced in 20.1.4. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -74,7 +77,7 @@ public Integer getDuration() { * Duration of upgrade operation in seconds. * Field introduced in 20.1.4. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -86,7 +89,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * End time of upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -98,7 +101,7 @@ public String getEndTime() { * This is the setter method to the attribute. * End time of upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -110,9 +113,9 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Upgrade operation performed. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, - * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE. + * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ops */ @@ -124,9 +127,9 @@ public String getOps() { * This is the setter method to the attribute. * Upgrade operation performed. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, - * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE. + * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ops set the ops. */ @@ -134,11 +137,35 @@ public void setOps(String ops) { this.ops = ops; } + /** + * This is the getter method this will return the attribute value. + * Parameters associated with the upgrade operation. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return params + */ + public UpgradeOpsParam getParams() { + return params; + } + + /** + * This is the setter method to the attribute. + * Parameters associated with the upgrade operation. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param params set the params. + */ + public void setParams(UpgradeOpsParam params) { + this.params = params; + } + /** * This is the getter method this will return the attribute value. * Patch after the upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchVersion */ @@ -150,7 +177,7 @@ public String getPatchVersion() { * This is the setter method to the attribute. * Patch after the upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchVersion set the patchVersion. */ @@ -161,7 +188,7 @@ public void setPatchVersion(String patchVersion) { * This is the getter method this will return the attribute value. * Serviceenginegroup/se events for upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeEvents */ @@ -173,7 +200,7 @@ public List getSeUpgradeEvents() { * This is the setter method. this will set the seUpgradeEvents * Serviceenginegroup/se events for upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeEvents */ @@ -185,7 +212,7 @@ public void setSeUpgradeEvents(List seUpgradeEvents) { * This is the setter method this will set the seUpgradeEvents * Serviceenginegroup/se events for upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeEvents */ @@ -201,7 +228,7 @@ public OpsHistory addSeUpgradeEventsItem(SeUpgradeEvents seUpgradeEventsItem) { * This is the getter method this will return the attribute value. * Segroup status for the upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segStatus */ @@ -213,7 +240,7 @@ public SeGroupStatus getSegStatus() { * This is the setter method to the attribute. * Segroup status for the upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segStatus set the segStatus. */ @@ -225,7 +252,7 @@ public void setSegStatus(SeGroupStatus segStatus) { * This is the getter method this will return the attribute value. * Start time of upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -237,7 +264,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Start time of upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -249,7 +276,7 @@ public void setStartTime(String startTime) { * This is the getter method this will return the attribute value. * Upgrade operation status. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -261,7 +288,7 @@ public UpgradeOpsState getState() { * This is the setter method to the attribute. * Upgrade operation status. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -274,7 +301,7 @@ public void setState(UpgradeOpsState state) { * Record of pre/post snapshot captured for current upgrade operation. * It is a reference to an object of type statediffoperation. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statediffRef */ @@ -287,7 +314,7 @@ public String getStatediffRef() { * Record of pre/post snapshot captured for current upgrade operation. * It is a reference to an object of type statediffoperation. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statediffRef set the statediffRef. */ @@ -298,7 +325,7 @@ public void setStatediffRef(String statediffRef) { * This is the getter method this will return the attribute value. * Controller events for upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEvents */ @@ -310,7 +337,7 @@ public List getUpgradeEvents() { * This is the setter method. this will set the upgradeEvents * Controller events for upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEvents */ @@ -322,7 +349,7 @@ public void setUpgradeEvents(List upgradeEvents) { * This is the setter method this will set the upgradeEvents * Controller events for upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEvents */ @@ -338,7 +365,7 @@ public OpsHistory addUpgradeEventsItem(EventMap upgradeEventsItem) { * This is the getter method this will return the attribute value. * Image after the upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -350,7 +377,7 @@ public String getVersion() { * This is the setter method to the attribute. * Image after the upgrade operation. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ @@ -378,7 +405,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.startTime, objOpsHistory.startTime)&& Objects.equals(this.endTime, objOpsHistory.endTime)&& Objects.equals(this.duration, objOpsHistory.duration)&& - Objects.equals(this.statediffRef, objOpsHistory.statediffRef); + Objects.equals(this.statediffRef, objOpsHistory.statediffRef)&& + Objects.equals(this.params, objOpsHistory.params); } @Override @@ -388,6 +416,7 @@ public String toString() { sb.append(" duration: ").append(toIndentedString(duration)).append("\n"); sb.append(" endTime: ").append(toIndentedString(endTime)).append("\n"); sb.append(" ops: ").append(toIndentedString(ops)).append("\n"); + sb.append(" params: ").append(toIndentedString(params)).append("\n"); sb.append(" patchVersion: ").append(toIndentedString(patchVersion)).append("\n"); sb.append(" seUpgradeEvents: ").append(toIndentedString(seUpgradeEvents)).append("\n"); sb.append(" segStatus: ").append(toIndentedString(segStatus)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/OpsInfo.java b/java/src/com/vmware/avi/sdk/model/OpsInfo.java new file mode 100644 index 0000000000..8ae2e0c0c6 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/OpsInfo.java @@ -0,0 +1,100 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The OpsInfo is a POJO class extends AviRestResource that used for creating + * OpsInfo. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class OpsInfo { + @JsonProperty("rrtoken") + private List rrtoken; + + + /** + * This is the getter method this will return the attribute value. + * Current outstanding request-response token of the message to this site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return rrtoken + */ + public List getRrtoken() { + return rrtoken; + } + + /** + * This is the setter method. this will set the rrtoken + * Current outstanding request-response token of the message to this site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return rrtoken + */ + public void setRrtoken(List rrtoken) { + this.rrtoken = rrtoken; + } + + /** + * This is the setter method this will set the rrtoken + * Current outstanding request-response token of the message to this site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return rrtoken + */ + public OpsInfo addRrtokenItem(String rrtokenItem) { + if (this.rrtoken == null) { + this.rrtoken = new ArrayList(); + } + this.rrtoken.add(rrtokenItem); + return this; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + OpsInfo objOpsInfo = (OpsInfo) o; + return Objects.equals(this.rrtoken, objOpsInfo.rrtoken); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class OpsInfo {\n"); + sb.append(" rrtoken: ").append(toIndentedString(rrtoken)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/OrgServiceUnits.java b/java/src/com/vmware/avi/sdk/model/OrgServiceUnits.java index b5a1d3d1d2..2e8a811d42 100644 --- a/java/src/com/vmware/avi/sdk/model/OrgServiceUnits.java +++ b/java/src/com/vmware/avi/sdk/model/OrgServiceUnits.java @@ -36,7 +36,7 @@ public class OrgServiceUnits { * This is the getter method this will return the attribute value. * Available service units on pulse portal. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availableServiceUnits */ @@ -48,7 +48,7 @@ public Float getAvailableServiceUnits() { * This is the setter method to the attribute. * Available service units on pulse portal. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availableServiceUnits set the availableServiceUnits. */ @@ -60,7 +60,7 @@ public void setAvailableServiceUnits(Float availableServiceUnits) { * This is the getter method this will return the attribute value. * Organization id. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return orgId */ @@ -72,7 +72,7 @@ public String getOrgId() { * This is the setter method to the attribute. * Organization id. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param orgId set the orgId. */ @@ -84,7 +84,7 @@ public void setOrgId(String orgId) { * This is the getter method this will return the attribute value. * Used service units on pulse portal. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usedServiceUnits */ @@ -96,7 +96,7 @@ public Float getUsedServiceUnits() { * This is the setter method to the attribute. * Used service units on pulse portal. * Field introduced in 21.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param usedServiceUnits set the usedServiceUnits. */ diff --git a/java/src/com/vmware/avi/sdk/model/OshiftDockerRegistryMetaData.java b/java/src/com/vmware/avi/sdk/model/OshiftDockerRegistryMetaData.java index d5387b1434..62b626687f 100644 --- a/java/src/com/vmware/avi/sdk/model/OshiftDockerRegistryMetaData.java +++ b/java/src/com/vmware/avi/sdk/model/OshiftDockerRegistryMetaData.java @@ -35,7 +35,7 @@ public class OshiftDockerRegistryMetaData { /** * This is the getter method this will return the attribute value. * Namespace for the serviceengine image to be hosted in openshift integrated registry. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return registryNamespace */ @@ -46,7 +46,7 @@ public String getRegistryNamespace() { /** * This is the setter method to the attribute. * Namespace for the serviceengine image to be hosted in openshift integrated registry. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param registryNamespace set the registryNamespace. */ @@ -57,7 +57,7 @@ public void setRegistryNamespace(String registryNamespace) { /** * This is the getter method this will return the attribute value. * Name of the integrated registry service in openshift. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "docker-registry". * @return registryService */ @@ -68,7 +68,7 @@ public String getRegistryService() { /** * This is the setter method to the attribute. * Name of the integrated registry service in openshift. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "docker-registry". * @param registryService set the registryService. */ @@ -84,7 +84,7 @@ public void setRegistryService(String registryService) { * can be used for this vip and ip pool can start from 172.50.0.3 onwards. * Use this static vip in '--insecure-registry 5000' docker config if using an insecure registry or add this to the list of ips/hostnames * when generating certificates if using a secure tls registry. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return registryVip */ @@ -100,7 +100,7 @@ public IpAddr getRegistryVip() { * can be used for this vip and ip pool can start from 172.50.0.3 onwards. * Use this static vip in '--insecure-registry 5000' docker config if using an insecure registry or add this to the list of ips/hostnames * when generating certificates if using a secure tls registry. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param registryVip set the registryVip. */ diff --git a/java/src/com/vmware/avi/sdk/model/OshiftSharedVirtualService.java b/java/src/com/vmware/avi/sdk/model/OshiftSharedVirtualService.java index 6f73480f91..b8b2c2be55 100644 --- a/java/src/com/vmware/avi/sdk/model/OshiftSharedVirtualService.java +++ b/java/src/com/vmware/avi/sdk/model/OshiftSharedVirtualService.java @@ -31,7 +31,7 @@ public class OshiftSharedVirtualService { * Name of shared virtualservice. * Virtualservice will be created automatically by cloud connector. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualserviceName */ @@ -44,7 +44,7 @@ public String getVirtualserviceName() { * Name of shared virtualservice. * Virtualservice will be created automatically by cloud connector. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualserviceName set the virtualserviceName. */ diff --git a/java/src/com/vmware/avi/sdk/model/OutOfBandRequestLog.java b/java/src/com/vmware/avi/sdk/model/OutOfBandRequestLog.java index f38ff3a803..3e85e762ce 100644 --- a/java/src/com/vmware/avi/sdk/model/OutOfBandRequestLog.java +++ b/java/src/com/vmware/avi/sdk/model/OutOfBandRequestLog.java @@ -29,7 +29,7 @@ public class OutOfBandRequestLog { * This is the getter method this will return the attribute value. * Logs for out-of-band requests sent from the datascript. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsReqLogs */ @@ -41,7 +41,7 @@ public List getDsReqLogs() { * This is the setter method. this will set the dsReqLogs * Logs for out-of-band requests sent from the datascript. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsReqLogs */ @@ -53,7 +53,7 @@ public void setDsReqLogs(List dsReqLogs) { * This is the setter method this will set the dsReqLogs * Logs for out-of-band requests sent from the datascript. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsReqLogs */ diff --git a/java/src/com/vmware/avi/sdk/model/OverallInfo.java b/java/src/com/vmware/avi/sdk/model/OverallInfo.java index 9c6e61333c..ee347b5820 100644 --- a/java/src/com/vmware/avi/sdk/model/OverallInfo.java +++ b/java/src/com/vmware/avi/sdk/model/OverallInfo.java @@ -43,7 +43,7 @@ public class OverallInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return available */ @@ -53,7 +53,7 @@ public Integer getAvailable() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param available set the available. */ @@ -63,7 +63,7 @@ public void setAvailable(Integer available) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return freePercent */ @@ -73,7 +73,7 @@ public String getFreePercent() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param freePercent set the freePercent. */ @@ -85,7 +85,7 @@ public void setFreePercent(String freePercent) { * This is the getter method this will return the attribute value. * Mount path for the disk filesystem. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mountPath */ @@ -97,7 +97,7 @@ public String getMountPath() { * This is the setter method to the attribute. * Mount path for the disk filesystem. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mountPath set the mountPath. */ @@ -107,7 +107,7 @@ public void setMountPath(String mountPath) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -117,7 +117,7 @@ public String getPath() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -127,7 +127,7 @@ public void setPath(String path) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return size */ @@ -137,7 +137,7 @@ public Integer getSize() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param size set the size. */ @@ -147,7 +147,7 @@ public void setSize(Integer size) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return used */ @@ -157,7 +157,7 @@ public Integer getUsed() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param used set the used. */ diff --git a/java/src/com/vmware/avi/sdk/model/PGDeploymentRule.java b/java/src/com/vmware/avi/sdk/model/PGDeploymentRule.java index 0dffd2f39c..b1145f7bdc 100644 --- a/java/src/com/vmware/avi/sdk/model/PGDeploymentRule.java +++ b/java/src/com/vmware/avi/sdk/model/PGDeploymentRule.java @@ -34,7 +34,7 @@ public class PGDeploymentRule { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "health.health_score_value". * @return metricId */ @@ -44,7 +44,7 @@ public String getMetricId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "health.health_score_value". * @param metricId set the metricId. */ @@ -55,7 +55,7 @@ public void setMetricId(String metricId) { /** * This is the getter method this will return the attribute value. * Enum options - CO_EQ, CO_GT, CO_GE, CO_LT, CO_LE, CO_NE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CO_GE". * @return operator */ @@ -66,7 +66,7 @@ public String getOperator() { /** * This is the setter method to the attribute. * Enum options - CO_EQ, CO_GT, CO_GE, CO_LT, CO_LE, CO_NE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CO_GE". * @param operator set the operator. */ @@ -78,7 +78,7 @@ public void setOperator(String operator) { * This is the getter method this will return the attribute value. * Metric threshold that is used as the pass fail. * If it is not provided then it will simply compare it with current pool vs new pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshold */ @@ -90,7 +90,7 @@ public Float getThreshold() { * This is the setter method to the attribute. * Metric threshold that is used as the pass fail. * If it is not provided then it will simply compare it with current pool vs new pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param threshold set the threshold. */ diff --git a/java/src/com/vmware/avi/sdk/model/PGDeploymentRuleResult.java b/java/src/com/vmware/avi/sdk/model/PGDeploymentRuleResult.java index 09f82797ae..a579fadc13 100644 --- a/java/src/com/vmware/avi/sdk/model/PGDeploymentRuleResult.java +++ b/java/src/com/vmware/avi/sdk/model/PGDeploymentRuleResult.java @@ -36,7 +36,7 @@ public class PGDeploymentRuleResult { * This is the getter method this will return the attribute value. * Metric value that is used as the pass fail. * If it is not provided then it will simply compare it with current pool vs new pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricValue */ @@ -48,7 +48,7 @@ public Float getMetricValue() { * This is the setter method to the attribute. * Metric value that is used as the pass fail. * If it is not provided then it will simply compare it with current pool vs new pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricValue set the metricValue. */ @@ -59,7 +59,7 @@ public void setMetricValue(Float metricValue) { /** * This is the getter method this will return the attribute value. * Whether rule passed or failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return result */ @@ -70,7 +70,7 @@ public Boolean getResult() { /** * This is the setter method to the attribute. * Whether rule passed or failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param result set the result. */ @@ -81,7 +81,7 @@ public void setResult(Boolean result) { /** * This is the getter method this will return the attribute value. * Rule used for evaluation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rule */ @@ -92,7 +92,7 @@ public PGDeploymentRule getRule() { /** * This is the setter method to the attribute. * Rule used for evaluation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rule set the rule. */ diff --git a/java/src/com/vmware/avi/sdk/model/PKIProfile.java b/java/src/com/vmware/avi/sdk/model/PKIProfile.java index eb837e7b48..29b05d077a 100644 --- a/java/src/com/vmware/avi/sdk/model/PKIProfile.java +++ b/java/src/com/vmware/avi/sdk/model/PKIProfile.java @@ -67,7 +67,7 @@ public class PKIProfile extends AviRestResource { * Enum options - ALLOW_EXPIRED_CRL, ALLOW_ALL_ERRORS. * Field introduced in 30.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowPkiErrors */ @@ -81,7 +81,7 @@ public List getAllowPkiErrors() { * Enum options - ALLOW_EXPIRED_CRL, ALLOW_ALL_ERRORS. * Field introduced in 30.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowPkiErrors */ @@ -95,7 +95,7 @@ public void setAllowPkiErrors(List allowPkiErrors) { * Enum options - ALLOW_EXPIRED_CRL, ALLOW_ALL_ERRORS. * Field introduced in 30.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowPkiErrors */ @@ -109,7 +109,7 @@ public PKIProfile addAllowPkiErrorsItem(String allowPkiErrorsItem) { /** * This is the getter method this will return the attribute value. * List of certificate authorities (root and intermediate) trusted that is used for certificate validation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caCerts */ @@ -120,7 +120,7 @@ public List getCaCerts() { /** * This is the setter method. this will set the caCerts * List of certificate authorities (root and intermediate) trusted that is used for certificate validation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caCerts */ @@ -131,7 +131,7 @@ public void setCaCerts(List caCerts) { /** * This is the setter method this will set the caCerts * List of certificate authorities (root and intermediate) trusted that is used for certificate validation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caCerts */ @@ -146,7 +146,7 @@ public PKIProfile addCaCertsItem(SSLCertificate caCertsItem) { /** * This is the getter method this will return the attribute value. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -157,7 +157,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -168,7 +168,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. * When enabled, avi will verify via crl checks that certificates in the trust chain have not been revoked. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return crlCheck */ @@ -179,7 +179,7 @@ public Boolean getCrlCheck() { /** * This is the setter method to the attribute. * When enabled, avi will verify via crl checks that certificates in the trust chain have not been revoked. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param crlCheck set the crlCheck. */ @@ -191,7 +191,7 @@ public void setCrlCheck(Boolean crlCheck) { * Refers to fileobject containing crl body. * It is a reference to an object of type fileobject. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crlFileRefs */ @@ -204,7 +204,7 @@ public List getCrlFileRefs() { * Refers to fileobject containing crl body. * It is a reference to an object of type fileobject. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crlFileRefs */ @@ -217,7 +217,7 @@ public void setCrlFileRefs(List crlFileRefs) { * Refers to fileobject containing crl body. * It is a reference to an object of type fileobject. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crlFileRefs */ @@ -233,9 +233,9 @@ public PKIProfile addCrlFileRefsItem(String crlFileRefsItem) { * This is the getter method this will return the attribute value. * When enabled, avi will not trust intermediate and root certs presented by a client. * Instead, only the chain certs configured in the certificate authority section will be used to verify trust of the client's cert. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. - * Special default for essentials edition is true, basic edition is true, enterprise is false. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. + * Special default for essentials edition is true, basic edition is true, enterprise edition is false. * @return ignorePeerChain */ public Boolean getIgnorePeerChain() { @@ -246,9 +246,9 @@ public Boolean getIgnorePeerChain() { * This is the setter method to the attribute. * When enabled, avi will not trust intermediate and root certs presented by a client. * Instead, only the chain certs configured in the certificate authority section will be used to verify trust of the client's cert. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. - * Special default for essentials edition is true, basic edition is true, enterprise is false. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. + * Special default for essentials edition is true, basic edition is true, enterprise edition is false. * @param ignorePeerChain set the ignorePeerChain. */ public void setIgnorePeerChain(Boolean ignorePeerChain) { @@ -261,7 +261,7 @@ public void setIgnorePeerChain(Boolean ignorePeerChain) { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isFederated */ @@ -275,7 +275,7 @@ public Boolean getIsFederated() { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isFederated set the isFederated. */ @@ -286,8 +286,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -299,8 +298,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -312,8 +310,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -328,7 +325,7 @@ public PKIProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Name of the pki profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -339,7 +336,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the pki profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -350,7 +347,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -361,7 +358,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -388,7 +385,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -398,7 +395,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -410,8 +407,8 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * When enabled, avi will only validate the revocation status of the leaf certificate using crl. * To enable validation for the entire chain, disable this option and provide all the relevant crls. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return validateOnlyLeafCrl */ @@ -423,8 +420,8 @@ public Boolean getValidateOnlyLeafCrl() { * This is the setter method to the attribute. * When enabled, avi will only validate the revocation status of the leaf certificate using crl. * To enable validation for the entire chain, disable this option and provide all the relevant crls. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param validateOnlyLeafCrl set the validateOnlyLeafCrl. */ diff --git a/java/src/com/vmware/avi/sdk/model/PKIProfileDetails.java b/java/src/com/vmware/avi/sdk/model/PKIProfileDetails.java index de5d5dff58..f695af928c 100644 --- a/java/src/com/vmware/avi/sdk/model/PKIProfileDetails.java +++ b/java/src/com/vmware/avi/sdk/model/PKIProfileDetails.java @@ -32,7 +32,7 @@ public class PKIProfileDetails { /** * This is the getter method this will return the attribute value. * Crl list. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crls */ @@ -43,7 +43,7 @@ public String getCrls() { /** * This is the setter method to the attribute. * Crl list. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param crls set the crls. */ @@ -54,7 +54,7 @@ public void setCrls(String crls) { /** * This is the getter method this will return the attribute value. * Name of pkiprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -65,7 +65,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of pkiprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/PaaLog.java b/java/src/com/vmware/avi/sdk/model/PaaLog.java index 780fa9dab1..4d992430ba 100644 --- a/java/src/com/vmware/avi/sdk/model/PaaLog.java +++ b/java/src/com/vmware/avi/sdk/model/PaaLog.java @@ -36,7 +36,7 @@ public class PaaLog { * This is the getter method this will return the attribute value. * Pingaccess agent cache was used for authentication. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cacheHit */ @@ -48,7 +48,7 @@ public Boolean getCacheHit() { * This is the setter method to the attribute. * Pingaccess agent cache was used for authentication. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cacheHit set the cacheHit. */ @@ -60,7 +60,7 @@ public void setCacheHit(Boolean cacheHit) { * This is the getter method this will return the attribute value. * The pingaccess server required the client request body for authentication. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientRequestBodySent */ @@ -72,7 +72,7 @@ public Boolean getClientRequestBodySent() { * This is the setter method to the attribute. * The pingaccess server required the client request body for authentication. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientRequestBodySent set the clientRequestBodySent. */ @@ -83,7 +83,7 @@ public void setClientRequestBodySent(Boolean clientRequestBodySent) { * This is the getter method this will return the attribute value. * Logs for each request sent to pa server to completeauthentication for the initial request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLogs */ @@ -95,7 +95,7 @@ public List getRequestLogs() { * This is the setter method. this will set the requestLogs * Logs for each request sent to pa server to completeauthentication for the initial request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLogs */ @@ -107,7 +107,7 @@ public void setRequestLogs(List requestLogs) { * This is the setter method this will set the requestLogs * Logs for each request sent to pa server to completeauthentication for the initial request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLogs */ diff --git a/java/src/com/vmware/avi/sdk/model/PaaRequestLog.java b/java/src/com/vmware/avi/sdk/model/PaaRequestLog.java index 596be579c1..c0f1ddef22 100644 --- a/java/src/com/vmware/avi/sdk/model/PaaRequestLog.java +++ b/java/src/com/vmware/avi/sdk/model/PaaRequestLog.java @@ -54,7 +54,7 @@ public class PaaRequestLog { * This is the getter method this will return the attribute value. * Response headers received from pingaccess server. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersReceivedFromServer */ @@ -66,7 +66,7 @@ public String getHeadersReceivedFromServer() { * This is the setter method to the attribute. * Response headers received from pingaccess server. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersReceivedFromServer set the headersReceivedFromServer. */ @@ -78,7 +78,7 @@ public void setHeadersReceivedFromServer(String headersReceivedFromServer) { * This is the getter method this will return the attribute value. * Request headers sent to pingaccess server. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersSentToServer */ @@ -90,7 +90,7 @@ public String getHeadersSentToServer() { * This is the setter method to the attribute. * Request headers sent to pingaccess server. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersSentToServer set the headersSentToServer. */ @@ -102,7 +102,7 @@ public void setHeadersSentToServer(String headersSentToServer) { * This is the getter method this will return the attribute value. * The http version of the request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpVersion */ @@ -114,7 +114,7 @@ public String getHttpVersion() { * This is the setter method to the attribute. * The http version of the request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpVersion set the httpVersion. */ @@ -126,7 +126,7 @@ public void setHttpVersion(String httpVersion) { * This is the getter method this will return the attribute value. * The http method of the request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -138,7 +138,7 @@ public String getMethod() { * This is the setter method to the attribute. * The http method of the request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -150,7 +150,7 @@ public void setMethod(String method) { * This is the getter method this will return the attribute value. * The name of the pool that was used for the request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -162,7 +162,7 @@ public String getPoolName() { * This is the setter method to the attribute. * The name of the pool that was used for the request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -174,7 +174,7 @@ public void setPoolName(String poolName) { * This is the getter method this will return the attribute value. * The response code received from the pingaccess server. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseCode */ @@ -186,7 +186,7 @@ public Integer getResponseCode() { * This is the setter method to the attribute. * The response code received from the pingaccess server. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseCode set the responseCode. */ @@ -198,7 +198,7 @@ public void setResponseCode(Integer responseCode) { * This is the getter method this will return the attribute value. * The ip of the server that was sent the request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ @@ -210,7 +210,7 @@ public Integer getServerIp() { * This is the setter method to the attribute. * The ip of the server that was sent the request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp set the serverIp. */ @@ -222,7 +222,7 @@ public void setServerIp(Integer serverIp) { * This is the getter method this will return the attribute value. * Number of servers tried during server reselect before the response is sent back. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return serversTried */ @@ -234,7 +234,7 @@ public Integer getServersTried() { * This is the setter method to the attribute. * Number of servers tried during server reselect before the response is sent back. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param serversTried set the serversTried. */ @@ -246,7 +246,7 @@ public void setServersTried(Integer serversTried) { * This is the getter method this will return the attribute value. * The uri of the request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriPath */ @@ -258,7 +258,7 @@ public String getUriPath() { * This is the setter method to the attribute. * The uri of the request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriPath set the uriPath. */ diff --git a/java/src/com/vmware/avi/sdk/model/PackageDetails.java b/java/src/com/vmware/avi/sdk/model/PackageDetails.java index 1f2e20a0f4..60f360fa41 100644 --- a/java/src/com/vmware/avi/sdk/model/PackageDetails.java +++ b/java/src/com/vmware/avi/sdk/model/PackageDetails.java @@ -39,7 +39,7 @@ public class PackageDetails { * This is the getter method this will return the attribute value. * This contains build related information. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return build */ @@ -51,7 +51,7 @@ public BuildInfo getBuild() { * This is the setter method to the attribute. * This contains build related information. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param build set the build. */ @@ -63,7 +63,7 @@ public void setBuild(BuildInfo build) { * This is the getter method this will return the attribute value. * Md5 checksum over the entire package. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hash */ @@ -75,7 +75,7 @@ public String getHash() { * This is the setter method to the attribute. * Md5 checksum over the entire package. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hash set the hash. */ @@ -87,7 +87,7 @@ public void setHash(String hash) { * This is the getter method this will return the attribute value. * Patch related necessary information. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patch */ @@ -99,7 +99,7 @@ public PatchInfo getPatch() { * This is the setter method to the attribute. * Patch related necessary information. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patch set the patch. */ @@ -111,7 +111,7 @@ public void setPatch(PatchInfo patch) { * This is the getter method this will return the attribute value. * Path of the package in the repository. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -123,7 +123,7 @@ public String getPath() { * This is the setter method to the attribute. * Path of the package in the repository. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ diff --git a/java/src/com/vmware/avi/sdk/model/ParamInURI.java b/java/src/com/vmware/avi/sdk/model/ParamInURI.java index 237b5ff70d..362ff1e4ae 100644 --- a/java/src/com/vmware/avi/sdk/model/ParamInURI.java +++ b/java/src/com/vmware/avi/sdk/model/ParamInURI.java @@ -33,7 +33,7 @@ public class ParamInURI { * This is the getter method this will return the attribute value. * Param name in hitted signature rule match_element. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramName */ @@ -45,7 +45,7 @@ public String getParamName() { * This is the setter method to the attribute. * Param name in hitted signature rule match_element. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param paramName set the paramName. */ @@ -57,7 +57,7 @@ public void setParamName(String paramName) { * This is the getter method this will return the attribute value. * Param value in hitted signature rule match_element. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -69,7 +69,7 @@ public String getValue() { * This is the setter method to the attribute. * Param value in hitted signature rule match_element. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/ParamInfo.java b/java/src/com/vmware/avi/sdk/model/ParamInfo.java index 743f94ee0a..16e2e4a031 100644 --- a/java/src/com/vmware/avi/sdk/model/ParamInfo.java +++ b/java/src/com/vmware/avi/sdk/model/ParamInfo.java @@ -39,7 +39,7 @@ public class ParamInfo { * This is the getter method this will return the attribute value. * Number of hits for a param. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramHits */ @@ -51,7 +51,7 @@ public Integer getParamHits() { * This is the setter method to the attribute. * Number of hits for a param. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param paramHits set the paramHits. */ @@ -63,7 +63,7 @@ public void setParamHits(Integer paramHits) { * This is the getter method this will return the attribute value. * Param name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramKey */ @@ -75,7 +75,7 @@ public String getParamKey() { * This is the setter method to the attribute. * Param name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param paramKey set the paramKey. */ @@ -86,7 +86,7 @@ public void setParamKey(String paramKey) { * This is the getter method this will return the attribute value. * Various param size and its respective hit count. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramSizeClasses */ @@ -98,7 +98,7 @@ public List getParamSizeClasses() { * This is the setter method. this will set the paramSizeClasses * Various param size and its respective hit count. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramSizeClasses */ @@ -110,7 +110,7 @@ public void setParamSizeClasses(List paramSizeClasses) { * This is the setter method this will set the paramSizeClasses * Various param size and its respective hit count. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramSizeClasses */ @@ -125,7 +125,7 @@ public ParamInfo addParamSizeClassesItem(ParamSizeClass paramSizeClassesItem) { * This is the getter method this will return the attribute value. * Various param type and its respective hit count. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramTypeClasses */ @@ -137,7 +137,7 @@ public List getParamTypeClasses() { * This is the setter method. this will set the paramTypeClasses * Various param type and its respective hit count. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramTypeClasses */ @@ -149,7 +149,7 @@ public void setParamTypeClasses(List paramTypeClasses) { * This is the setter method this will set the paramTypeClasses * Various param type and its respective hit count. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramTypeClasses */ diff --git a/java/src/com/vmware/avi/sdk/model/ParamSizeClass.java b/java/src/com/vmware/avi/sdk/model/ParamSizeClass.java index cbe847e527..de1c5cca90 100644 --- a/java/src/com/vmware/avi/sdk/model/ParamSizeClass.java +++ b/java/src/com/vmware/avi/sdk/model/ParamSizeClass.java @@ -31,8 +31,9 @@ public class ParamSizeClass { /** * This is the getter method this will return the attribute value. + * Indicates the number of hits for this parameter size. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hits */ @@ -42,8 +43,9 @@ public Integer getHits() { /** * This is the setter method to the attribute. + * Indicates the number of hits for this parameter size. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hits set the hits. */ @@ -53,9 +55,10 @@ public void setHits(Integer hits) { /** * This is the getter method this will return the attribute value. + * Indicates the size of the parameter. * Enum options - EMPTY, SMALL, MEDIUM, LARGE, UNLIMITED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return len */ @@ -65,9 +68,10 @@ public String getLen() { /** * This is the setter method to the attribute. + * Indicates the size of the parameter. * Enum options - EMPTY, SMALL, MEDIUM, LARGE, UNLIMITED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param len set the len. */ diff --git a/java/src/com/vmware/avi/sdk/model/ParamTypeClass.java b/java/src/com/vmware/avi/sdk/model/ParamTypeClass.java index 29e8a9ae44..af56b65bd2 100644 --- a/java/src/com/vmware/avi/sdk/model/ParamTypeClass.java +++ b/java/src/com/vmware/avi/sdk/model/ParamTypeClass.java @@ -31,8 +31,9 @@ public class ParamTypeClass { /** * This is the getter method this will return the attribute value. + * Indicates the number of hits for this parameter type. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hits */ @@ -42,8 +43,9 @@ public Integer getHits() { /** * This is the setter method to the attribute. + * Indicates the number of hits for this parameter type. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hits set the hits. */ @@ -53,10 +55,11 @@ public void setHits(Integer hits) { /** * This is the getter method this will return the attribute value. + * Indicates the type of the parameter. * Enum options - PARAM_FLAG, PARAM_DIGITS, PARAM_HEXDIGITS, PARAM_WORD, PARAM_SAFE_TEXT, PARAM_SAFE_TEXT_MULTILINE, PARAM_TEXT, * PARAM_TEXT_MULTILINE, PARAM_ALL. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -66,10 +69,11 @@ public String getType() { /** * This is the setter method to the attribute. + * Indicates the type of the parameter. * Enum options - PARAM_FLAG, PARAM_DIGITS, PARAM_HEXDIGITS, PARAM_WORD, PARAM_SAFE_TEXT, PARAM_SAFE_TEXT_MULTILINE, PARAM_TEXT, * PARAM_TEXT_MULTILINE, PARAM_ALL. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/ParamsInURI.java b/java/src/com/vmware/avi/sdk/model/ParamsInURI.java index 23f581f6d2..dcdd8217a5 100644 --- a/java/src/com/vmware/avi/sdk/model/ParamsInURI.java +++ b/java/src/com/vmware/avi/sdk/model/ParamsInURI.java @@ -29,7 +29,7 @@ public class ParamsInURI { * This is the getter method this will return the attribute value. * Params info in hitted signature rule which has args match element. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramInfo */ @@ -41,7 +41,7 @@ public List getParamInfo() { * This is the setter method. this will set the paramInfo * Params info in hitted signature rule which has args match element. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramInfo */ @@ -53,7 +53,7 @@ public void setParamInfo(List paramInfo) { * This is the setter method this will set the paramInfo * Params info in hitted signature rule which has args match element. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramInfo */ diff --git a/java/src/com/vmware/avi/sdk/model/PartitionInfo.java b/java/src/com/vmware/avi/sdk/model/PartitionInfo.java index a40c94f376..5a35351ab9 100644 --- a/java/src/com/vmware/avi/sdk/model/PartitionInfo.java +++ b/java/src/com/vmware/avi/sdk/model/PartitionInfo.java @@ -34,7 +34,7 @@ public class PartitionInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -44,7 +44,7 @@ public String getPath() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -54,7 +54,7 @@ public void setPath(String path) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return quota */ @@ -64,7 +64,7 @@ public Integer getQuota() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param quota set the quota. */ @@ -74,7 +74,7 @@ public void setQuota(Integer quota) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return size */ @@ -84,7 +84,7 @@ public Integer getSize() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param size set the size. */ diff --git a/java/src/com/vmware/avi/sdk/model/PatchControllerParams.java b/java/src/com/vmware/avi/sdk/model/PatchControllerParams.java index 042717847a..28a3f5d749 100644 --- a/java/src/com/vmware/avi/sdk/model/PatchControllerParams.java +++ b/java/src/com/vmware/avi/sdk/model/PatchControllerParams.java @@ -37,7 +37,7 @@ public class PatchControllerParams { * Image uuid for identifying controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchRef */ @@ -50,7 +50,7 @@ public String getControllerPatchRef() { * Image uuid for identifying controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchRef set the controllerPatchRef. */ @@ -62,7 +62,7 @@ public void setControllerPatchRef(String controllerPatchRef) { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -74,7 +74,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -86,7 +86,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -98,7 +98,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/java/src/com/vmware/avi/sdk/model/PatchData.java b/java/src/com/vmware/avi/sdk/model/PatchData.java index c973ac6650..ca024a38a8 100644 --- a/java/src/com/vmware/avi/sdk/model/PatchData.java +++ b/java/src/com/vmware/avi/sdk/model/PatchData.java @@ -36,7 +36,7 @@ public class PatchData { * This is the getter method this will return the attribute value. * Image path of current patch image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchImagePath */ @@ -48,7 +48,7 @@ public String getPatchImagePath() { * This is the setter method to the attribute. * Image path of current patch image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchImagePath set the patchImagePath. */ @@ -61,7 +61,7 @@ public void setPatchImagePath(String patchImagePath) { * Image uuid for identifying the patch. * It is a reference to an object of type image. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchImageRef */ @@ -74,7 +74,7 @@ public String getPatchImageRef() { * Image uuid for identifying the patch. * It is a reference to an object of type image. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchImageRef set the patchImageRef. */ @@ -86,7 +86,7 @@ public void setPatchImageRef(String patchImageRef) { * This is the getter method this will return the attribute value. * Patch version. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchVersion */ @@ -98,7 +98,7 @@ public String getPatchVersion() { * This is the setter method to the attribute. * Patch version. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchVersion set the patchVersion. */ diff --git a/java/src/com/vmware/avi/sdk/model/PatchInfo.java b/java/src/com/vmware/avi/sdk/model/PatchInfo.java index 46d20dbd3c..1fac985170 100644 --- a/java/src/com/vmware/avi/sdk/model/PatchInfo.java +++ b/java/src/com/vmware/avi/sdk/model/PatchInfo.java @@ -36,7 +36,7 @@ public class PatchInfo { * This is the getter method this will return the attribute value. * Patch type describes the controller or se patch type. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchType */ @@ -48,7 +48,7 @@ public String getPatchType() { * This is the setter method to the attribute. * Patch type describes the controller or se patch type. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchType set the patchType. */ @@ -60,7 +60,7 @@ public void setPatchType(String patchType) { * This is the getter method this will return the attribute value. * This variable tells whether reboot has to be performed. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reboot */ @@ -72,7 +72,7 @@ public Boolean getReboot() { * This is the setter method to the attribute. * This variable tells whether reboot has to be performed. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reboot set the reboot. */ @@ -83,7 +83,7 @@ public void setReboot(Boolean reboot) { * This is the getter method this will return the attribute value. * This variable is for full list of patch reboot details. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rebootList */ @@ -95,7 +95,7 @@ public List getRebootList() { * This is the setter method. this will set the rebootList * This variable is for full list of patch reboot details. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rebootList */ @@ -107,7 +107,7 @@ public void setRebootList(List rebootList) { * This is the setter method this will set the rebootList * This variable is for full list of patch reboot details. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rebootList */ diff --git a/java/src/com/vmware/avi/sdk/model/PatchSeGroupParams.java b/java/src/com/vmware/avi/sdk/model/PatchSeGroupParams.java index d4351024ef..7b901e0cc9 100644 --- a/java/src/com/vmware/avi/sdk/model/PatchSeGroupParams.java +++ b/java/src/com/vmware/avi/sdk/model/PatchSeGroupParams.java @@ -42,7 +42,7 @@ public class PatchSeGroupParams { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -54,7 +54,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -66,7 +66,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * Se group options for the patch operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -78,7 +78,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * Se group options for the patch operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -91,7 +91,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -105,7 +105,7 @@ public List getSeGroupRefs() { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -119,7 +119,7 @@ public void setSeGroupRefs(List seGroupRefs) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -136,7 +136,7 @@ public PatchSeGroupParams addSeGroupRefsItem(String seGroupRefsItem) { * Image uuid for identifying se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchRef */ @@ -149,7 +149,7 @@ public String getSePatchRef() { * Image uuid for identifying se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchRef set the sePatchRef. */ @@ -161,7 +161,7 @@ public void setSePatchRef(String sePatchRef) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -173,7 +173,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/java/src/com/vmware/avi/sdk/model/PatchSystemParams.java b/java/src/com/vmware/avi/sdk/model/PatchSystemParams.java index 43c9420450..a06a5cc372 100644 --- a/java/src/com/vmware/avi/sdk/model/PatchSystemParams.java +++ b/java/src/com/vmware/avi/sdk/model/PatchSystemParams.java @@ -43,7 +43,7 @@ public class PatchSystemParams { * Image uuid for identifying controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchRef */ @@ -56,7 +56,7 @@ public String getControllerPatchRef() { * Image uuid for identifying controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchRef set the controllerPatchRef. */ @@ -68,7 +68,7 @@ public void setControllerPatchRef(String controllerPatchRef) { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -80,7 +80,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -92,7 +92,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * Se group options for the patch operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -104,7 +104,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * Se group options for the patch operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -117,7 +117,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * Image uuid for identifying se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchRef */ @@ -130,7 +130,7 @@ public String getSePatchRef() { * Image uuid for identifying se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchRef set the sePatchRef. */ @@ -142,7 +142,7 @@ public void setSePatchRef(String sePatchRef) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -154,7 +154,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/java/src/com/vmware/avi/sdk/model/PathMatch.java b/java/src/com/vmware/avi/sdk/model/PathMatch.java index b6675bd6e6..9846ad1f40 100644 --- a/java/src/com/vmware/avi/sdk/model/PathMatch.java +++ b/java/src/com/vmware/avi/sdk/model/PathMatch.java @@ -42,7 +42,7 @@ public class PathMatch { * This is the getter method this will return the attribute value. * Case sensitivity to use for the matching. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -54,7 +54,7 @@ public String getMatchCase() { * This is the setter method to the attribute. * Case sensitivity to use for the matching. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -67,10 +67,10 @@ public void setMatchCase(String matchCase) { * Criterion to use for matching the path in the http request uri. * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), enterprise with cloud services - * edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CONTAINS". * @return matchCriteria */ @@ -83,10 +83,10 @@ public String getMatchCriteria() { * Criterion to use for matching the path in the http request uri. * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), enterprise with cloud services - * edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CONTAINS". * @param matchCriteria set the matchCriteria. */ @@ -98,7 +98,7 @@ public void setMatchCriteria(String matchCriteria) { * This is the getter method this will return the attribute value. * Match against the decoded uri path. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return matchDecodedString */ @@ -110,7 +110,7 @@ public Boolean getMatchDecodedString() { * This is the setter method to the attribute. * Match against the decoded uri path. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param matchDecodedString set the matchDecodedString. */ @@ -120,7 +120,7 @@ public void setMatchDecodedString(Boolean matchDecodedString) { /** * This is the getter method this will return the attribute value. * String values. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -131,7 +131,7 @@ public List getMatchStr() { /** * This is the setter method. this will set the matchStr * String values. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -142,7 +142,7 @@ public void setMatchStr(List matchStr) { /** * This is the setter method this will set the matchStr * String values. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -157,7 +157,7 @@ public PathMatch addMatchStrItem(String matchStrItem) { * This is the getter method this will return the attribute value. * Uuid of the string group(s). * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -169,7 +169,7 @@ public List getStringGroupRefs() { * This is the setter method. this will set the stringGroupRefs * Uuid of the string group(s). * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -181,7 +181,7 @@ public void setStringGroupRefs(List stringGroupRefs) { * This is the setter method this will set the stringGroupRefs * Uuid of the string group(s). * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ diff --git a/java/src/com/vmware/avi/sdk/model/PerformanceLimits.java b/java/src/com/vmware/avi/sdk/model/PerformanceLimits.java index bf677aac07..07cda3fbef 100644 --- a/java/src/com/vmware/avi/sdk/model/PerformanceLimits.java +++ b/java/src/com/vmware/avi/sdk/model/PerformanceLimits.java @@ -32,7 +32,7 @@ public class PerformanceLimits { /** * This is the getter method this will return the attribute value. * The maximum number of concurrent client conections allowed to the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxConcurrentConnections */ @@ -43,7 +43,7 @@ public Integer getMaxConcurrentConnections() { /** * This is the setter method to the attribute. * The maximum number of concurrent client conections allowed to the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxConcurrentConnections set the maxConcurrentConnections. */ @@ -54,7 +54,7 @@ public void setMaxConcurrentConnections(Integer maxConcurrentConnections) { /** * This is the getter method this will return the attribute value. * The maximum throughput per second for all clients allowed through the client side of the virtual service per se. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxThroughput */ @@ -65,7 +65,7 @@ public Integer getMaxThroughput() { /** * This is the setter method to the attribute. * The maximum throughput per second for all clients allowed through the client side of the virtual service per se. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxThroughput set the maxThroughput. */ diff --git a/java/src/com/vmware/avi/sdk/model/Periodicity.java b/java/src/com/vmware/avi/sdk/model/Periodicity.java new file mode 100644 index 0000000000..e31d768db0 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/Periodicity.java @@ -0,0 +1,116 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The Periodicity is a POJO class extends AviRestResource that used for creating + * Periodicity. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class Periodicity { + @JsonProperty("action") + private RetentionAction action; + + @JsonProperty("interval") + private Integer interval; + + + + /** + * This is the getter method this will return the attribute value. + * Action to trigger when policy conditions are met. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return action + */ + public RetentionAction getAction() { + return action; + } + + /** + * This is the setter method to the attribute. + * Action to trigger when policy conditions are met. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @param action set the action. + */ + public void setAction(RetentionAction action) { + this.action = action; + } + + /** + * This is the getter method this will return the attribute value. + * Time interval in minutes between the action triggers. + * Allowed values are 1-43200. + * Field introduced in 31.1.1. + * Unit is min. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return interval + */ + public Integer getInterval() { + return interval; + } + + /** + * This is the setter method to the attribute. + * Time interval in minutes between the action triggers. + * Allowed values are 1-43200. + * Field introduced in 31.1.1. + * Unit is min. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param interval set the interval. + */ + public void setInterval(Integer interval) { + this.interval = interval; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + Periodicity objPeriodicity = (Periodicity) o; + return Objects.equals(this.action, objPeriodicity.action)&& + Objects.equals(this.interval, objPeriodicity.interval); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class Periodicity {\n"); + sb.append(" action: ").append(toIndentedString(action)).append("\n"); + sb.append(" interval: ").append(toIndentedString(interval)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/Permission.java b/java/src/com/vmware/avi/sdk/model/Permission.java index 3e5829df83..3c9769708d 100644 --- a/java/src/com/vmware/avi/sdk/model/Permission.java +++ b/java/src/com/vmware/avi/sdk/model/Permission.java @@ -38,7 +38,7 @@ public class Permission { * PERMISSION_NETWORKPROFILE, PERMISSION_APPLICATIONPROFILE, PERMISSION_HTTPPOLICYSET, PERMISSION_IPADDRGROUP, PERMISSION_STRINGGROUP, * PERMISSION_SSLPROFILE, PERMISSION_SSLKEYANDCERTIFICATE, PERMISSION_NETWORKSECURITYPOLICY, PERMISSION_APPLICATIONPERSISTENCEPROFILE, * PERMISSION_ANALYTICSPROFILE, PERMISSION_VSDATASCRIPTSET, PERMISSION_TENANT, PERMISSION_PKIPROFILE, PERMISSION_AUTHPROFILE, PERMISSION_CLOUD... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resource */ @@ -52,7 +52,7 @@ public String getResource() { * PERMISSION_NETWORKPROFILE, PERMISSION_APPLICATIONPROFILE, PERMISSION_HTTPPOLICYSET, PERMISSION_IPADDRGROUP, PERMISSION_STRINGGROUP, * PERMISSION_SSLPROFILE, PERMISSION_SSLKEYANDCERTIFICATE, PERMISSION_NETWORKSECURITYPOLICY, PERMISSION_APPLICATIONPERSISTENCEPROFILE, * PERMISSION_ANALYTICSPROFILE, PERMISSION_VSDATASCRIPTSET, PERMISSION_TENANT, PERMISSION_PKIPROFILE, PERMISSION_AUTHPROFILE, PERMISSION_CLOUD... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resource set the resource. */ @@ -64,7 +64,7 @@ public void setResource(String resource) { * This is the getter method this will return the attribute value. * Limits the scope of write access on the parent resource to modification of only the specified subresources. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subresource */ @@ -76,7 +76,7 @@ public SubResource getSubresource() { * This is the setter method to the attribute. * Limits the scope of write access on the parent resource to modification of only the specified subresources. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subresource set the subresource. */ @@ -87,7 +87,7 @@ public void setSubresource(SubResource subresource) { /** * This is the getter method this will return the attribute value. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -98,7 +98,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/PersistenceFilter.java b/java/src/com/vmware/avi/sdk/model/PersistenceFilter.java index c7cfbec732..95da3634b0 100644 --- a/java/src/com/vmware/avi/sdk/model/PersistenceFilter.java +++ b/java/src/com/vmware/avi/sdk/model/PersistenceFilter.java @@ -50,7 +50,7 @@ public class PersistenceFilter { /** * This is the getter method this will return the attribute value. * Persistence cookie. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return persistenceCookie */ @@ -61,7 +61,7 @@ public String getPersistenceCookie() { /** * This is the setter method to the attribute. * Persistence cookie. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param persistenceCookie set the persistenceCookie. */ @@ -71,7 +71,7 @@ public void setPersistenceCookie(String persistenceCookie) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return persistenceEndIp */ @@ -81,7 +81,7 @@ public IpAddr getPersistenceEndIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param persistenceEndIp set the persistenceEndIp. */ @@ -91,7 +91,7 @@ public void setPersistenceEndIp(IpAddr persistenceEndIp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return persistenceIp */ @@ -101,7 +101,7 @@ public IpAddr getPersistenceIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param persistenceIp set the persistenceIp. */ @@ -111,7 +111,7 @@ public void setPersistenceIp(IpAddr persistenceIp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return persistenceMask */ @@ -121,7 +121,7 @@ public Integer getPersistenceMask() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param persistenceMask set the persistenceMask. */ @@ -131,7 +131,7 @@ public void setPersistenceMask(Integer persistenceMask) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverEndIp */ @@ -141,7 +141,7 @@ public IpAddr getServerEndIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverEndIp set the serverEndIp. */ @@ -151,7 +151,7 @@ public void setServerEndIp(IpAddr serverEndIp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ @@ -161,7 +161,7 @@ public IpAddr getServerIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp set the serverIp. */ @@ -171,7 +171,7 @@ public void setServerIp(IpAddr serverIp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverMask */ @@ -181,7 +181,7 @@ public Integer getServerMask() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverMask set the serverMask. */ @@ -191,7 +191,7 @@ public void setServerMask(Integer serverMask) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverPort */ @@ -201,7 +201,7 @@ public Integer getServerPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverPort set the serverPort. */ diff --git a/java/src/com/vmware/avi/sdk/model/PlacementNetwork.java b/java/src/com/vmware/avi/sdk/model/PlacementNetwork.java index b4ab6e90b1..41a4ad1245 100644 --- a/java/src/com/vmware/avi/sdk/model/PlacementNetwork.java +++ b/java/src/com/vmware/avi/sdk/model/PlacementNetwork.java @@ -32,7 +32,7 @@ public class PlacementNetwork { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -43,7 +43,7 @@ public String getNetworkRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -53,7 +53,7 @@ public void setNetworkRef(String networkRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -63,7 +63,7 @@ public IpAddrPrefix getSubnet() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ diff --git a/java/src/com/vmware/avi/sdk/model/PlacementScopeConfig.java b/java/src/com/vmware/avi/sdk/model/PlacementScopeConfig.java index ae68ebc85e..d6df7890ae 100644 --- a/java/src/com/vmware/avi/sdk/model/PlacementScopeConfig.java +++ b/java/src/com/vmware/avi/sdk/model/PlacementScopeConfig.java @@ -44,7 +44,7 @@ public class PlacementScopeConfig { * This is the getter method this will return the attribute value. * Cluster vsphere ha configuration. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusters */ @@ -56,7 +56,7 @@ public List getClusters() { * This is the setter method. this will set the clusters * Cluster vsphere ha configuration. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusters */ @@ -68,7 +68,7 @@ public void setClusters(List clusters) { * This is the setter method this will set the clusters * Cluster vsphere ha configuration. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusters */ @@ -84,7 +84,7 @@ public PlacementScopeConfig addClustersItem(ClusterHAConfig clustersItem) { * This is the getter method this will return the attribute value. * List of transport node clusters include or exclude. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtClusters */ @@ -96,7 +96,7 @@ public NsxtClusters getNsxtClusters() { * This is the setter method to the attribute. * List of transport node clusters include or exclude. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtClusters set the nsxtClusters. */ @@ -108,7 +108,7 @@ public void setNsxtClusters(NsxtClusters nsxtClusters) { * This is the getter method this will return the attribute value. * List of shared datastores to include or exclude. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtDatastores */ @@ -120,7 +120,7 @@ public NsxtDatastores getNsxtDatastores() { * This is the setter method to the attribute. * List of shared datastores to include or exclude. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtDatastores set the nsxtDatastores. */ @@ -132,7 +132,7 @@ public void setNsxtDatastores(NsxtDatastores nsxtDatastores) { * This is the getter method this will return the attribute value. * List of transport nodes include or exclude. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtHosts */ @@ -144,7 +144,7 @@ public NsxtHosts getNsxtHosts() { * This is the setter method to the attribute. * List of transport nodes include or exclude. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtHosts set the nsxtHosts. */ @@ -156,7 +156,7 @@ public void setNsxtHosts(NsxtHosts nsxtHosts) { * This is the getter method this will return the attribute value. * Folder to place all the service engine virtual machines in vcenter. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterFolder */ @@ -168,7 +168,7 @@ public String getVcenterFolder() { * This is the setter method to the attribute. * Folder to place all the service engine virtual machines in vcenter. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterFolder set the vcenterFolder. */ @@ -181,7 +181,7 @@ public void setVcenterFolder(String vcenterFolder) { * Vcenter server configuration. * It is a reference to an object of type vcenterserver. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterRef */ @@ -194,7 +194,7 @@ public String getVcenterRef() { * Vcenter server configuration. * It is a reference to an object of type vcenterserver. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterRef set the vcenterRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/PodToleration.java b/java/src/com/vmware/avi/sdk/model/PodToleration.java index b95f7d3a14..275d99ebe5 100644 --- a/java/src/com/vmware/avi/sdk/model/PodToleration.java +++ b/java/src/com/vmware/avi/sdk/model/PodToleration.java @@ -43,7 +43,7 @@ public class PodToleration { * Effect to match. * Enum options - NO_SCHEDULE, PREFER_NO_SCHEDULE, NO_EXECUTE. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return effect */ @@ -56,7 +56,7 @@ public String getEffect() { * Effect to match. * Enum options - NO_SCHEDULE, PREFER_NO_SCHEDULE, NO_EXECUTE. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param effect set the effect. */ @@ -68,7 +68,7 @@ public void setEffect(String effect) { * This is the getter method this will return the attribute value. * Key to match. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -80,7 +80,7 @@ public String getKey() { * This is the setter method to the attribute. * Key to match. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -93,7 +93,7 @@ public void setKey(String key) { * Operator to match. * Enum options - EQUAL, EXISTS. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUAL". * @return operator */ @@ -106,7 +106,7 @@ public String getOperator() { * Operator to match. * Enum options - EQUAL, EXISTS. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUAL". * @param operator set the operator. */ @@ -119,7 +119,7 @@ public void setOperator(String operator) { * Pods that tolerate the taint with a specified toleration_seconds remain bound for the specified amount of time. * Field introduced in 17.2.14, 18.1.5, 18.2.1. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tolerationSeconds */ @@ -132,7 +132,7 @@ public Integer getTolerationSeconds() { * Pods that tolerate the taint with a specified toleration_seconds remain bound for the specified amount of time. * Field introduced in 17.2.14, 18.1.5, 18.2.1. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tolerationSeconds set the tolerationSeconds. */ @@ -144,7 +144,7 @@ public void setTolerationSeconds(Integer tolerationSeconds) { * This is the getter method this will return the attribute value. * Value to match. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -156,7 +156,7 @@ public String getValue() { * This is the setter method to the attribute. * Value to match. * Field introduced in 17.2.14, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/PolicySpec.java b/java/src/com/vmware/avi/sdk/model/PolicySpec.java new file mode 100644 index 0000000000..3a7147aa12 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/PolicySpec.java @@ -0,0 +1,143 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The PolicySpec is a POJO class extends AviRestResource that used for creating + * PolicySpec. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class PolicySpec { + @JsonProperty("disk") + private DiskThreshold disk; + + @JsonProperty("object") + private ObjectRule object; + + @JsonProperty("periodic") + private Periodicity periodic; + + + + /** + * This is the getter method this will return the attribute value. + * Disk usage policy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return disk + */ + public DiskThreshold getDisk() { + return disk; + } + + /** + * This is the setter method to the attribute. + * Disk usage policy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param disk set the disk. + */ + public void setDisk(DiskThreshold disk) { + this.disk = disk; + } + + /** + * This is the getter method this will return the attribute value. + * Objects policy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return object + */ + public ObjectRule getObject() { + return object; + } + + /** + * This is the setter method to the attribute. + * Objects policy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param object set the object. + */ + public void setObject(ObjectRule object) { + this.object = object; + } + + /** + * This is the getter method this will return the attribute value. + * Periodic policy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return periodic + */ + public Periodicity getPeriodic() { + return periodic; + } + + /** + * This is the setter method to the attribute. + * Periodic policy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param periodic set the periodic. + */ + public void setPeriodic(Periodicity periodic) { + this.periodic = periodic; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + PolicySpec objPolicySpec = (PolicySpec) o; + return Objects.equals(this.disk, objPolicySpec.disk)&& + Objects.equals(this.object, objPolicySpec.object)&& + Objects.equals(this.periodic, objPolicySpec.periodic); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class PolicySpec {\n"); + sb.append(" disk: ").append(toIndentedString(disk)).append("\n"); + sb.append(" object: ").append(toIndentedString(object)).append("\n"); + sb.append(" periodic: ").append(toIndentedString(periodic)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/Pool.java b/java/src/com/vmware/avi/sdk/model/Pool.java index 7453fda930..641d9db8fd 100644 --- a/java/src/com/vmware/avi/sdk/model/Pool.java +++ b/java/src/com/vmware/avi/sdk/model/Pool.java @@ -96,6 +96,9 @@ public class Pool extends AviRestResource { @JsonProperty("graceful_disable_timeout") private Integer gracefulDisableTimeout = 1; + @JsonProperty("graceful_disable_timeout_sec") + private Integer gracefulDisableTimeoutSec = 60; + @JsonProperty("graceful_hm_down_disable_timeout") private Integer gracefulHmDownDisableTimeout = -1; @@ -243,7 +246,7 @@ public class Pool extends AviRestResource { * This is the getter method this will return the attribute value. * Determines analytics settings for the pool. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return analyticsPolicy */ @@ -255,7 +258,7 @@ public PoolAnalyticsPolicy getAnalyticsPolicy() { * This is the setter method to the attribute. * Determines analytics settings for the pool. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param analyticsPolicy set the analyticsPolicy. */ @@ -268,7 +271,7 @@ public void setAnalyticsPolicy(PoolAnalyticsPolicy analyticsPolicy) { * Specifies settings related to analytics. * It is a reference to an object of type analyticsprofile. * Field introduced in 18.1.4,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return analyticsProfileRef */ @@ -281,7 +284,7 @@ public String getAnalyticsProfileRef() { * Specifies settings related to analytics. * It is a reference to an object of type analyticsprofile. * Field introduced in 18.1.4,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param analyticsProfileRef set the analyticsProfileRef. */ @@ -297,9 +300,9 @@ public void setAnalyticsProfileRef(String analyticsProfileRef) { * settings as well as http healthmonitors attached to pools. * Enum options - NON_DEFAULT_80_443, NEVER, ALWAYS. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- never), basic edition(allowed values- never), enterprise with - * cloud services edition. - * Special default for essentials edition is never, basic edition is never, enterprise is non_default_80_443. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- never), basic (allowed values- never) edition. + * Special default for essentials edition is never, basic edition is never, enterprise edition is non_default_80_443. * @return appendPort */ public String getAppendPort() { @@ -314,9 +317,9 @@ public String getAppendPort() { * settings as well as http healthmonitors attached to pools. * Enum options - NON_DEFAULT_80_443, NEVER, ALWAYS. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- never), basic edition(allowed values- never), enterprise with - * cloud services edition. - * Special default for essentials edition is never, basic edition is never, enterprise is non_default_80_443. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- never), basic (allowed values- never) edition. + * Special default for essentials edition is never, basic edition is never, enterprise edition is non_default_80_443. * @param appendPort set the appendPort. */ public void setAppendPort(String appendPort) { @@ -327,7 +330,7 @@ public void setAppendPort(String appendPort) { * This is the getter method this will return the attribute value. * Persistence will ensure the same user sticks to the same server for a desired duration of time. * It is a reference to an object of type applicationpersistenceprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationPersistenceProfileRef */ @@ -339,7 +342,7 @@ public String getApplicationPersistenceProfileRef() { * This is the setter method to the attribute. * Persistence will ensure the same user sticks to the same server for a desired duration of time. * It is a reference to an object of type applicationpersistenceprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param applicationPersistenceProfileRef set the applicationPersistenceProfileRef. */ @@ -351,7 +354,7 @@ public void setApplicationPersistenceProfileRef(String applicationPersistencePr * This is the getter method this will return the attribute value. * If configured then avi will trigger orchestration of pool server creation and deletion. * It is a reference to an object of type autoscalelaunchconfig. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoscaleLaunchConfigRef */ @@ -363,7 +366,7 @@ public String getAutoscaleLaunchConfigRef() { * This is the setter method to the attribute. * If configured then avi will trigger orchestration of pool server creation and deletion. * It is a reference to an object of type autoscalelaunchconfig. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param autoscaleLaunchConfigRef set the autoscaleLaunchConfigRef. */ @@ -373,7 +376,7 @@ public void setAutoscaleLaunchConfigRef(String autoscaleLaunchConfigRef) { /** * This is the getter method this will return the attribute value. * Network ids for the launch configuration. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoscaleNetworks */ @@ -384,7 +387,7 @@ public List getAutoscaleNetworks() { /** * This is the setter method. this will set the autoscaleNetworks * Network ids for the launch configuration. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoscaleNetworks */ @@ -395,7 +398,7 @@ public void setAutoscaleNetworks(List autoscaleNetworks) { /** * This is the setter method this will set the autoscaleNetworks * Network ids for the launch configuration. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoscaleNetworks */ @@ -411,7 +414,7 @@ public Pool addAutoscaleNetworksItem(String autoscaleNetworksItem) { * This is the getter method this will return the attribute value. * Reference to server autoscale policy. * It is a reference to an object of type serverautoscalepolicy. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoscalePolicyRef */ @@ -423,7 +426,7 @@ public String getAutoscalePolicyRef() { * This is the setter method to the attribute. * Reference to server autoscale policy. * It is a reference to an object of type serverautoscalepolicy. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param autoscalePolicyRef set the autoscalePolicyRef. */ @@ -434,8 +437,8 @@ public void setAutoscalePolicyRef(String autoscalePolicyRef) { /** * This is the getter method this will return the attribute value. * Inline estimation of capacity of servers. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return capacityEstimation */ @@ -446,8 +449,8 @@ public Boolean getCapacityEstimation() { /** * This is the setter method to the attribute. * Inline estimation of capacity of servers. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param capacityEstimation set the capacityEstimation. */ @@ -461,8 +464,8 @@ public void setCapacityEstimation(Boolean capacityEstimation) { * Allowed values are 1-5000. * Special values are 0 - automatic. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return capacityEstimationTtfbThresh */ @@ -476,8 +479,8 @@ public Integer getCapacityEstimationTtfbThresh() { * Allowed values are 1-5000. * Special values are 0 - automatic. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param capacityEstimationTtfbThresh set the capacityEstimationTtfbThresh. */ @@ -489,7 +492,7 @@ public void setCapacityEstimationTtfbThresh(Integer capacityEstimationTtfbThres * This is the getter method this will return the attribute value. * Checksum of cloud configuration for pool. * Internally set by cloud connector. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConfigCksum */ @@ -501,7 +504,7 @@ public String getCloudConfigCksum() { * This is the setter method to the attribute. * Checksum of cloud configuration for pool. * Internally set by cloud connector. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConfigCksum set the cloudConfigCksum. */ @@ -512,7 +515,7 @@ public void setCloudConfigCksum(String cloudConfigCksum) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -523,7 +526,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -535,7 +538,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * Connnection pool properties. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connPoolProperties */ @@ -547,7 +550,7 @@ public ConnPoolProperties getConnPoolProperties() { * This is the setter method to the attribute. * Connnection pool properties. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connPoolProperties set the connPoolProperties. */ @@ -562,9 +565,9 @@ public void setConnPoolProperties(ConnPoolProperties connPoolProperties) { * Allowed values are 1-300. * Special values are 0 - immediate. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. - * Special default for essentials edition is 0, basic edition is 0, enterprise is 10. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. + * Special default for essentials edition is 0, basic edition is 0, enterprise edition is 10. * @return connectionRampDuration */ public Integer getConnectionRampDuration() { @@ -578,9 +581,9 @@ public Integer getConnectionRampDuration() { * Allowed values are 1-300. * Special values are 0 - immediate. * Unit is min. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. - * Special default for essentials edition is 0, basic edition is 0, enterprise is 10. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. + * Special default for essentials edition is 0, basic edition is 0, enterprise edition is 10. * @param connectionRampDuration set the connectionRampDuration. */ public void setConnectionRampDuration(Integer connectionRampDuration) { @@ -590,7 +593,7 @@ public void setConnectionRampDuration(Integer connectionRampDuration) { /** * This is the getter method this will return the attribute value. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -601,7 +604,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -614,7 +617,7 @@ public void setCreatedBy(String createdBy) { * Traffic sent to servers will use this destination server port unless overridden by the server's specific port attribute. * The ssl checkbox enables avi to server encryption. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 80. * @return defaultServerPort */ @@ -627,7 +630,7 @@ public Integer getDefaultServerPort() { * Traffic sent to servers will use this destination server port unless overridden by the server's specific port attribute. * The ssl checkbox enables avi to server encryption. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 80. * @param defaultServerPort set the defaultServerPort. */ @@ -642,8 +645,8 @@ public void setDefaultServerPort(Integer defaultServerPort) { * These ips are deleted from the pool when this knob is set to true. * They are disabled, if the knob is set to false. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return deleteServerOnDnsRefresh */ @@ -658,8 +661,8 @@ public Boolean getDeleteServerOnDnsRefresh() { * These ips are deleted from the pool when this knob is set to true. * They are disabled, if the knob is set to false. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param deleteServerOnDnsRefresh set the deleteServerOnDnsRefresh. */ @@ -670,7 +673,7 @@ public void setDeleteServerOnDnsRefresh(Boolean deleteServerOnDnsRefresh) { /** * This is the getter method this will return the attribute value. * A description of the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -681,7 +684,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * A description of the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -692,7 +695,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Comma separated list of domain names which will be used to verify the common names or subject alternative names presented by server certificates. * It is performed only when common name check host_check_enabled is enabled. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -704,7 +707,7 @@ public List getDomainName() { * This is the setter method. this will set the domainName * Comma separated list of domain names which will be used to verify the common names or subject alternative names presented by server certificates. * It is performed only when common name check host_check_enabled is enabled. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -716,7 +719,7 @@ public void setDomainName(List domainName) { * This is the setter method this will set the domainName * Comma separated list of domain names which will be used to verify the common names or subject alternative names presented by server certificates. * It is performed only when common name check host_check_enabled is enabled. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -731,7 +734,7 @@ public Pool addDomainNameItem(String domainNameItem) { /** * This is the getter method this will return the attribute value. * Inherited config from virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eastWest */ @@ -742,7 +745,7 @@ public Boolean getEastWest() { /** * This is the setter method to the attribute. * Inherited config from virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eastWest set the eastWest. */ @@ -754,8 +757,8 @@ public void setEastWest(Boolean eastWest) { * This is the getter method this will return the attribute value. * Enable http/2 for traffic from virtualservice to all backend servers in this pool. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableHttp2 */ @@ -767,8 +770,8 @@ public Boolean getEnableHttp2() { * This is the setter method to the attribute. * Enable http/2 for traffic from virtualservice to all backend servers in this pool. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableHttp2 set the enableHttp2. */ @@ -780,7 +783,7 @@ public void setEnableHttp2(Boolean enableHttp2) { * This is the getter method this will return the attribute value. * Enable or disable the pool. * Disabling will terminate all open connections and pause health monitors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -792,7 +795,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable or disable the pool. * Disabling will terminate all open connections and pause health monitors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -804,7 +807,7 @@ public void setEnabled(Boolean enabled) { * Names of external auto-scale groups for pool servers. * Currently available only for aws and azure. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalAutoscaleGroups */ @@ -817,7 +820,7 @@ public List getExternalAutoscaleGroups() { * Names of external auto-scale groups for pool servers. * Currently available only for aws and azure. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalAutoscaleGroups */ @@ -830,7 +833,7 @@ public void setExternalAutoscaleGroups(List externalAutoscaleGroups) { * Names of external auto-scale groups for pool servers. * Currently available only for aws and azure. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalAutoscaleGroups */ @@ -846,7 +849,7 @@ public Pool addExternalAutoscaleGroupsItem(String externalAutoscaleGroupsItem) { * This is the getter method this will return the attribute value. * Enable an action - close connection, http redirect or local http response - when a pool failure happens. * By default, a connection will be closed, in case the pool experiences a failure. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failAction */ @@ -858,7 +861,7 @@ public FailAction getFailAction() { * This is the setter method to the attribute. * Enable an action - close connection, http redirect or local http response - when a pool failure happens. * By default, a connection will be closed, in case the pool experiences a failure. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param failAction set the failAction. */ @@ -871,7 +874,7 @@ public void setFailAction(FailAction failAction) { * Periodicity of feedback for fewest tasks server selection algorithm. * Allowed values are 1-300. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return fewestTasksFeedbackDelay */ @@ -884,7 +887,7 @@ public Integer getFewestTasksFeedbackDelay() { * Periodicity of feedback for fewest tasks server selection algorithm. * Allowed values are 1-300. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param fewestTasksFeedbackDelay set the fewestTasksFeedbackDelay. */ @@ -896,10 +899,11 @@ public void setFewestTasksFeedbackDelay(Integer fewestTasksFeedbackDelay) { * This is the getter method this will return the attribute value. * Used to gracefully disable a server. * Virtual service waits for the specified time before terminating the existing connections to the servers that are disabled. + * Not used anymore .graceful_disable_timeout_sec is introduced. * Allowed values are 1-7200. * Special values are 0 - immediate, -1 - infinite. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return gracefulDisableTimeout */ @@ -911,10 +915,11 @@ public Integer getGracefulDisableTimeout() { * This is the setter method to the attribute. * Used to gracefully disable a server. * Virtual service waits for the specified time before terminating the existing connections to the servers that are disabled. + * Not used anymore .graceful_disable_timeout_sec is introduced. * Allowed values are 1-7200. * Special values are 0 - immediate, -1 - infinite. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param gracefulDisableTimeout set the gracefulDisableTimeout. */ @@ -922,6 +927,38 @@ public void setGracefulDisableTimeout(Integer gracefulDisableTimeout) { this.gracefulDisableTimeout = gracefulDisableTimeout; } + /** + * This is the getter method this will return the attribute value. + * Used to gracefully disable a server. + * Virtual service waits for the specified time before terminating the existing connections to the servers that are disabled. + * Allowed values are 1-432000. + * Special values are 0 - immediate, -1 - infinite. + * Field introduced in 31.2.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 60. + * @return gracefulDisableTimeoutSec + */ + public Integer getGracefulDisableTimeoutSec() { + return gracefulDisableTimeoutSec; + } + + /** + * This is the setter method to the attribute. + * Used to gracefully disable a server. + * Virtual service waits for the specified time before terminating the existing connections to the servers that are disabled. + * Allowed values are 1-432000. + * Special values are 0 - immediate, -1 - infinite. + * Field introduced in 31.2.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 60. + * @param gracefulDisableTimeoutSec set the gracefulDisableTimeoutSec. + */ + public void setGracefulDisableTimeoutSec(Integer gracefulDisableTimeoutSec) { + this.gracefulDisableTimeoutSec = gracefulDisableTimeoutSec; + } + /** * This is the getter method this will return the attribute value. * Time interval for gracefully closing the connections on server, when health monitoring marks the server down. @@ -929,7 +966,7 @@ public void setGracefulDisableTimeout(Integer gracefulDisableTimeout) { * Special values are 0 - immediate, -1 - infinite. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @return gracefulHmDownDisableTimeout */ @@ -944,7 +981,7 @@ public Integer getGracefulHmDownDisableTimeout() { * Special values are 0 - immediate, -1 - infinite. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @param gracefulHmDownDisableTimeout set the gracefulHmDownDisableTimeout. */ @@ -956,7 +993,7 @@ public void setGracefulHmDownDisableTimeout(Integer gracefulHmDownDisableTimeou * This is the getter method this will return the attribute value. * Indicates if the pool is a site-persistence pool. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @return gslbSpEnabled */ public Boolean getGslbSpEnabled() { @@ -967,7 +1004,7 @@ public Boolean getGslbSpEnabled() { * This is the setter method to the attribute. * Indicates if the pool is a site-persistence pool. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @param gslbSpEnabled set the gslbSpEnabled. */ public void setGslbSpEnabled(Boolean gslbSpEnabled) { @@ -981,7 +1018,7 @@ public void setGslbSpEnabled(Boolean gslbSpEnabled) { * It raises or lowers the ratio of traffic destined to a server based on successful responses. * It is a reference to an object of type healthmonitor. * Maximum of 50 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorRefs */ @@ -997,7 +1034,7 @@ public List getHealthMonitorRefs() { * It raises or lowers the ratio of traffic destined to a server based on successful responses. * It is a reference to an object of type healthmonitor. * Maximum of 50 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorRefs */ @@ -1013,7 +1050,7 @@ public void setHealthMonitorRefs(List healthMonitorRefs) { * It raises or lowers the ratio of traffic destined to a server based on successful responses. * It is a reference to an object of type healthmonitor. * Maximum of 50 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorRefs */ @@ -1029,7 +1066,7 @@ public Pool addHealthMonitorRefsItem(String healthMonitorRefsItem) { * This is the getter method this will return the attribute value. * Horizon uag configuration. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return horizonProfile */ @@ -1041,7 +1078,7 @@ public HorizonProfile getHorizonProfile() { * This is the setter method to the attribute. * Horizon uag configuration. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param horizonProfile set the horizonProfile. */ @@ -1053,7 +1090,7 @@ public void setHorizonProfile(HorizonProfile horizonProfile) { * This is the getter method this will return the attribute value. * Enable common name check for server certificate. * If enabled and no explicit domain name is specified, avi will use the incoming host header to do the match. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return hostCheckEnabled */ @@ -1065,7 +1102,7 @@ public Boolean getHostCheckEnabled() { * This is the setter method to the attribute. * Enable common name check for server certificate. * If enabled and no explicit domain name is specified, avi will use the incoming host header to do the match. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param hostCheckEnabled set the hostCheckEnabled. */ @@ -1077,8 +1114,7 @@ public void setHostCheckEnabled(Boolean hostCheckEnabled) { * This is the getter method this will return the attribute value. * Http2 pool properties. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return http2Properties */ @@ -1090,8 +1126,7 @@ public HTTP2PoolProperties getHttp2Properties() { * This is the setter method to the attribute. * Http2 pool properties. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param http2Properties set the http2Properties. */ @@ -1104,7 +1139,7 @@ public void setHttp2Properties(HTTP2PoolProperties http2Properties) { * Ignore the server port in building the load balancing state.applicable only for consistent hash load balancing algorithm or disable port * translation (use_service_port) use cases. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ignoreServerPort */ @@ -1117,7 +1152,7 @@ public Boolean getIgnoreServerPort() { * Ignore the server port in building the load balancing state.applicable only for consistent hash load balancing algorithm or disable port * translation (use_service_port) use cases. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ignoreServerPort set the ignoreServerPort. */ @@ -1129,7 +1164,7 @@ public void setIgnoreServerPort(Boolean ignoreServerPort) { * This is the getter method this will return the attribute value. * The passive monitor will monitor client to server connections and requests and adjust traffic load to servers based on successful responses. * This may alter the expected behavior of the lb method, such as round robin. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return inlineHealthMonitor */ @@ -1141,7 +1176,7 @@ public Boolean getInlineHealthMonitor() { * This is the setter method to the attribute. * The passive monitor will monitor client to server connections and requests and adjust traffic load to servers based on successful responses. * This may alter the expected behavior of the lb method, such as round robin. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param inlineHealthMonitor set the inlineHealthMonitor. */ @@ -1153,7 +1188,7 @@ public void setInlineHealthMonitor(Boolean inlineHealthMonitor) { * This is the getter method this will return the attribute value. * Use list of servers from ip address group. * It is a reference to an object of type ipaddrgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipaddrgroupRef */ @@ -1165,7 +1200,7 @@ public String getIpaddrgroupRef() { * This is the setter method to the attribute. * Use list of servers from ip address group. * It is a reference to an object of type ipaddrgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipaddrgroupRef set the ipaddrgroupRef. */ @@ -1175,9 +1210,9 @@ public void setIpaddrgroupRef(String ipaddrgroupRef) { /** * This is the getter method this will return the attribute value. - * Do round robin load load balancing at se level instead of the default per core load balancing. + * Do load balancing at se level instead of the default per core load balancing. * Field introduced in 21.1.5, 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return lbAlgoRrPerSe */ @@ -1187,9 +1222,9 @@ public Boolean getLbAlgoRrPerSe() { /** * This is the setter method to the attribute. - * Do round robin load load balancing at se level instead of the default per core load balancing. + * Do load balancing at se level instead of the default per core load balancing. * Field introduced in 21.1.5, 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param lbAlgoRrPerSe set the lbAlgoRrPerSe. */ @@ -1204,9 +1239,9 @@ public void setLbAlgoRrPerSe(Boolean lbAlgoRrPerSe) { * Enum options - LB_ALGORITHM_LEAST_CONNECTIONS, LB_ALGORITHM_ROUND_ROBIN, LB_ALGORITHM_FASTEST_RESPONSE, LB_ALGORITHM_CONSISTENT_HASH, * LB_ALGORITHM_LEAST_LOAD, LB_ALGORITHM_FEWEST_SERVERS, LB_ALGORITHM_RANDOM, LB_ALGORITHM_FEWEST_TASKS, LB_ALGORITHM_NEAREST_SERVER, * LB_ALGORITHM_CORE_AFFINITY, LB_ALGORITHM_TOPOLOGY. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash), basic edition(allowed values- - * lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash), basic (allowed + * values- lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LB_ALGORITHM_LEAST_CONNECTIONS". * @return lbAlgorithm */ @@ -1221,9 +1256,9 @@ public String getLbAlgorithm() { * Enum options - LB_ALGORITHM_LEAST_CONNECTIONS, LB_ALGORITHM_ROUND_ROBIN, LB_ALGORITHM_FASTEST_RESPONSE, LB_ALGORITHM_CONSISTENT_HASH, * LB_ALGORITHM_LEAST_LOAD, LB_ALGORITHM_FEWEST_SERVERS, LB_ALGORITHM_RANDOM, LB_ALGORITHM_FEWEST_TASKS, LB_ALGORITHM_NEAREST_SERVER, * LB_ALGORITHM_CORE_AFFINITY, LB_ALGORITHM_TOPOLOGY. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash), basic edition(allowed values- - * lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash), basic (allowed + * values- lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LB_ALGORITHM_LEAST_CONNECTIONS". * @param lbAlgorithm set the lbAlgorithm. */ @@ -1234,7 +1269,7 @@ public void setLbAlgorithm(String lbAlgorithm) { /** * This is the getter method this will return the attribute value. * Http header name to be used for the hash key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lbAlgorithmConsistentHashHdr */ @@ -1245,7 +1280,7 @@ public String getLbAlgorithmConsistentHashHdr() { /** * This is the setter method to the attribute. * Http header name to be used for the hash key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lbAlgorithmConsistentHashHdr set the lbAlgorithmConsistentHashHdr. */ @@ -1258,8 +1293,8 @@ public void setLbAlgorithmConsistentHashHdr(String lbAlgorithmConsistentHashHdr * Degree of non-affinity for core affinity based server selection. * Allowed values are 1-65535. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 2), basic edition(allowed values- 2), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return lbAlgorithmCoreNonaffinity */ @@ -1272,8 +1307,8 @@ public Integer getLbAlgorithmCoreNonaffinity() { * Degree of non-affinity for core affinity based server selection. * Allowed values are 1-65535. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 2), basic edition(allowed values- 2), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 2), basic (allowed values- 2) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param lbAlgorithmCoreNonaffinity set the lbAlgorithmCoreNonaffinity. */ @@ -1287,8 +1322,9 @@ public void setLbAlgorithmCoreNonaffinity(Integer lbAlgorithmCoreNonaffinity) { * Enum options - LB_ALGORITHM_CONSISTENT_HASH_SOURCE_IP_ADDRESS, LB_ALGORITHM_CONSISTENT_HASH_SOURCE_IP_ADDRESS_AND_PORT, * LB_ALGORITHM_CONSISTENT_HASH_URI, LB_ALGORITHM_CONSISTENT_HASH_CUSTOM_HEADER, LB_ALGORITHM_CONSISTENT_HASH_CUSTOM_STRING, * LB_ALGORITHM_CONSISTENT_HASH_CALLID. - * Allowed in enterprise edition with any value, essentials edition(allowed values- lb_algorithm_consistent_hash_source_ip_address), basic - * edition(allowed values- lb_algorithm_consistent_hash_source_ip_address), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- lb_algorithm_consistent_hash_source_ip_address), basic (allowed values- + * lb_algorithm_consistent_hash_source_ip_address) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LB_ALGORITHM_CONSISTENT_HASH_SOURCE_IP_ADDRESS". * @return lbAlgorithmHash */ @@ -1302,8 +1338,9 @@ public String getLbAlgorithmHash() { * Enum options - LB_ALGORITHM_CONSISTENT_HASH_SOURCE_IP_ADDRESS, LB_ALGORITHM_CONSISTENT_HASH_SOURCE_IP_ADDRESS_AND_PORT, * LB_ALGORITHM_CONSISTENT_HASH_URI, LB_ALGORITHM_CONSISTENT_HASH_CUSTOM_HEADER, LB_ALGORITHM_CONSISTENT_HASH_CUSTOM_STRING, * LB_ALGORITHM_CONSISTENT_HASH_CALLID. - * Allowed in enterprise edition with any value, essentials edition(allowed values- lb_algorithm_consistent_hash_source_ip_address), basic - * edition(allowed values- lb_algorithm_consistent_hash_source_ip_address), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- lb_algorithm_consistent_hash_source_ip_address), basic (allowed values- + * lb_algorithm_consistent_hash_source_ip_address) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LB_ALGORITHM_CONSISTENT_HASH_SOURCE_IP_ADDRESS". * @param lbAlgorithmHash set the lbAlgorithmHash. */ @@ -1315,8 +1352,8 @@ public void setLbAlgorithmHash(String lbAlgorithmHash) { * This is the getter method this will return the attribute value. * Allow server lookup by name. * Field introduced in 17.1.11,17.2.4. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return lookupServerByName */ @@ -1328,8 +1365,8 @@ public Boolean getLookupServerByName() { * This is the setter method to the attribute. * Allow server lookup by name. * Field introduced in 17.1.11,17.2.4. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param lookupServerByName set the lookupServerByName. */ @@ -1340,8 +1377,7 @@ public void setLookupServerByName(Boolean lookupServerByName) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -1353,8 +1389,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -1366,8 +1401,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -1384,7 +1418,7 @@ public Pool addMarkersItem(RoleFilterMatchLabel markersItem) { * The maximum number of concurrent connections allowed to each server within the pool. * Note applied value will be no less than the number of service engines that the pool is placed on. * If set to 0, no limit is applied. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxConcurrentConnectionsPerServer */ @@ -1397,7 +1431,7 @@ public Integer getMaxConcurrentConnectionsPerServer() { * The maximum number of concurrent connections allowed to each server within the pool. * Note applied value will be no less than the number of service engines that the pool is placed on. * If set to 0, no limit is applied. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxConcurrentConnectionsPerServer set the maxConcurrentConnectionsPerServer. */ @@ -1408,7 +1442,7 @@ public void setMaxConcurrentConnectionsPerServer(Integer maxConcurrentConnectio /** * This is the getter method this will return the attribute value. * Rate limit connections to each server. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxConnRatePerServer */ @@ -1419,7 +1453,7 @@ public RateProfile getMaxConnRatePerServer() { /** * This is the setter method to the attribute. * Rate limit connections to each server. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxConnRatePerServer set the maxConnRatePerServer. */ @@ -1431,7 +1465,7 @@ public void setMaxConnRatePerServer(RateProfile maxConnRatePerServer) { * This is the getter method this will return the attribute value. * Minimum number of health monitors in up state to mark server up. * Field introduced in 18.2.1, 17.2.12. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minHealthMonitorsUp */ @@ -1443,7 +1477,7 @@ public Integer getMinHealthMonitorsUp() { * This is the setter method to the attribute. * Minimum number of health monitors in up state to mark server up. * Field introduced in 18.2.1, 17.2.12. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minHealthMonitorsUp set the minHealthMonitorsUp. */ @@ -1455,7 +1489,7 @@ public void setMinHealthMonitorsUp(Integer minHealthMonitorsUp) { * This is the getter method this will return the attribute value. * Minimum number of servers in up state for marking the pool up. * Field introduced in 18.2.1, 17.2.12. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minServersUp */ @@ -1467,7 +1501,7 @@ public Integer getMinServersUp() { * This is the setter method to the attribute. * Minimum number of servers in up state for marking the pool up. * Field introduced in 18.2.1, 17.2.12. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minServersUp set the minServersUp. */ @@ -1478,7 +1512,7 @@ public void setMinServersUp(Integer minServersUp) { /** * This is the getter method this will return the attribute value. * The name of the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -1489,7 +1523,7 @@ public String getName() { /** * This is the setter method to the attribute. * The name of the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -1501,7 +1535,7 @@ public void setName(String name) { * (internal-use) networks designated as containing servers for this pool. * The servers may be further narrowed down by a filter. * This field is used internally by avi, not editable by the user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -1514,7 +1548,7 @@ public List getNetworks() { * (internal-use) networks designated as containing servers for this pool. * The servers may be further narrowed down by a filter. * This field is used internally by avi, not editable by the user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -1527,7 +1561,7 @@ public void setNetworks(List networks) { * (internal-use) networks designated as containing servers for this pool. * The servers may be further narrowed down by a filter. * This field is used internally by avi, not editable by the user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -1542,7 +1576,7 @@ public Pool addNetworksItem(NetworkFilter networksItem) { * This is the getter method this will return the attribute value. * A list of nsx groups where the servers for the pool are created. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxSecuritygroup */ @@ -1554,7 +1588,7 @@ public List getNsxSecuritygroup() { * This is the setter method. this will set the nsxSecuritygroup * A list of nsx groups where the servers for the pool are created. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxSecuritygroup */ @@ -1566,7 +1600,7 @@ public void setNsxSecuritygroup(List nsxSecuritygroup) { * This is the setter method this will set the nsxSecuritygroup * A list of nsx groups where the servers for the pool are created. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxSecuritygroup */ @@ -1582,7 +1616,7 @@ public Pool addNsxSecuritygroupItem(String nsxSecuritygroupItem) { * This is the getter method this will return the attribute value. * Avi will validate the ssl certificate present by a server against the selected pki profile. * It is a reference to an object of type pkiprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRef */ @@ -1594,7 +1628,7 @@ public String getPkiProfileRef() { * This is the setter method to the attribute. * Avi will validate the ssl certificate present by a server against the selected pki profile. * It is a reference to an object of type pkiprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pkiProfileRef set the pkiProfileRef. */ @@ -1606,7 +1640,7 @@ public void setPkiProfileRef(String pkiProfileRef) { * Manually select the networks and subnets used to provide reachability to the pool's servers. * Specify the subnet using the following syntax 10-1-1-0/24. * Use static routes in vrf configuration when pool servers are not directly connected but routable from the service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementNetworks */ @@ -1619,7 +1653,7 @@ public List getPlacementNetworks() { * Manually select the networks and subnets used to provide reachability to the pool's servers. * Specify the subnet using the following syntax 10-1-1-0/24. * Use static routes in vrf configuration when pool servers are not directly connected but routable from the service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementNetworks */ @@ -1632,7 +1666,7 @@ public void setPlacementNetworks(List placementNetworks) { * Manually select the networks and subnets used to provide reachability to the pool's servers. * Specify the subnet using the following syntax 10-1-1-0/24. * Use static routes in vrf configuration when pool servers are not directly connected but routable from the service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementNetworks */ @@ -1649,7 +1683,7 @@ public Pool addPlacementNetworksItem(PlacementNetwork placementNetworksItem) { * Type or purpose, the pool is to be used for. * Enum options - POOL_TYPE_GENERIC_APP, POOL_TYPE_OAUTH. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "POOL_TYPE_GENERIC_APP". * @return poolType */ @@ -1662,7 +1696,7 @@ public String getPoolType() { * Type or purpose, the pool is to be used for. * Enum options - POOL_TYPE_GENERIC_APP, POOL_TYPE_OAUTH. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "POOL_TYPE_GENERIC_APP". * @param poolType set the poolType. */ @@ -1673,8 +1707,8 @@ public void setPoolType(String poolType) { /** * This is the getter method this will return the attribute value. * Minimum number of requests to be queued when pool is full. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 128), basic edition(allowed values- 128), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 128), basic (allowed values- 128) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return requestQueueDepth */ @@ -1685,8 +1719,8 @@ public Integer getRequestQueueDepth() { /** * This is the setter method to the attribute. * Minimum number of requests to be queued when pool is full. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 128), basic edition(allowed values- 128), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 128), basic (allowed values- 128) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param requestQueueDepth set the requestQueueDepth. */ @@ -1697,8 +1731,8 @@ public void setRequestQueueDepth(Integer requestQueueDepth) { /** * This is the getter method this will return the attribute value. * Enable request queue when pool is full. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return requestQueueEnabled */ @@ -1709,8 +1743,8 @@ public Boolean getRequestQueueEnabled() { /** * This is the setter method to the attribute. * Enable request queue when pool is full. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param requestQueueEnabled set the requestQueueEnabled. */ @@ -1722,7 +1756,7 @@ public void setRequestQueueEnabled(Boolean requestQueueEnabled) { * This is the getter method this will return the attribute value. * Rewrite incoming host header to server name of the server to which the request is proxied. * Enabling this feature rewrites host header for requests to all servers in the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return rewriteHostHeaderToServerName */ @@ -1734,7 +1768,7 @@ public Boolean getRewriteHostHeaderToServerName() { * This is the setter method to the attribute. * Rewrite incoming host header to server name of the server to which the request is proxied. * Enabling this feature rewrites host header for requests to all servers in the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param rewriteHostHeaderToServerName set the rewriteHostHeaderToServerName. */ @@ -1745,7 +1779,7 @@ public void setRewriteHostHeaderToServerName(Boolean rewriteHostHeaderToServerN /** * This is the getter method this will return the attribute value. * If sni server name is specified, rewrite incoming host header to the sni server name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return rewriteHostHeaderToSni */ @@ -1756,7 +1790,7 @@ public Boolean getRewriteHostHeaderToSni() { /** * This is the setter method to the attribute. * If sni server name is specified, rewrite incoming host header to the sni server name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param rewriteHostHeaderToSni set the rewriteHostHeaderToSni. */ @@ -1769,7 +1803,7 @@ public void setRewriteHostHeaderToSni(Boolean rewriteHostHeaderToSni) { * Enable to do routing when this pool is selected to send traffic. * No servers present in routing pool. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return routingPool */ @@ -1782,7 +1816,7 @@ public Boolean getRoutingPool() { * Enable to do routing when this pool is selected to send traffic. * No servers present in routing pool. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param routingPool set the routingPool. */ @@ -1795,7 +1829,7 @@ public void setRoutingPool(Boolean routingPool) { * Server graceful disable timeout behaviour. * Enum options - DISALLOW_NEW_CONNECTION, ALLOW_NEW_CONNECTION_IF_PERSISTENCE_PRESENT. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DISALLOW_NEW_CONNECTION". * @return serverDisableType */ @@ -1808,7 +1842,7 @@ public String getServerDisableType() { * Server graceful disable timeout behaviour. * Enum options - DISALLOW_NEW_CONNECTION, ALLOW_NEW_CONNECTION_IF_PERSISTENCE_PRESENT. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DISALLOW_NEW_CONNECTION". * @param serverDisableType set the serverDisableType. */ @@ -1820,7 +1854,7 @@ public void setServerDisableType(String serverDisableType) { * This is the getter method this will return the attribute value. * Fully qualified dns hostname which will be used in the tls sni extension in server connections if sni is enabled. * If no value is specified, avi will use the incoming host header instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverName */ @@ -1832,7 +1866,7 @@ public String getServerName() { * This is the setter method to the attribute. * Fully qualified dns hostname which will be used in the tls sni extension in server connections if sni is enabled. * If no value is specified, avi will use the incoming host header instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverName set the serverName. */ @@ -1843,7 +1877,7 @@ public void setServerName(String serverName) { /** * This is the getter method this will return the attribute value. * Server reselect configuration for http requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverReselect */ @@ -1854,7 +1888,7 @@ public HTTPServerReselect getServerReselect() { /** * This is the setter method to the attribute. * Server reselect configuration for http requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverReselect set the serverReselect. */ @@ -1870,7 +1904,7 @@ public void setServerReselect(HTTPServerReselect serverReselect) { * Allowed values are 0-21600000. * Field introduced in 18.1.5,18.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return serverTimeout */ @@ -1886,7 +1920,7 @@ public Integer getServerTimeout() { * Allowed values are 0-21600000. * Field introduced in 18.1.5,18.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param serverTimeout set the serverTimeout. */ @@ -1898,7 +1932,7 @@ public void setServerTimeout(Integer serverTimeout) { * The pool directs load balanced traffic to this list of destination servers. * The servers can be configured by ip address, name, network or via ip address group. * Maximum of 5000 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -1911,7 +1945,7 @@ public List getServers() { * The pool directs load balanced traffic to this list of destination servers. * The servers can be configured by ip address, name, network or via ip address group. * Maximum of 5000 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -1924,7 +1958,7 @@ public void setServers(List servers) { * The pool directs load balanced traffic to this list of destination servers. * The servers can be configured by ip address, name, network or via ip address group. * Maximum of 5000 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -1942,7 +1976,7 @@ public Pool addServersItem(Server serversItem) { * In openshift/kubernetes environments, app metadata info is stored. * Any user input to this field will be overwritten by avi vantage. * Field introduced in 17.2.14,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceMetadata */ @@ -1956,7 +1990,7 @@ public String getServiceMetadata() { * In openshift/kubernetes environments, app metadata info is stored. * Any user input to this field will be overwritten by avi vantage. * Field introduced in 17.2.14,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceMetadata set the serviceMetadata. */ @@ -1968,7 +2002,7 @@ public void setServiceMetadata(String serviceMetadata) { * This is the getter method this will return the attribute value. * Enable tls sni for server connections. * If disabled, avi will not send the sni extension as part of the handshake. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sniEnabled */ @@ -1980,7 +2014,7 @@ public Boolean getSniEnabled() { * This is the setter method to the attribute. * Enable tls sni for server connections. * If disabled, avi will not send the sni extension as part of the handshake. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sniEnabled set the sniEnabled. */ @@ -1992,7 +2026,7 @@ public void setSniEnabled(Boolean sniEnabled) { * This is the getter method this will return the attribute value. * Service engines will present a client ssl certificate to the server. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyAndCertificateRef */ @@ -2004,7 +2038,7 @@ public String getSslKeyAndCertificateRef() { * This is the setter method to the attribute. * Service engines will present a client ssl certificate to the server. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslKeyAndCertificateRef set the sslKeyAndCertificateRef. */ @@ -2017,7 +2051,7 @@ public void setSslKeyAndCertificateRef(String sslKeyAndCertificateRef) { * When enabled, avi re-encrypts traffic to the backend servers. * The specific ssl profile defines which ciphers and ssl versions will be supported. * It is a reference to an object of type sslprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRef */ @@ -2030,7 +2064,7 @@ public String getSslProfileRef() { * When enabled, avi re-encrypts traffic to the backend servers. * The specific ssl profile defines which ciphers and ssl versions will be supported. * It is a reference to an object of type sslprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslProfileRef set the sslProfileRef. */ @@ -2041,7 +2075,7 @@ public void setSslProfileRef(String sslProfileRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -2052,7 +2086,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -2064,7 +2098,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * This tier1_lr field should be set same as virtualservice associated for nsx-t. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1Lr */ @@ -2076,7 +2110,7 @@ public String getTier1Lr() { * This is the setter method to the attribute. * This tier1_lr field should be set same as virtualservice associated for nsx-t. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1Lr set the tier1Lr. */ @@ -2105,7 +2139,8 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Do not translate the client's destination port when sending the connection to the server. * Monitor port needs to be specified for health monitors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useServicePort */ @@ -2117,7 +2152,8 @@ public Boolean getUseServicePort() { * This is the setter method to the attribute. * Do not translate the client's destination port when sending the connection to the server. * Monitor port needs to be specified for health monitors. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useServicePort set the useServicePort. */ @@ -2131,7 +2167,7 @@ public void setUseServicePort(Boolean useServicePort) { * If enabled, ssl mode of the connection to the server is decided by the ssl mode on the virtualservice service port, on which the request was * received. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useServiceSslMode */ @@ -2145,7 +2181,7 @@ public Boolean getUseServiceSslMode() { * If enabled, ssl mode of the connection to the server is decided by the ssl mode on the virtualservice service port, on which the request was * received. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useServiceSslMode set the useServiceSslMode. */ @@ -2156,7 +2192,7 @@ public void setUseServiceSslMode(Boolean useServiceSslMode) { /** * This is the getter method this will return the attribute value. * Uuid of the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -2167,7 +2203,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -2181,7 +2217,7 @@ public void setUuid(String uuid) { * This is used to provide the isolation of the set of networks the pool is attached to. * The pool inherits the virtual routing context of the virtual service, and this field is used only internally, and is set by pb-transform. * It is a reference to an object of type vrfcontext. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfRef */ @@ -2195,7 +2231,7 @@ public String getVrfRef() { * This is used to provide the isolation of the set of networks the pool is attached to. * The pool inherits the virtual routing context of the virtual service, and this field is used only internally, and is set by pb-transform. * It is a reference to an object of type vrfcontext. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfRef set the vrfRef. */ @@ -2221,6 +2257,7 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.maxConcurrentConnectionsPerServer, objPool.maxConcurrentConnectionsPerServer)&& Objects.equals(this.healthMonitorRefs, objPool.healthMonitorRefs)&& Objects.equals(this.servers, objPool.servers)&& + Objects.equals(this.gracefulDisableTimeoutSec, objPool.gracefulDisableTimeoutSec)&& Objects.equals(this.lbAlgorithm, objPool.lbAlgorithm)&& Objects.equals(this.lbAlgorithmHash, objPool.lbAlgorithmHash)&& Objects.equals(this.lbAlgorithmConsistentHashHdr, objPool.lbAlgorithmConsistentHashHdr)&& @@ -2315,6 +2352,7 @@ public String toString() { sb.append(" failAction: ").append(toIndentedString(failAction)).append("\n"); sb.append(" fewestTasksFeedbackDelay: ").append(toIndentedString(fewestTasksFeedbackDelay)).append("\n"); sb.append(" gracefulDisableTimeout: ").append(toIndentedString(gracefulDisableTimeout)).append("\n"); + sb.append(" gracefulDisableTimeoutSec: ").append(toIndentedString(gracefulDisableTimeoutSec)).append("\n"); sb.append(" gracefulHmDownDisableTimeout: ").append(toIndentedString(gracefulHmDownDisableTimeout)).append("\n"); sb.append(" gslbSpEnabled: ").append(toIndentedString(gslbSpEnabled)).append("\n"); sb.append(" healthMonitorRefs: ").append(toIndentedString(healthMonitorRefs)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/PoolAnalyticsPolicy.java b/java/src/com/vmware/avi/sdk/model/PoolAnalyticsPolicy.java index 9c5d2c2136..87e56d360a 100644 --- a/java/src/com/vmware/avi/sdk/model/PoolAnalyticsPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/PoolAnalyticsPolicy.java @@ -22,7 +22,10 @@ @JsonInclude(JsonInclude.Include.NON_NULL) public class PoolAnalyticsPolicy { @JsonProperty("enable_realtime_metrics") - private Boolean enableRealtimeMetrics = false; + private Boolean enableRealtimeMetrics; + + @JsonProperty("metrics_realtime_update") + private MetricsRealTimeUpdate metricsRealtimeUpdate; @@ -30,9 +33,9 @@ public class PoolAnalyticsPolicy { * This is the getter method this will return the attribute value. * Enable real time metrics for server and pool metrics eg. * L4_server.xxx, l7_server.xxx. + * Field deprecated in 31.1.1. * Field introduced in 18.1.5, 18.2.1. - * 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 false. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return enableRealtimeMetrics */ public Boolean getEnableRealtimeMetrics() { @@ -43,15 +46,39 @@ public Boolean getEnableRealtimeMetrics() { * This is the setter method to the attribute. * Enable real time metrics for server and pool metrics eg. * L4_server.xxx, l7_server.xxx. + * Field deprecated in 31.1.1. * Field introduced in 18.1.5, 18.2.1. - * 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 false. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param enableRealtimeMetrics set the enableRealtimeMetrics. */ public void setEnableRealtimeMetrics(Boolean enableRealtimeMetrics) { this.enableRealtimeMetrics = enableRealtimeMetrics; } + /** + * This is the getter method this will return the attribute value. + * Enable realtime metrics and its duration. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return metricsRealtimeUpdate + */ + public MetricsRealTimeUpdate getMetricsRealtimeUpdate() { + return metricsRealtimeUpdate; + } + + /** + * This is the setter method to the attribute. + * Enable realtime metrics and its duration. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param metricsRealtimeUpdate set the metricsRealtimeUpdate. + */ + public void setMetricsRealtimeUpdate(MetricsRealTimeUpdate metricsRealtimeUpdate) { + this.metricsRealtimeUpdate = metricsRealtimeUpdate; + } + @Override public boolean equals(java.lang.Object o) { @@ -62,7 +89,8 @@ public boolean equals(java.lang.Object o) { return false; } PoolAnalyticsPolicy objPoolAnalyticsPolicy = (PoolAnalyticsPolicy) o; - return Objects.equals(this.enableRealtimeMetrics, objPoolAnalyticsPolicy.enableRealtimeMetrics); + return Objects.equals(this.enableRealtimeMetrics, objPoolAnalyticsPolicy.enableRealtimeMetrics)&& + Objects.equals(this.metricsRealtimeUpdate, objPoolAnalyticsPolicy.metricsRealtimeUpdate); } @Override @@ -70,6 +98,7 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class PoolAnalyticsPolicy {\n"); sb.append(" enableRealtimeMetrics: ").append(toIndentedString(enableRealtimeMetrics)).append("\n"); + sb.append(" metricsRealtimeUpdate: ").append(toIndentedString(metricsRealtimeUpdate)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/java/src/com/vmware/avi/sdk/model/PoolDeploymentFailureInfo.java b/java/src/com/vmware/avi/sdk/model/PoolDeploymentFailureInfo.java index c042126f6e..a632b1d341 100644 --- a/java/src/com/vmware/avi/sdk/model/PoolDeploymentFailureInfo.java +++ b/java/src/com/vmware/avi/sdk/model/PoolDeploymentFailureInfo.java @@ -48,7 +48,7 @@ public class PoolDeploymentFailureInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Curent in-service pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currInServicePoolName */ @@ -60,7 +60,7 @@ public String getCurrInServicePoolName() { * This is the setter method to the attribute. * Curent in-service pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currInServicePoolName set the currInServicePoolName. */ @@ -72,7 +72,7 @@ public void setCurrInServicePoolName(String currInServicePoolName) { * This is the getter method this will return the attribute value. * Curent in service pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currInServicePoolRef */ @@ -84,7 +84,7 @@ public String getCurrInServicePoolRef() { * This is the setter method to the attribute. * Curent in service pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currInServicePoolRef set the currInServicePoolRef. */ @@ -95,7 +95,7 @@ public void setCurrInServicePoolRef(String currInServicePoolRef) { /** * This is the getter method this will return the attribute value. * Operational traffic ratio for the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ratio */ @@ -106,7 +106,7 @@ public Integer getRatio() { /** * This is the setter method to the attribute. * Operational traffic ratio for the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ratio set the ratio. */ @@ -115,7 +115,7 @@ public void setRatio(Integer ratio) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -125,7 +125,7 @@ public List getResults() { /** * This is the setter method. this will set the results - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -135,7 +135,7 @@ public void setResults(List results) { /** * This is the setter method this will set the results - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -150,7 +150,7 @@ public PoolDeploymentFailureInfo addResultsItem(PGDeploymentRuleResult resultsIt /** * This is the getter method this will return the attribute value. * Pool's id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -161,7 +161,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Pool's id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -172,7 +172,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Reason returned in webhook callback when configured. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookReason */ @@ -183,7 +183,7 @@ public String getWebhookReason() { /** * This is the setter method to the attribute. * Reason returned in webhook callback when configured. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookReason set the webhookReason. */ @@ -194,7 +194,7 @@ public void setWebhookReason(String webhookReason) { /** * This is the getter method this will return the attribute value. * Result of webhook callback when configured. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookResult */ @@ -205,7 +205,7 @@ public Boolean getWebhookResult() { /** * This is the setter method to the attribute. * Result of webhook callback when configured. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookResult set the webhookResult. */ diff --git a/java/src/com/vmware/avi/sdk/model/PoolDeploymentSuccessInfo.java b/java/src/com/vmware/avi/sdk/model/PoolDeploymentSuccessInfo.java index 18ba1e4cca..cf473e0a3d 100644 --- a/java/src/com/vmware/avi/sdk/model/PoolDeploymentSuccessInfo.java +++ b/java/src/com/vmware/avi/sdk/model/PoolDeploymentSuccessInfo.java @@ -48,7 +48,7 @@ public class PoolDeploymentSuccessInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Previous pool in service. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevInServicePoolName */ @@ -60,7 +60,7 @@ public String getPrevInServicePoolName() { * This is the setter method to the attribute. * Previous pool in service. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevInServicePoolName set the prevInServicePoolName. */ @@ -72,7 +72,7 @@ public void setPrevInServicePoolName(String prevInServicePoolName) { * This is the getter method this will return the attribute value. * Previous pool in service. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevInServicePoolRef */ @@ -84,7 +84,7 @@ public String getPrevInServicePoolRef() { * This is the setter method to the attribute. * Previous pool in service. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevInServicePoolRef set the prevInServicePoolRef. */ @@ -95,7 +95,7 @@ public void setPrevInServicePoolRef(String prevInServicePoolRef) { /** * This is the getter method this will return the attribute value. * Operational traffic ratio for the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ratio */ @@ -106,7 +106,7 @@ public Integer getRatio() { /** * This is the setter method to the attribute. * Operational traffic ratio for the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ratio set the ratio. */ @@ -116,7 +116,7 @@ public void setRatio(Integer ratio) { /** * This is the getter method this will return the attribute value. * List of results for each deployment rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -127,7 +127,7 @@ public List getResults() { /** * This is the setter method. this will set the results * List of results for each deployment rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -138,7 +138,7 @@ public void setResults(List results) { /** * This is the setter method this will set the results * List of results for each deployment rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -153,7 +153,7 @@ public PoolDeploymentSuccessInfo addResultsItem(PGDeploymentRuleResult resultsIt /** * This is the getter method this will return the attribute value. * Pool's id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -164,7 +164,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Pool's id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -175,7 +175,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Reason returned in webhook callback when configured. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookReason */ @@ -186,7 +186,7 @@ public String getWebhookReason() { /** * This is the setter method to the attribute. * Reason returned in webhook callback when configured. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookReason set the webhookReason. */ @@ -197,7 +197,7 @@ public void setWebhookReason(String webhookReason) { /** * This is the getter method this will return the attribute value. * Result of webhook callback when configured. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookResult */ @@ -208,7 +208,7 @@ public Boolean getWebhookResult() { /** * This is the setter method to the attribute. * Result of webhook callback when configured. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookResult set the webhookResult. */ diff --git a/java/src/com/vmware/avi/sdk/model/PoolDeploymentUpdateInfo.java b/java/src/com/vmware/avi/sdk/model/PoolDeploymentUpdateInfo.java index 1f6a653359..abc71c8e20 100644 --- a/java/src/com/vmware/avi/sdk/model/PoolDeploymentUpdateInfo.java +++ b/java/src/com/vmware/avi/sdk/model/PoolDeploymentUpdateInfo.java @@ -48,7 +48,7 @@ public class PoolDeploymentUpdateInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Pool deployment state used with the pg deployment policy. * Enum options - EVALUATION_IN_PROGRESS, IN_SERVICE, OUT_OF_SERVICE, EVALUATION_FAILED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deploymentState */ @@ -60,7 +60,7 @@ public String getDeploymentState() { * This is the setter method to the attribute. * Pool deployment state used with the pg deployment policy. * Enum options - EVALUATION_IN_PROGRESS, IN_SERVICE, OUT_OF_SERVICE, EVALUATION_FAILED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deploymentState set the deploymentState. */ @@ -72,7 +72,7 @@ public void setDeploymentState(String deploymentState) { * This is the getter method this will return the attribute value. * Evaluation period for deployment update. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return evaluationDuration */ @@ -84,7 +84,7 @@ public Integer getEvaluationDuration() { * This is the setter method to the attribute. * Evaluation period for deployment update. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param evaluationDuration set the evaluationDuration. */ @@ -95,7 +95,7 @@ public void setEvaluationDuration(Integer evaluationDuration) { /** * This is the getter method this will return the attribute value. * Operational traffic ratio for the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ratio */ @@ -106,7 +106,7 @@ public Integer getRatio() { /** * This is the setter method to the attribute. * Operational traffic ratio for the pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ratio set the ratio. */ @@ -116,7 +116,7 @@ public void setRatio(Integer ratio) { /** * This is the getter method this will return the attribute value. * List of results for each deployment rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -127,7 +127,7 @@ public List getResults() { /** * This is the setter method. this will set the results * List of results for each deployment rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -138,7 +138,7 @@ public void setResults(List results) { /** * This is the setter method this will set the results * List of results for each deployment rule. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -153,7 +153,7 @@ public PoolDeploymentUpdateInfo addResultsItem(PGDeploymentRuleResult resultsIte /** * This is the getter method this will return the attribute value. * Member pool's id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -164,7 +164,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Member pool's id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -175,7 +175,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Reason returned in webhook callback when configured. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookReason */ @@ -186,7 +186,7 @@ public String getWebhookReason() { /** * This is the setter method to the attribute. * Reason returned in webhook callback when configured. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookReason set the webhookReason. */ @@ -197,7 +197,7 @@ public void setWebhookReason(String webhookReason) { /** * This is the getter method this will return the attribute value. * Result of webhook callback when configured. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookResult */ @@ -208,7 +208,7 @@ public Boolean getWebhookResult() { /** * This is the setter method to the attribute. * Result of webhook callback when configured. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookResult set the webhookResult. */ diff --git a/java/src/com/vmware/avi/sdk/model/PoolGroup.java b/java/src/com/vmware/avi/sdk/model/PoolGroup.java index 8903ca4579..7d4ae8de72 100644 --- a/java/src/com/vmware/avi/sdk/model/PoolGroup.java +++ b/java/src/com/vmware/avi/sdk/model/PoolGroup.java @@ -78,7 +78,7 @@ public class PoolGroup extends AviRestResource { * This is the getter method this will return the attribute value. * Checksum of cloud configuration for poolgroup. * Internally set by cloud connector. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConfigCksum */ @@ -90,7 +90,7 @@ public String getCloudConfigCksum() { * This is the setter method to the attribute. * Checksum of cloud configuration for poolgroup. * Internally set by cloud connector. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConfigCksum set the cloudConfigCksum. */ @@ -101,7 +101,7 @@ public void setCloudConfigCksum(String cloudConfigCksum) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -112,7 +112,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -123,7 +123,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. * Name of the user who created the object. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -134,7 +134,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Name of the user who created the object. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -146,7 +146,7 @@ public void setCreatedBy(String createdBy) { * This is the getter method this will return the attribute value. * Deactivate primary pool for selection when down until it is activated by user via clear poolgroup command. * Field introduced in 20.1.7, 21.1.2, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return deactivatePrimaryPoolOnDown */ @@ -158,7 +158,7 @@ public Boolean getDeactivatePrimaryPoolOnDown() { * This is the setter method to the attribute. * Deactivate primary pool for selection when down until it is activated by user via clear poolgroup command. * Field introduced in 20.1.7, 21.1.2, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param deactivatePrimaryPoolOnDown set the deactivatePrimaryPoolOnDown. */ @@ -170,7 +170,7 @@ public void setDeactivatePrimaryPoolOnDown(Boolean deactivatePrimaryPoolOnDown) * This is the getter method this will return the attribute value. * When setup autoscale manager will automatically promote new pools into production when deployment goals are met. * It is a reference to an object of type poolgroupdeploymentpolicy. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deploymentPolicyRef */ @@ -182,7 +182,7 @@ public String getDeploymentPolicyRef() { * This is the setter method to the attribute. * When setup autoscale manager will automatically promote new pools into production when deployment goals are met. * It is a reference to an object of type poolgroupdeploymentpolicy. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deploymentPolicyRef set the deploymentPolicyRef. */ @@ -193,7 +193,7 @@ public void setDeploymentPolicyRef(String deploymentPolicyRef) { /** * This is the getter method this will return the attribute value. * Description of pool group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -204,7 +204,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Description of pool group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -216,7 +216,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Enable an action - close connection, http redirect, or local http response - when a pool group failure happens. * By default, a connection will be closed, in case the pool group experiences a failure. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failAction */ @@ -228,7 +228,7 @@ public FailAction getFailAction() { * This is the setter method to the attribute. * Enable an action - close connection, http redirect, or local http response - when a pool group failure happens. * By default, a connection will be closed, in case the pool group experiences a failure. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param failAction set the failAction. */ @@ -240,7 +240,7 @@ public void setFailAction(FailAction failAction) { * This is the getter method this will return the attribute value. * Whether an implicit set of priority labels is generated. * Field introduced in 17.1.9,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return implicitPriorityLabels */ @@ -252,7 +252,7 @@ public Boolean getImplicitPriorityLabels() { * This is the setter method to the attribute. * Whether an implicit set of priority labels is generated. * Field introduced in 17.1.9,17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param implicitPriorityLabels set the implicitPriorityLabels. */ @@ -263,8 +263,7 @@ public void setImplicitPriorityLabels(Boolean implicitPriorityLabels) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -276,8 +275,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -289,8 +287,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -304,7 +301,7 @@ public PoolGroup addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * List of pool group members object of type poolgroupmember. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -315,7 +312,7 @@ public List getMembers() { /** * This is the setter method. this will set the members * List of pool group members object of type poolgroupmember. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -326,7 +323,7 @@ public void setMembers(List members) { /** * This is the setter method this will set the members * List of pool group members object of type poolgroupmember. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -343,8 +340,8 @@ public PoolGroup addMembersItem(PoolGroupMember membersItem) { * The minimum number of servers to distribute traffic to. * Allowed values are 1-65535. * Special values are 0 - disable. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return minServers */ @@ -357,8 +354,8 @@ public Integer getMinServers() { * The minimum number of servers to distribute traffic to. * Allowed values are 1-65535. * Special values are 0 - disable. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param minServers set the minServers. */ @@ -369,7 +366,7 @@ public void setMinServers(Integer minServers) { /** * This is the getter method this will return the attribute value. * The name of the pool group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -380,7 +377,7 @@ public String getName() { /** * This is the setter method to the attribute. * The name of the pool group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -393,7 +390,7 @@ public void setName(String name) { * Uuid of the priority labels. * If not provided, pool group member priority label will be interpreted as a number with a larger number considered higher priority. * It is a reference to an object of type prioritylabels. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return priorityLabelsRef */ @@ -406,7 +403,7 @@ public String getPriorityLabelsRef() { * Uuid of the priority labels. * If not provided, pool group member priority label will be interpreted as a number with a larger number considered higher priority. * It is a reference to an object of type prioritylabels. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param priorityLabelsRef set the priorityLabelsRef. */ @@ -420,7 +417,7 @@ public void setPriorityLabelsRef(String priorityLabelsRef) { * In openshift/kubernetes environments, app metadata info is stored. * Any user input to this field will be overwritten by avi vantage. * Field introduced in 17.2.14,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceMetadata */ @@ -434,7 +431,7 @@ public String getServiceMetadata() { * In openshift/kubernetes environments, app metadata info is stored. * Any user input to this field will be overwritten by avi vantage. * Field introduced in 17.2.14,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceMetadata set the serviceMetadata. */ @@ -445,7 +442,7 @@ public void setServiceMetadata(String serviceMetadata) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -456,7 +453,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -484,7 +481,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the pool group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -495,7 +492,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the pool group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/PoolGroupDeploymentPolicy.java b/java/src/com/vmware/avi/sdk/model/PoolGroupDeploymentPolicy.java index 685e074c1e..3713282596 100644 --- a/java/src/com/vmware/avi/sdk/model/PoolGroupDeploymentPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/PoolGroupDeploymentPolicy.java @@ -65,7 +65,7 @@ public class PoolGroupDeploymentPolicy extends AviRestResource { /** * This is the getter method this will return the attribute value. * It will automatically disable old production pools once there is a new production candidate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return autoDisableOldProdPools */ @@ -76,7 +76,7 @@ public Boolean getAutoDisableOldProdPools() { /** * This is the setter method to the attribute. * It will automatically disable old production pools once there is a new production candidate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param autoDisableOldProdPools set the autoDisableOldProdPools. */ @@ -86,7 +86,7 @@ public void setAutoDisableOldProdPools(Boolean autoDisableOldProdPools) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -96,7 +96,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -109,7 +109,7 @@ public void setDescription(String description) { * Duration of evaluation period for automatic deployment. * Allowed values are 60-86400. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return evaluationDuration */ @@ -122,7 +122,7 @@ public Integer getEvaluationDuration() { * Duration of evaluation period for automatic deployment. * Allowed values are 60-86400. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param evaluationDuration set the evaluationDuration. */ @@ -133,8 +133,7 @@ public void setEvaluationDuration(Integer evaluationDuration) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -146,8 +145,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -159,8 +157,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -175,7 +172,7 @@ public PoolGroupDeploymentPolicy addMarkersItem(RoleFilterMatchLabel markersItem /** * This is the getter method this will return the attribute value. * The name of the pool group deployment policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -186,7 +183,7 @@ public String getName() { /** * This is the setter method to the attribute. * The name of the pool group deployment policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -195,7 +192,7 @@ public void setName(String name) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -205,7 +202,7 @@ public List getRules() { /** * This is the setter method. this will set the rules - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -215,7 +212,7 @@ public void setRules(List rules) { /** * This is the setter method this will set the rules - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -231,7 +228,7 @@ public PoolGroupDeploymentPolicy addRulesItem(PGDeploymentRule rulesItem) { * This is the getter method this will return the attribute value. * Deployment scheme. * Enum options - BLUE_GREEN, CANARY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "BLUE_GREEN". * @return scheme */ @@ -243,7 +240,7 @@ public String getScheme() { * This is the setter method to the attribute. * Deployment scheme. * Enum options - BLUE_GREEN, CANARY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "BLUE_GREEN". * @param scheme set the scheme. */ @@ -256,7 +253,7 @@ public void setScheme(String scheme) { * Target traffic ratio before pool is made production. * Allowed values are 1-100. * Unit is ratio. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return targetTestTrafficRatio */ @@ -269,7 +266,7 @@ public Integer getTargetTestTrafficRatio() { * Target traffic ratio before pool is made production. * Allowed values are 1-100. * Unit is ratio. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param targetTestTrafficRatio set the targetTestTrafficRatio. */ @@ -280,7 +277,7 @@ public void setTargetTestTrafficRatio(Integer targetTestTrafficRatio) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -291,7 +288,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -304,7 +301,7 @@ public void setTenantRef(String tenantRef) { * Ratio of the traffic that is sent to the pool under test. * Test ratio of 100 means blue green. * Allowed values are 1-100. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return testTrafficRatioRampup */ @@ -317,7 +314,7 @@ public Integer getTestTrafficRatioRampup() { * Ratio of the traffic that is sent to the pool under test. * Test ratio of 100 means blue green. * Allowed values are 1-100. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param testTrafficRatioRampup set the testTrafficRatioRampup. */ @@ -345,7 +342,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the pool group deployment policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -356,7 +353,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the pool group deployment policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -370,7 +367,7 @@ public void setUuid(String uuid) { * rule results. * It is a reference to an object of type webhook. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookRef */ @@ -384,7 +381,7 @@ public String getWebhookRef() { * rule results. * It is a reference to an object of type webhook. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookRef set the webhookRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/PoolGroupMember.java b/java/src/com/vmware/avi/sdk/model/PoolGroupMember.java index 6f2f61586f..a5feff5695 100644 --- a/java/src/com/vmware/avi/sdk/model/PoolGroupMember.java +++ b/java/src/com/vmware/avi/sdk/model/PoolGroupMember.java @@ -39,7 +39,7 @@ public class PoolGroupMember { * This is the getter method this will return the attribute value. * Pool deployment state used with the pg deployment policy. * Enum options - EVALUATION_IN_PROGRESS, IN_SERVICE, OUT_OF_SERVICE, EVALUATION_FAILED. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deploymentState */ @@ -51,7 +51,7 @@ public String getDeploymentState() { * This is the setter method to the attribute. * Pool deployment state used with the pg deployment policy. * Enum options - EVALUATION_IN_PROGRESS, IN_SERVICE, OUT_OF_SERVICE, EVALUATION_FAILED. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deploymentState set the deploymentState. */ @@ -63,7 +63,7 @@ public void setDeploymentState(String deploymentState) { * This is the getter method this will return the attribute value. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -75,7 +75,7 @@ public String getPoolRef() { * This is the setter method to the attribute. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -88,7 +88,7 @@ public void setPoolRef(String poolRef) { * All pools with same priority are treated similarly in a pool group. * The higher the number, the higher the priority.a pool with a higher priority is selected, as long as the pool is eligible or an explicit policy * chooses a different pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return priorityLabel */ @@ -101,7 +101,7 @@ public String getPriorityLabel() { * All pools with same priority are treated similarly in a pool group. * The higher the number, the higher the priority.a pool with a higher priority is selected, as long as the pool is eligible or an explicit policy * chooses a different pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param priorityLabel set the priorityLabel. */ @@ -114,8 +114,8 @@ public void setPriorityLabel(String priorityLabel) { * Ratio of selecting eligible pools in the pool group. * Allowed values are 1-1000. * Special values are 0 - do not select this pool for new connections. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1), basic (allowed values- 1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return ratio */ @@ -128,8 +128,8 @@ public Integer getRatio() { * Ratio of selecting eligible pools in the pool group. * Allowed values are 1-1000. * Special values are 0 - do not select this pool for new connections. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1), basic (allowed values- 1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param ratio set the ratio. */ diff --git a/java/src/com/vmware/avi/sdk/model/PoolServer.java b/java/src/com/vmware/avi/sdk/model/PoolServer.java index 38ed851d69..fdb1ea7a3b 100644 --- a/java/src/com/vmware/avi/sdk/model/PoolServer.java +++ b/java/src/com/vmware/avi/sdk/model/PoolServer.java @@ -36,7 +36,7 @@ public class PoolServer { * This is the getter method this will return the attribute value. * Dns resolvable name of the server. * May be used in place of the ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -48,7 +48,7 @@ public String getHostname() { * This is the setter method to the attribute. * Dns resolvable name of the server. * May be used in place of the ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -59,7 +59,7 @@ public void setHostname(String hostname) { /** * This is the getter method this will return the attribute value. * Ip address of the server in the poool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -70,7 +70,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ip address of the server in the poool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -83,7 +83,7 @@ public void setIp(IpAddr ip) { * Port of the pool server listening for http/https. * Default value is the default port in the pool. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -96,7 +96,7 @@ public Integer getPort() { * Port of the pool server listening for http/https. * Default value is the default port in the pool. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/java/src/com/vmware/avi/sdk/model/PortMatch.java b/java/src/com/vmware/avi/sdk/model/PortMatch.java index edc5d53c23..317d10d1e0 100644 --- a/java/src/com/vmware/avi/sdk/model/PortMatch.java +++ b/java/src/com/vmware/avi/sdk/model/PortMatch.java @@ -33,7 +33,7 @@ public class PortMatch { * This is the getter method this will return the attribute value. * Criterion to use for port matching the http request. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -45,7 +45,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for port matching the http request. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -57,7 +57,7 @@ public void setMatchCriteria(String matchCriteria) { * Listening tcp port(s). * Allowed values are 1-65535. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -70,7 +70,7 @@ public List getPorts() { * Listening tcp port(s). * Allowed values are 1-65535. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -83,7 +83,7 @@ public void setPorts(List ports) { * Listening tcp port(s). * Allowed values are 1-65535. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ diff --git a/java/src/com/vmware/avi/sdk/model/PortMatchGeneric.java b/java/src/com/vmware/avi/sdk/model/PortMatchGeneric.java index af717d289c..f66bf19ff9 100644 --- a/java/src/com/vmware/avi/sdk/model/PortMatchGeneric.java +++ b/java/src/com/vmware/avi/sdk/model/PortMatchGeneric.java @@ -37,7 +37,7 @@ public class PortMatchGeneric { * Criterion to use for src/dest port in a tcp/udp packet. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -50,7 +50,7 @@ public String getMatchCriteria() { * Criterion to use for src/dest port in a tcp/udp packet. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -62,7 +62,7 @@ public void setMatchCriteria(String matchCriteria) { * Listening tcp port(s). * Allowed values are 1-65535. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -75,7 +75,7 @@ public List getPorts() { * Listening tcp port(s). * Allowed values are 1-65535. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -88,7 +88,7 @@ public void setPorts(List ports) { * Listening tcp port(s). * Allowed values are 1-65535. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -103,7 +103,7 @@ public PortMatchGeneric addPortsItem(Integer portsItem) { * This is the getter method this will return the attribute value. * A port range defined by a start and end, including both. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -115,7 +115,7 @@ public List getRanges() { * This is the setter method. this will set the ranges * A port range defined by a start and end, including both. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -127,7 +127,7 @@ public void setRanges(List ranges) { * This is the setter method this will set the ranges * A port range defined by a start and end, including both. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ diff --git a/java/src/com/vmware/avi/sdk/model/PortRange.java b/java/src/com/vmware/avi/sdk/model/PortRange.java index da23973237..89df35b86b 100644 --- a/java/src/com/vmware/avi/sdk/model/PortRange.java +++ b/java/src/com/vmware/avi/sdk/model/PortRange.java @@ -33,7 +33,7 @@ public class PortRange { * This is the getter method this will return the attribute value. * Tcp/udp port range end (inclusive). * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return end */ @@ -45,7 +45,7 @@ public Integer getEnd() { * This is the setter method to the attribute. * Tcp/udp port range end (inclusive). * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param end set the end. */ @@ -57,7 +57,7 @@ public void setEnd(Integer end) { * This is the getter method this will return the attribute value. * Tcp/udp port range start (inclusive). * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return start */ @@ -69,7 +69,7 @@ public Integer getStart() { * This is the setter method to the attribute. * Tcp/udp port range start (inclusive). * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param start set the start. */ diff --git a/java/src/com/vmware/avi/sdk/model/PortalConfiguration.java b/java/src/com/vmware/avi/sdk/model/PortalConfiguration.java index 3f209070ce..c9f3bc3836 100644 --- a/java/src/com/vmware/avi/sdk/model/PortalConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/PortalConfiguration.java @@ -48,6 +48,9 @@ public class PortalConfiguration { @JsonProperty("https_port") private Integer httpsPort; + @JsonProperty("legacy_ssl_support") + private Boolean legacySslSupport = false; + @JsonProperty("minimum_password_length") private Integer minimumPasswordLength = 8; @@ -74,7 +77,7 @@ public class PortalConfiguration { /** * This is the getter method this will return the attribute value. * Enable/disable http basic authentication. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowBasicAuthentication */ @@ -85,7 +88,7 @@ public Boolean getAllowBasicAuthentication() { /** * This is the setter method to the attribute. * Enable/disable http basic authentication. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowBasicAuthentication set the allowBasicAuthentication. */ @@ -99,7 +102,7 @@ public void setAllowBasicAuthentication(Boolean allowBasicAuthentication) { * Allowed values are 1-24. * Field introduced in 18.2.3. * Unit is hours. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 24. * @return apiForceTimeout */ @@ -113,7 +116,7 @@ public Integer getApiForceTimeout() { * Allowed values are 1-24. * Field introduced in 18.2.3. * Unit is hours. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 24. * @param apiForceTimeout set the apiForceTimeout. */ @@ -124,7 +127,7 @@ public void setApiForceTimeout(Integer apiForceTimeout) { /** * This is the getter method this will return the attribute value. * Disable remote cli shell client access. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableRemoteCliShell */ @@ -135,7 +138,7 @@ public Boolean getDisableRemoteCliShell() { /** * This is the setter method to the attribute. * Disable remote cli shell client access. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableRemoteCliShell set the disableRemoteCliShell. */ @@ -147,7 +150,7 @@ public void setDisableRemoteCliShell(Boolean disableRemoteCliShell) { * This is the getter method this will return the attribute value. * Disable swagger access. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableSwagger */ @@ -159,7 +162,7 @@ public Boolean getDisableSwagger() { * This is the setter method to the attribute. * Disable swagger access. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableSwagger set the disableSwagger. */ @@ -170,7 +173,7 @@ public void setDisableSwagger(Boolean disableSwagger) { /** * This is the getter method this will return the attribute value. * Enable/disable clickjacking protection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableClickjackingProtection */ @@ -181,7 +184,7 @@ public Boolean getEnableClickjackingProtection() { /** * This is the setter method to the attribute. * Enable/disable clickjacking protection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableClickjackingProtection set the enableClickjackingProtection. */ @@ -191,7 +194,7 @@ public void setEnableClickjackingProtection(Boolean enableClickjackingProtectio /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableHttp */ @@ -201,7 +204,7 @@ public Boolean getEnableHttp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableHttp set the enableHttp. */ @@ -211,7 +214,7 @@ public void setEnableHttp(Boolean enableHttp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableHttps */ @@ -221,7 +224,7 @@ public Boolean getEnableHttps() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableHttps set the enableHttps. */ @@ -232,7 +235,8 @@ public void setEnableHttps(Boolean enableHttps) { /** * This is the getter method this will return the attribute value. * Http port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed values are 1-65535. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpPort */ @@ -243,7 +247,8 @@ public Integer getHttpPort() { /** * This is the setter method to the attribute. * Http port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed values are 1-65535. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpPort set the httpPort. */ @@ -254,7 +259,8 @@ public void setHttpPort(Integer httpPort) { /** * This is the getter method this will return the attribute value. * Https port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed values are 1-65535. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpsPort */ @@ -265,7 +271,8 @@ public Integer getHttpsPort() { /** * This is the setter method to the attribute. * Https port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed values are 1-65535. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpsPort set the httpsPort. */ @@ -273,12 +280,36 @@ public void setHttpsPort(Integer httpsPort) { this.httpsPort = httpsPort; } + /** + * This is the getter method this will return the attribute value. + * Allow incoming connections from clients using tls 1.0/1.1 to controller. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return legacySslSupport + */ + public Boolean getLegacySslSupport() { + return legacySslSupport; + } + + /** + * This is the setter method to the attribute. + * Allow incoming connections from clients using tls 1.0/1.1 to controller. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param legacySslSupport set the legacySslSupport. + */ + public void setLegacySslSupport(Boolean legacySslSupport) { + this.legacySslSupport = legacySslSupport; + } + /** * This is the getter method this will return the attribute value. * Minimum password length for user accounts. * Allowed values are 6-32. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return minimumPasswordLength */ @@ -291,7 +322,7 @@ public Integer getMinimumPasswordLength() { * Minimum password length for user accounts. * Allowed values are 6-32. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param minimumPasswordLength set the minimumPasswordLength. */ @@ -302,7 +333,7 @@ public void setMinimumPasswordLength(Integer minimumPasswordLength) { /** * This is the getter method this will return the attribute value. * Strict checking of password strength for user accounts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return passwordStrengthCheck */ @@ -313,7 +344,7 @@ public Boolean getPasswordStrengthCheck() { /** * This is the setter method to the attribute. * Strict checking of password strength for user accounts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param passwordStrengthCheck set the passwordStrengthCheck. */ @@ -326,7 +357,7 @@ public void setPasswordStrengthCheck(Boolean passwordStrengthCheck) { * Reference to pkiprofile config used for crl validation. * It is a reference to an object of type pkiprofile. * Field introduced in 30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiprofileRef */ @@ -339,7 +370,7 @@ public String getPkiprofileRef() { * Reference to pkiprofile config used for crl validation. * It is a reference to an object of type pkiprofile. * Field introduced in 30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pkiprofileRef set the pkiprofileRef. */ @@ -349,7 +380,7 @@ public void setPkiprofileRef(String pkiprofileRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return redirectToHttps */ @@ -359,7 +390,7 @@ public Boolean getRedirectToHttps() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param redirectToHttps set the redirectToHttps. */ @@ -373,7 +404,7 @@ public void setRedirectToHttps(Boolean redirectToHttps) { * Leave list empty to use system default certs. * It is a reference to an object of type sslkeyandcertificate. * Maximum of 2 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslkeyandcertificateRefs */ @@ -388,7 +419,7 @@ public List getSslkeyandcertificateRefs() { * Leave list empty to use system default certs. * It is a reference to an object of type sslkeyandcertificate. * Maximum of 2 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslkeyandcertificateRefs */ @@ -403,7 +434,7 @@ public void setSslkeyandcertificateRefs(List sslkeyandcertificateRefs) * Leave list empty to use system default certs. * It is a reference to an object of type sslkeyandcertificate. * Maximum of 2 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslkeyandcertificateRefs */ @@ -418,7 +449,7 @@ public PortalConfiguration addSslkeyandcertificateRefsItem(String sslkeyandcerti /** * This is the getter method this will return the attribute value. * It is a reference to an object of type sslprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslprofileRef */ @@ -429,7 +460,7 @@ public String getSslprofileRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type sslprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslprofileRef set the sslprofileRef. */ @@ -440,7 +471,7 @@ public void setSslprofileRef(String sslprofileRef) { /** * This is the getter method this will return the attribute value. * Use uuid in post object data as uuid of the new object, instead of a generated uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useUuidFromInput */ @@ -451,7 +482,7 @@ public Boolean getUseUuidFromInput() { /** * This is the setter method to the attribute. * Use uuid in post object data as uuid of the new object, instead of a generated uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useUuidFromInput set the useUuidFromInput. */ @@ -484,7 +515,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.disableSwagger, objPortalConfiguration.disableSwagger)&& Objects.equals(this.apiForceTimeout, objPortalConfiguration.apiForceTimeout)&& Objects.equals(this.minimumPasswordLength, objPortalConfiguration.minimumPasswordLength)&& - Objects.equals(this.pkiprofileRef, objPortalConfiguration.pkiprofileRef); + Objects.equals(this.pkiprofileRef, objPortalConfiguration.pkiprofileRef)&& + Objects.equals(this.legacySslSupport, objPortalConfiguration.legacySslSupport); } @Override @@ -500,6 +532,7 @@ public String toString() { sb.append(" enableHttps: ").append(toIndentedString(enableHttps)).append("\n"); sb.append(" httpPort: ").append(toIndentedString(httpPort)).append("\n"); sb.append(" httpsPort: ").append(toIndentedString(httpsPort)).append("\n"); + sb.append(" legacySslSupport: ").append(toIndentedString(legacySslSupport)).append("\n"); sb.append(" minimumPasswordLength: ").append(toIndentedString(minimumPasswordLength)).append("\n"); sb.append(" passwordStrengthCheck: ").append(toIndentedString(passwordStrengthCheck)).append("\n"); sb.append(" pkiprofileRef: ").append(toIndentedString(pkiprofileRef)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/PortalFeatureOptIn.java b/java/src/com/vmware/avi/sdk/model/PortalFeatureOptIn.java index 44c77a4ffb..e256336481 100644 --- a/java/src/com/vmware/avi/sdk/model/PortalFeatureOptIn.java +++ b/java/src/com/vmware/avi/sdk/model/PortalFeatureOptIn.java @@ -45,8 +45,8 @@ public class PortalFeatureOptIn { * This is the getter method this will return the attribute value. * Enable to receive application specific signature updates. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableAppsignatureSync */ @@ -58,8 +58,8 @@ public Boolean getEnableAppsignatureSync() { * This is the setter method to the attribute. * Enable to receive application specific signature updates. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableAppsignatureSync set the enableAppsignatureSync. */ @@ -71,8 +71,8 @@ public void setEnableAppsignatureSync(Boolean enableAppsignatureSync) { * This is the getter method this will return the attribute value. * Enable to receive ip reputation updates. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableIpReputation */ @@ -84,8 +84,8 @@ public Boolean getEnableIpReputation() { * This is the setter method to the attribute. * Enable to receive ip reputation updates. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableIpReputation set the enableIpReputation. */ @@ -97,9 +97,9 @@ public void setEnableIpReputation(Boolean enableIpReputation) { * This is the getter method this will return the attribute value. * Enable pulse cloud services case management. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @return enablePulseCaseManagement */ public Boolean getEnablePulseCaseManagement() { @@ -110,9 +110,9 @@ public Boolean getEnablePulseCaseManagement() { * This is the setter method to the attribute. * Enable pulse cloud services case management. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @param enablePulseCaseManagement set the enablePulseCaseManagement. */ public void setEnablePulseCaseManagement(Boolean enablePulseCaseManagement) { @@ -123,9 +123,9 @@ public void setEnablePulseCaseManagement(Boolean enablePulseCaseManagement) { * This is the getter method this will return the attribute value. * Enable pulse cloud services inventory. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is false. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is false. * @return enablePulseInventory */ public Boolean getEnablePulseInventory() { @@ -136,9 +136,9 @@ public Boolean getEnablePulseInventory() { * This is the setter method to the attribute. * Enable pulse cloud services inventory. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is false. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is false. * @param enablePulseInventory set the enablePulseInventory. */ public void setEnablePulseInventory(Boolean enablePulseInventory) { @@ -149,9 +149,9 @@ public void setEnablePulseInventory(Boolean enablePulseInventory) { * This is the getter method this will return the attribute value. * Enable to receive waf crs updates. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @return enablePulseWafManagement */ public Boolean getEnablePulseWafManagement() { @@ -162,9 +162,9 @@ public Boolean getEnablePulseWafManagement() { * This is the setter method to the attribute. * Enable to receive waf crs updates. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @param enablePulseWafManagement set the enablePulseWafManagement. */ public void setEnablePulseWafManagement(Boolean enablePulseWafManagement) { @@ -175,8 +175,8 @@ public void setEnablePulseWafManagement(Boolean enablePulseWafManagement) { * This is the getter method this will return the attribute value. * Enable to receive bot management updates. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableUserAgentDbSync */ @@ -188,8 +188,8 @@ public Boolean getEnableUserAgentDbSync() { * This is the setter method to the attribute. * Enable to receive bot management updates. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableUserAgentDbSync set the enableUserAgentDbSync. */ diff --git a/java/src/com/vmware/avi/sdk/model/PostgresEventInfo.java b/java/src/com/vmware/avi/sdk/model/PostgresEventInfo.java new file mode 100644 index 0000000000..e2defc0078 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/PostgresEventInfo.java @@ -0,0 +1,137 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The PostgresEventInfo is a POJO class extends AviRestResource that used for creating + * PostgresEventInfo. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class PostgresEventInfo { + @JsonProperty("db_name") + private String dbName; + + @JsonProperty("event_desc") + private String eventDesc; + + @JsonProperty("timestamp") + private String timestamp; + + + + /** + * This is the getter method this will return the attribute value. + * Name of the db. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return dbName + */ + public String getDbName() { + return dbName; + } + + /** + * This is the setter method to the attribute. + * Name of the db. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param dbName set the dbName. + */ + public void setDbName(String dbName) { + this.dbName = dbName; + } + + /** + * This is the getter method this will return the attribute value. + * Description of the event. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return eventDesc + */ + public String getEventDesc() { + return eventDesc; + } + + /** + * This is the setter method to the attribute. + * Description of the event. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param eventDesc set the eventDesc. + */ + public void setEventDesc(String eventDesc) { + this.eventDesc = eventDesc; + } + + /** + * This is the getter method this will return the attribute value. + * Timestamp at which this event occurred. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return timestamp + */ + public String getTimestamp() { + return timestamp; + } + + /** + * This is the setter method to the attribute. + * Timestamp at which this event occurred. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param timestamp set the timestamp. + */ + public void setTimestamp(String timestamp) { + this.timestamp = timestamp; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + PostgresEventInfo objPostgresEventInfo = (PostgresEventInfo) o; + return Objects.equals(this.dbName, objPostgresEventInfo.dbName)&& + Objects.equals(this.eventDesc, objPostgresEventInfo.eventDesc)&& + Objects.equals(this.timestamp, objPostgresEventInfo.timestamp); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class PostgresEventInfo {\n"); + sb.append(" dbName: ").append(toIndentedString(dbName)).append("\n"); + sb.append(" eventDesc: ").append(toIndentedString(eventDesc)).append("\n"); + sb.append(" timestamp: ").append(toIndentedString(timestamp)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/PreChecksParams.java b/java/src/com/vmware/avi/sdk/model/PreChecksParams.java new file mode 100644 index 0000000000..695cdd4f89 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/PreChecksParams.java @@ -0,0 +1,120 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The PreChecksParams is a POJO class extends AviRestResource that used for creating + * PreChecksParams. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class PreChecksParams { + @JsonProperty("export_config_timeout") + private Integer exportConfigTimeout = 3600; + + @JsonProperty("max_alerts") + private Integer maxAlerts = 200; + + + + /** + * This is the getter method this will return the attribute value. + * Maximum wait time for configuration export to complete. + * Allowed values are 600-5400. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 3600. + * @return exportConfigTimeout + */ + public Integer getExportConfigTimeout() { + return exportConfigTimeout; + } + + /** + * This is the setter method to the attribute. + * Maximum wait time for configuration export to complete. + * Allowed values are 600-5400. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 3600. + * @param exportConfigTimeout set the exportConfigTimeout. + */ + public void setExportConfigTimeout(Integer exportConfigTimeout) { + this.exportConfigTimeout = exportConfigTimeout; + } + + /** + * This is the getter method this will return the attribute value. + * Maximum number of alerts allowed for configuration export. + * Allowed values are 200-500. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 200. + * @return maxAlerts + */ + public Integer getMaxAlerts() { + return maxAlerts; + } + + /** + * This is the setter method to the attribute. + * Maximum number of alerts allowed for configuration export. + * Allowed values are 200-500. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 200. + * @param maxAlerts set the maxAlerts. + */ + public void setMaxAlerts(Integer maxAlerts) { + this.maxAlerts = maxAlerts; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + PreChecksParams objPreChecksParams = (PreChecksParams) o; + return Objects.equals(this.exportConfigTimeout, objPreChecksParams.exportConfigTimeout)&& + Objects.equals(this.maxAlerts, objPreChecksParams.maxAlerts); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class PreChecksParams {\n"); + sb.append(" exportConfigTimeout: ").append(toIndentedString(exportConfigTimeout)).append("\n"); + sb.append(" maxAlerts: ").append(toIndentedString(maxAlerts)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/PrimaryPool.java b/java/src/com/vmware/avi/sdk/model/PrimaryPool.java index ada205429d..1e129af70e 100644 --- a/java/src/com/vmware/avi/sdk/model/PrimaryPool.java +++ b/java/src/com/vmware/avi/sdk/model/PrimaryPool.java @@ -30,7 +30,7 @@ public class PrimaryPool { * This is the getter method this will return the attribute value. * Pool's id. * Field introduced in 20.1.7, 21.1.2, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -42,7 +42,7 @@ public String getPoolUuid() { * This is the setter method to the attribute. * Pool's id. * Field introduced in 20.1.7, 21.1.2, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/PriorityLabels.java b/java/src/com/vmware/avi/sdk/model/PriorityLabels.java index 52a04bf5ac..8e9ab9ab13 100644 --- a/java/src/com/vmware/avi/sdk/model/PriorityLabels.java +++ b/java/src/com/vmware/avi/sdk/model/PriorityLabels.java @@ -50,7 +50,7 @@ public class PriorityLabels extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -61,7 +61,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -72,7 +72,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. * A description of the priority labels. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -83,7 +83,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * A description of the priority labels. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -93,7 +93,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Equivalent priority labels in descending order. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return equivalentLabels */ @@ -104,7 +104,7 @@ public List getEquivalentLabels() { /** * This is the setter method. this will set the equivalentLabels * Equivalent priority labels in descending order. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return equivalentLabels */ @@ -115,7 +115,7 @@ public void setEquivalentLabels(List equivalentLabels) { /** * This is the setter method this will set the equivalentLabels * Equivalent priority labels in descending order. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return equivalentLabels */ @@ -130,8 +130,7 @@ public PriorityLabels addEquivalentLabelsItem(EquivalentLabels equivalentLabelsI * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -143,8 +142,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -156,8 +154,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -172,7 +169,7 @@ public PriorityLabels addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * The name of the priority labels. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -183,7 +180,7 @@ public String getName() { /** * This is the setter method to the attribute. * The name of the priority labels. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -194,7 +191,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -205,7 +202,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -233,7 +230,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the priority labels. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -244,7 +241,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the priority labels. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ProactiveSupportDefaults.java b/java/src/com/vmware/avi/sdk/model/ProactiveSupportDefaults.java index 100d01c171..5db39ecc6e 100644 --- a/java/src/com/vmware/avi/sdk/model/ProactiveSupportDefaults.java +++ b/java/src/com/vmware/avi/sdk/model/ProactiveSupportDefaults.java @@ -36,8 +36,8 @@ public class ProactiveSupportDefaults { * This is the getter method this will return the attribute value. * Opt-in to attach core dump with support case. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return attachCoreDump */ @@ -49,8 +49,8 @@ public Boolean getAttachCoreDump() { * This is the setter method to the attribute. * Opt-in to attach core dump with support case. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param attachCoreDump set the attachCoreDump. */ @@ -62,9 +62,9 @@ public void setAttachCoreDump(Boolean attachCoreDump) { * This is the getter method this will return the attribute value. * Opt-in to attach tech support with support case. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @return attachTechSupport */ public Boolean getAttachTechSupport() { @@ -75,9 +75,9 @@ public Boolean getAttachTechSupport() { * This is the setter method to the attribute. * Opt-in to attach tech support with support case. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @param attachTechSupport set the attachTechSupport. */ public void setAttachTechSupport(Boolean attachTechSupport) { @@ -88,7 +88,7 @@ public void setAttachTechSupport(Boolean attachTechSupport) { * This is the getter method this will return the attribute value. * Case severity to be used for proactive support case creation. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Severity 5". * @return caseSeverity */ @@ -100,7 +100,7 @@ public String getCaseSeverity() { * This is the setter method to the attribute. * Case severity to be used for proactive support case creation. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Severity 5". * @param caseSeverity set the caseSeverity. */ diff --git a/java/src/com/vmware/avi/sdk/model/ProcessInfo.java b/java/src/com/vmware/avi/sdk/model/ProcessInfo.java index ad85f6986c..77d4236345 100644 --- a/java/src/com/vmware/avi/sdk/model/ProcessInfo.java +++ b/java/src/com/vmware/avi/sdk/model/ProcessInfo.java @@ -48,7 +48,7 @@ public class ProcessInfo { * This is the getter method this will return the attribute value. * Current process id. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currentProcessId */ @@ -60,7 +60,7 @@ public Float getCurrentProcessId() { * This is the setter method to the attribute. * Current process id. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currentProcessId set the currentProcessId. */ @@ -72,7 +72,7 @@ public void setCurrentProcessId(Float currentProcessId) { * This is the getter method this will return the attribute value. * Total memory usage of process in kbs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currentProcessMemUsage */ @@ -84,7 +84,7 @@ public Float getCurrentProcessMemUsage() { * This is the setter method to the attribute. * Total memory usage of process in kbs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currentProcessMemUsage set the currentProcessMemUsage. */ @@ -96,7 +96,7 @@ public void setCurrentProcessMemUsage(Float currentProcessMemUsage) { * This is the getter method this will return the attribute value. * Number of times the process has been in current processmode. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return intimationCount */ @@ -108,7 +108,7 @@ public Float getIntimationCount() { * This is the setter method to the attribute. * Number of times the process has been in current processmode. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param intimationCount set the intimationCount. */ @@ -120,7 +120,7 @@ public void setIntimationCount(Float intimationCount) { * This is the getter method this will return the attribute value. * Memory limit for process in kbs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memoryLimit */ @@ -132,7 +132,7 @@ public Float getMemoryLimit() { * This is the setter method to the attribute. * Memory limit for process in kbs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memoryLimit set the memoryLimit. */ @@ -145,7 +145,7 @@ public void setMemoryLimit(Float memoryLimit) { * Current usage trend of process memory. * Enum options - UPWARD, DOWNWARD, NEUTRAL. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memoryTrendUsage */ @@ -158,7 +158,7 @@ public String getMemoryTrendUsage() { * Current usage trend of process memory. * Enum options - UPWARD, DOWNWARD, NEUTRAL. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memoryTrendUsage set the memoryTrendUsage. */ @@ -171,7 +171,7 @@ public void setMemoryTrendUsage(String memoryTrendUsage) { * Current mode of process. * Enum options - REGULAR, DEBUG, DEGRADED, STOP. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return processMode */ @@ -184,7 +184,7 @@ public String getProcessMode() { * Current mode of process. * Enum options - REGULAR, DEBUG, DEGRADED, STOP. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param processMode set the processMode. */ @@ -196,7 +196,7 @@ public void setProcessMode(String processMode) { * This is the getter method this will return the attribute value. * Percentage of memory used out of given limits. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thresholdPercent */ @@ -208,7 +208,7 @@ public Float getThresholdPercent() { * This is the setter method to the attribute. * Percentage of memory used out of given limits. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param thresholdPercent set the thresholdPercent. */ diff --git a/java/src/com/vmware/avi/sdk/model/Property.java b/java/src/com/vmware/avi/sdk/model/Property.java index e5fe87ac9c..fd461a44db 100644 --- a/java/src/com/vmware/avi/sdk/model/Property.java +++ b/java/src/com/vmware/avi/sdk/model/Property.java @@ -33,7 +33,7 @@ public class Property { * This is the getter method this will return the attribute value. * Property name. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -45,7 +45,7 @@ public String getName() { * This is the setter method to the attribute. * Property name. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -57,7 +57,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Property value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -69,7 +69,7 @@ public String getValue() { * This is the setter method to the attribute. * Property value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/ProtocolMatch.java b/java/src/com/vmware/avi/sdk/model/ProtocolMatch.java index 5ace1a223b..6832e3e003 100644 --- a/java/src/com/vmware/avi/sdk/model/ProtocolMatch.java +++ b/java/src/com/vmware/avi/sdk/model/ProtocolMatch.java @@ -33,7 +33,7 @@ public class ProtocolMatch { * This is the getter method this will return the attribute value. * Criterion to use for protocol matching the http request. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -45,7 +45,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for protocol matching the http request. * Enum options - IS_IN, IS_NOT_IN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -57,7 +57,7 @@ public void setMatchCriteria(String matchCriteria) { * This is the getter method this will return the attribute value. * Http or https protocol. * Enum options - HTTP, HTTPS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocols */ @@ -69,7 +69,7 @@ public String getProtocols() { * This is the setter method to the attribute. * Http or https protocol. * Enum options - HTTP, HTTPS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocols set the protocols. */ diff --git a/java/src/com/vmware/avi/sdk/model/ProtocolParser.java b/java/src/com/vmware/avi/sdk/model/ProtocolParser.java index d18b3d61b1..0b5ab44bcb 100644 --- a/java/src/com/vmware/avi/sdk/model/ProtocolParser.java +++ b/java/src/com/vmware/avi/sdk/model/ProtocolParser.java @@ -48,7 +48,7 @@ public class ProtocolParser extends AviRestResource { * This is the getter method this will return the attribute value. * Description of the protocol parser. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -60,7 +60,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description of the protocol parser. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -71,8 +71,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -84,8 +83,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -97,8 +95,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -114,7 +111,7 @@ public ProtocolParser addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name of the protocol parser. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -126,7 +123,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the protocol parser. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -138,7 +135,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Command script provided inline. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return parserCode */ @@ -150,7 +147,7 @@ public String getParserCode() { * This is the setter method to the attribute. * Command script provided inline. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param parserCode set the parserCode. */ @@ -163,7 +160,7 @@ public void setParserCode(String parserCode) { * Tenant uuid of the protocol parser. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -176,7 +173,7 @@ public String getTenantRef() { * Tenant uuid of the protocol parser. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -205,7 +202,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the protocol parser. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -217,7 +214,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the protocol parser. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ProxyConfiguration.java b/java/src/com/vmware/avi/sdk/model/ProxyConfiguration.java index ca08a00dac..3a94ff280b 100644 --- a/java/src/com/vmware/avi/sdk/model/ProxyConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/ProxyConfiguration.java @@ -38,7 +38,7 @@ public class ProxyConfiguration { /** * This is the getter method this will return the attribute value. * Proxy hostname or ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -49,7 +49,7 @@ public String getHost() { /** * This is the setter method to the attribute. * Proxy hostname or ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -60,7 +60,7 @@ public void setHost(String host) { /** * This is the getter method this will return the attribute value. * Password for proxy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -71,7 +71,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * Password for proxy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -82,7 +82,7 @@ public void setPassword(String password) { /** * This is the getter method this will return the attribute value. * Proxy port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -93,7 +93,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. * Proxy port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -104,7 +104,7 @@ public void setPort(Integer port) { /** * This is the getter method this will return the attribute value. * Username for proxy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -115,7 +115,7 @@ public String getUsername() { /** * This is the setter method to the attribute. * Username for proxy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ diff --git a/java/src/com/vmware/avi/sdk/model/PsmProgramDetails.java b/java/src/com/vmware/avi/sdk/model/PsmProgramDetails.java index 9aaa32950b..c9e618167b 100644 --- a/java/src/com/vmware/avi/sdk/model/PsmProgramDetails.java +++ b/java/src/com/vmware/avi/sdk/model/PsmProgramDetails.java @@ -31,7 +31,7 @@ public class PsmProgramDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -41,7 +41,7 @@ public String getError() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -51,7 +51,7 @@ public void setError(String error) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -61,7 +61,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/PulseServicesSessionConfig.java b/java/src/com/vmware/avi/sdk/model/PulseServicesSessionConfig.java index bfafbb7785..7b7d2370d7 100644 --- a/java/src/com/vmware/avi/sdk/model/PulseServicesSessionConfig.java +++ b/java/src/com/vmware/avi/sdk/model/PulseServicesSessionConfig.java @@ -29,7 +29,7 @@ public class PulseServicesSessionConfig { * This is the getter method this will return the attribute value. * Session headers. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sessionHeaders */ @@ -41,7 +41,7 @@ public List getSessionHeaders() { * This is the setter method. this will set the sessionHeaders * Session headers. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sessionHeaders */ @@ -53,7 +53,7 @@ public void setSessionHeaders(List sessionHeaders) { * This is the setter method this will set the sessionHeaders * Session headers. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sessionHeaders */ diff --git a/java/src/com/vmware/avi/sdk/model/PulseServicesTenantConfig.java b/java/src/com/vmware/avi/sdk/model/PulseServicesTenantConfig.java index 59dbb24dfd..3c7b9b87ac 100644 --- a/java/src/com/vmware/avi/sdk/model/PulseServicesTenantConfig.java +++ b/java/src/com/vmware/avi/sdk/model/PulseServicesTenantConfig.java @@ -50,7 +50,7 @@ public class PulseServicesTenantConfig { * Heartbeat interval duration. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return heartbeatInterval */ @@ -63,7 +63,7 @@ public Integer getHeartbeatInterval() { * Heartbeat interval duration. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param heartbeatInterval set the heartbeatInterval. */ @@ -76,7 +76,7 @@ public void setHeartbeatInterval(Integer heartbeatInterval) { * License escrow interval duration. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseEscrowInterval */ @@ -89,7 +89,7 @@ public Integer getLicenseEscrowInterval() { * License escrow interval duration. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseEscrowInterval set the licenseEscrowInterval. */ @@ -103,7 +103,7 @@ public void setLicenseEscrowInterval(Integer licenseEscrowInterval) { * Allowed values are 1-1440. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseExpiryInterval */ @@ -117,7 +117,7 @@ public Integer getLicenseExpiryInterval() { * Allowed values are 1-1440. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseExpiryInterval set the licenseExpiryInterval. */ @@ -130,7 +130,7 @@ public void setLicenseExpiryInterval(Integer licenseExpiryInterval) { * License reconcile interval duration. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseReconcileInterval */ @@ -143,7 +143,7 @@ public Integer getLicenseReconcileInterval() { * License reconcile interval duration. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseReconcileInterval set the licenseReconcileInterval. */ @@ -156,7 +156,7 @@ public void setLicenseReconcileInterval(Integer licenseReconcileInterval) { * License refresh interval duration. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseRefreshInterval */ @@ -169,7 +169,7 @@ public Integer getLicenseRefreshInterval() { * License refresh interval duration. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseRefreshInterval set the licenseRefreshInterval. */ @@ -183,7 +183,7 @@ public void setLicenseRefreshInterval(Integer licenseRefreshInterval) { * Allowed values are 1-1440. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseRenewalInterval */ @@ -197,7 +197,7 @@ public Integer getLicenseRenewalInterval() { * Allowed values are 1-1440. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseRenewalInterval set the licenseRenewalInterval. */ @@ -211,7 +211,7 @@ public void setLicenseRenewalInterval(Integer licenseRenewalInterval) { * Allowed values are 1-240. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokenRefreshInterval */ @@ -225,7 +225,7 @@ public Integer getTokenRefreshInterval() { * Allowed values are 1-240. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tokenRefreshInterval set the tokenRefreshInterval. */ diff --git a/java/src/com/vmware/avi/sdk/model/QueryMatch.java b/java/src/com/vmware/avi/sdk/model/QueryMatch.java index 9e6f86d6d4..d22af8e5f3 100644 --- a/java/src/com/vmware/avi/sdk/model/QueryMatch.java +++ b/java/src/com/vmware/avi/sdk/model/QueryMatch.java @@ -42,7 +42,7 @@ public class QueryMatch { * This is the getter method this will return the attribute value. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -54,7 +54,7 @@ public String getMatchCase() { * This is the setter method to the attribute. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -68,7 +68,7 @@ public void setMatchCase(String matchCase) { * Enum options - QUERY_MATCH_CONTAINS, QUERY_MATCH_DOES_NOT_CONTAIN, QUERY_MATCH_EXISTS, QUERY_MATCH_DOES_NOT_EXIST, QUERY_MATCH_BEGINS_WITH, * QUERY_MATCH_DOES_NOT_BEGIN_WITH, QUERY_MATCH_ENDS_WITH, QUERY_MATCH_DOES_NOT_END_WITH, QUERY_MATCH_EQUALS, QUERY_MATCH_DOES_NOT_EQUAL, * QUERY_MATCH_REGEX_MATCH, QUERY_MATCH_REGEX_DOES_NOT_MATCH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -82,7 +82,7 @@ public String getMatchCriteria() { * Enum options - QUERY_MATCH_CONTAINS, QUERY_MATCH_DOES_NOT_CONTAIN, QUERY_MATCH_EXISTS, QUERY_MATCH_DOES_NOT_EXIST, QUERY_MATCH_BEGINS_WITH, * QUERY_MATCH_DOES_NOT_BEGIN_WITH, QUERY_MATCH_ENDS_WITH, QUERY_MATCH_DOES_NOT_END_WITH, QUERY_MATCH_EQUALS, QUERY_MATCH_DOES_NOT_EQUAL, * QUERY_MATCH_REGEX_MATCH, QUERY_MATCH_REGEX_DOES_NOT_MATCH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -94,7 +94,7 @@ public void setMatchCriteria(String matchCriteria) { * This is the getter method this will return the attribute value. * Match against the decoded uri query. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return matchDecodedString */ @@ -106,7 +106,7 @@ public Boolean getMatchDecodedString() { * This is the setter method to the attribute. * Match against the decoded uri query. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param matchDecodedString set the matchDecodedString. */ @@ -116,7 +116,7 @@ public void setMatchDecodedString(Boolean matchDecodedString) { /** * This is the getter method this will return the attribute value. * String value(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -127,7 +127,7 @@ public List getMatchStr() { /** * This is the setter method. this will set the matchStr * String value(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -138,7 +138,7 @@ public void setMatchStr(List matchStr) { /** * This is the setter method this will set the matchStr * String value(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -153,7 +153,7 @@ public QueryMatch addMatchStrItem(String matchStrItem) { * This is the getter method this will return the attribute value. * Uuid of the string group(s). * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -165,7 +165,7 @@ public List getStringGroupRefs() { * This is the setter method. this will set the stringGroupRefs * Uuid of the string group(s). * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -177,7 +177,7 @@ public void setStringGroupRefs(List stringGroupRefs) { * This is the setter method this will set the stringGroupRefs * Uuid of the string group(s). * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ diff --git a/java/src/com/vmware/avi/sdk/model/RancherConfiguration.java b/java/src/com/vmware/avi/sdk/model/RancherConfiguration.java index d65fcb05c1..a88f2d8f50 100644 --- a/java/src/com/vmware/avi/sdk/model/RancherConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/RancherConfiguration.java @@ -104,7 +104,7 @@ public class RancherConfiguration { /** * This is the getter method this will return the attribute value. * Access key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return accessKey */ @@ -115,7 +115,7 @@ public String getAccessKey() { /** * This is the setter method to the attribute. * Access key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param accessKey set the accessKey. */ @@ -126,7 +126,7 @@ public void setAccessKey(String accessKey) { /** * This is the getter method this will return the attribute value. * Sync frequency in seconds with frameworks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return appSyncFrequency */ @@ -137,7 +137,7 @@ public Integer getAppSyncFrequency() { /** * This is the setter method to the attribute. * Sync frequency in seconds with frameworks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param appSyncFrequency set the appSyncFrequency. */ @@ -148,7 +148,7 @@ public void setAppSyncFrequency(Integer appSyncFrequency) { /** * This is the getter method this will return the attribute value. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return containerPortMatchHttpService */ @@ -159,7 +159,7 @@ public Boolean getContainerPortMatchHttpService() { /** * This is the setter method to the attribute. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param containerPortMatchHttpService set the containerPortMatchHttpService. */ @@ -172,7 +172,7 @@ public void setContainerPortMatchHttpService(Boolean containerPortMatchHttpServ * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @return coredumpDirectory */ @@ -185,7 +185,7 @@ public String getCoredumpDirectory() { * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @param coredumpDirectory set the coredumpDirectory. */ @@ -196,7 +196,7 @@ public void setCoredumpDirectory(String coredumpDirectory) { /** * This is the getter method this will return the attribute value. * Disable auto service sync for back end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoBackendServiceSync */ @@ -207,7 +207,7 @@ public Boolean getDisableAutoBackendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for back end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoBackendServiceSync set the disableAutoBackendServiceSync. */ @@ -218,7 +218,7 @@ public void setDisableAutoBackendServiceSync(Boolean disableAutoBackendServiceS /** * This is the getter method this will return the attribute value. * Disable auto service sync for front end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoFrontendServiceSync */ @@ -229,7 +229,7 @@ public Boolean getDisableAutoFrontendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for front end services. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoFrontendServiceSync set the disableAutoFrontendServiceSync. */ @@ -240,7 +240,7 @@ public void setDisableAutoFrontendServiceSync(Boolean disableAutoFrontendServic /** * This is the getter method this will return the attribute value. * Disable se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoSeCreation */ @@ -251,7 +251,7 @@ public Boolean getDisableAutoSeCreation() { /** * This is the setter method to the attribute. * Disable se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoSeCreation set the disableAutoSeCreation. */ @@ -262,7 +262,7 @@ public void setDisableAutoSeCreation(Boolean disableAutoSeCreation) { /** * This is the getter method this will return the attribute value. * Docker registry for serviceengine image. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dockerRegistrySe */ @@ -273,7 +273,7 @@ public DockerRegistry getDockerRegistrySe() { /** * This is the setter method to the attribute. * Docker registry for serviceengine image. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dockerRegistrySe set the dockerRegistrySe. */ @@ -284,7 +284,7 @@ public void setDockerRegistrySe(DockerRegistry dockerRegistrySe) { /** * This is the getter method this will return the attribute value. * Match against this prefix when placing east-west vss on ses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eastWestPlacementSubnet */ @@ -295,7 +295,7 @@ public IpAddrPrefix getEastWestPlacementSubnet() { /** * This is the setter method to the attribute. * Match against this prefix when placing east-west vss on ses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eastWestPlacementSubnet set the eastWestPlacementSubnet. */ @@ -306,7 +306,7 @@ public void setEastWestPlacementSubnet(IpAddrPrefix eastWestPlacementSubnet) { /** * This is the getter method this will return the attribute value. * Enable docker event subscription. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableEventSubscription */ @@ -317,7 +317,7 @@ public Boolean getEnableEventSubscription() { /** * This is the setter method to the attribute. * Enable docker event subscription. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableEventSubscription set the enableEventSubscription. */ @@ -328,7 +328,7 @@ public void setEnableEventSubscription(Boolean enableEventSubscription) { /** * This is the getter method this will return the attribute value. * For front end proxies, use container port as service port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return feproxyContainerPortAsService */ @@ -339,7 +339,7 @@ public Boolean getFeproxyContainerPortAsService() { /** * This is the setter method to the attribute. * For front end proxies, use container port as service port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param feproxyContainerPortAsService set the feproxyContainerPortAsService. */ @@ -350,7 +350,7 @@ public void setFeproxyContainerPortAsService(Boolean feproxyContainerPortAsServ /** * This is the getter method this will return the attribute value. * Enable proxy arp from host interface for front end proxies. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return feproxyVipsEnableProxyArp */ @@ -361,7 +361,7 @@ public Boolean getFeproxyVipsEnableProxyArp() { /** * This is the setter method to the attribute. * Enable proxy arp from host interface for front end proxies. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param feproxyVipsEnableProxyArp set the feproxyVipsEnableProxyArp. */ @@ -372,7 +372,7 @@ public void setFeproxyVipsEnableProxyArp(Boolean feproxyVipsEnableProxyArp) { /** * This is the getter method this will return the attribute value. * Optional fleet remote endpoint if fleet is used for se deployment. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fleetEndpoint */ @@ -383,7 +383,7 @@ public String getFleetEndpoint() { /** * This is the setter method to the attribute. * Optional fleet remote endpoint if fleet is used for se deployment. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fleetEndpoint set the fleetEndpoint. */ @@ -394,7 +394,7 @@ public void setFleetEndpoint(String fleetEndpoint) { * This is the getter method this will return the attribute value. * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -406,7 +406,7 @@ public List getHttpContainerPorts() { * This is the setter method. this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -418,7 +418,7 @@ public void setHttpContainerPorts(List httpContainerPorts) { * This is the setter method this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -433,7 +433,7 @@ public RancherConfiguration addHttpContainerPortsItem(Integer httpContainerPorts /** * This is the getter method this will return the attribute value. * Nuage overlay sdn controller information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nuageController */ @@ -444,7 +444,7 @@ public NuageSDNController getNuageController() { /** * This is the setter method to the attribute. * Nuage overlay sdn controller information. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nuageController set the nuageController. */ @@ -454,7 +454,7 @@ public void setNuageController(NuageSDNController nuageController) { /** * This is the getter method this will return the attribute value. * List of rancher servers; in case of a load balanced rancher multi cluster, use virtual ip of the cluster. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rancherServers */ @@ -465,7 +465,7 @@ public List getRancherServers() { /** * This is the setter method. this will set the rancherServers * List of rancher servers; in case of a load balanced rancher multi cluster, use virtual ip of the cluster. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rancherServers */ @@ -476,7 +476,7 @@ public void setRancherServers(List rancherServers) { /** * This is the setter method this will set the rancherServers * List of rancher servers; in case of a load balanced rancher multi cluster, use virtual ip of the cluster. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rancherServers */ @@ -492,7 +492,7 @@ public RancherConfiguration addRancherServersItem(String rancherServersItem) { * This is the getter method this will return the attribute value. * Use fleet/ssh for se deployment. * Enum options - SE_CREATE_FLEET, SE_CREATE_SSH, SE_CREATE_POD. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CREATE_SSH". * @return seDeploymentMethod */ @@ -504,7 +504,7 @@ public String getSeDeploymentMethod() { * This is the setter method to the attribute. * Use fleet/ssh for se deployment. * Enum options - SE_CREATE_FLEET, SE_CREATE_SSH, SE_CREATE_POD. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CREATE_SSH". * @param seDeploymentMethod set the seDeploymentMethod. */ @@ -514,7 +514,7 @@ public void setSeDeploymentMethod(String seDeploymentMethod) { /** * This is the getter method this will return the attribute value. * Exclude hosts with attributes for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -525,7 +525,7 @@ public List getSeExcludeAttributes() { /** * This is the setter method. this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -536,7 +536,7 @@ public void setSeExcludeAttributes(List seExcludeAttributes) { /** * This is the setter method this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -550,7 +550,7 @@ public RancherConfiguration addSeExcludeAttributesItem(MesosAttribute seExcludeA /** * This is the getter method this will return the attribute value. * Create ses just on hosts with include attributes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -561,7 +561,7 @@ public List getSeIncludeAttributes() { /** * This is the setter method. this will set the seIncludeAttributes * Create ses just on hosts with include attributes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -572,7 +572,7 @@ public void setSeIncludeAttributes(List seIncludeAttributes) { /** * This is the setter method this will set the seIncludeAttributes * Create ses just on hosts with include attributes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -587,7 +587,7 @@ public RancherConfiguration addSeIncludeAttributesItem(MesosAttribute seIncludeA /** * This is the getter method this will return the attribute value. * New se spawn rate per minute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @return seSpawnRate */ @@ -598,7 +598,7 @@ public Integer getSeSpawnRate() { /** * This is the setter method to the attribute. * New se spawn rate per minute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @param seSpawnRate set the seSpawnRate. */ @@ -609,7 +609,7 @@ public void setSeSpawnRate(Integer seSpawnRate) { /** * This is the getter method this will return the attribute value. * Host volume to be used as a disk for avi se, this is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/opt/avi". * @return seVolume */ @@ -620,7 +620,7 @@ public String getSeVolume() { /** * This is the setter method to the attribute. * Host volume to be used as a disk for avi se, this is a disruptive change. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/opt/avi". * @param seVolume set the seVolume. */ @@ -631,7 +631,7 @@ public void setSeVolume(String seVolume) { /** * This is the getter method this will return the attribute value. * Secret key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secretKey */ @@ -642,7 +642,7 @@ public String getSecretKey() { /** * This is the setter method to the attribute. * Secret key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secretKey set the secretKey. */ @@ -654,7 +654,7 @@ public void setSecretKey(String secretKey) { * This is the getter method this will return the attribute value. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. * Usually enabled aws clusters to export east-west services on host interface. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return servicesAccessibleAllInterfaces */ @@ -666,7 +666,7 @@ public Boolean getServicesAccessibleAllInterfaces() { * This is the setter method to the attribute. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. * Usually enabled aws clusters to export east-west services on host interface. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param servicesAccessibleAllInterfaces set the servicesAccessibleAllInterfaces. */ @@ -679,7 +679,7 @@ public void setServicesAccessibleAllInterfaces(Boolean servicesAccessibleAllInt * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshUserRef */ @@ -692,7 +692,7 @@ public String getSshUserRef() { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sshUserRef set the sshUserRef. */ @@ -704,7 +704,7 @@ public void setSshUserRef(String sshUserRef) { * This is the getter method this will return the attribute value. * Use container ip address port for pool instead of host ip address hostport. * This mode is applicable if the container ip is reachable (not a private nated ip) from other hosts in a routed environment for containers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useContainerIpPort */ @@ -716,7 +716,7 @@ public Boolean getUseContainerIpPort() { * This is the setter method to the attribute. * Use container ip address port for pool instead of host ip address hostport. * This mode is applicable if the container ip is reachable (not a private nated ip) from other hosts in a routed environment for containers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useContainerIpPort set the useContainerIpPort. */ @@ -727,7 +727,7 @@ public void setUseContainerIpPort(Boolean useContainerIpPort) { /** * This is the getter method this will return the attribute value. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useControllerImage */ @@ -738,7 +738,7 @@ public Boolean getUseControllerImage() { /** * This is the setter method to the attribute. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useControllerImage set the useControllerImage. */ diff --git a/java/src/com/vmware/avi/sdk/model/RateLimiter.java b/java/src/com/vmware/avi/sdk/model/RateLimiter.java index 303593ac25..e3037dc966 100644 --- a/java/src/com/vmware/avi/sdk/model/RateLimiter.java +++ b/java/src/com/vmware/avi/sdk/model/RateLimiter.java @@ -41,7 +41,8 @@ public class RateLimiter { * If this is less than count, it will have no effect. * Allowed values are 0-1000000000. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, basic edition(allowed values- 0), essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return burstSz */ @@ -55,7 +56,8 @@ public Integer getBurstSz() { * If this is less than count, it will have no effect. * Allowed values are 0-1000000000. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, basic edition(allowed values- 0), essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param burstSz set the burstSz. */ @@ -68,7 +70,7 @@ public void setBurstSz(Integer burstSz) { * Maximum number of connections, requests or packets permitted each period. * Allowed values are 1-1000000000. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000000000. * @return count */ @@ -81,7 +83,7 @@ public Integer getCount() { * Maximum number of connections, requests or packets permitted each period. * Allowed values are 1-1000000000. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000000000. * @param count set the count. */ @@ -94,7 +96,7 @@ public void setCount(Integer count) { * Identifier for rate limit. * Constructed according to context. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -107,7 +109,7 @@ public String getName() { * Identifier for rate limit. * Constructed according to context. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -121,7 +123,8 @@ public void setName(String name) { * Allowed values are 1-1000000000. * Field introduced in 18.2.9. * Unit is sec. - * Allowed in enterprise edition with any value, basic edition(allowed values- 1), essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- 1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return period */ @@ -135,7 +138,8 @@ public Integer getPeriod() { * Allowed values are 1-1000000000. * Field introduced in 18.2.9. * Unit is sec. - * Allowed in enterprise edition with any value, basic edition(allowed values- 1), essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- 1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param period set the period. */ diff --git a/java/src/com/vmware/avi/sdk/model/RateLimiterAction.java b/java/src/com/vmware/avi/sdk/model/RateLimiterAction.java index c9d13b9240..b91c8d00ee 100644 --- a/java/src/com/vmware/avi/sdk/model/RateLimiterAction.java +++ b/java/src/com/vmware/avi/sdk/model/RateLimiterAction.java @@ -38,7 +38,7 @@ public class RateLimiterAction { /** * This is the getter method this will return the attribute value. * File to be used for http local response rate limit action. - * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return file */ @@ -49,7 +49,7 @@ public HTTPLocalFile getFile() { /** * This is the setter method to the attribute. * File to be used for http local response rate limit action. - * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param file set the file. */ @@ -60,7 +60,7 @@ public void setFile(HTTPLocalFile file) { /** * This is the getter method this will return the attribute value. * Parameters for http redirect rate limit action. - * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirect */ @@ -71,7 +71,7 @@ public HTTPRedirectAction getRedirect() { /** * This is the setter method to the attribute. * Parameters for http redirect rate limit action. - * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param redirect set the redirect. */ @@ -84,8 +84,8 @@ public void setRedirect(HTTPRedirectAction redirect) { * Http status code for local response rate limit action. * Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200, HTTP_LOCAL_RESPONSE_STATUS_CODE_204, HTTP_LOCAL_RESPONSE_STATUS_CODE_403, * HTTP_LOCAL_RESPONSE_STATUS_CODE_404, HTTP_LOCAL_RESPONSE_STATUS_CODE_429, HTTP_LOCAL_RESPONSE_STATUS_CODE_501. - * Allowed in enterprise edition with any value, basic edition(allowed values- http_local_response_status_code_429), essentials, enterprise with - * cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- http_local_response_status_code_429) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_LOCAL_RESPONSE_STATUS_CODE_429". * @return statusCode */ @@ -98,8 +98,8 @@ public String getStatusCode() { * Http status code for local response rate limit action. * Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200, HTTP_LOCAL_RESPONSE_STATUS_CODE_204, HTTP_LOCAL_RESPONSE_STATUS_CODE_403, * HTTP_LOCAL_RESPONSE_STATUS_CODE_404, HTTP_LOCAL_RESPONSE_STATUS_CODE_429, HTTP_LOCAL_RESPONSE_STATUS_CODE_501. - * Allowed in enterprise edition with any value, basic edition(allowed values- http_local_response_status_code_429), essentials, enterprise with - * cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- http_local_response_status_code_429) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_LOCAL_RESPONSE_STATUS_CODE_429". * @param statusCode set the statusCode. */ @@ -111,8 +111,8 @@ public void setStatusCode(String statusCode) { * This is the getter method this will return the attribute value. * Type of action to be enforced upon hitting the rate limit. * Enum options - RL_ACTION_NONE, RL_ACTION_DROP_CONN, RL_ACTION_RESET_CONN, RL_ACTION_CLOSE_CONN, RL_ACTION_LOCAL_RSP, RL_ACTION_REDIRECT. - * Allowed in enterprise edition with any value, basic edition(allowed values- rl_action_none,rl_action_drop_conn), essentials, enterprise with - * cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- rl_action_none,rl_action_drop_conn) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "RL_ACTION_NONE". * @return type */ @@ -124,8 +124,8 @@ public String getType() { * This is the setter method to the attribute. * Type of action to be enforced upon hitting the rate limit. * Enum options - RL_ACTION_NONE, RL_ACTION_DROP_CONN, RL_ACTION_RESET_CONN, RL_ACTION_CLOSE_CONN, RL_ACTION_LOCAL_RSP, RL_ACTION_REDIRECT. - * Allowed in enterprise edition with any value, basic edition(allowed values- rl_action_none,rl_action_drop_conn), essentials, enterprise with - * cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- rl_action_none,rl_action_drop_conn) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "RL_ACTION_NONE". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/RateLimiterEventDetails.java b/java/src/com/vmware/avi/sdk/model/RateLimiterEventDetails.java index 1819ecc337..c56a5e9c68 100644 --- a/java/src/com/vmware/avi/sdk/model/RateLimiterEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/RateLimiterEventDetails.java @@ -39,7 +39,7 @@ public class RateLimiterEventDetails { * This is the getter method this will return the attribute value. * Rate limiter error message. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -51,7 +51,7 @@ public String getErrorMessage() { * This is the setter method to the attribute. * Rate limiter error message. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -63,7 +63,7 @@ public void setErrorMessage(String errorMessage) { * This is the getter method this will return the attribute value. * Name of the rate limiter. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rlResourceName */ @@ -75,7 +75,7 @@ public String getRlResourceName() { * This is the setter method to the attribute. * Name of the rate limiter. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rlResourceName set the rlResourceName. */ @@ -87,7 +87,7 @@ public void setRlResourceName(String rlResourceName) { * This is the getter method this will return the attribute value. * Rate limiter type. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rlResourceType */ @@ -99,7 +99,7 @@ public String getRlResourceType() { * This is the setter method to the attribute. * Rate limiter type. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rlResourceType set the rlResourceType. */ @@ -111,7 +111,7 @@ public void setRlResourceType(String rlResourceType) { * This is the getter method this will return the attribute value. * Status. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -123,7 +123,7 @@ public String getStatus() { * This is the setter method to the attribute. * Status. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ diff --git a/java/src/com/vmware/avi/sdk/model/RateLimiterProfile.java b/java/src/com/vmware/avi/sdk/model/RateLimiterProfile.java index 3e47ade494..0f3a1313a3 100644 --- a/java/src/com/vmware/avi/sdk/model/RateLimiterProfile.java +++ b/java/src/com/vmware/avi/sdk/model/RateLimiterProfile.java @@ -59,7 +59,7 @@ public class RateLimiterProfile { /** * This is the getter method this will return the attribute value. * Rate limit all connections made from any single client ip address to the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpConnectionsRateLimit */ @@ -70,7 +70,7 @@ public RateProfile getClientIpConnectionsRateLimit() { /** * This is the setter method to the attribute. * Rate limit all connections made from any single client ip address to the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpConnectionsRateLimit set the clientIpConnectionsRateLimit. */ @@ -86,7 +86,7 @@ public void setClientIpConnectionsRateLimit(RateProfile clientIpConnectionsRateL * Count and time period are specified through the rateprofile. * Requests are deemed failed based on client or server side error status codes, consistent with how avi logs and metrics subsystems mark failed * requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpFailedRequestsRateLimit */ @@ -102,7 +102,7 @@ public RateProfile getClientIpFailedRequestsRateLimit() { * Count and time period are specified through the rateprofile. * Requests are deemed failed based on client or server side error status codes, consistent with how avi logs and metrics subsystems mark failed * requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpFailedRequestsRateLimit set the clientIpFailedRequestsRateLimit. */ @@ -113,7 +113,7 @@ public void setClientIpFailedRequestsRateLimit(RateProfile clientIpFailedRequest /** * This is the getter method this will return the attribute value. * Rate limit all http requests from any single client ip address to all urls of the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpRequestsRateLimit */ @@ -124,7 +124,7 @@ public RateProfile getClientIpRequestsRateLimit() { /** * This is the setter method to the attribute. * Rate limit all http requests from any single client ip address to all urls of the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpRequestsRateLimit set the clientIpRequestsRateLimit. */ @@ -143,7 +143,7 @@ public void setClientIpRequestsRateLimit(RateProfile clientIpRequestsRateLimit) * unknown clients group. * The avi scan detection system automatically tunes itself so that the good, bad, and unknown client ips group membership changes dynamically with * the changes in traffic patterns through the adc. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpScannersRequestsRateLimit */ @@ -162,7 +162,7 @@ public RateProfile getClientIpScannersRequestsRateLimit() { * unknown clients group. * The avi scan detection system automatically tunes itself so that the good, bad, and unknown client ips group membership changes dynamically with * the changes in traffic patterns through the adc. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpScannersRequestsRateLimit set the clientIpScannersRequestsRateLimit. */ @@ -178,7 +178,7 @@ public void setClientIpScannersRequestsRateLimit(RateProfile clientIpScannersReq * Count and time period are specified through the rateprofile. * Requests are deemed failed based on client or server side error status codes, consistent with how avi logs and metrics subsystems mark failed * requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpToUriFailedRequestsRateLimit */ @@ -194,7 +194,7 @@ public RateProfile getClientIpToUriFailedRequestsRateLimit() { * Count and time period are specified through the rateprofile. * Requests are deemed failed based on client or server side error status codes, consistent with how avi logs and metrics subsystems mark failed * requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpToUriFailedRequestsRateLimit set the clientIpToUriFailedRequestsRateLimit. */ @@ -205,7 +205,7 @@ public void setClientIpToUriFailedRequestsRateLimit(RateProfile clientIpToUriFai /** * This is the getter method this will return the attribute value. * Rate limit all http requests from any single client ip address to any single url. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpToUriRequestsRateLimit */ @@ -216,7 +216,7 @@ public RateProfile getClientIpToUriRequestsRateLimit() { /** * This is the setter method to the attribute. * Rate limit all http requests from any single client ip address to any single url. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpToUriRequestsRateLimit set the clientIpToUriRequestsRateLimit. */ @@ -228,7 +228,7 @@ public void setClientIpToUriRequestsRateLimit(RateProfile clientIpToUriRequestsR * This is the getter method this will return the attribute value. * Rate limit all http requests that map to any custom string. * Field introduced in 17.2.13,18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customRequestsRateLimit */ @@ -240,7 +240,7 @@ public RateProfile getCustomRequestsRateLimit() { * This is the setter method to the attribute. * Rate limit all http requests that map to any custom string. * Field introduced in 17.2.13,18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param customRequestsRateLimit set the customRequestsRateLimit. */ @@ -251,7 +251,7 @@ public void setCustomRequestsRateLimit(RateProfile customRequestsRateLimit) { * This is the getter method this will return the attribute value. * Rate limit all http requests from all client ip addresses that contain any single http header value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpHeaderRateLimits */ @@ -263,7 +263,7 @@ public List getHttpHeaderRateLimits() { * This is the setter method. this will set the httpHeaderRateLimits * Rate limit all http requests from all client ip addresses that contain any single http header value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpHeaderRateLimits */ @@ -275,7 +275,7 @@ public void setHttpHeaderRateLimits(List httpHeaderRateLimits) { * This is the setter method this will set the httpHeaderRateLimits * Rate limit all http requests from all client ip addresses that contain any single http header value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpHeaderRateLimits */ @@ -294,7 +294,7 @@ public RateLimiterProfile addHttpHeaderRateLimitsItem(RateProfile httpHeaderRate * Count and time period are specified through the rateprofile. * Requests are deemed failed based on client or server side error status codes, consistent with how avi logs and metrics subsystems mark failed * requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriFailedRequestsRateLimit */ @@ -309,7 +309,7 @@ public RateProfile getUriFailedRequestsRateLimit() { * Count and time period are specified through the rateprofile. * Requests are deemed failed based on client or server side error status codes, consistent with how avi logs and metrics subsystems mark failed * requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriFailedRequestsRateLimit set the uriFailedRequestsRateLimit. */ @@ -320,7 +320,7 @@ public void setUriFailedRequestsRateLimit(RateProfile uriFailedRequestsRateLimit /** * This is the getter method this will return the attribute value. * Rate limit all http requests from all client ip addresses to any single url. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriRequestsRateLimit */ @@ -331,7 +331,7 @@ public RateProfile getUriRequestsRateLimit() { /** * This is the setter method to the attribute. * Rate limit all http requests from all client ip addresses to any single url. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriRequestsRateLimit set the uriRequestsRateLimit. */ @@ -349,7 +349,7 @@ public void setUriRequestsRateLimit(RateProfile uriRequestsRateLimit) { * unknown uris group. * The avi scan detection system automatically tunes itself so that the good, bad, and unknown uris group membership changes dynamically with the * changes in traffic patterns through the adc. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriScannersRequestsRateLimit */ @@ -367,7 +367,7 @@ public RateProfile getUriScannersRequestsRateLimit() { * unknown uris group. * The avi scan detection system automatically tunes itself so that the good, bad, and unknown uris group membership changes dynamically with the * changes in traffic patterns through the adc. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriScannersRequestsRateLimit set the uriScannersRequestsRateLimit. */ diff --git a/java/src/com/vmware/avi/sdk/model/RateLimiterProperties.java b/java/src/com/vmware/avi/sdk/model/RateLimiterProperties.java index a798356be3..0ffa8d8818 100644 --- a/java/src/com/vmware/avi/sdk/model/RateLimiterProperties.java +++ b/java/src/com/vmware/avi/sdk/model/RateLimiterProperties.java @@ -34,7 +34,7 @@ public class RateLimiterProperties { * Number of stages in msf rate limiter. * Allowed values are 1-2. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return msfNumStages */ @@ -47,7 +47,7 @@ public Integer getMsfNumStages() { * Number of stages in msf rate limiter. * Allowed values are 1-2. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param msfNumStages set the msfNumStages. */ @@ -59,7 +59,7 @@ public void setMsfNumStages(Integer msfNumStages) { * This is the getter method this will return the attribute value. * Each stage size in msf rate limiter. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @return msfStageSize */ @@ -71,7 +71,7 @@ public Integer getMsfStageSize() { * This is the setter method to the attribute. * Each stage size in msf rate limiter. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @param msfStageSize set the msfStageSize. */ diff --git a/java/src/com/vmware/avi/sdk/model/RateProfile.java b/java/src/com/vmware/avi/sdk/model/RateProfile.java index b6b6e860bb..a7399032db 100644 --- a/java/src/com/vmware/avi/sdk/model/RateProfile.java +++ b/java/src/com/vmware/avi/sdk/model/RateProfile.java @@ -44,7 +44,7 @@ public class RateProfile { /** * This is the getter method this will return the attribute value. * Action to perform upon rate limiting. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -55,7 +55,7 @@ public RateLimiterAction getAction() { /** * This is the setter method to the attribute. * Action to perform upon rate limiting. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -66,7 +66,8 @@ public void setAction(RateLimiterAction action) { /** * This is the getter method this will return the attribute value. * Explicitly tracks an attacker across rate periods. - * Allowed in enterprise edition with any value, basic edition(allowed values- false), essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return explicitTracking */ @@ -77,7 +78,8 @@ public Boolean getExplicitTracking() { /** * This is the setter method to the attribute. * Explicitly tracks an attacker across rate periods. - * Allowed in enterprise edition with any value, basic edition(allowed values- false), essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param explicitTracking set the explicitTracking. */ @@ -88,7 +90,8 @@ public void setExplicitTracking(Boolean explicitTracking) { /** * This is the getter method this will return the attribute value. * Enable fine granularity. - * Allowed in enterprise edition with any value, basic edition(allowed values- false), essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return fineGrain */ @@ -99,7 +102,8 @@ public Boolean getFineGrain() { /** * This is the setter method to the attribute. * Enable fine granularity. - * Allowed in enterprise edition with any value, basic edition(allowed values- false), essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param fineGrain set the fineGrain. */ @@ -111,7 +115,7 @@ public void setFineGrain(Boolean fineGrain) { * This is the getter method this will return the attribute value. * Http cookie name. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpCookie */ @@ -123,7 +127,7 @@ public String getHttpCookie() { * This is the setter method to the attribute. * Http cookie name. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpCookie set the httpCookie. */ @@ -135,7 +139,7 @@ public void setHttpCookie(String httpCookie) { * This is the getter method this will return the attribute value. * Http header name. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpHeader */ @@ -147,7 +151,7 @@ public String getHttpHeader() { * This is the setter method to the attribute. * Http header name. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpHeader set the httpHeader. */ @@ -159,7 +163,7 @@ public void setHttpHeader(String httpHeader) { * This is the getter method this will return the attribute value. * The rate limiter configuration for this rate profile. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rateLimiter */ @@ -171,7 +175,7 @@ public RateLimiter getRateLimiter() { * This is the setter method to the attribute. * The rate limiter configuration for this rate profile. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rateLimiter set the rateLimiter. */ diff --git a/java/src/com/vmware/avi/sdk/model/RebalanceMigrateEventDetails.java b/java/src/com/vmware/avi/sdk/model/RebalanceMigrateEventDetails.java index db8dcb9065..4630f306e4 100644 --- a/java/src/com/vmware/avi/sdk/model/RebalanceMigrateEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/RebalanceMigrateEventDetails.java @@ -31,7 +31,7 @@ public class RebalanceMigrateEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return migrateParams */ @@ -41,7 +41,7 @@ public VsMigrateParams getMigrateParams() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param migrateParams set the migrateParams. */ @@ -51,7 +51,7 @@ public void setMigrateParams(VsMigrateParams migrateParams) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -61,7 +61,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/RebalanceScaleinEventDetails.java b/java/src/com/vmware/avi/sdk/model/RebalanceScaleinEventDetails.java index 611e8b88d4..fc3d717050 100644 --- a/java/src/com/vmware/avi/sdk/model/RebalanceScaleinEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/RebalanceScaleinEventDetails.java @@ -31,7 +31,7 @@ public class RebalanceScaleinEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleinParams */ @@ -41,7 +41,7 @@ public VsScaleinParams getScaleinParams() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleinParams set the scaleinParams. */ @@ -51,7 +51,7 @@ public void setScaleinParams(VsScaleinParams scaleinParams) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -61,7 +61,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/RebalanceScaleoutEventDetails.java b/java/src/com/vmware/avi/sdk/model/RebalanceScaleoutEventDetails.java index 8526e5cddf..2f48d49566 100644 --- a/java/src/com/vmware/avi/sdk/model/RebalanceScaleoutEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/RebalanceScaleoutEventDetails.java @@ -31,7 +31,7 @@ public class RebalanceScaleoutEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleoutParams */ @@ -41,7 +41,7 @@ public VsScaleoutParams getScaleoutParams() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleoutParams set the scaleoutParams. */ @@ -51,7 +51,7 @@ public void setScaleoutParams(VsScaleoutParams scaleoutParams) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -61,7 +61,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/RebootData.java b/java/src/com/vmware/avi/sdk/model/RebootData.java index 8736f8195e..741201ea93 100644 --- a/java/src/com/vmware/avi/sdk/model/RebootData.java +++ b/java/src/com/vmware/avi/sdk/model/RebootData.java @@ -33,7 +33,7 @@ public class RebootData { * This is the getter method this will return the attribute value. * Patch version for which reboot flag need to be computed. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchVersion */ @@ -45,7 +45,7 @@ public String getPatchVersion() { * This is the setter method to the attribute. * Patch version for which reboot flag need to be computed. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchVersion set the patchVersion. */ @@ -57,7 +57,7 @@ public void setPatchVersion(String patchVersion) { * This is the getter method this will return the attribute value. * This variable tells whether reboot has to be performed. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reboot */ @@ -69,7 +69,7 @@ public Boolean getReboot() { * This is the setter method to the attribute. * This variable tells whether reboot has to be performed. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reboot set the reboot. */ diff --git a/java/src/com/vmware/avi/sdk/model/RecommendationRequest.java b/java/src/com/vmware/avi/sdk/model/RecommendationRequest.java deleted file mode 100644 index 7971069663..0000000000 --- a/java/src/com/vmware/avi/sdk/model/RecommendationRequest.java +++ /dev/null @@ -1,209 +0,0 @@ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache License 2.0 - */ - -package com.vmware.avi.sdk.model; - -import java.util.*; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; - -/** - * The RecommendationRequest is a POJO class extends AviRestResource that used for creating - * RecommendationRequest. - * - * @version 1.0 - * @since - * - */ -@JsonIgnoreProperties(ignoreUnknown = true) -@JsonInclude(JsonInclude.Include.NON_NULL) -public class RecommendationRequest { - @JsonProperty("match_element") - private String matchElement; - - @JsonProperty("report_timestamp") - private String reportTimestamp; - - @JsonProperty("request_id") - private String requestId; - - @JsonProperty("rule_id") - private String ruleId; - - @JsonProperty("type") - private String type; - - - - /** - * This is the getter method this will return the attribute value. - * The match element for this a false positive should be mitigated. - * If this is not gives, all match elements will be considered. - * Field introduced in 21.1.3. - * 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. - * @return matchElement - */ - public String getMatchElement() { - return matchElement; - } - - /** - * This is the setter method to the attribute. - * The match element for this a false positive should be mitigated. - * If this is not gives, all match elements will be considered. - * Field introduced in 21.1.3. - * 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. - * @param matchElement set the matchElement. - */ - public void setMatchElement(String matchElement) { - this.matchElement = matchElement; - } - - /** - * This is the getter method this will return the attribute value. - * The report_timestamp field of the log entry. - * Field introduced in 21.1.3. - * 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. - * @return reportTimestamp - */ - public String getReportTimestamp() { - return reportTimestamp; - } - - /** - * This is the setter method to the attribute. - * The report_timestamp field of the log entry. - * Field introduced in 21.1.3. - * 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. - * @param reportTimestamp set the reportTimestamp. - */ - public void setReportTimestamp(String reportTimestamp) { - this.reportTimestamp = reportTimestamp; - } - - /** - * This is the getter method this will return the attribute value. - * The request_id field of the log entry. - * Field introduced in 21.1.3. - * 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. - * @return requestId - */ - public String getRequestId() { - return requestId; - } - - /** - * This is the setter method to the attribute. - * The request_id field of the log entry. - * Field introduced in 21.1.3. - * 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. - * @param requestId set the requestId. - */ - public void setRequestId(String requestId) { - this.requestId = requestId; - } - - /** - * This is the getter method this will return the attribute value. - * The rule id for which a false positive should be mitigated. - * If this is not given, all rules will be considered. - * Field introduced in 21.1.3. - * 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. - * @return ruleId - */ - public String getRuleId() { - return ruleId; - } - - /** - * This is the setter method to the attribute. - * The rule id for which a false positive should be mitigated. - * If this is not given, all rules will be considered. - * Field introduced in 21.1.3. - * 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. - * @param ruleId set the ruleId. - */ - public void setRuleId(String ruleId) { - this.ruleId = ruleId; - } - - /** - * This is the getter method this will return the attribute value. - * The type of the request, e.g. - * Recommendation_request_false_positive. - * Enum options - RECOMMENDATION_REQUEST_FALSE_POSITIVE. - * Field introduced in 21.1.3. - * 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. - * @return type - */ - public String getType() { - return type; - } - - /** - * This is the setter method to the attribute. - * The type of the request, e.g. - * Recommendation_request_false_positive. - * Enum options - RECOMMENDATION_REQUEST_FALSE_POSITIVE. - * Field introduced in 21.1.3. - * 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. - * @param type set the type. - */ - public void setType(String type) { - this.type = type; - } - - - @Override - public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - RecommendationRequest objRecommendationRequest = (RecommendationRequest) o; - return Objects.equals(this.type, objRecommendationRequest.type)&& - Objects.equals(this.reportTimestamp, objRecommendationRequest.reportTimestamp)&& - Objects.equals(this.requestId, objRecommendationRequest.requestId)&& - Objects.equals(this.ruleId, objRecommendationRequest.ruleId)&& - Objects.equals(this.matchElement, objRecommendationRequest.matchElement); - } - - @Override - public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class RecommendationRequest {\n"); - sb.append(" matchElement: ").append(toIndentedString(matchElement)).append("\n"); - sb.append(" reportTimestamp: ").append(toIndentedString(reportTimestamp)).append("\n"); - sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); - sb.append(" ruleId: ").append(toIndentedString(ruleId)).append("\n"); - sb.append(" type: ").append(toIndentedString(type)).append("\n"); - sb.append("}"); - return sb.toString(); - } - - /** - * Convert the given object to string with each line indented by 4 spaces - * (except the first line). - */ - private String toIndentedString(java.lang.Object o) { - if (o == null) { - return "null"; - } - return o.toString().replace("\n", "\n "); - } -} diff --git a/java/src/com/vmware/avi/sdk/model/RemoteAuthConfiguration.java b/java/src/com/vmware/avi/sdk/model/RemoteAuthConfiguration.java index 58459261c7..285c8215e7 100644 --- a/java/src/com/vmware/avi/sdk/model/RemoteAuthConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/RemoteAuthConfiguration.java @@ -37,7 +37,7 @@ public class RemoteAuthConfiguration { * Uuid of the authmappingprofile(set of auth mapping rules) to be assigned to a user on successful match. * It is a reference to an object of type authmappingprofile. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authMappingProfileRef */ @@ -50,7 +50,7 @@ public String getAuthMappingProfileRef() { * Uuid of the authmappingprofile(set of auth mapping rules) to be assigned to a user on successful match. * It is a reference to an object of type authmappingprofile. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authMappingProfileRef set the authMappingProfileRef. */ @@ -63,7 +63,7 @@ public void setAuthMappingProfileRef(String authMappingProfileRef) { * Uuid of the auth profile. * It is a reference to an object of type authprofile. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authProfileRef */ @@ -76,7 +76,7 @@ public String getAuthProfileRef() { * Uuid of the auth profile. * It is a reference to an object of type authprofile. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authProfileRef set the authProfileRef. */ @@ -88,7 +88,7 @@ public void setAuthProfileRef(String authProfileRef) { * This is the getter method this will return the attribute value. * Index used for maintaining order of remoteauthconfiguration. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -100,7 +100,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index used for maintaining order of remoteauthconfiguration. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ diff --git a/java/src/com/vmware/avi/sdk/model/RemoteInfo.java b/java/src/com/vmware/avi/sdk/model/RemoteInfo.java new file mode 100644 index 0000000000..538a674a6f --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/RemoteInfo.java @@ -0,0 +1,172 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The RemoteInfo is a POJO class extends AviRestResource that used for creating + * RemoteInfo. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class RemoteInfo { + @JsonProperty("gslb_info") + private GslbObjInfo gslbInfo; + + @JsonProperty("ops_info") + private OpsInfo opsInfo; + + @JsonProperty("sync_info") + private GslbSiteCfgSyncInfo syncInfo; + + @JsonProperty("sync_stats") + private GslbReplicationStats syncStats; + + + + /** + * This is the getter method this will return the attribute value. + * Gslb object related information in the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return gslbInfo + */ + public GslbObjInfo getGslbInfo() { + return gslbInfo; + } + + /** + * This is the setter method to the attribute. + * Gslb object related information in the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param gslbInfo set the gslbInfo. + */ + public void setGslbInfo(GslbObjInfo gslbInfo) { + this.gslbInfo = gslbInfo; + } + + /** + * This is the getter method this will return the attribute value. + * Operational information of the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return opsInfo + */ + public OpsInfo getOpsInfo() { + return opsInfo; + } + + /** + * This is the setter method to the attribute. + * Operational information of the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param opsInfo set the opsInfo. + */ + public void setOpsInfo(OpsInfo opsInfo) { + this.opsInfo = opsInfo; + } + + /** + * This is the getter method this will return the attribute value. + * Configuration sync-info of the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return syncInfo + */ + public GslbSiteCfgSyncInfo getSyncInfo() { + return syncInfo; + } + + /** + * This is the setter method to the attribute. + * Configuration sync-info of the site. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param syncInfo set the syncInfo. + */ + public void setSyncInfo(GslbSiteCfgSyncInfo syncInfo) { + this.syncInfo = syncInfo; + } + + /** + * This is the getter method this will return the attribute value. + * Site replication specific statistic. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return syncStats + */ + public GslbReplicationStats getSyncStats() { + return syncStats; + } + + /** + * This is the setter method to the attribute. + * Site replication specific statistic. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param syncStats set the syncStats. + */ + public void setSyncStats(GslbReplicationStats syncStats) { + this.syncStats = syncStats; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RemoteInfo objRemoteInfo = (RemoteInfo) o; + return Objects.equals(this.opsInfo, objRemoteInfo.opsInfo)&& + Objects.equals(this.gslbInfo, objRemoteInfo.gslbInfo)&& + Objects.equals(this.syncInfo, objRemoteInfo.syncInfo)&& + Objects.equals(this.syncStats, objRemoteInfo.syncStats); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RemoteInfo {\n"); + sb.append(" gslbInfo: ").append(toIndentedString(gslbInfo)).append("\n"); + sb.append(" opsInfo: ").append(toIndentedString(opsInfo)).append("\n"); + sb.append(" syncInfo: ").append(toIndentedString(syncInfo)).append("\n"); + sb.append(" syncStats: ").append(toIndentedString(syncStats)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/ReplaceStringVar.java b/java/src/com/vmware/avi/sdk/model/ReplaceStringVar.java index c9309d697f..db4df1cb8a 100644 --- a/java/src/com/vmware/avi/sdk/model/ReplaceStringVar.java +++ b/java/src/com/vmware/avi/sdk/model/ReplaceStringVar.java @@ -34,7 +34,7 @@ public class ReplaceStringVar { * Type of replacement string - can be a variable exposed from datascript, value of an http variable, a custom user-input literal string, or a * string with all three combined. * Enum options - DATASCRIPT_VAR, AVI_VAR, LITERAL_STRING, COMBINATION_STRING. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LITERAL_STRING". * @return type */ @@ -47,7 +47,7 @@ public String getType() { * Type of replacement string - can be a variable exposed from datascript, value of an http variable, a custom user-input literal string, or a * string with all three combined. * Enum options - DATASCRIPT_VAR, AVI_VAR, LITERAL_STRING, COMBINATION_STRING. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LITERAL_STRING". * @param type set the type. */ @@ -59,7 +59,7 @@ public void setType(String type) { * This is the getter method this will return the attribute value. * Value of the replacement string - name of variable exposed from datascript, name of the http header, a custom user-input literal string, or a * string with all three combined. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return val */ @@ -71,7 +71,7 @@ public String getVal() { * This is the setter method to the attribute. * Value of the replacement string - name of variable exposed from datascript, name of the http header, a custom user-input literal string, or a * string with all three combined. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param val set the val. */ diff --git a/java/src/com/vmware/avi/sdk/model/ReplicationPolicy.java b/java/src/com/vmware/avi/sdk/model/ReplicationPolicy.java index bff0fde2ab..21fc4df12f 100644 --- a/java/src/com/vmware/avi/sdk/model/ReplicationPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/ReplicationPolicy.java @@ -35,7 +35,7 @@ public class ReplicationPolicy { * Follower attempt to replicate configuration till this checkpoint. * It is a reference to an object of type federationcheckpoint. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checkpointRef */ @@ -49,7 +49,7 @@ public String getCheckpointRef() { * Follower attempt to replicate configuration till this checkpoint. * It is a reference to an object of type federationcheckpoint. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param checkpointRef set the checkpointRef. */ @@ -62,7 +62,7 @@ public void setCheckpointRef(String checkpointRef) { * Replication mode. * Enum options - REPLICATION_MODE_CONTINUOUS, REPLICATION_MODE_MANUAL, REPLICATION_MODE_ADAPTIVE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "REPLICATION_MODE_CONTINUOUS". * @return replicationMode */ @@ -75,7 +75,7 @@ public String getReplicationMode() { * Replication mode. * Enum options - REPLICATION_MODE_CONTINUOUS, REPLICATION_MODE_MANUAL, REPLICATION_MODE_ADAPTIVE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "REPLICATION_MODE_CONTINUOUS". * @param replicationMode set the replicationMode. */ diff --git a/java/src/com/vmware/avi/sdk/model/ReportDetail.java b/java/src/com/vmware/avi/sdk/model/ReportDetail.java index e4ae329f96..6558f661cc 100644 --- a/java/src/com/vmware/avi/sdk/model/ReportDetail.java +++ b/java/src/com/vmware/avi/sdk/model/ReportDetail.java @@ -42,7 +42,7 @@ public class ReportDetail { * This is the getter method this will return the attribute value. * Name of the node such as cluster name, se group name or se name. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -54,7 +54,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the node such as cluster name, se group name or se name. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -67,7 +67,7 @@ public void setName(String name) { * Uuid identifier for the node such as cluster, se group or se. * It is a reference to an object of type upgradestatusinfo. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeRef */ @@ -80,7 +80,7 @@ public String getNodeRef() { * Uuid identifier for the node such as cluster, se group or se. * It is a reference to an object of type upgradestatusinfo. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeRef set the nodeRef. */ @@ -93,7 +93,7 @@ public void setNodeRef(String nodeRef) { * Type of the system such as controller_cluster, se_group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeType */ @@ -106,7 +106,7 @@ public String getNodeType() { * Type of the system such as controller_cluster, se_group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeType set the nodeType. */ @@ -119,7 +119,7 @@ public void setNodeType(String nodeType) { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objCloudRef */ @@ -132,7 +132,7 @@ public String getObjCloudRef() { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objCloudRef set the objCloudRef. */ @@ -144,7 +144,7 @@ public void setObjCloudRef(String objCloudRef) { * This is the getter method this will return the attribute value. * System readiness check detail. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return systemReadiness */ @@ -156,7 +156,7 @@ public UpgradeReadinessCheckObj getSystemReadiness() { * This is the setter method to the attribute. * System readiness check detail. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param systemReadiness set the systemReadiness. */ diff --git a/java/src/com/vmware/avi/sdk/model/ReportEvent.java b/java/src/com/vmware/avi/sdk/model/ReportEvent.java index bcb7ec56c4..718a1b84da 100644 --- a/java/src/com/vmware/avi/sdk/model/ReportEvent.java +++ b/java/src/com/vmware/avi/sdk/model/ReportEvent.java @@ -46,7 +46,7 @@ public class ReportEvent { * Time taken to complete event in seconds. * Field introduced in 22.1.6, 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -59,7 +59,7 @@ public Integer getDuration() { * Time taken to complete event in seconds. * Field introduced in 22.1.6, 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -71,7 +71,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Event end time. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -83,7 +83,7 @@ public String getEndTime() { * This is the setter method to the attribute. * Event end time. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -95,7 +95,7 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Name representing the event. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventName */ @@ -107,7 +107,7 @@ public String getEventName() { * This is the setter method to the attribute. * Name representing the event. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventName set the eventName. */ @@ -118,7 +118,7 @@ public void setEventName(String eventName) { * This is the getter method this will return the attribute value. * Event message if any. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return messages */ @@ -130,7 +130,7 @@ public List getMessages() { * This is the setter method. this will set the messages * Event message if any. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return messages */ @@ -142,7 +142,7 @@ public void setMessages(List messages) { * This is the setter method this will set the messages * Event message if any. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return messages */ @@ -158,7 +158,7 @@ public ReportEvent addMessagesItem(String messagesItem) { * This is the getter method this will return the attribute value. * Event start time. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -170,7 +170,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Event start time. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -183,9 +183,9 @@ public void setStartTime(String startTime) { * Event status. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -198,9 +198,9 @@ public String getStatus() { * Event status. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ diff --git a/java/src/com/vmware/avi/sdk/model/ReportOpsState.java b/java/src/com/vmware/avi/sdk/model/ReportOpsState.java index 5c6f83fa05..9c9199eaf7 100644 --- a/java/src/com/vmware/avi/sdk/model/ReportOpsState.java +++ b/java/src/com/vmware/avi/sdk/model/ReportOpsState.java @@ -36,7 +36,7 @@ public class ReportOpsState { * This is the getter method this will return the attribute value. * The last time the state changed. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -48,7 +48,7 @@ public TimeStamp getLastChangedTime() { * This is the setter method to the attribute. * The last time the state changed. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -60,7 +60,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { * This is the getter method this will return the attribute value. * Descriptive reason for the state-change. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -72,7 +72,7 @@ public String getReason() { * This is the setter method to the attribute. * Descriptive reason for the state-change. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -85,7 +85,7 @@ public void setReason(String reason) { * The system operation's current fsm-state. * Enum options - SYSTEM_REPORT_STARTED, SYSTEM_REPORT_IN_PROGRESS, SYSTEM_REPORT_SUCCESS, SYSTEM_REPORT_WARNING, SYSTEM_REPORT_ERROR. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -98,7 +98,7 @@ public String getState() { * The system operation's current fsm-state. * Enum options - SYSTEM_REPORT_STARTED, SYSTEM_REPORT_IN_PROGRESS, SYSTEM_REPORT_SUCCESS, SYSTEM_REPORT_WARNING, SYSTEM_REPORT_ERROR. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ diff --git a/java/src/com/vmware/avi/sdk/model/ReportSummary.java b/java/src/com/vmware/avi/sdk/model/ReportSummary.java index c82ce6be72..7ac3e593bc 100644 --- a/java/src/com/vmware/avi/sdk/model/ReportSummary.java +++ b/java/src/com/vmware/avi/sdk/model/ReportSummary.java @@ -36,7 +36,7 @@ public class ReportSummary { * This is the getter method this will return the attribute value. * Detailed description of the report. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -48,7 +48,7 @@ public String getDescription() { * This is the setter method to the attribute. * Detailed description of the report. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -60,7 +60,7 @@ public void setDescription(String description) { * Preview of the operations performed in the report. * Ex upgrade pre-check previews. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previews */ @@ -73,7 +73,7 @@ public List getPreviews() { * Preview of the operations performed in the report. * Ex upgrade pre-check previews. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previews */ @@ -86,7 +86,7 @@ public void setPreviews(List previews) { * Preview of the operations performed in the report. * Ex upgrade pre-check previews. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previews */ @@ -102,7 +102,7 @@ public ReportSummary addPreviewsItem(String previewsItem) { * This is the getter method this will return the attribute value. * User friendly title for the report. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return title */ @@ -114,7 +114,7 @@ public String getTitle() { * This is the setter method to the attribute. * User friendly title for the report. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param title set the title. */ diff --git a/java/src/com/vmware/avi/sdk/model/ReportTask.java b/java/src/com/vmware/avi/sdk/model/ReportTask.java index 99961611c4..a9711b31a0 100644 --- a/java/src/com/vmware/avi/sdk/model/ReportTask.java +++ b/java/src/com/vmware/avi/sdk/model/ReportTask.java @@ -39,7 +39,7 @@ public class ReportTask { * This is the getter method this will return the attribute value. * Name for the task journal. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -51,7 +51,7 @@ public String getName() { * This is the setter method to the attribute. * Name for the task journal. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -63,7 +63,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Reason in case of failure. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -75,7 +75,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason in case of failure. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -87,7 +87,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Copy of journal summary for immediate visibility. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return summary */ @@ -99,7 +99,7 @@ public JournalSummary getSummary() { * This is the setter method to the attribute. * Copy of journal summary for immediate visibility. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param summary set the summary. */ @@ -112,7 +112,7 @@ public void setSummary(JournalSummary summary) { * Journal reference for the task. * It is a reference to an object of type taskjournal. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return taskJournalRef */ @@ -125,7 +125,7 @@ public String getTaskJournalRef() { * Journal reference for the task. * It is a reference to an object of type taskjournal. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param taskJournalRef set the taskJournalRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/RequestLimiterEventInfo.java b/java/src/com/vmware/avi/sdk/model/RequestLimiterEventInfo.java new file mode 100644 index 0000000000..b1f86fdb26 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/RequestLimiterEventInfo.java @@ -0,0 +1,258 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The RequestLimiterEventInfo is a POJO class extends AviRestResource that used for creating + * RequestLimiterEventInfo. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class RequestLimiterEventInfo { + @JsonProperty("client_ip") + private String clientIp; + + @JsonProperty("error_status_code") + private Integer errorStatusCode; + + @JsonProperty("message") + private String message; + + @JsonProperty("method") + private String method; + + @JsonProperty("processed") + private Boolean processed = false; + + @JsonProperty("url") + private String url = "url"; + + @JsonProperty("user_agent") + private String userAgent; + + + + /** + * This is the getter method this will return the attribute value. + * Ip of the client from which request has been received. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return clientIp + */ + public String getClientIp() { + return clientIp; + } + + /** + * This is the setter method to the attribute. + * Ip of the client from which request has been received. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param clientIp set the clientIp. + */ + public void setClientIp(String clientIp) { + this.clientIp = clientIp; + } + + /** + * This is the getter method this will return the attribute value. + * Http error response code for the throttled request. + * Allowed values are 200-504. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return errorStatusCode + */ + public Integer getErrorStatusCode() { + return errorStatusCode; + } + + /** + * This is the setter method to the attribute. + * Http error response code for the throttled request. + * Allowed values are 200-504. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param errorStatusCode set the errorStatusCode. + */ + public void setErrorStatusCode(Integer errorStatusCode) { + this.errorStatusCode = errorStatusCode; + } + + /** + * This is the getter method this will return the attribute value. + * Error/warning/alert message describing the event. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return message + */ + public String getMessage() { + return message; + } + + /** + * This is the setter method to the attribute. + * Error/warning/alert message describing the event. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param message set the message. + */ + public void setMessage(String message) { + this.message = message; + } + + /** + * This is the getter method this will return the attribute value. + * Http request method. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return method + */ + public String getMethod() { + return method; + } + + /** + * This is the setter method to the attribute. + * Http request method. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param method set the method. + */ + public void setMethod(String method) { + this.method = method; + } + + /** + * This is the getter method this will return the attribute value. + * Whether the request has been processed(true) or not(false). + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return processed + */ + public Boolean getProcessed() { + return processed; + } + + /** + * This is the setter method to the attribute. + * Whether the request has been processed(true) or not(false). + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param processed set the processed. + */ + public void setProcessed(Boolean processed) { + this.processed = processed; + } + /** + * This is the getter method this will return the attribute value. + * Http request url. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return url + */ + public String getUrl() { + return url; + } + + /** + * This is the setter method. this will set the url + * Http request url. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return url + */ + public void setUrl(String url) { + this.url = url; + } + + /** + * This is the getter method this will return the attribute value. + * User agent of the client from which request has been received. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return userAgent + */ + public String getUserAgent() { + return userAgent; + } + + /** + * This is the setter method to the attribute. + * User agent of the client from which request has been received. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param userAgent set the userAgent. + */ + public void setUserAgent(String userAgent) { + this.userAgent = userAgent; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RequestLimiterEventInfo objRequestLimiterEventInfo = (RequestLimiterEventInfo) o; + return Objects.equals(this.method, objRequestLimiterEventInfo.method)&& + Objects.equals(this.processed, objRequestLimiterEventInfo.processed)&& + Objects.equals(this.message, objRequestLimiterEventInfo.message)&& + Objects.equals(this.errorStatusCode, objRequestLimiterEventInfo.errorStatusCode)&& + Objects.equals(this.clientIp, objRequestLimiterEventInfo.clientIp)&& + Objects.equals(this.userAgent, objRequestLimiterEventInfo.userAgent); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RequestLimiterEventInfo {\n"); + sb.append(" clientIp: ").append(toIndentedString(clientIp)).append("\n"); + sb.append(" errorStatusCode: ").append(toIndentedString(errorStatusCode)).append("\n"); + sb.append(" message: ").append(toIndentedString(message)).append("\n"); + sb.append(" method: ").append(toIndentedString(method)).append("\n"); + sb.append(" processed: ").append(toIndentedString(processed)).append("\n"); + sb.append(" userAgent: ").append(toIndentedString(userAgent)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/ResponseMatchTarget.java b/java/src/com/vmware/avi/sdk/model/ResponseMatchTarget.java index eec660a7d3..65554d87d8 100644 --- a/java/src/com/vmware/avi/sdk/model/ResponseMatchTarget.java +++ b/java/src/com/vmware/avi/sdk/model/ResponseMatchTarget.java @@ -68,7 +68,7 @@ public class ResponseMatchTarget { /** * This is the getter method this will return the attribute value. * Configure client ip addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -79,7 +79,7 @@ public IpAddrMatch getClientIp() { /** * This is the setter method to the attribute. * Configure client ip addresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -90,7 +90,7 @@ public void setClientIp(IpAddrMatch clientIp) { /** * This is the getter method this will return the attribute value. * Configure http cookie(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookie */ @@ -101,7 +101,7 @@ public CookieMatch getCookie() { /** * This is the setter method to the attribute. * Configure http cookie(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookie set the cookie. */ @@ -111,7 +111,7 @@ public void setCookie(CookieMatch cookie) { /** * This is the getter method this will return the attribute value. * Configure http headers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -122,7 +122,7 @@ public List getHdrs() { /** * This is the setter method. this will set the hdrs * Configure http headers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -133,7 +133,7 @@ public void setHdrs(List hdrs) { /** * This is the setter method this will set the hdrs * Configure http headers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -148,7 +148,7 @@ public ResponseMatchTarget addHdrsItem(HdrMatch hdrsItem) { /** * This is the getter method this will return the attribute value. * Configure the host header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostHdr */ @@ -159,7 +159,7 @@ public HostHdrMatch getHostHdr() { /** * This is the setter method to the attribute. * Configure the host header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostHdr set the hostHdr. */ @@ -170,7 +170,7 @@ public void setHostHdr(HostHdrMatch hostHdr) { /** * This is the getter method this will return the attribute value. * Configure the location header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return locHdr */ @@ -181,7 +181,7 @@ public LocationHdrMatch getLocHdr() { /** * This is the setter method to the attribute. * Configure the location header. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param locHdr set the locHdr. */ @@ -192,7 +192,7 @@ public void setLocHdr(LocationHdrMatch locHdr) { /** * This is the getter method this will return the attribute value. * Configure http methods. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -203,7 +203,7 @@ public MethodMatch getMethod() { /** * This is the setter method to the attribute. * Configure http methods. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -214,7 +214,7 @@ public void setMethod(MethodMatch method) { /** * This is the getter method this will return the attribute value. * Configure request paths. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -225,7 +225,7 @@ public PathMatch getPath() { /** * This is the setter method to the attribute. * Configure request paths. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -236,7 +236,7 @@ public void setPath(PathMatch path) { /** * This is the getter method this will return the attribute value. * Configure the type of http protocol. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -247,7 +247,7 @@ public ProtocolMatch getProtocol() { /** * This is the setter method to the attribute. * Configure the type of http protocol. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -258,7 +258,7 @@ public void setProtocol(ProtocolMatch protocol) { /** * This is the getter method this will return the attribute value. * Configure request query. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return query */ @@ -269,7 +269,7 @@ public QueryMatch getQuery() { /** * This is the setter method to the attribute. * Configure request query. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param query set the query. */ @@ -279,7 +279,7 @@ public void setQuery(QueryMatch query) { /** * This is the getter method this will return the attribute value. * Configure the http headers in response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rspHdrs */ @@ -290,7 +290,7 @@ public List getRspHdrs() { /** * This is the setter method. this will set the rspHdrs * Configure the http headers in response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rspHdrs */ @@ -301,7 +301,7 @@ public void setRspHdrs(List rspHdrs) { /** * This is the setter method this will set the rspHdrs * Configure the http headers in response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rspHdrs */ @@ -317,7 +317,7 @@ public ResponseMatchTarget addRspHdrsItem(HdrMatch rspHdrsItem) { * This is the getter method this will return the attribute value. * Configure source ip addresses. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourceIp */ @@ -329,7 +329,7 @@ public IpAddrMatch getSourceIp() { * This is the setter method to the attribute. * Configure source ip addresses. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourceIp set the sourceIp. */ @@ -340,7 +340,7 @@ public void setSourceIp(IpAddrMatch sourceIp) { /** * This is the getter method this will return the attribute value. * Configure the http status code(s). - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -351,7 +351,7 @@ public HTTPStatusMatch getStatus() { /** * This is the setter method to the attribute. * Configure the http status code(s). - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -362,7 +362,7 @@ public void setStatus(HTTPStatusMatch status) { /** * This is the getter method this will return the attribute value. * Configure versions of the http protocol. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -373,7 +373,7 @@ public HTTPVersionMatch getVersion() { /** * This is the setter method to the attribute. * Configure versions of the http protocol. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ @@ -384,7 +384,7 @@ public void setVersion(HTTPVersionMatch version) { /** * This is the getter method this will return the attribute value. * Configure virtual service ports. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsPort */ @@ -395,7 +395,7 @@ public PortMatch getVsPort() { /** * This is the setter method to the attribute. * Configure virtual service ports. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsPort set the vsPort. */ diff --git a/java/src/com/vmware/avi/sdk/model/RestoreParams.java b/java/src/com/vmware/avi/sdk/model/RestoreParams.java index e728ca86e4..0405380d8b 100644 --- a/java/src/com/vmware/avi/sdk/model/RestoreParams.java +++ b/java/src/com/vmware/avi/sdk/model/RestoreParams.java @@ -46,7 +46,7 @@ public class RestoreParams { * This is the getter method this will return the attribute value. * This flag is set to allow migration across version during controller restore operations. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableMigration */ @@ -58,7 +58,7 @@ public Boolean getEnableMigration() { * This is the setter method to the attribute. * This flag is set to allow migration across version during controller restore operations. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableMigration set the enableMigration. */ @@ -70,7 +70,7 @@ public void setEnableMigration(Boolean enableMigration) { * This is the getter method this will return the attribute value. * Requested config file path. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return file */ @@ -82,7 +82,7 @@ public String getFile() { * This is the setter method to the attribute. * Requested config file path. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param file set the file. */ @@ -94,7 +94,7 @@ public void setFile(String file) { * This is the getter method this will return the attribute value. * The passphrase with which the configuration was exported. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return passphrase */ @@ -106,7 +106,7 @@ public String getPassphrase() { * This is the setter method to the attribute. * The passphrase with which the configuration was exported. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param passphrase set the passphrase. */ @@ -118,7 +118,7 @@ public void setPassphrase(String passphrase) { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent restore operations. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -130,7 +130,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent restore operations. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -142,7 +142,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * This flag allows you to bypass the warning prechecks. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -154,7 +154,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This flag allows you to bypass the warning prechecks. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ @@ -167,7 +167,7 @@ public void setSkipWarnings(Boolean skipWarnings) { * Type of the file. * Enum options - JSON, BUNDLE. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "JSON". * @return type */ @@ -180,7 +180,7 @@ public String getType() { * Type of the file. * Enum options - JSON, BUNDLE. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "JSON". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/ResumeSeGroupParams.java b/java/src/com/vmware/avi/sdk/model/ResumeSeGroupParams.java index 968e37a5e3..0b3ae9fde7 100644 --- a/java/src/com/vmware/avi/sdk/model/ResumeSeGroupParams.java +++ b/java/src/com/vmware/avi/sdk/model/ResumeSeGroupParams.java @@ -39,7 +39,7 @@ public class ResumeSeGroupParams { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -51,7 +51,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -63,7 +63,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * Se group options for resume operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -75,7 +75,7 @@ public SeGroupResumeOptions getSeGroupOptions() { * This is the setter method to the attribute. * Se group options for resume operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -88,7 +88,7 @@ public void setSeGroupOptions(SeGroupResumeOptions seGroupOptions) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -102,7 +102,7 @@ public List getSeGroupRefs() { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -116,7 +116,7 @@ public void setSeGroupRefs(List seGroupRefs) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -132,7 +132,7 @@ public ResumeSeGroupParams addSeGroupRefsItem(String seGroupRefsItem) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -144,7 +144,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/java/src/com/vmware/avi/sdk/model/RetentionAction.java b/java/src/com/vmware/avi/sdk/model/RetentionAction.java new file mode 100644 index 0000000000..bbc153c386 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/RetentionAction.java @@ -0,0 +1,155 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The RetentionAction is a POJO class extends AviRestResource that used for creating + * RetentionAction. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class RetentionAction { + @JsonProperty("args") + private List args; + + @JsonProperty("path") + private String path; + + @JsonProperty("type") + private String type; + + + /** + * This is the getter method this will return the attribute value. + * Arguments for the action. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return args + */ + public List getArgs() { + return args; + } + + /** + * This is the setter method. this will set the args + * Arguments for the action. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return args + */ + public void setArgs(List args) { + this.args = args; + } + + /** + * This is the setter method this will set the args + * Arguments for the action. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return args + */ + public RetentionAction addArgsItem(ActionArgs argsItem) { + if (this.args == null) { + this.args = new ArrayList(); + } + this.args.add(argsItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Path to invoke for the action. + * For example, for api action, this would be an api endpoint. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return path + */ + public String getPath() { + return path; + } + + /** + * This is the setter method to the attribute. + * Path to invoke for the action. + * For example, for api action, this would be an api endpoint. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @param path set the path. + */ + public void setPath(String path) { + this.path = path; + } + + /** + * This is the getter method this will return the attribute value. + * Type of action to perform such as api, rpc, script, etc. + * Enum options - ACTION_API, ACTION_GRPC, ACTION_SCRIPT, ACTION_RPC. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return type + */ + public String getType() { + return type; + } + + /** + * This is the setter method to the attribute. + * Type of action to perform such as api, rpc, script, etc. + * Enum options - ACTION_API, ACTION_GRPC, ACTION_SCRIPT, ACTION_RPC. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @param type set the type. + */ + public void setType(String type) { + this.type = type; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RetentionAction objRetentionAction = (RetentionAction) o; + return Objects.equals(this.type, objRetentionAction.type)&& + Objects.equals(this.path, objRetentionAction.path)&& + Objects.equals(this.args, objRetentionAction.args); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RetentionAction {\n"); + sb.append(" args: ").append(toIndentedString(args)).append("\n"); + sb.append(" path: ").append(toIndentedString(path)).append("\n"); + sb.append(" type: ").append(toIndentedString(type)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/RetentionPolicy.java b/java/src/com/vmware/avi/sdk/model/RetentionPolicy.java new file mode 100644 index 0000000000..ce9f2a168a --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/RetentionPolicy.java @@ -0,0 +1,294 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The RetentionPolicy is a POJO class extends AviRestResource that used for creating + * RetentionPolicy. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class RetentionPolicy extends AviRestResource { + @JsonProperty("enabled") + private Boolean enabled = true; + + @JsonProperty("history") + private List history; + + @JsonProperty("name") + private String name; + + @JsonProperty("policy") + private PolicySpec policy; + + @JsonProperty("summary") + private RetentionSummary summary; + + @JsonProperty("tenant_ref") + private String tenantRef; + + @JsonProperty("url") + private String url = "url"; + + @JsonProperty("uuid") + private String uuid; + + + + /** + * This is the getter method this will return the attribute value. + * Enables the policy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @return enabled + */ + public Boolean getEnabled() { + return enabled; + } + + /** + * This is the setter method to the attribute. + * Enables the policy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @param enabled set the enabled. + */ + public void setEnabled(Boolean enabled) { + this.enabled = enabled; + } + /** + * This is the getter method this will return the attribute value. + * History of previous runs. + * Field introduced in 31.1.1. + * Maximum of 10 items allowed. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return history + */ + public List getHistory() { + return history; + } + + /** + * This is the setter method. this will set the history + * History of previous runs. + * Field introduced in 31.1.1. + * Maximum of 10 items allowed. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return history + */ + public void setHistory(List history) { + this.history = history; + } + + /** + * This is the setter method this will set the history + * History of previous runs. + * Field introduced in 31.1.1. + * Maximum of 10 items allowed. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return history + */ + public RetentionPolicy addHistoryItem(RetentionSummary historyItem) { + if (this.history == null) { + this.history = new ArrayList(); + } + this.history.add(historyItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Name of the policy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return name + */ + public String getName() { + return name; + } + + /** + * This is the setter method to the attribute. + * Name of the policy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param name set the name. + */ + public void setName(String name) { + this.name = name; + } + + /** + * This is the getter method this will return the attribute value. + * Policy specification. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return policy + */ + public PolicySpec getPolicy() { + return policy; + } + + /** + * This is the setter method to the attribute. + * Policy specification. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param policy set the policy. + */ + public void setPolicy(PolicySpec policy) { + this.policy = policy; + } + + /** + * This is the getter method this will return the attribute value. + * Details of most recent run. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @return summary + */ + public RetentionSummary getSummary() { + return summary; + } + + /** + * This is the setter method to the attribute. + * Details of most recent run. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * @param summary set the summary. + */ + public void setSummary(RetentionSummary summary) { + this.summary = summary; + } + + /** + * This is the getter method this will return the attribute value. + * Tenant uuid associated with the object. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return tenantRef + */ + public String getTenantRef() { + return tenantRef; + } + + /** + * This is the setter method to the attribute. + * Tenant uuid associated with the object. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param tenantRef set the tenantRef. + */ + public void setTenantRef(String tenantRef) { + this.tenantRef = tenantRef; + } + /** + * This is the getter method this will return the attribute value. + * Avi controller URL of the object. + * @return url + */ + public String getUrl() { + return url; + } + + /** + * This is the setter method. this will set the url + * Avi controller URL of the object. + * @return url + */ + public void setUrl(String url) { + this.url = url; + } + + /** + * This is the getter method this will return the attribute value. + * Uuid identifier for the policy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return uuid + */ + public String getUuid() { + return uuid; + } + + /** + * This is the setter method to the attribute. + * Uuid identifier for the policy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param uuid set the uuid. + */ + public void setUuid(String uuid) { + this.uuid = uuid; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RetentionPolicy objRetentionPolicy = (RetentionPolicy) o; + return Objects.equals(this.uuid, objRetentionPolicy.uuid)&& + Objects.equals(this.name, objRetentionPolicy.name)&& + Objects.equals(this.summary, objRetentionPolicy.summary)&& + Objects.equals(this.history, objRetentionPolicy.history)&& + Objects.equals(this.enabled, objRetentionPolicy.enabled)&& + Objects.equals(this.policy, objRetentionPolicy.policy)&& + Objects.equals(this.tenantRef, objRetentionPolicy.tenantRef); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RetentionPolicy {\n"); + sb.append(" enabled: ").append(toIndentedString(enabled)).append("\n"); + sb.append(" history: ").append(toIndentedString(history)).append("\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" policy: ").append(toIndentedString(policy)).append("\n"); + sb.append(" summary: ").append(toIndentedString(summary)).append("\n"); + sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); + sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/RetentionPolicyApiResponse.java b/java/src/com/vmware/avi/sdk/model/RetentionPolicyApiResponse.java new file mode 100644 index 0000000000..7b4fdba4dc --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/RetentionPolicyApiResponse.java @@ -0,0 +1,107 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.Objects; +import com.fasterxml.jackson.annotation.JsonProperty; +import io.swagger.v3.oas.annotations.media.Schema; +import java.util.ArrayList; +import java.util.List; + +/** + * RetentionPolicyApiResponse + */ +public class RetentionPolicyApiResponse { + @JsonProperty("count") + private Integer count = null; + + @JsonProperty("results") + private List results = new ArrayList(); + + public RetentionPolicyApiResponse count(Integer count) { + this.count = count; + return this; + } + + /** + * Get count + * @return count + **/ + @Schema(required = true, description = "") + public Integer getCount() { + return count; + } + + public void setCount(Integer count) { + this.count = count; + } + + public RetentionPolicyApiResponse results(List results) { + this.results = results; + return this; + } + + public RetentionPolicyApiResponse addResultsItem(RetentionPolicy resultsItem) { + this.results.add(resultsItem); + return this; + } + + /** + * Get results + * @return results + **/ + @Schema(required = true, description = "") + public List getResults() { + return results; + } + + public void setResults(List results) { + this.results = results; + } + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RetentionPolicyApiResponse retentionPolicyApiResponse = (RetentionPolicyApiResponse) o; + return Objects.equals(this.count, retentionPolicyApiResponse.count) && + Objects.equals(this.results, retentionPolicyApiResponse.results); + } + + @Override + public int hashCode() { + return Objects.hash(count, results); + } + + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RetentionPolicyApiResponse {\n"); + + sb.append(" count: ").append(toIndentedString(count)).append("\n"); + sb.append(" results: ").append(toIndentedString(results)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} + + diff --git a/java/src/com/vmware/avi/sdk/model/RetentionSummary.java b/java/src/com/vmware/avi/sdk/model/RetentionSummary.java new file mode 100644 index 0000000000..eeb67ef4fc --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/RetentionSummary.java @@ -0,0 +1,224 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The RetentionSummary is a POJO class extends AviRestResource that used for creating + * RetentionSummary. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class RetentionSummary { + @JsonProperty("duration") + private Integer duration; + + @JsonProperty("end_time") + private String endTime; + + @JsonProperty("messages") + private List messages; + + @JsonProperty("start_time") + private String startTime; + + @JsonProperty("status") + private String status; + + + + /** + * This is the getter method this will return the attribute value. + * Action duration. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return duration + */ + public Integer getDuration() { + return duration; + } + + /** + * This is the setter method to the attribute. + * Action duration. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param duration set the duration. + */ + public void setDuration(Integer duration) { + this.duration = duration; + } + + /** + * This is the getter method this will return the attribute value. + * Action end time. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return endTime + */ + public String getEndTime() { + return endTime; + } + + /** + * This is the setter method to the attribute. + * Action end time. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param endTime set the endTime. + */ + public void setEndTime(String endTime) { + this.endTime = endTime; + } + /** + * This is the getter method this will return the attribute value. + * Action messages. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return messages + */ + public List getMessages() { + return messages; + } + + /** + * This is the setter method. this will set the messages + * Action messages. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return messages + */ + public void setMessages(List messages) { + this.messages = messages; + } + + /** + * This is the setter method this will set the messages + * Action messages. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return messages + */ + public RetentionSummary addMessagesItem(String messagesItem) { + if (this.messages == null) { + this.messages = new ArrayList(); + } + this.messages.add(messagesItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Action start time. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return startTime + */ + public String getStartTime() { + return startTime; + } + + /** + * This is the setter method to the attribute. + * Action start time. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param startTime set the startTime. + */ + public void setStartTime(String startTime) { + this.startTime = startTime; + } + + /** + * This is the getter method this will return the attribute value. + * Action status. + * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, + * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return status + */ + public String getStatus() { + return status; + } + + /** + * This is the setter method to the attribute. + * Action status. + * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, + * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param status set the status. + */ + public void setStatus(String status) { + this.status = status; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RetentionSummary objRetentionSummary = (RetentionSummary) o; + return Objects.equals(this.startTime, objRetentionSummary.startTime)&& + Objects.equals(this.endTime, objRetentionSummary.endTime)&& + Objects.equals(this.duration, objRetentionSummary.duration)&& + Objects.equals(this.status, objRetentionSummary.status)&& + Objects.equals(this.messages, objRetentionSummary.messages); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RetentionSummary {\n"); + sb.append(" duration: ").append(toIndentedString(duration)).append("\n"); + sb.append(" endTime: ").append(toIndentedString(endTime)).append("\n"); + sb.append(" messages: ").append(toIndentedString(messages)).append("\n"); + sb.append(" startTime: ").append(toIndentedString(startTime)).append("\n"); + sb.append(" status: ").append(toIndentedString(status)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/RetryPlacementParams.java b/java/src/com/vmware/avi/sdk/model/RetryPlacementParams.java deleted file mode 100644 index e043374918..0000000000 --- a/java/src/com/vmware/avi/sdk/model/RetryPlacementParams.java +++ /dev/null @@ -1,139 +0,0 @@ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache License 2.0 - */ - -package com.vmware.avi.sdk.model; - -import java.util.*; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; - -/** - * The RetryPlacementParams is a POJO class extends AviRestResource that used for creating - * RetryPlacementParams. - * - * @version 1.0 - * @since - * - */ -@JsonIgnoreProperties(ignoreUnknown = true) -@JsonInclude(JsonInclude.Include.NON_NULL) -public class RetryPlacementParams extends AviRestResource { - @JsonProperty("all_east_west") - private Boolean allEastWest = false; - - @JsonProperty("uuid") - private String uuid; - - @JsonProperty("vip_id") - private String vipId; - - - - /** - * This is the getter method this will return the attribute value. - * Retry placement operations for all east-west services. - * Field introduced in 17.1.6,17.2.2. - * 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 false. - * @return allEastWest - */ - public Boolean getAllEastWest() { - return allEastWest; - } - - /** - * This is the setter method to the attribute. - * Retry placement operations for all east-west services. - * Field introduced in 17.1.6,17.2.2. - * 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 false. - * @param allEastWest set the allEastWest. - */ - public void setAllEastWest(Boolean allEastWest) { - this.allEastWest = allEastWest; - } - - /** - * This is the getter method this will return the attribute value. - * 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 null. - * @return uuid - */ - public String getUuid() { - return uuid; - } - - /** - * This is the setter method to the attribute. - * 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 null. - * @param uuid set the uuid. - */ - public void setUuid(String uuid) { - this.uuid = uuid; - } - - /** - * This is the getter method this will return the attribute value. - * Indicates the vip_id that needs placement retrial. - * Field introduced in 17.1.2. - * 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 null. - * @return vipId - */ - public String getVipId() { - return vipId; - } - - /** - * This is the setter method to the attribute. - * Indicates the vip_id that needs placement retrial. - * Field introduced in 17.1.2. - * 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 null. - * @param vipId set the vipId. - */ - public void setVipId(String vipId) { - this.vipId = vipId; - } - - - @Override - public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - RetryPlacementParams objRetryPlacementParams = (RetryPlacementParams) o; - return Objects.equals(this.uuid, objRetryPlacementParams.uuid)&& - Objects.equals(this.vipId, objRetryPlacementParams.vipId)&& - Objects.equals(this.allEastWest, objRetryPlacementParams.allEastWest); - } - - @Override - public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class RetryPlacementParams {\n"); - sb.append(" allEastWest: ").append(toIndentedString(allEastWest)).append("\n"); - sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); - sb.append(" vipId: ").append(toIndentedString(vipId)).append("\n"); - sb.append("}"); - return sb.toString(); - } - - /** - * Convert the given object to string with each line indented by 4 spaces - * (except the first line). - */ - private String toIndentedString(java.lang.Object o) { - if (o == null) { - return "null"; - } - return o.toString().replace("\n", "\n "); - } -} diff --git a/java/src/com/vmware/avi/sdk/model/RmAddNetworksEventDetails.java b/java/src/com/vmware/avi/sdk/model/RmAddNetworksEventDetails.java index cc924dee50..b47d96dacb 100644 --- a/java/src/com/vmware/avi/sdk/model/RmAddNetworksEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/RmAddNetworksEventDetails.java @@ -42,7 +42,7 @@ public class RmAddNetworksEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -52,7 +52,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -62,7 +62,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -76,7 +76,7 @@ public RmAddNetworksEventDetails addNetworksItem(RmAddVnic networksItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -86,7 +86,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -96,7 +96,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -106,7 +106,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -116,7 +116,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -126,7 +126,7 @@ public String getSeUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ @@ -135,7 +135,7 @@ public void setSeUuid(String seUuid) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -145,7 +145,7 @@ public List getVsName() { /** * This is the setter method. this will set the vsName - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -155,7 +155,7 @@ public void setVsName(List vsName) { /** * This is the setter method this will set the vsName - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -168,7 +168,7 @@ public RmAddNetworksEventDetails addVsNameItem(String vsNameItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -178,7 +178,7 @@ public List getVsUuid() { /** * This is the setter method. this will set the vsUuid - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -188,7 +188,7 @@ public void setVsUuid(List vsUuid) { /** * This is the setter method this will set the vsUuid - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ diff --git a/java/src/com/vmware/avi/sdk/model/RmAddVnic.java b/java/src/com/vmware/avi/sdk/model/RmAddVnic.java index 22ae0291b0..10ab9c5bab 100644 --- a/java/src/com/vmware/avi/sdk/model/RmAddVnic.java +++ b/java/src/com/vmware/avi/sdk/model/RmAddVnic.java @@ -39,7 +39,7 @@ public class RmAddVnic { * This is the getter method this will return the attribute value. * Mac_addr associated with the network. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddr */ @@ -51,7 +51,7 @@ public String getMacAddr() { * This is the setter method to the attribute. * Mac_addr associated with the network. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddr set the macAddr. */ @@ -61,7 +61,7 @@ public void setMacAddr(String macAddr) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkName */ @@ -71,7 +71,7 @@ public String getNetworkName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkName set the networkName. */ @@ -81,7 +81,7 @@ public void setNetworkName(String networkName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuid */ @@ -91,7 +91,7 @@ public String getNetworkUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkUuid set the networkUuid. */ @@ -101,7 +101,7 @@ public void setNetworkUuid(String networkUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -111,7 +111,7 @@ public String getSubnet() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ diff --git a/java/src/com/vmware/avi/sdk/model/RmBindVsSeEventDetails.java b/java/src/com/vmware/avi/sdk/model/RmBindVsSeEventDetails.java index 75af724033..36f5c053ca 100644 --- a/java/src/com/vmware/avi/sdk/model/RmBindVsSeEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/RmBindVsSeEventDetails.java @@ -55,7 +55,7 @@ public class RmBindVsSeEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -65,7 +65,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -75,7 +75,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -85,7 +85,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -96,7 +96,7 @@ public void setIp6(String ip6) { * This is the getter method this will return the attribute value. * List of placement_networks configured on this interface. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -108,7 +108,7 @@ public List getNetworks() { * This is the setter method. this will set the networks * List of placement_networks configured on this interface. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -120,7 +120,7 @@ public void setNetworks(List networks) { * This is the setter method this will set the networks * List of placement_networks configured on this interface. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -134,7 +134,7 @@ public RmBindVsSeEventDetails addNetworksItem(String networksItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return primary */ @@ -144,7 +144,7 @@ public Boolean getPrimary() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param primary set the primary. */ @@ -154,7 +154,7 @@ public void setPrimary(Boolean primary) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -164,7 +164,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -174,7 +174,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return standby */ @@ -184,7 +184,7 @@ public Boolean getStandby() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param standby set the standby. */ @@ -194,7 +194,7 @@ public void setStandby(Boolean standby) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -204,7 +204,7 @@ public String getType() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -213,7 +213,7 @@ public void setType(String type) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipVnics */ @@ -223,7 +223,7 @@ public List getVipVnics() { /** * This is the setter method. this will set the vipVnics - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipVnics */ @@ -233,7 +233,7 @@ public void setVipVnics(List vipVnics) { /** * This is the setter method this will set the vipVnics - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipVnics */ @@ -247,7 +247,7 @@ public RmBindVsSeEventDetails addVipVnicsItem(String vipVnicsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -257,7 +257,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -267,7 +267,7 @@ public void setVsName(String vsName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -277,7 +277,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/RmDeleteSeEventDetails.java b/java/src/com/vmware/avi/sdk/model/RmDeleteSeEventDetails.java index cc77365e38..b545c6f7c7 100644 --- a/java/src/com/vmware/avi/sdk/model/RmDeleteSeEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/RmDeleteSeEventDetails.java @@ -58,7 +58,7 @@ public class RmDeleteSeEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudName */ @@ -68,7 +68,7 @@ public String getCloudName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudName set the cloudName. */ @@ -78,7 +78,7 @@ public void setCloudName(String cloudName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudUuid */ @@ -88,7 +88,7 @@ public String getCloudUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudUuid set the cloudUuid. */ @@ -98,7 +98,7 @@ public void setCloudUuid(String cloudUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostName */ @@ -108,7 +108,7 @@ public String getHostName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostName set the hostName. */ @@ -118,7 +118,7 @@ public void setHostName(String hostName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostUuid */ @@ -128,7 +128,7 @@ public String getHostUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostUuid set the hostUuid. */ @@ -138,7 +138,7 @@ public void setHostUuid(String hostUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -148,7 +148,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -158,7 +158,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seCookie */ @@ -168,7 +168,7 @@ public String getSeCookie() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seCookie set the seCookie. */ @@ -178,7 +178,7 @@ public void setSeCookie(String seCookie) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpName */ @@ -188,7 +188,7 @@ public String getSeGrpName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpName set the seGrpName. */ @@ -198,7 +198,7 @@ public void setSeGrpName(String seGrpName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpUuid */ @@ -208,7 +208,7 @@ public String getSeGrpUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpUuid set the seGrpUuid. */ @@ -218,7 +218,7 @@ public void setSeGrpUuid(String seGrpUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -228,7 +228,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -238,7 +238,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -248,7 +248,7 @@ public String getSeUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ @@ -258,7 +258,7 @@ public void setSeUuid(String seUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCode */ @@ -268,7 +268,7 @@ public Integer getStatusCode() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statusCode set the statusCode. */ diff --git a/java/src/com/vmware/avi/sdk/model/RmModifyNetworksEventDetails.java b/java/src/com/vmware/avi/sdk/model/RmModifyNetworksEventDetails.java index 376498789a..64d2ab2c64 100644 --- a/java/src/com/vmware/avi/sdk/model/RmModifyNetworksEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/RmModifyNetworksEventDetails.java @@ -42,7 +42,7 @@ public class RmModifyNetworksEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -52,7 +52,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -62,7 +62,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -76,7 +76,7 @@ public RmModifyNetworksEventDetails addNetworksItem(RmModifyVnic networksItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -86,7 +86,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -96,7 +96,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -106,7 +106,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -116,7 +116,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -126,7 +126,7 @@ public String getSeUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ @@ -135,7 +135,7 @@ public void setSeUuid(String seUuid) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -145,7 +145,7 @@ public List getVsName() { /** * This is the setter method. this will set the vsName - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -155,7 +155,7 @@ public void setVsName(List vsName) { /** * This is the setter method this will set the vsName - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -168,7 +168,7 @@ public RmModifyNetworksEventDetails addVsNameItem(String vsNameItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -178,7 +178,7 @@ public List getVsUuid() { /** * This is the setter method. this will set the vsUuid - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -188,7 +188,7 @@ public void setVsUuid(List vsUuid) { /** * This is the setter method this will set the vsUuid - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ diff --git a/java/src/com/vmware/avi/sdk/model/RmModifyVnic.java b/java/src/com/vmware/avi/sdk/model/RmModifyVnic.java index 016b1debad..a5b04f6128 100644 --- a/java/src/com/vmware/avi/sdk/model/RmModifyVnic.java +++ b/java/src/com/vmware/avi/sdk/model/RmModifyVnic.java @@ -34,7 +34,7 @@ public class RmModifyVnic { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddr */ @@ -44,7 +44,7 @@ public String getMacAddr() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddr set the macAddr. */ @@ -54,7 +54,7 @@ public void setMacAddr(String macAddr) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkName */ @@ -64,7 +64,7 @@ public String getNetworkName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkName set the networkName. */ @@ -74,7 +74,7 @@ public void setNetworkName(String networkName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuid */ @@ -84,7 +84,7 @@ public String getNetworkUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkUuid set the networkUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/RmRebootSeEventDetails.java b/java/src/com/vmware/avi/sdk/model/RmRebootSeEventDetails.java index 939e8707be..4552d4bcdf 100644 --- a/java/src/com/vmware/avi/sdk/model/RmRebootSeEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/RmRebootSeEventDetails.java @@ -31,7 +31,7 @@ public class RmRebootSeEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -41,7 +41,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -51,7 +51,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -61,7 +61,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ diff --git a/java/src/com/vmware/avi/sdk/model/RmSeBootupFailEventDetails.java b/java/src/com/vmware/avi/sdk/model/RmSeBootupFailEventDetails.java index 620234bc44..9bf8226521 100644 --- a/java/src/com/vmware/avi/sdk/model/RmSeBootupFailEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/RmSeBootupFailEventDetails.java @@ -34,7 +34,7 @@ public class RmSeBootupFailEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostName */ @@ -44,7 +44,7 @@ public String getHostName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostName set the hostName. */ @@ -54,7 +54,7 @@ public void setHostName(String hostName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -64,7 +64,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -74,7 +74,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -84,7 +84,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ diff --git a/java/src/com/vmware/avi/sdk/model/RmSeIpFailEventDetails.java b/java/src/com/vmware/avi/sdk/model/RmSeIpFailEventDetails.java index 371eb2adc1..a3686f6156 100644 --- a/java/src/com/vmware/avi/sdk/model/RmSeIpFailEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/RmSeIpFailEventDetails.java @@ -37,7 +37,7 @@ public class RmSeIpFailEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostName */ @@ -47,7 +47,7 @@ public String getHostName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostName set the hostName. */ @@ -56,7 +56,7 @@ public void setHostName(String hostName) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -66,7 +66,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -76,7 +76,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -90,7 +90,7 @@ public RmSeIpFailEventDetails addNetworksItem(RmAddVnic networksItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -100,7 +100,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -110,7 +110,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -120,7 +120,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ diff --git a/java/src/com/vmware/avi/sdk/model/RmSpawnSeEventDetails.java b/java/src/com/vmware/avi/sdk/model/RmSpawnSeEventDetails.java index b56b75c0ab..01c2926ab7 100644 --- a/java/src/com/vmware/avi/sdk/model/RmSpawnSeEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/RmSpawnSeEventDetails.java @@ -82,7 +82,7 @@ public class RmSpawnSeEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZone */ @@ -92,7 +92,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availabilityZone set the availabilityZone. */ @@ -102,7 +102,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudName */ @@ -112,7 +112,7 @@ public String getCloudName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudName set the cloudName. */ @@ -122,7 +122,7 @@ public void setCloudName(String cloudName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudUuid */ @@ -132,7 +132,7 @@ public String getCloudUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudUuid set the cloudUuid. */ @@ -143,7 +143,7 @@ public void setCloudUuid(String cloudUuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flavorName */ @@ -154,7 +154,7 @@ public String getFlavorName() { /** * This is the setter method to the attribute. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flavorName set the flavorName. */ @@ -164,7 +164,7 @@ public void setFlavorName(String flavorName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostName */ @@ -174,7 +174,7 @@ public String getHostName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostName set the hostName. */ @@ -184,7 +184,7 @@ public void setHostName(String hostName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostUuid */ @@ -194,7 +194,7 @@ public String getHostUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostUuid set the hostUuid. */ @@ -204,7 +204,7 @@ public void setHostUuid(String hostUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memory */ @@ -214,7 +214,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memory set the memory. */ @@ -223,7 +223,7 @@ public void setMemory(Integer memory) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkNames */ @@ -233,7 +233,7 @@ public List getNetworkNames() { /** * This is the setter method. this will set the networkNames - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkNames */ @@ -243,7 +243,7 @@ public void setNetworkNames(List networkNames) { /** * This is the setter method this will set the networkNames - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkNames */ @@ -256,7 +256,7 @@ public RmSpawnSeEventDetails addNetworkNamesItem(String networkNamesItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -266,7 +266,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -276,7 +276,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -290,7 +290,7 @@ public RmSpawnSeEventDetails addNetworksItem(String networksItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -300,7 +300,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -310,7 +310,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seCookie */ @@ -320,7 +320,7 @@ public String getSeCookie() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seCookie set the seCookie. */ @@ -330,7 +330,7 @@ public void setSeCookie(String seCookie) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpName */ @@ -340,7 +340,7 @@ public String getSeGrpName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpName set the seGrpName. */ @@ -350,7 +350,7 @@ public void setSeGrpName(String seGrpName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpUuid */ @@ -360,7 +360,7 @@ public String getSeGrpUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpUuid set the seGrpUuid. */ @@ -370,7 +370,7 @@ public void setSeGrpUuid(String seGrpUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -380,7 +380,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -390,7 +390,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -400,7 +400,7 @@ public String getSeUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ @@ -410,7 +410,7 @@ public void setSeUuid(String seUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCode */ @@ -420,7 +420,7 @@ public Integer getStatusCode() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statusCode set the statusCode. */ @@ -430,7 +430,7 @@ public void setStatusCode(Integer statusCode) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcpus */ @@ -440,7 +440,7 @@ public Integer getVcpus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcpus set the vcpus. */ @@ -450,7 +450,7 @@ public void setVcpus(Integer vcpus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -460,7 +460,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -470,7 +470,7 @@ public void setVsName(String vsName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -480,7 +480,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/RmUnbindVsSeEventDetails.java b/java/src/com/vmware/avi/sdk/model/RmUnbindVsSeEventDetails.java index 5ad59db7dc..53ab88fa19 100644 --- a/java/src/com/vmware/avi/sdk/model/RmUnbindVsSeEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/RmUnbindVsSeEventDetails.java @@ -43,7 +43,7 @@ public class RmUnbindVsSeEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -53,7 +53,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -63,7 +63,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -73,7 +73,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -83,7 +83,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -93,7 +93,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -103,7 +103,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -113,7 +113,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -123,7 +123,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -133,7 +133,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -143,7 +143,7 @@ public void setVsName(String vsName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -153,7 +153,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/Role.java b/java/src/com/vmware/avi/sdk/model/Role.java index 0e1bef9bad..d8ca5862b1 100644 --- a/java/src/com/vmware/avi/sdk/model/Role.java +++ b/java/src/com/vmware/avi/sdk/model/Role.java @@ -48,7 +48,7 @@ public class Role extends AviRestResource { * This is the getter method this will return the attribute value. * Allow access to unlabelled objects. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return allowUnlabelledAccess */ @@ -60,7 +60,7 @@ public Boolean getAllowUnlabelledAccess() { * This is the setter method to the attribute. * Allow access to unlabelled objects. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param allowUnlabelledAccess set the allowUnlabelledAccess. */ @@ -74,7 +74,7 @@ public void setAllowUnlabelledAccess(Boolean allowUnlabelledAccess) { * If empty, all objects according to the privileges will be accessible to the user. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filters */ @@ -89,7 +89,7 @@ public List getFilters() { * If empty, all objects according to the privileges will be accessible to the user. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filters */ @@ -104,7 +104,7 @@ public void setFilters(List filters) { * If empty, all objects according to the privileges will be accessible to the user. * Field introduced in 20.1.3. * Maximum of 4 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filters */ @@ -118,7 +118,7 @@ public Role addFiltersItem(RoleFilter filtersItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -128,7 +128,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -137,7 +137,7 @@ public void setName(String name) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privileges */ @@ -147,7 +147,7 @@ public List getPrivileges() { /** * This is the setter method. this will set the privileges - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privileges */ @@ -157,7 +157,7 @@ public void setPrivileges(List privileges) { /** * This is the setter method this will set the privileges - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privileges */ @@ -172,7 +172,7 @@ public Role addPrivilegesItem(Permission privilegesItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -183,7 +183,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -210,7 +210,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -220,7 +220,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/RoleFilter.java b/java/src/com/vmware/avi/sdk/model/RoleFilter.java index 46602d4334..430d8dd38c 100644 --- a/java/src/com/vmware/avi/sdk/model/RoleFilter.java +++ b/java/src/com/vmware/avi/sdk/model/RoleFilter.java @@ -39,7 +39,7 @@ public class RoleFilter { * This is the getter method this will return the attribute value. * Enable this filter. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -51,7 +51,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable this filter. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -63,7 +63,7 @@ public void setEnabled(Boolean enabled) { * This is the getter method this will return the attribute value. * Label key to match against objects for values. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchLabel */ @@ -75,7 +75,7 @@ public RoleFilterMatchLabel getMatchLabel() { * This is the setter method to the attribute. * Label key to match against objects for values. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchLabel set the matchLabel. */ @@ -88,7 +88,7 @@ public void setMatchLabel(RoleFilterMatchLabel matchLabel) { * Label match operation criteria. * Enum options - ROLE_FILTER_EQUALS, ROLE_FILTER_DOES_NOT_EQUAL, ROLE_FILTER_GLOB_MATCH, ROLE_FILTER_GLOB_DOES_NOT_MATCH. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ROLE_FILTER_EQUALS". * @return matchOperation */ @@ -101,7 +101,7 @@ public String getMatchOperation() { * Label match operation criteria. * Enum options - ROLE_FILTER_EQUALS, ROLE_FILTER_DOES_NOT_EQUAL, ROLE_FILTER_GLOB_MATCH, ROLE_FILTER_GLOB_DOES_NOT_MATCH. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ROLE_FILTER_EQUALS". * @param matchOperation set the matchOperation. */ @@ -113,7 +113,7 @@ public void setMatchOperation(String matchOperation) { * This is the getter method this will return the attribute value. * Name for the filter. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -125,7 +125,7 @@ public String getName() { * This is the setter method to the attribute. * Name for the filter. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/RoleFilterMatchLabel.java b/java/src/com/vmware/avi/sdk/model/RoleFilterMatchLabel.java index 5489ffe200..5c88044b3a 100644 --- a/java/src/com/vmware/avi/sdk/model/RoleFilterMatchLabel.java +++ b/java/src/com/vmware/avi/sdk/model/RoleFilterMatchLabel.java @@ -33,7 +33,7 @@ public class RoleFilterMatchLabel { * This is the getter method this will return the attribute value. * Key for filter match. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -45,7 +45,7 @@ public String getKey() { * This is the setter method to the attribute. * Key for filter match. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -59,7 +59,7 @@ public void setKey(String key) { * Example key = value1 or key = value2. * Behavior for match is key = * if this field is empty. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -74,7 +74,7 @@ public List getValues() { * Example key = value1 or key = value2. * Behavior for match is key = * if this field is empty. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -89,7 +89,7 @@ public void setValues(List values) { * Example key = value1 or key = value2. * Behavior for match is key = * if this field is empty. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ diff --git a/java/src/com/vmware/avi/sdk/model/RoleMatchOperationMatchLabel.java b/java/src/com/vmware/avi/sdk/model/RoleMatchOperationMatchLabel.java index f739f9e7fb..7caaee08c7 100644 --- a/java/src/com/vmware/avi/sdk/model/RoleMatchOperationMatchLabel.java +++ b/java/src/com/vmware/avi/sdk/model/RoleMatchOperationMatchLabel.java @@ -33,7 +33,7 @@ public class RoleMatchOperationMatchLabel { * This is the getter method this will return the attribute value. * List of labels allowed for the tenant. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchLabel */ @@ -45,7 +45,7 @@ public RoleFilterMatchLabel getMatchLabel() { * This is the setter method to the attribute. * List of labels allowed for the tenant. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchLabel set the matchLabel. */ @@ -58,7 +58,7 @@ public void setMatchLabel(RoleFilterMatchLabel matchLabel) { * Label match operation criteria. * Enum options - ROLE_FILTER_EQUALS, ROLE_FILTER_DOES_NOT_EQUAL, ROLE_FILTER_GLOB_MATCH, ROLE_FILTER_GLOB_DOES_NOT_MATCH. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ROLE_FILTER_EQUALS". * @return matchOperation */ @@ -71,7 +71,7 @@ public String getMatchOperation() { * Label match operation criteria. * Enum options - ROLE_FILTER_EQUALS, ROLE_FILTER_DOES_NOT_EQUAL, ROLE_FILTER_GLOB_MATCH, ROLE_FILTER_GLOB_DOES_NOT_MATCH. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ROLE_FILTER_EQUALS". * @param matchOperation set the matchOperation. */ diff --git a/java/src/com/vmware/avi/sdk/model/RollbackControllerParams.java b/java/src/com/vmware/avi/sdk/model/RollbackControllerParams.java index 17f334cdd3..c13e31f11e 100644 --- a/java/src/com/vmware/avi/sdk/model/RollbackControllerParams.java +++ b/java/src/com/vmware/avi/sdk/model/RollbackControllerParams.java @@ -33,7 +33,7 @@ public class RollbackControllerParams { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -45,7 +45,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -57,7 +57,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -69,7 +69,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/java/src/com/vmware/avi/sdk/model/RollbackPatchControllerParams.java b/java/src/com/vmware/avi/sdk/model/RollbackPatchControllerParams.java index 6952d1a141..d2f957c4eb 100644 --- a/java/src/com/vmware/avi/sdk/model/RollbackPatchControllerParams.java +++ b/java/src/com/vmware/avi/sdk/model/RollbackPatchControllerParams.java @@ -33,7 +33,7 @@ public class RollbackPatchControllerParams { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -45,7 +45,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -57,7 +57,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -69,7 +69,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/java/src/com/vmware/avi/sdk/model/RollbackPatchSeGroupParams.java b/java/src/com/vmware/avi/sdk/model/RollbackPatchSeGroupParams.java index caed9ff125..c416b42774 100644 --- a/java/src/com/vmware/avi/sdk/model/RollbackPatchSeGroupParams.java +++ b/java/src/com/vmware/avi/sdk/model/RollbackPatchSeGroupParams.java @@ -39,7 +39,7 @@ public class RollbackPatchSeGroupParams { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -51,7 +51,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -63,7 +63,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -75,7 +75,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -88,7 +88,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -102,7 +102,7 @@ public List getSeGroupRefs() { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -116,7 +116,7 @@ public void setSeGroupRefs(List seGroupRefs) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -132,7 +132,7 @@ public RollbackPatchSeGroupParams addSeGroupRefsItem(String seGroupRefsItem) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -144,7 +144,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/java/src/com/vmware/avi/sdk/model/RollbackPatchSystemParams.java b/java/src/com/vmware/avi/sdk/model/RollbackPatchSystemParams.java index 51531e0d78..234d4b714d 100644 --- a/java/src/com/vmware/avi/sdk/model/RollbackPatchSystemParams.java +++ b/java/src/com/vmware/avi/sdk/model/RollbackPatchSystemParams.java @@ -36,7 +36,7 @@ public class RollbackPatchSystemParams { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -48,7 +48,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -60,7 +60,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -72,7 +72,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -84,7 +84,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -96,7 +96,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/java/src/com/vmware/avi/sdk/model/RollbackSeGroupParams.java b/java/src/com/vmware/avi/sdk/model/RollbackSeGroupParams.java index 85d074b107..cd4ab6fe02 100644 --- a/java/src/com/vmware/avi/sdk/model/RollbackSeGroupParams.java +++ b/java/src/com/vmware/avi/sdk/model/RollbackSeGroupParams.java @@ -39,7 +39,7 @@ public class RollbackSeGroupParams { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -51,7 +51,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -63,7 +63,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -75,7 +75,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -88,7 +88,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -102,7 +102,7 @@ public List getSeGroupRefs() { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -116,7 +116,7 @@ public void setSeGroupRefs(List seGroupRefs) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -132,7 +132,7 @@ public RollbackSeGroupParams addSeGroupRefsItem(String seGroupRefsItem) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -144,7 +144,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/java/src/com/vmware/avi/sdk/model/RollbackSystemParams.java b/java/src/com/vmware/avi/sdk/model/RollbackSystemParams.java index 7201eed2e6..eae70a5971 100644 --- a/java/src/com/vmware/avi/sdk/model/RollbackSystemParams.java +++ b/java/src/com/vmware/avi/sdk/model/RollbackSystemParams.java @@ -36,7 +36,7 @@ public class RollbackSystemParams { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -48,7 +48,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -60,7 +60,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -72,7 +72,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -84,7 +84,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -96,7 +96,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/java/src/com/vmware/avi/sdk/model/RouteInfo.java b/java/src/com/vmware/avi/sdk/model/RouteInfo.java index 6f2afad35f..5307843c46 100644 --- a/java/src/com/vmware/avi/sdk/model/RouteInfo.java +++ b/java/src/com/vmware/avi/sdk/model/RouteInfo.java @@ -39,7 +39,7 @@ public class RouteInfo { * This is the getter method this will return the attribute value. * Host interface name. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -51,7 +51,7 @@ public String getIfName() { * This is the setter method to the attribute. * Host interface name. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -64,7 +64,7 @@ public void setIfName(String ifName) { * Network namespace type used to add an route entry in a specific namespace. * Enum options - LOCAL_NAMESPACE, HOST_NAMESPACE, OTHER_NAMESPACE. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HOST_NAMESPACE". * @return networkNamespace */ @@ -77,7 +77,7 @@ public String getNetworkNamespace() { * Network namespace type used to add an route entry in a specific namespace. * Enum options - LOCAL_NAMESPACE, HOST_NAMESPACE, OTHER_NAMESPACE. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HOST_NAMESPACE". * @param networkNamespace set the networkNamespace. */ @@ -89,7 +89,7 @@ public void setNetworkNamespace(String networkNamespace) { * This is the getter method this will return the attribute value. * Host nexthop ip address. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nexthop */ @@ -101,7 +101,7 @@ public IpAddr getNexthop() { * This is the setter method to the attribute. * Host nexthop ip address. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nexthop set the nexthop. */ @@ -113,7 +113,7 @@ public void setNexthop(IpAddr nexthop) { * This is the getter method this will return the attribute value. * Host subnet address. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -125,7 +125,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Host subnet address. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ diff --git a/java/src/com/vmware/avi/sdk/model/RoutingService.java b/java/src/com/vmware/avi/sdk/model/RoutingService.java index 9e77e9641f..6e9d4b5b33 100644 --- a/java/src/com/vmware/avi/sdk/model/RoutingService.java +++ b/java/src/com/vmware/avi/sdk/model/RoutingService.java @@ -66,7 +66,7 @@ public class RoutingService { * This is the getter method this will return the attribute value. * Advertise reachability of backend server networks via adc through bgp for default gateway feature. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return advertiseBackendNetworks */ @@ -78,7 +78,7 @@ public Boolean getAdvertiseBackendNetworks() { * This is the setter method to the attribute. * Advertise reachability of backend server networks via adc through bgp for default gateway feature. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param advertiseBackendNetworks set the advertiseBackendNetworks. */ @@ -90,7 +90,7 @@ public void setAdvertiseBackendNetworks(Boolean advertiseBackendNetworks) { * This is the getter method this will return the attribute value. * Enable auto gateway to save and use the same l2 path to send the return traffic. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableAutoGateway */ @@ -102,7 +102,7 @@ public Boolean getEnableAutoGateway() { * This is the setter method to the attribute. * Enable auto gateway to save and use the same l2 path to send the return traffic. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableAutoGateway set the enableAutoGateway. */ @@ -114,7 +114,7 @@ public void setEnableAutoGateway(Boolean enableAutoGateway) { * This is the getter method this will return the attribute value. * Service engine acts as default gateway for this service. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableRouting */ @@ -126,7 +126,7 @@ public Boolean getEnableRouting() { * This is the setter method to the attribute. * Service engine acts as default gateway for this service. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableRouting set the enableRouting. */ @@ -138,7 +138,7 @@ public void setEnableRouting(Boolean enableRouting) { * This is the getter method this will return the attribute value. * Enable vip on all interfaces of this service. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableVipOnAllInterfaces */ @@ -150,7 +150,7 @@ public Boolean getEnableVipOnAllInterfaces() { * This is the setter method to the attribute. * Enable vip on all interfaces of this service. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableVipOnAllInterfaces set the enableVipOnAllInterfaces. */ @@ -162,7 +162,7 @@ public void setEnableVipOnAllInterfaces(Boolean enableVipOnAllInterfaces) { * This is the getter method this will return the attribute value. * Use virtual mac address for interfaces on which floating interface ips are placed. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableVmac */ @@ -174,7 +174,7 @@ public Boolean getEnableVmac() { * This is the setter method to the attribute. * Use virtual mac address for interfaces on which floating interface ips are placed. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableVmac set the enableVmac. */ @@ -186,7 +186,7 @@ public void setEnableVmac(Boolean enableVmac) { * Floating interface ips for the routingservice. * Field introduced in 18.2.5. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp */ @@ -199,7 +199,7 @@ public List getFloatingIntfIp() { * Floating interface ips for the routingservice. * Field introduced in 18.2.5. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp */ @@ -212,7 +212,7 @@ public void setFloatingIntfIp(List floatingIntfIp) { * Floating interface ips for the routingservice. * Field introduced in 18.2.5. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp */ @@ -228,7 +228,7 @@ public RoutingService addFloatingIntfIpItem(IpAddr floatingIntfIpItem) { * Ipv6 floating interface ips for the routingservice. * Field introduced in 22.1.6, 30.2.1. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp6Addresses */ @@ -241,7 +241,7 @@ public List getFloatingIntfIp6Addresses() { * Ipv6 floating interface ips for the routingservice. * Field introduced in 22.1.6, 30.2.1. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp6Addresses */ @@ -254,7 +254,7 @@ public void setFloatingIntfIp6Addresses(List floatingIntfIp6Addresses) * Ipv6 floating interface ips for the routingservice. * Field introduced in 22.1.6, 30.2.1. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp6Addresses */ @@ -273,7 +273,7 @@ public RoutingService addFloatingIntfIp6AddressesItem(IpAddr floatingIntfIp6Addr * Only active se hosting vs tagged with active standby se 2 tag will advertise this floating ip when manual load distribution is enabled. * Field introduced in 22.1.6, 30.2.1. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp6Se2Addresses */ @@ -289,7 +289,7 @@ public List getFloatingIntfIp6Se2Addresses() { * Only active se hosting vs tagged with active standby se 2 tag will advertise this floating ip when manual load distribution is enabled. * Field introduced in 22.1.6, 30.2.1. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp6Se2Addresses */ @@ -305,7 +305,7 @@ public void setFloatingIntfIp6Se2Addresses(List floatingIntfIp6Se2Addre * Only active se hosting vs tagged with active standby se 2 tag will advertise this floating ip when manual load distribution is enabled. * Field introduced in 22.1.6, 30.2.1. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp6Se2Addresses */ @@ -323,7 +323,7 @@ public RoutingService addFloatingIntfIp6Se2AddressesItem(IpAddr floatingIntfIp6S * Only active se hosting vs tagged with active standby se 2 tag will advertise this floating ip when manual load distribution is enabled. * Field introduced in 18.2.5. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIpSe2 */ @@ -338,7 +338,7 @@ public List getFloatingIntfIpSe2() { * Only active se hosting vs tagged with active standby se 2 tag will advertise this floating ip when manual load distribution is enabled. * Field introduced in 18.2.5. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIpSe2 */ @@ -353,7 +353,7 @@ public void setFloatingIntfIpSe2(List floatingIntfIpSe2) { * Only active se hosting vs tagged with active standby se 2 tag will advertise this floating ip when manual load distribution is enabled. * Field introduced in 18.2.5. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIpSe2 */ @@ -369,7 +369,7 @@ public RoutingService addFloatingIntfIpSe2Item(IpAddr floatingIntfIpSe2Item) { * This is the getter method this will return the attribute value. * Routing service related flow profile information. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flowtableProfile */ @@ -381,7 +381,7 @@ public FlowtableProfile getFlowtableProfile() { * This is the setter method to the attribute. * Routing service related flow profile information. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flowtableProfile set the flowtableProfile. */ @@ -394,7 +394,7 @@ public void setFlowtableProfile(FlowtableProfile flowtableProfile) { * Enable graceful restart feature in routing service. * For example, bgp. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return gracefulRestart */ @@ -407,7 +407,7 @@ public Boolean getGracefulRestart() { * Enable graceful restart feature in routing service. * For example, bgp. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param gracefulRestart set the gracefulRestart. */ @@ -421,7 +421,7 @@ public void setGracefulRestart(Boolean gracefulRestart) { * This is done in post-routing. * It is a reference to an object of type natpolicy. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return natPolicyRef */ @@ -435,7 +435,7 @@ public String getNatPolicyRef() { * This is done in post-routing. * It is a reference to an object of type natpolicy. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param natPolicyRef set the natPolicyRef. */ @@ -447,7 +447,7 @@ public void setNatPolicyRef(String natPolicyRef) { * This is the getter method this will return the attribute value. * For ip routing feature, enabling this knob will fallback to routing through linux, by default routing is done via service engine data-path. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return routingByLinuxIpstack */ @@ -459,7 +459,7 @@ public Boolean getRoutingByLinuxIpstack() { * This is the setter method to the attribute. * For ip routing feature, enabling this knob will fallback to routing through linux, by default routing is done via service engine data-path. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param routingByLinuxIpstack set the routingByLinuxIpstack. */ diff --git a/java/src/com/vmware/avi/sdk/model/RspContentRewriteRule.java b/java/src/com/vmware/avi/sdk/model/RspContentRewriteRule.java index 707b20a073..79a5e45259 100644 --- a/java/src/com/vmware/avi/sdk/model/RspContentRewriteRule.java +++ b/java/src/com/vmware/avi/sdk/model/RspContentRewriteRule.java @@ -39,7 +39,7 @@ public class RspContentRewriteRule { * This is the getter method this will return the attribute value. * Enable rewrite rule on response body. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enable */ @@ -51,7 +51,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable rewrite rule on response body. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enable set the enable. */ @@ -63,7 +63,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Index of the response rewrite rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -75,7 +75,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the response rewrite rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -87,7 +87,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Name of the response rewrite rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -99,7 +99,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the response rewrite rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -112,7 +112,7 @@ public void setName(String name) { * For eg. * Strings 'foo' and 'bar', where all searches of 'foo' in the response body will be replaced with 'bar'. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pairs */ @@ -126,7 +126,7 @@ public List getPairs() { * For eg. * Strings 'foo' and 'bar', where all searches of 'foo' in the response body will be replaced with 'bar'. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pairs */ @@ -140,7 +140,7 @@ public void setPairs(List pairs) { * For eg. * Strings 'foo' and 'bar', where all searches of 'foo' in the response body will be replaced with 'bar'. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pairs */ diff --git a/java/src/com/vmware/avi/sdk/model/RuleInfo.java b/java/src/com/vmware/avi/sdk/model/RuleInfo.java index bedfba176e..906f750890 100644 --- a/java/src/com/vmware/avi/sdk/model/RuleInfo.java +++ b/java/src/com/vmware/avi/sdk/model/RuleInfo.java @@ -35,7 +35,7 @@ public class RuleInfo { * This is the getter method this will return the attribute value. * Uri hitted signature rule matches. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -47,7 +47,7 @@ public List getMatches() { * This is the setter method. this will set the matches * Uri hitted signature rule matches. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -59,7 +59,7 @@ public void setMatches(List matches) { * This is the setter method this will set the matches * Uri hitted signature rule matches. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -75,7 +75,7 @@ public RuleInfo addMatchesItem(Matches matchesItem) { * This is the getter method this will return the attribute value. * Uri hitted signature rule group id. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleGroupId */ @@ -87,7 +87,7 @@ public String getRuleGroupId() { * This is the setter method to the attribute. * Uri hitted signature rule group id. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleGroupId set the ruleGroupId. */ @@ -99,7 +99,7 @@ public void setRuleGroupId(String ruleGroupId) { * This is the getter method this will return the attribute value. * Uri hitted signature rule id. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleId */ @@ -111,7 +111,7 @@ public String getRuleId() { * This is the setter method to the attribute. * Uri hitted signature rule id. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleId set the ruleId. */ diff --git a/java/src/com/vmware/avi/sdk/model/SAMLSPConfig.java b/java/src/com/vmware/avi/sdk/model/SAMLSPConfig.java index a5b163e89c..ed0cec3670 100644 --- a/java/src/com/vmware/avi/sdk/model/SAMLSPConfig.java +++ b/java/src/com/vmware/avi/sdk/model/SAMLSPConfig.java @@ -59,7 +59,7 @@ public class SAMLSPConfig { * assertionconsumerserviceindex. * Allowed values are 0-64. * Field introduced in 21.1.6, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return acsIndex */ @@ -73,7 +73,7 @@ public Integer getAcsIndex() { * assertionconsumerserviceindex. * Allowed values are 0-64. * Field introduced in 21.1.6, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param acsIndex set the acsIndex. */ @@ -86,7 +86,7 @@ public void setAcsIndex(Integer acsIndex) { * Option to set the acs attributes in the authnrequest. * Enum options - SAML_AUTHN_REQ_ACS_TYPE_URL, SAML_AUTHN_REQ_ACS_TYPE_INDEX, SAML_AUTHN_REQ_ACS_TYPE_NONE. * Field introduced in 21.1.6, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SAML_AUTHN_REQ_ACS_TYPE_NONE". * @return authnReqAcsType */ @@ -99,7 +99,7 @@ public String getAuthnReqAcsType() { * Option to set the acs attributes in the authnrequest. * Enum options - SAML_AUTHN_REQ_ACS_TYPE_URL, SAML_AUTHN_REQ_ACS_TYPE_INDEX, SAML_AUTHN_REQ_ACS_TYPE_NONE. * Field introduced in 21.1.6, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SAML_AUTHN_REQ_ACS_TYPE_NONE". * @param authnReqAcsType set the authnReqAcsType. */ @@ -111,7 +111,7 @@ public void setAuthnReqAcsType(String authnReqAcsType) { * This is the getter method this will return the attribute value. * Http cookie name for authenticated session. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookieName */ @@ -123,7 +123,7 @@ public String getCookieName() { * This is the setter method to the attribute. * Http cookie name for authenticated session. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookieName set the cookieName. */ @@ -137,7 +137,7 @@ public void setCookieName(String cookieName) { * Allowed values are 1-1440. * Field introduced in 18.2.3. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return cookieTimeout */ @@ -151,7 +151,7 @@ public Integer getCookieTimeout() { * Allowed values are 1-1440. * Field introduced in 18.2.3. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param cookieTimeout set the cookieTimeout. */ @@ -164,7 +164,7 @@ public void setCookieTimeout(Integer cookieTimeout) { * Globally unique saml entityid for this node. * The saml application entity id on the idp should match this. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityId */ @@ -177,7 +177,7 @@ public String getEntityId() { * Globally unique saml entityid for this node. * The saml application entity id on the idp should match this. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityId set the entityId. */ @@ -188,7 +188,7 @@ public void setEntityId(String entityId) { * This is the getter method this will return the attribute value. * Key to generate the cookie. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -200,7 +200,7 @@ public List getKey() { * This is the setter method. this will set the key * Key to generate the cookie. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -212,7 +212,7 @@ public void setKey(List key) { * This is the setter method this will set the key * Key to generate the cookie. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -229,7 +229,7 @@ public SAMLSPConfig addKeyItem(HttpCookiePersistenceKey keyItem) { * Sp will use this ssl certificate to sign requests going to the idp and decrypt the assertions coming from idp. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return signingSslKeyAndCertificateRef */ @@ -242,7 +242,7 @@ public String getSigningSslKeyAndCertificateRef() { * Sp will use this ssl certificate to sign requests going to the idp and decrypt the assertions coming from idp. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param signingSslKeyAndCertificateRef set the signingSslKeyAndCertificateRef. */ @@ -257,7 +257,7 @@ public void setSigningSslKeyAndCertificateRef(String signingSslKeyAndCertificat * If the authn_req_acs_type is set to 'use assertionconsumerserviceurl', this endpoint will be sent in the assertionconsumerserviceurl attribute of * the authentication request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return singleSignonUrl */ @@ -272,7 +272,7 @@ public String getSingleSignonUrl() { * If the authn_req_acs_type is set to 'use assertionconsumerserviceurl', this endpoint will be sent in the assertionconsumerserviceurl attribute of * the authentication request. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param singleSignonUrl set the singleSignonUrl. */ @@ -284,8 +284,7 @@ public void setSingleSignonUrl(String singleSignonUrl) { * This is the getter method this will return the attribute value. * Saml sp metadata for this application. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return spMetadata */ public String getSpMetadata() { @@ -296,8 +295,7 @@ public String getSpMetadata() { * This is the setter method to the attribute. * Saml sp metadata for this application. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param spMetadata set the spMetadata. */ public void setSpMetadata(String spMetadata) { @@ -309,7 +307,7 @@ public void setSpMetadata(String spMetadata) { * By enabling this field idp can control how long the sp session can exist through the sessionnotonorafter field in the authnstatement of saml * response. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return useIdpSessionTimeout */ @@ -322,7 +320,7 @@ public Boolean getUseIdpSessionTimeout() { * By enabling this field idp can control how long the sp session can exist through the sessionnotonorafter field in the authnstatement of saml * response. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param useIdpSessionTimeout set the useIdpSessionTimeout. */ diff --git a/java/src/com/vmware/avi/sdk/model/SCFaultOptions.java b/java/src/com/vmware/avi/sdk/model/SCFaultOptions.java new file mode 100644 index 0000000000..37530bc566 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/SCFaultOptions.java @@ -0,0 +1,267 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The SCFaultOptions is a POJO class extends AviRestResource that used for creating + * SCFaultOptions. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class SCFaultOptions { + @JsonProperty("delay_create") + private Integer delayCreate; + + @JsonProperty("delay_delete") + private Integer delayDelete; + + @JsonProperty("delay_update") + private Integer delayUpdate; + + @JsonProperty("fault_type") + private String faultType; + + @JsonProperty("obj") + private String obj; + + @JsonProperty("object_type") + private String objectType; + + @JsonProperty("se") + private String se; + + + + /** + * This is the getter method this will return the attribute value. + * Delay create in config path (seconds). + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return delayCreate + */ + public Integer getDelayCreate() { + return delayCreate; + } + + /** + * This is the setter method to the attribute. + * Delay create in config path (seconds). + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param delayCreate set the delayCreate. + */ + public void setDelayCreate(Integer delayCreate) { + this.delayCreate = delayCreate; + } + + /** + * This is the getter method this will return the attribute value. + * Delay deletes in config, se paths (seconds). + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return delayDelete + */ + public Integer getDelayDelete() { + return delayDelete; + } + + /** + * This is the setter method to the attribute. + * Delay deletes in config, se paths (seconds). + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param delayDelete set the delayDelete. + */ + public void setDelayDelete(Integer delayDelete) { + this.delayDelete = delayDelete; + } + + /** + * This is the getter method this will return the attribute value. + * Delay updates in resmgr, config, se paths (seconds). + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return delayUpdate + */ + public Integer getDelayUpdate() { + return delayUpdate; + } + + /** + * This is the setter method to the attribute. + * Delay updates in resmgr, config, se paths (seconds). + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param delayUpdate set the delayUpdate. + */ + public void setDelayUpdate(Integer delayUpdate) { + this.delayUpdate = delayUpdate; + } + + /** + * This is the getter method this will return the attribute value. + * Type of fault to injection. + * Enum options - DELAY_NOTIF, DELAY_SE, DELAY_RM. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return faultType + */ + public String getFaultType() { + return faultType; + } + + /** + * This is the setter method to the attribute. + * Type of fault to injection. + * Enum options - DELAY_NOTIF, DELAY_SE, DELAY_RM. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param faultType set the faultType. + */ + public void setFaultType(String faultType) { + this.faultType = faultType; + } + + /** + * This is the getter method this will return the attribute value. + * Introduce faults for specific object uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return obj + */ + public String getObj() { + return obj; + } + + /** + * This is the setter method to the attribute. + * Introduce faults for specific object uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param obj set the obj. + */ + public void setObj(String obj) { + this.obj = obj; + } + + /** + * This is the getter method this will return the attribute value. + * Introduce faults for objects of specified type. + * Enum options - VIRTUALSERVICE, POOL, HEALTHMONITOR, NETWORKPROFILE, APPLICATIONPROFILE, HTTPPOLICYSET, DNSPOLICY, SECURITYPOLICY, IPADDRGROUP, + * STRINGGROUP, SSLPROFILE, SSLKEYANDCERTIFICATE, NETWORKSECURITYPOLICY, APPLICATIONPERSISTENCEPROFILE, ANALYTICSPROFILE, VSDATASCRIPTSET, TENANT, + * PKIPROFILE, AUTHPROFILE, CLOUD... + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return objectType + */ + public String getObjectType() { + return objectType; + } + + /** + * This is the setter method to the attribute. + * Introduce faults for objects of specified type. + * Enum options - VIRTUALSERVICE, POOL, HEALTHMONITOR, NETWORKPROFILE, APPLICATIONPROFILE, HTTPPOLICYSET, DNSPOLICY, SECURITYPOLICY, IPADDRGROUP, + * STRINGGROUP, SSLPROFILE, SSLKEYANDCERTIFICATE, NETWORKSECURITYPOLICY, APPLICATIONPERSISTENCEPROFILE, ANALYTICSPROFILE, VSDATASCRIPTSET, TENANT, + * PKIPROFILE, AUTHPROFILE, CLOUD... + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param objectType set the objectType. + */ + public void setObjectType(String objectType) { + this.objectType = objectType; + } + + /** + * This is the getter method this will return the attribute value. + * Introduce faults in se path of specific se uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return se + */ + public String getSe() { + return se; + } + + /** + * This is the setter method to the attribute. + * Introduce faults in se path of specific se uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param se set the se. + */ + public void setSe(String se) { + this.se = se; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + SCFaultOptions objSCFaultOptions = (SCFaultOptions) o; + return Objects.equals(this.faultType, objSCFaultOptions.faultType)&& + Objects.equals(this.objectType, objSCFaultOptions.objectType)&& + Objects.equals(this.obj, objSCFaultOptions.obj)&& + Objects.equals(this.se, objSCFaultOptions.se)&& + Objects.equals(this.delayCreate, objSCFaultOptions.delayCreate)&& + Objects.equals(this.delayUpdate, objSCFaultOptions.delayUpdate)&& + Objects.equals(this.delayDelete, objSCFaultOptions.delayDelete); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class SCFaultOptions {\n"); + sb.append(" delayCreate: ").append(toIndentedString(delayCreate)).append("\n"); + sb.append(" delayDelete: ").append(toIndentedString(delayDelete)).append("\n"); + sb.append(" delayUpdate: ").append(toIndentedString(delayUpdate)).append("\n"); + sb.append(" faultType: ").append(toIndentedString(faultType)).append("\n"); + sb.append(" obj: ").append(toIndentedString(obj)).append("\n"); + sb.append(" objectType: ").append(toIndentedString(objectType)).append("\n"); + sb.append(" se: ").append(toIndentedString(se)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/SCPoolServerStateInfo.java b/java/src/com/vmware/avi/sdk/model/SCPoolServerStateInfo.java index de7eda44a4..ded5fc566d 100644 --- a/java/src/com/vmware/avi/sdk/model/SCPoolServerStateInfo.java +++ b/java/src/com/vmware/avi/sdk/model/SCPoolServerStateInfo.java @@ -47,7 +47,7 @@ public class SCPoolServerStateInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isServer */ @@ -58,7 +58,7 @@ public Boolean getIsServer() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isServer set the isServer. */ @@ -69,7 +69,7 @@ public void setIsServer(Boolean isServer) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -80,7 +80,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ @@ -91,7 +91,7 @@ public void setOperStatus(OperationalStatus operStatus) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolId */ @@ -102,7 +102,7 @@ public String getPoolId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolId set the poolId. */ @@ -112,7 +112,7 @@ public void setPoolId(String poolId) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverStates */ @@ -123,7 +123,7 @@ public List getServerStates() { /** * This is the setter method. this will set the serverStates * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverStates */ @@ -134,7 +134,7 @@ public void setServerStates(List serverStates) { /** * This is the setter method this will set the serverStates * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverStates */ @@ -150,7 +150,7 @@ public SCPoolServerStateInfo addServerStatesItem(SCServerStateInfo serverStatesI * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -162,7 +162,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -190,7 +190,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -201,7 +201,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SCProperties.java b/java/src/com/vmware/avi/sdk/model/SCProperties.java new file mode 100644 index 0000000000..501348d509 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/SCProperties.java @@ -0,0 +1,100 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The SCProperties is a POJO class extends AviRestResource that used for creating + * SCProperties. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class SCProperties { + @JsonProperty("delay_injections") + private List delayInjections; + + + /** + * This is the getter method this will return the attribute value. + * Introduce delay faults in scm config, se, resmgrgo paths. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return delayInjections + */ + public List getDelayInjections() { + return delayInjections; + } + + /** + * This is the setter method. this will set the delayInjections + * Introduce delay faults in scm config, se, resmgrgo paths. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return delayInjections + */ + public void setDelayInjections(List delayInjections) { + this.delayInjections = delayInjections; + } + + /** + * This is the setter method this will set the delayInjections + * Introduce delay faults in scm config, se, resmgrgo paths. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return delayInjections + */ + public SCProperties addDelayInjectionsItem(SCFaultOptions delayInjectionsItem) { + if (this.delayInjections == null) { + this.delayInjections = new ArrayList(); + } + this.delayInjections.add(delayInjectionsItem); + return this; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + SCProperties objSCProperties = (SCProperties) o; + return Objects.equals(this.delayInjections, objSCProperties.delayInjections); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class SCProperties {\n"); + sb.append(" delayInjections: ").append(toIndentedString(delayInjections)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/SCServerStateInfo.java b/java/src/com/vmware/avi/sdk/model/SCServerStateInfo.java index a985fcf0b2..c32a6029bd 100644 --- a/java/src/com/vmware/avi/sdk/model/SCServerStateInfo.java +++ b/java/src/com/vmware/avi/sdk/model/SCServerStateInfo.java @@ -35,7 +35,7 @@ public class SCServerStateInfo { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -46,7 +46,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ @@ -57,7 +57,7 @@ public void setOperStatus(OperationalStatus operStatus) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ @@ -68,7 +68,7 @@ public IpAddr getServerIp() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp set the serverIp. */ @@ -80,7 +80,7 @@ public void setServerIp(IpAddr serverIp) { * This is the getter method this will return the attribute value. * Allowed values are 1-65535. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverPort */ @@ -92,7 +92,7 @@ public Integer getServerPort() { * This is the setter method to the attribute. * Allowed values are 1-65535. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverPort set the serverPort. */ diff --git a/java/src/com/vmware/avi/sdk/model/SCTPFastPathProfile.java b/java/src/com/vmware/avi/sdk/model/SCTPFastPathProfile.java index 059c12dc41..5733d33c2b 100644 --- a/java/src/com/vmware/avi/sdk/model/SCTPFastPathProfile.java +++ b/java/src/com/vmware/avi/sdk/model/SCTPFastPathProfile.java @@ -34,7 +34,7 @@ public class SCTPFastPathProfile { * When enabled, avi will complete the 4-way handshake with the client before forwarding any packets to the server. * This will protect the server from init chunks flood and half open connections. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableInitChunkProtection */ @@ -47,7 +47,7 @@ public Boolean getEnableInitChunkProtection() { * When enabled, avi will complete the 4-way handshake with the client before forwarding any packets to the server. * This will protect the server from init chunks flood and half open connections. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableInitChunkProtection set the enableInitChunkProtection. */ @@ -62,7 +62,7 @@ public void setEnableInitChunkProtection(Boolean enableInitChunkProtection) { * Allowed values are 0-247483647. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return idleTimeout */ @@ -77,7 +77,7 @@ public Integer getIdleTimeout() { * Allowed values are 0-247483647. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param idleTimeout set the idleTimeout. */ diff --git a/java/src/com/vmware/avi/sdk/model/SCTPProxyProfile.java b/java/src/com/vmware/avi/sdk/model/SCTPProxyProfile.java index 4970ae0509..9e32119471 100644 --- a/java/src/com/vmware/avi/sdk/model/SCTPProxyProfile.java +++ b/java/src/com/vmware/avi/sdk/model/SCTPProxyProfile.java @@ -53,7 +53,7 @@ public class SCTPProxyProfile { * Allowed values are 60-3600. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return cookieExpirationTimeout */ @@ -67,7 +67,7 @@ public Integer getCookieExpirationTimeout() { * Allowed values are 60-3600. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param cookieExpirationTimeout set the cookieExpirationTimeout. */ @@ -81,7 +81,7 @@ public void setCookieExpirationTimeout(Integer cookieExpirationTimeout) { * Allowed values are 30-247483647. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return heartbeatInterval */ @@ -95,7 +95,7 @@ public Integer getHeartbeatInterval() { * Allowed values are 30-247483647. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param heartbeatInterval set the heartbeatInterval. */ @@ -110,7 +110,7 @@ public void setHeartbeatInterval(Integer heartbeatInterval) { * Allowed values are 0-247483647. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return idleTimeout */ @@ -125,7 +125,7 @@ public Integer getIdleTimeout() { * Allowed values are 0-247483647. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param idleTimeout set the idleTimeout. */ @@ -138,7 +138,7 @@ public void setIdleTimeout(Integer idleTimeout) { * Sctp maximum retransmissions for association. * Allowed values are 1-247483647. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return maxRetransmissionsAssociation */ @@ -151,7 +151,7 @@ public Integer getMaxRetransmissionsAssociation() { * Sctp maximum retransmissions for association. * Allowed values are 1-247483647. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param maxRetransmissionsAssociation set the maxRetransmissionsAssociation. */ @@ -164,7 +164,7 @@ public void setMaxRetransmissionsAssociation(Integer maxRetransmissionsAssociat * Sctp maximum retransmissions for init chunks. * Allowed values are 1-247483647. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return maxRetransmissionsInitChunks */ @@ -177,7 +177,7 @@ public Integer getMaxRetransmissionsInitChunks() { * Sctp maximum retransmissions for init chunks. * Allowed values are 1-247483647. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param maxRetransmissionsInitChunks set the maxRetransmissionsInitChunks. */ @@ -190,7 +190,7 @@ public void setMaxRetransmissionsInitChunks(Integer maxRetransmissionsInitChunk * Number of incoming sctp streams. * Allowed values are 1-100. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return numberOfStreams */ @@ -203,7 +203,7 @@ public Integer getNumberOfStreams() { * Number of incoming sctp streams. * Allowed values are 1-100. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param numberOfStreams set the numberOfStreams. */ @@ -217,7 +217,7 @@ public void setNumberOfStreams(Integer numberOfStreams) { * Allowed values are 2-65536. * Field introduced in 22.1.3. * Unit is kb. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return receiveWindow */ @@ -231,7 +231,7 @@ public Integer getReceiveWindow() { * Allowed values are 2-65536. * Field introduced in 22.1.3. * Unit is kb. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param receiveWindow set the receiveWindow. */ @@ -246,7 +246,7 @@ public void setReceiveWindow(Integer receiveWindow) { * Allowed values are 0-247483647. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return resetTimeout */ @@ -261,7 +261,7 @@ public Integer getResetTimeout() { * Allowed values are 0-247483647. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param resetTimeout set the resetTimeout. */ diff --git a/java/src/com/vmware/avi/sdk/model/SCVsStateInfo.java b/java/src/com/vmware/avi/sdk/model/SCVsStateInfo.java index ab649a278c..d8ef5aade4 100644 --- a/java/src/com/vmware/avi/sdk/model/SCVsStateInfo.java +++ b/java/src/com/vmware/avi/sdk/model/SCVsStateInfo.java @@ -44,7 +44,7 @@ public class SCVsStateInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -55,7 +55,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ @@ -67,7 +67,7 @@ public void setOperStatus(OperationalStatus operStatus) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -79,7 +79,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -107,7 +107,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -118,7 +118,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -129,7 +129,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -140,7 +140,7 @@ public String getVipId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -151,7 +151,7 @@ public void setVipId(String vipId) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsId */ @@ -162,7 +162,7 @@ public String getVsId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsId set the vsId. */ diff --git a/java/src/com/vmware/avi/sdk/model/SEBandwidthLimit.java b/java/src/com/vmware/avi/sdk/model/SEBandwidthLimit.java index c1efd39f43..a97f1cbfe6 100644 --- a/java/src/com/vmware/avi/sdk/model/SEBandwidthLimit.java +++ b/java/src/com/vmware/avi/sdk/model/SEBandwidthLimit.java @@ -33,7 +33,7 @@ public class SEBandwidthLimit { * This is the getter method this will return the attribute value. * Total number of service engines for bandwidth based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return count */ @@ -45,7 +45,7 @@ public Integer getCount() { * This is the setter method to the attribute. * Total number of service engines for bandwidth based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param count set the count. */ @@ -58,7 +58,7 @@ public void setCount(Integer count) { * Maximum bandwidth allowed by each service engine. * Enum options - SE_BANDWIDTH_UNLIMITED, SE_BANDWIDTH_25M, SE_BANDWIDTH_200M, SE_BANDWIDTH_1000M, SE_BANDWIDTH_10000M. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -71,7 +71,7 @@ public String getType() { * Maximum bandwidth allowed by each service engine. * Enum options - SE_BANDWIDTH_UNLIMITED, SE_BANDWIDTH_25M, SE_BANDWIDTH_200M, SE_BANDWIDTH_1000M, SE_BANDWIDTH_10000M. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/SEFaultInjectExhaustParam.java b/java/src/com/vmware/avi/sdk/model/SEFaultInjectExhaustParam.java index c06bc35cb9..577844b8e3 100644 --- a/java/src/com/vmware/avi/sdk/model/SEFaultInjectExhaustParam.java +++ b/java/src/com/vmware/avi/sdk/model/SEFaultInjectExhaustParam.java @@ -31,7 +31,7 @@ public class SEFaultInjectExhaustParam { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return leak */ @@ -41,7 +41,7 @@ public Boolean getLeak() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param leak set the leak. */ @@ -51,7 +51,7 @@ public void setLeak(Boolean leak) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return num */ @@ -61,7 +61,7 @@ public Integer getNum() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param num set the num. */ diff --git a/java/src/com/vmware/avi/sdk/model/SEFaultInjectSeParam.java b/java/src/com/vmware/avi/sdk/model/SEFaultInjectSeParam.java index d94d68fe4d..a10c61043f 100644 --- a/java/src/com/vmware/avi/sdk/model/SEFaultInjectSeParam.java +++ b/java/src/com/vmware/avi/sdk/model/SEFaultInjectSeParam.java @@ -42,7 +42,7 @@ public class SEFaultInjectSeParam { * This is the getter method this will return the attribute value. * Inject fault in specific core. * Field introduced in 18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return core */ @@ -54,7 +54,7 @@ public Integer getCore() { * This is the setter method to the attribute. * Inject fault in specific core. * Field introduced in 18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param core set the core. */ @@ -65,7 +65,7 @@ public void setCore(Integer core) { * This is the getter method this will return the attribute value. * Inject fault on objects. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objNames */ @@ -77,7 +77,7 @@ public List getObjNames() { * This is the setter method. this will set the objNames * Inject fault on objects. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objNames */ @@ -89,7 +89,7 @@ public void setObjNames(List objNames) { * This is the setter method this will set the objNames * Inject fault on objects. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objNames */ @@ -105,7 +105,7 @@ public SEFaultInjectSeParam addObjNamesItem(String objNamesItem) { * This is the getter method this will return the attribute value. * Inject fault in random no of cores. * Field introduced in 18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return randomCore */ @@ -117,7 +117,7 @@ public Boolean getRandomCore() { * This is the setter method to the attribute. * Inject fault in random no of cores. * Field introduced in 18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param randomCore set the randomCore. */ @@ -131,7 +131,7 @@ public void setRandomCore(Boolean randomCore) { * Enum options - SE_AGENT_FAULT_DISABLED, SE_AGENT_PRE_PROCESS_FAULT, SE_AGENT_POST_PROCESS_FAULT, SE_AGENT_DP_RESPONSE_FAULT, * SE_AGENT_RANDOM_PROCESS_FAULT. * Field introduced in 18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_AGENT_FAULT_DISABLED". * @return seAgentFault */ @@ -145,7 +145,7 @@ public String getSeAgentFault() { * Enum options - SE_AGENT_FAULT_DISABLED, SE_AGENT_PRE_PROCESS_FAULT, SE_AGENT_POST_PROCESS_FAULT, SE_AGENT_DP_RESPONSE_FAULT, * SE_AGENT_RANDOM_PROCESS_FAULT. * Field introduced in 18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_AGENT_FAULT_DISABLED". * @param seAgentFault set the seAgentFault. */ @@ -158,7 +158,7 @@ public void setSeAgentFault(String seAgentFault) { * Set se-dp fault type. * Enum options - SE_DP_FAULT_DISABLED. * Field introduced in 18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_DP_FAULT_DISABLED". * @return seDpFault */ @@ -171,7 +171,7 @@ public String getSeDpFault() { * Set se-dp fault type. * Enum options - SE_DP_FAULT_DISABLED. * Field introduced in 18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_DP_FAULT_DISABLED". * @param seDpFault set the seDpFault. */ diff --git a/java/src/com/vmware/avi/sdk/model/SETimeTrackerProperties.java b/java/src/com/vmware/avi/sdk/model/SETimeTrackerProperties.java index a007e82767..bd59b3e58f 100644 --- a/java/src/com/vmware/avi/sdk/model/SETimeTrackerProperties.java +++ b/java/src/com/vmware/avi/sdk/model/SETimeTrackerProperties.java @@ -43,7 +43,7 @@ public class SETimeTrackerProperties { * Audit queueing latency from proxy to dispatcher. * Enum options - SE_TT_AUDIT_OFF, SE_TT_AUDIT_ON, SE_TT_AUDIT_ON_WITH_EVENT. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_TT_AUDIT_OFF". * @return egressAuditMode */ @@ -56,7 +56,7 @@ public String getEgressAuditMode() { * Audit queueing latency from proxy to dispatcher. * Enum options - SE_TT_AUDIT_OFF, SE_TT_AUDIT_ON, SE_TT_AUDIT_ON_WITH_EVENT. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_TT_AUDIT_OFF". * @param egressAuditMode set the egressAuditMode. */ @@ -69,7 +69,7 @@ public void setEgressAuditMode(String egressAuditMode) { * Maximum egress latency threshold between dispatcher and proxy. * Field introduced in 22.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return egressThreshold */ @@ -82,7 +82,7 @@ public Integer getEgressThreshold() { * Maximum egress latency threshold between dispatcher and proxy. * Field introduced in 22.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param egressThreshold set the egressThreshold. */ @@ -95,7 +95,7 @@ public void setEgressThreshold(Integer egressThreshold) { * Window for cumulative event generation. * Field introduced in 22.1.1. * Unit is seconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return eventGenWindow */ @@ -108,7 +108,7 @@ public Integer getEventGenWindow() { * Window for cumulative event generation. * Field introduced in 22.1.1. * Unit is seconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param eventGenWindow set the eventGenWindow. */ @@ -121,7 +121,7 @@ public void setEventGenWindow(Integer eventGenWindow) { * Audit queueing latency from dispatcher to proxy. * Enum options - SE_TT_AUDIT_OFF, SE_TT_AUDIT_ON, SE_TT_AUDIT_ON_WITH_EVENT. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_TT_AUDIT_OFF". * @return ingressAuditMode */ @@ -134,7 +134,7 @@ public String getIngressAuditMode() { * Audit queueing latency from dispatcher to proxy. * Enum options - SE_TT_AUDIT_OFF, SE_TT_AUDIT_ON, SE_TT_AUDIT_ON_WITH_EVENT. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_TT_AUDIT_OFF". * @param ingressAuditMode set the ingressAuditMode. */ @@ -147,7 +147,7 @@ public void setIngressAuditMode(String ingressAuditMode) { * Maximum ingress latency threshold between dispatcher and proxy. * Field introduced in 22.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return ingressThreshold */ @@ -160,7 +160,7 @@ public Integer getIngressThreshold() { * Maximum ingress latency threshold between dispatcher and proxy. * Field introduced in 22.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param ingressThreshold set the ingressThreshold. */ diff --git a/java/src/com/vmware/avi/sdk/model/SHMSummary.java b/java/src/com/vmware/avi/sdk/model/SHMSummary.java new file mode 100644 index 0000000000..25b96014a9 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/SHMSummary.java @@ -0,0 +1,94 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The SHMSummary is a POJO class extends AviRestResource that used for creating + * SHMSummary. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class SHMSummary { + @JsonProperty("health_monitor") + private List healthMonitor; + + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return healthMonitor + */ + public List getHealthMonitor() { + return healthMonitor; + } + + /** + * This is the setter method. this will set the healthMonitor + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return healthMonitor + */ + public void setHealthMonitor(List healthMonitor) { + this.healthMonitor = healthMonitor; + } + + /** + * This is the setter method this will set the healthMonitor + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return healthMonitor + */ + public SHMSummary addHealthMonitorItem(ServerHealthMonitor healthMonitorItem) { + if (this.healthMonitor == null) { + this.healthMonitor = new ArrayList(); + } + this.healthMonitor.add(healthMonitorItem); + return this; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + SHMSummary objSHMSummary = (SHMSummary) o; + return Objects.equals(this.healthMonitor, objSHMSummary.healthMonitor); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class SHMSummary {\n"); + sb.append(" healthMonitor: ").append(toIndentedString(healthMonitor)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/SSLCertificate.java b/java/src/com/vmware/avi/sdk/model/SSLCertificate.java index 2008f7e2b9..e7999055db 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLCertificate.java +++ b/java/src/com/vmware/avi/sdk/model/SSLCertificate.java @@ -82,7 +82,7 @@ public class SSLCertificate { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return certificate */ @@ -92,7 +92,7 @@ public String getCertificate() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param certificate set the certificate. */ @@ -102,7 +102,7 @@ public void setCertificate(String certificate) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return certificateSigningRequest */ @@ -112,7 +112,7 @@ public String getCertificateSigningRequest() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param certificateSigningRequest set the certificateSigningRequest. */ @@ -122,7 +122,7 @@ public void setCertificateSigningRequest(String certificateSigningRequest) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return chainVerified */ @@ -132,7 +132,7 @@ public Boolean getChainVerified() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param chainVerified set the chainVerified. */ @@ -144,7 +144,7 @@ public void setChainVerified(Boolean chainVerified) { * This is the getter method this will return the attribute value. * Valid range 1-3650. * Allowed values are 1-3650. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 365. * @return daysUntilExpire */ @@ -156,7 +156,7 @@ public Integer getDaysUntilExpire() { * This is the setter method to the attribute. * Valid range 1-3650. * Allowed values are 1-3650. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 365. * @param daysUntilExpire set the daysUntilExpire. */ @@ -167,7 +167,7 @@ public void setDaysUntilExpire(Integer daysUntilExpire) { /** * This is the getter method this will return the attribute value. * Enum options - SSL_CERTIFICATE_GOOD, SSL_CERTIFICATE_EXPIRY_WARNING, SSL_CERTIFICATE_EXPIRED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CERTIFICATE_GOOD". * @return expiryStatus */ @@ -178,7 +178,7 @@ public String getExpiryStatus() { /** * This is the setter method to the attribute. * Enum options - SSL_CERTIFICATE_GOOD, SSL_CERTIFICATE_EXPIRY_WARNING, SSL_CERTIFICATE_EXPIRED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CERTIFICATE_GOOD". * @param expiryStatus set the expiryStatus. */ @@ -188,7 +188,7 @@ public void setExpiryStatus(String expiryStatus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fingerprint */ @@ -198,7 +198,7 @@ public String getFingerprint() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fingerprint set the fingerprint. */ @@ -208,7 +208,7 @@ public void setFingerprint(String fingerprint) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return issuer */ @@ -218,7 +218,7 @@ public SSLCertificateDescription getIssuer() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param issuer set the issuer. */ @@ -228,7 +228,7 @@ public void setIssuer(SSLCertificateDescription issuer) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyParams */ @@ -238,7 +238,7 @@ public SSLKeyParams getKeyParams() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyParams set the keyParams. */ @@ -248,7 +248,7 @@ public void setKeyParams(SSLKeyParams keyParams) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notAfter */ @@ -258,7 +258,7 @@ public String getNotAfter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param notAfter set the notAfter. */ @@ -268,7 +268,7 @@ public void setNotAfter(String notAfter) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notBefore */ @@ -278,7 +278,7 @@ public String getNotBefore() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param notBefore set the notBefore. */ @@ -288,7 +288,7 @@ public void setNotBefore(String notBefore) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return publicKey */ @@ -298,7 +298,7 @@ public String getPublicKey() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param publicKey set the publicKey. */ @@ -308,7 +308,7 @@ public void setPublicKey(String publicKey) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return selfSigned */ @@ -318,7 +318,7 @@ public Boolean getSelfSigned() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param selfSigned set the selfSigned. */ @@ -328,7 +328,7 @@ public void setSelfSigned(Boolean selfSigned) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serialNumber */ @@ -338,7 +338,7 @@ public String getSerialNumber() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serialNumber set the serialNumber. */ @@ -348,7 +348,7 @@ public void setSerialNumber(String serialNumber) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return signature */ @@ -358,7 +358,7 @@ public String getSignature() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param signature set the signature. */ @@ -368,7 +368,7 @@ public void setSignature(String signature) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return signatureAlgorithm */ @@ -378,7 +378,7 @@ public String getSignatureAlgorithm() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param signatureAlgorithm set the signatureAlgorithm. */ @@ -388,7 +388,7 @@ public void setSignatureAlgorithm(String signatureAlgorithm) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subject */ @@ -398,7 +398,7 @@ public SSLCertificateDescription getSubject() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subject set the subject. */ @@ -408,7 +408,7 @@ public void setSubject(SSLCertificateDescription subject) { /** * This is the getter method this will return the attribute value. * Subjectaltname that provides additional subject identities. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjectAltNames */ @@ -419,7 +419,7 @@ public List getSubjectAltNames() { /** * This is the setter method. this will set the subjectAltNames * Subjectaltname that provides additional subject identities. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjectAltNames */ @@ -430,7 +430,7 @@ public void setSubjectAltNames(List subjectAltNames) { /** * This is the setter method this will set the subjectAltNames * Subjectaltname that provides additional subject identities. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjectAltNames */ @@ -444,7 +444,7 @@ public SSLCertificate addSubjectAltNamesItem(String subjectAltNamesItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return text */ @@ -454,7 +454,7 @@ public String getText() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param text set the text. */ @@ -464,7 +464,7 @@ public void setText(String text) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -474,7 +474,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLCertificateDescription.java b/java/src/com/vmware/avi/sdk/model/SSLCertificateDescription.java index 1523438ce7..ba696e73b5 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLCertificateDescription.java +++ b/java/src/com/vmware/avi/sdk/model/SSLCertificateDescription.java @@ -49,7 +49,7 @@ public class SSLCertificateDescription { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return commonName */ @@ -59,7 +59,7 @@ public String getCommonName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param commonName set the commonName. */ @@ -69,7 +69,7 @@ public void setCommonName(String commonName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return country */ @@ -79,7 +79,7 @@ public String getCountry() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param country set the country. */ @@ -89,7 +89,7 @@ public void setCountry(String country) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return distinguishedName */ @@ -99,7 +99,7 @@ public String getDistinguishedName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param distinguishedName set the distinguishedName. */ @@ -109,7 +109,7 @@ public void setDistinguishedName(String distinguishedName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return emailAddress */ @@ -119,7 +119,7 @@ public String getEmailAddress() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param emailAddress set the emailAddress. */ @@ -129,7 +129,7 @@ public void setEmailAddress(String emailAddress) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return locality */ @@ -139,7 +139,7 @@ public String getLocality() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param locality set the locality. */ @@ -149,7 +149,7 @@ public void setLocality(String locality) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return organization */ @@ -159,7 +159,7 @@ public String getOrganization() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param organization set the organization. */ @@ -169,7 +169,7 @@ public void setOrganization(String organization) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return organizationUnit */ @@ -179,7 +179,7 @@ public String getOrganizationUnit() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param organizationUnit set the organizationUnit. */ @@ -189,7 +189,7 @@ public void setOrganizationUnit(String organizationUnit) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -199,7 +199,7 @@ public String getState() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLCipherList.java b/java/src/com/vmware/avi/sdk/model/SSLCipherList.java index 44cfaf3c6b..4515adc8c1 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLCipherList.java +++ b/java/src/com/vmware/avi/sdk/model/SSLCipherList.java @@ -40,7 +40,7 @@ public class SSLCipherList { * AVI_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA... * Field introduced in 18.1.4, 18.2.1. * Maximum of 255 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return identifiedCiphers */ @@ -60,7 +60,7 @@ public List getIdentifiedCiphers() { * AVI_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA... * Field introduced in 18.1.4, 18.2.1. * Maximum of 255 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return identifiedCiphers */ @@ -80,7 +80,7 @@ public void setIdentifiedCiphers(List identifiedCiphers) { * AVI_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA... * Field introduced in 18.1.4, 18.2.1. * Maximum of 255 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return identifiedCiphers */ @@ -97,7 +97,7 @@ public SSLCipherList addIdentifiedCiphersItem(String identifiedCiphersItem) { * The ciphers are represented by their rfc 2 byte hex value. * Field introduced in 18.1.4, 18.2.1. * Maximum of 255 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return unidentifiedCiphers */ @@ -111,7 +111,7 @@ public List getUnidentifiedCiphers() { * The ciphers are represented by their rfc 2 byte hex value. * Field introduced in 18.1.4, 18.2.1. * Maximum of 255 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return unidentifiedCiphers */ @@ -125,7 +125,7 @@ public void setUnidentifiedCiphers(List unidentifiedCiphers) { * The ciphers are represented by their rfc 2 byte hex value. * Field introduced in 18.1.4, 18.2.1. * Maximum of 255 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return unidentifiedCiphers */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLClientCertificateAction.java b/java/src/com/vmware/avi/sdk/model/SSLClientCertificateAction.java index be3c8dec20..350824f383 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLClientCertificateAction.java +++ b/java/src/com/vmware/avi/sdk/model/SSLClientCertificateAction.java @@ -31,7 +31,7 @@ public class SSLClientCertificateAction { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return closeConnection */ @@ -41,7 +41,7 @@ public Boolean getCloseConnection() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param closeConnection set the closeConnection. */ @@ -50,7 +50,7 @@ public void setCloseConnection(Boolean closeConnection) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headers */ @@ -60,7 +60,7 @@ public List getHeaders() { /** * This is the setter method. this will set the headers - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headers */ @@ -70,7 +70,7 @@ public void setHeaders(List headers) { /** * This is the setter method this will set the headers - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headers */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLClientRequestHeader.java b/java/src/com/vmware/avi/sdk/model/SSLClientRequestHeader.java index 18722174fd..458db6fcd8 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLClientRequestHeader.java +++ b/java/src/com/vmware/avi/sdk/model/SSLClientRequestHeader.java @@ -33,7 +33,7 @@ public class SSLClientRequestHeader { * This is the getter method this will return the attribute value. * If this header exists, reset the connection. * If the ssl variable is specified, add a header with this value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestHeader */ @@ -45,7 +45,7 @@ public String getRequestHeader() { * This is the setter method to the attribute. * If this header exists, reset the connection. * If the ssl variable is specified, add a header with this value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestHeader set the requestHeader. */ @@ -64,7 +64,7 @@ public void setRequestHeader(String requestHeader) { * HTTP_POLICY_VAR_SSL_CIPHER, HTTP_POLICY_VAR_REQUEST_ID, HTTP_POLICY_VAR_SSL_CLIENT_VERSION, HTTP_POLICY_VAR_SSL_CLIENT_SIGALG, * HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDBEFORE, HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDAFTER, HTTP_POLICY_VAR_SSL_CLIENT_ESCAPED, * HTTP_POLICY_VAR_SOURCE_IP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestHeaderValue */ @@ -83,7 +83,7 @@ public String getRequestHeaderValue() { * HTTP_POLICY_VAR_SSL_CIPHER, HTTP_POLICY_VAR_REQUEST_ID, HTTP_POLICY_VAR_SSL_CLIENT_VERSION, HTTP_POLICY_VAR_SSL_CLIENT_SIGALG, * HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDBEFORE, HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDAFTER, HTTP_POLICY_VAR_SSL_CLIENT_ESCAPED, * HTTP_POLICY_VAR_SOURCE_IP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestHeaderValue set the requestHeaderValue. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLExpireDetails.java b/java/src/com/vmware/avi/sdk/model/SSLExpireDetails.java index 2cd157db34..ca7c6b1bc5 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLExpireDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SSLExpireDetails.java @@ -32,7 +32,7 @@ public class SSLExpireDetails { /** * This is the getter method this will return the attribute value. * Number of days until certificate is expired. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return daysLeft */ @@ -43,7 +43,7 @@ public Integer getDaysLeft() { /** * This is the setter method to the attribute. * Number of days until certificate is expired. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param daysLeft set the daysLeft. */ @@ -54,7 +54,7 @@ public void setDaysLeft(Integer daysLeft) { /** * This is the getter method this will return the attribute value. * Name of ssl certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -65,7 +65,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of ssl certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLExportDetails.java b/java/src/com/vmware/avi/sdk/model/SSLExportDetails.java index 2a7949c888..6ff1c595d4 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLExportDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SSLExportDetails.java @@ -29,7 +29,7 @@ public class SSLExportDetails { /** * This is the getter method this will return the attribute value. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -40,7 +40,7 @@ public String getUser() { /** * This is the setter method to the attribute. * Request user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLIgnoredDetails.java b/java/src/com/vmware/avi/sdk/model/SSLIgnoredDetails.java index cce03843bf..68219e7c84 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLIgnoredDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SSLIgnoredDetails.java @@ -32,7 +32,7 @@ public class SSLIgnoredDetails { /** * This is the getter method this will return the attribute value. * Name of ssl certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -43,7 +43,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of ssl certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -54,7 +54,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Reason for ignoring certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -65,7 +65,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for ignoring certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLKeyAndCertificate.java b/java/src/com/vmware/avi/sdk/model/SSLKeyAndCertificate.java index 5a89dbde89..93b3227d88 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLKeyAndCertificate.java +++ b/java/src/com/vmware/avi/sdk/model/SSLKeyAndCertificate.java @@ -109,7 +109,7 @@ public class SSLKeyAndCertificate extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ca certificates in certificate chain. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caCerts */ @@ -120,7 +120,7 @@ public List getCaCerts() { /** * This is the setter method. this will set the caCerts * Ca certificates in certificate chain. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caCerts */ @@ -131,7 +131,7 @@ public void setCaCerts(List caCerts) { /** * This is the setter method this will set the caCerts * Ca certificates in certificate chain. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caCerts */ @@ -145,7 +145,7 @@ public SSLKeyAndCertificate addCaCertsItem(CertificateAuthority caCertsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return certificate */ @@ -155,7 +155,7 @@ public SSLCertificate getCertificate() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param certificate set the certificate. */ @@ -166,7 +166,7 @@ public void setCertificate(SSLCertificate certificate) { /** * This is the getter method this will return the attribute value. * States if the certificate is base64 encoded. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return certificateBase64 */ @@ -177,7 +177,7 @@ public Boolean getCertificateBase64() { /** * This is the setter method to the attribute. * States if the certificate is base64 encoded. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param certificateBase64 set the certificateBase64. */ @@ -188,7 +188,7 @@ public void setCertificateBase64(Boolean certificateBase64) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type certificatemanagementprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return certificateManagementProfileRef */ @@ -199,7 +199,7 @@ public String getCertificateManagementProfileRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type certificatemanagementprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param certificateManagementProfileRef set the certificateManagementProfileRef. */ @@ -210,7 +210,7 @@ public void setCertificateManagementProfileRef(String certificateManagementProf /** * This is the getter method this will return the attribute value. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -221,7 +221,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -231,7 +231,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. * Dynamic parameters needed for certificate management profile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dynamicParams */ @@ -242,7 +242,7 @@ public List getDynamicParams() { /** * This is the setter method. this will set the dynamicParams * Dynamic parameters needed for certificate management profile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dynamicParams */ @@ -253,7 +253,7 @@ public void setDynamicParams(List dynamicParams) { /** * This is the setter method this will set the dynamicParams * Dynamic parameters needed for certificate management profile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dynamicParams */ @@ -269,8 +269,8 @@ public SSLKeyAndCertificate addDynamicParamsItem(CustomParams dynamicParamsItem) * This is the getter method this will return the attribute value. * Enables ocsp stapling. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableOcspStapling */ @@ -282,8 +282,8 @@ public Boolean getEnableOcspStapling() { * This is the setter method to the attribute. * Enables ocsp stapling. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableOcspStapling set the enableOcspStapling. */ @@ -295,7 +295,7 @@ public void setEnableOcspStapling(Boolean enableOcspStapling) { * This is the getter method this will return the attribute value. * Encrypted private key corresponding to the private key (e.g. * Those generated by an hsm such as thales nshield). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enckeyBase64 */ @@ -307,7 +307,7 @@ public String getEnckeyBase64() { * This is the setter method to the attribute. * Encrypted private key corresponding to the private key (e.g. * Those generated by an hsm such as thales nshield). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enckeyBase64 set the enckeyBase64. */ @@ -319,7 +319,7 @@ public void setEnckeyBase64(String enckeyBase64) { * This is the getter method this will return the attribute value. * Name of the encrypted private key (e.g. * Those generated by an hsm such as thales nshield). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enckeyName */ @@ -331,7 +331,7 @@ public String getEnckeyName() { * This is the setter method to the attribute. * Name of the encrypted private key (e.g. * Those generated by an hsm such as thales nshield). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enckeyName set the enckeyName. */ @@ -343,7 +343,7 @@ public void setEnckeyName(String enckeyName) { * This is the getter method this will return the attribute value. * Format of the key/certificate file. * Enum options - SSL_PEM, SSL_PKCS12. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_PEM". * @return format */ @@ -355,7 +355,7 @@ public String getFormat() { * This is the setter method to the attribute. * Format of the key/certificate file. * Enum options - SSL_PEM, SSL_PKCS12. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_PEM". * @param format set the format. */ @@ -366,7 +366,7 @@ public void setFormat(String format) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type hardwaresecuritymodulegroup. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hardwaresecuritymodulegroupRef */ @@ -377,7 +377,7 @@ public String getHardwaresecuritymodulegroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type hardwaresecuritymodulegroup. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hardwaresecuritymodulegroupRef set the hardwaresecuritymodulegroupRef. */ @@ -389,7 +389,7 @@ public void setHardwaresecuritymodulegroupRef(String hardwaresecuritymodulegrou * This is the getter method this will return the attribute value. * Flag to enable private key import to hsm while importing the certificate. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return importKeyToHsm */ @@ -401,7 +401,7 @@ public Boolean getImportKeyToHsm() { * This is the setter method to the attribute. * Flag to enable private key import to hsm while importing the certificate. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param importKeyToHsm set the importKeyToHsm. */ @@ -413,7 +413,7 @@ public void setImportKeyToHsm(Boolean importKeyToHsm) { * This is the getter method this will return the attribute value. * It specifies whether the object has to be replicated to the gslb followers. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isFederated */ @@ -425,7 +425,7 @@ public Boolean getIsFederated() { * This is the setter method to the attribute. * It specifies whether the object has to be replicated to the gslb followers. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isFederated set the isFederated. */ @@ -436,7 +436,7 @@ public void setIsFederated(Boolean isFederated) { /** * This is the getter method this will return the attribute value. * Private key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -447,7 +447,7 @@ public String getKey() { /** * This is the setter method to the attribute. * Private key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -458,7 +458,7 @@ public void setKey(String key) { /** * This is the getter method this will return the attribute value. * States if the private key is base64 encoded. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return keyBase64 */ @@ -469,7 +469,7 @@ public Boolean getKeyBase64() { /** * This is the setter method to the attribute. * States if the private key is base64 encoded. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param keyBase64 set the keyBase64. */ @@ -479,7 +479,7 @@ public void setKeyBase64(Boolean keyBase64) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyParams */ @@ -489,7 +489,7 @@ public SSLKeyParams getKeyParams() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyParams set the keyParams. */ @@ -500,7 +500,7 @@ public void setKeyParams(SSLKeyParams keyParams) { /** * This is the getter method this will return the attribute value. * Passphrase used to encrypt the private key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyPassphrase */ @@ -511,7 +511,7 @@ public String getKeyPassphrase() { /** * This is the setter method to the attribute. * Passphrase used to encrypt the private key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyPassphrase set the keyPassphrase. */ @@ -522,8 +522,7 @@ public void setKeyPassphrase(String keyPassphrase) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -535,8 +534,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -548,8 +546,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -563,7 +560,7 @@ public SSLKeyAndCertificate addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -573,7 +570,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -585,7 +582,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Configuration related to ocsp. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ocspConfig */ @@ -597,7 +594,7 @@ public OCSPConfig getOcspConfig() { * This is the setter method to the attribute. * Configuration related to ocsp. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ocspConfig set the ocspConfig. */ @@ -614,8 +611,8 @@ public void setOcspConfig(OCSPConfig ocspConfig) { * OCSP_ERR_CERTSTATUS_ISSUER_REVOKED, OCSP_ERR_CERTSTATUS_PARSE_CERT, OCSP_ERR_CERTSTATUS_HTTP_REQ, OCSP_ERR_CERTSTATUS_URL_LIST, * OCSP_ERR_CERTSTATUS_HTTP_SEND, OCSP_ERR_CERTSTATUS_HTTP_RECV, OCSP_ERR_CERTSTATUS_HTTP_RESP. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- ocsp_err_certstatus_disabled), basic edition(allowed values- - * ocsp_err_certstatus_disabled), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- ocsp_err_certstatus_disabled), basic (allowed values- ocsp_err_certstatus_disabled) edition. * @return ocspErrorStatus */ public String getOcspErrorStatus() { @@ -631,8 +628,8 @@ public String getOcspErrorStatus() { * OCSP_ERR_CERTSTATUS_ISSUER_REVOKED, OCSP_ERR_CERTSTATUS_PARSE_CERT, OCSP_ERR_CERTSTATUS_HTTP_REQ, OCSP_ERR_CERTSTATUS_URL_LIST, * OCSP_ERR_CERTSTATUS_HTTP_SEND, OCSP_ERR_CERTSTATUS_HTTP_RECV, OCSP_ERR_CERTSTATUS_HTTP_RESP. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- ocsp_err_certstatus_disabled), basic edition(allowed values- - * ocsp_err_certstatus_disabled), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- ocsp_err_certstatus_disabled), basic (allowed values- ocsp_err_certstatus_disabled) edition. * @param ocspErrorStatus set the ocspErrorStatus. */ public void setOcspErrorStatus(String ocspErrorStatus) { @@ -642,7 +639,7 @@ public void setOcspErrorStatus(String ocspErrorStatus) { * This is the getter method this will return the attribute value. * This is an internal field to store the ocsp responder urls contained in the certificate. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @return ocspResponderUrlListFromCerts */ public List getOcspResponderUrlListFromCerts() { @@ -653,7 +650,7 @@ public List getOcspResponderUrlListFromCerts() { * This is the setter method. this will set the ocspResponderUrlListFromCerts * This is an internal field to store the ocsp responder urls contained in the certificate. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @return ocspResponderUrlListFromCerts */ public void setOcspResponderUrlListFromCerts(List ocspResponderUrlListFromCerts) { @@ -664,7 +661,7 @@ public void setOcspResponderUrlListFromCerts(List ocspResponderUrlListF * This is the setter method this will set the ocspResponderUrlListFromCerts * This is an internal field to store the ocsp responder urls contained in the certificate. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @return ocspResponderUrlListFromCerts */ public SSLKeyAndCertificate addOcspResponderUrlListFromCertsItem(String ocspResponderUrlListFromCertsItem) { @@ -679,7 +676,7 @@ public SSLKeyAndCertificate addOcspResponderUrlListFromCertsItem(String ocspResp * This is the getter method this will return the attribute value. * Information related to ocsp response. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @return ocspResponseInfo */ public OCSPResponseInfo getOcspResponseInfo() { @@ -690,7 +687,7 @@ public OCSPResponseInfo getOcspResponseInfo() { * This is the setter method to the attribute. * Information related to ocsp response. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @param ocspResponseInfo set the ocspResponseInfo. */ public void setOcspResponseInfo(OCSPResponseInfo ocspResponseInfo) { @@ -700,7 +697,7 @@ public void setOcspResponseInfo(OCSPResponseInfo ocspResponseInfo) { /** * This is the getter method this will return the attribute value. * Enum options - SSL_CERTIFICATE_FINISHED, SSL_CERTIFICATE_PENDING. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CERTIFICATE_FINISHED". * @return status */ @@ -711,7 +708,7 @@ public String getStatus() { /** * This is the setter method to the attribute. * Enum options - SSL_CERTIFICATE_FINISHED, SSL_CERTIFICATE_PENDING. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CERTIFICATE_FINISHED". * @param status set the status. */ @@ -722,7 +719,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -733,7 +730,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -744,7 +741,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. * Enum options - SSL_CERTIFICATE_TYPE_VIRTUALSERVICE, SSL_CERTIFICATE_TYPE_SYSTEM, SSL_CERTIFICATE_TYPE_CA. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -755,7 +752,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - SSL_CERTIFICATE_TYPE_VIRTUALSERVICE, SSL_CERTIFICATE_TYPE_SYSTEM, SSL_CERTIFICATE_TYPE_CA. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -782,7 +779,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -792,7 +789,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLKeyECParams.java b/java/src/com/vmware/avi/sdk/model/SSLKeyECParams.java index c1df7e5da5..57c9beb15d 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLKeyECParams.java +++ b/java/src/com/vmware/avi/sdk/model/SSLKeyECParams.java @@ -29,7 +29,7 @@ public class SSLKeyECParams { /** * This is the getter method this will return the attribute value. * Enum options - SSL_KEY_EC_CURVE_SECP256R1, SSL_KEY_EC_CURVE_SECP384R1, SSL_KEY_EC_CURVE_SECP521R1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_KEY_EC_CURVE_SECP256R1". * @return curve */ @@ -40,7 +40,7 @@ public String getCurve() { /** * This is the setter method to the attribute. * Enum options - SSL_KEY_EC_CURVE_SECP256R1, SSL_KEY_EC_CURVE_SECP384R1, SSL_KEY_EC_CURVE_SECP521R1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_KEY_EC_CURVE_SECP256R1". * @param curve set the curve. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLKeyParams.java b/java/src/com/vmware/avi/sdk/model/SSLKeyParams.java index 0b2aeb3cb4..6554609768 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLKeyParams.java +++ b/java/src/com/vmware/avi/sdk/model/SSLKeyParams.java @@ -35,7 +35,7 @@ public class SSLKeyParams { /** * This is the getter method this will return the attribute value. * Enum options - SSL_KEY_ALGORITHM_RSA, SSL_KEY_ALGORITHM_EC. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_KEY_ALGORITHM_RSA". * @return algorithm */ @@ -46,7 +46,7 @@ public String getAlgorithm() { /** * This is the setter method to the attribute. * Enum options - SSL_KEY_ALGORITHM_RSA, SSL_KEY_ALGORITHM_EC. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_KEY_ALGORITHM_RSA". * @param algorithm set the algorithm. */ @@ -56,7 +56,7 @@ public void setAlgorithm(String algorithm) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ecParams */ @@ -66,7 +66,7 @@ public SSLKeyECParams getEcParams() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ecParams set the ecParams. */ @@ -76,7 +76,7 @@ public void setEcParams(SSLKeyECParams ecParams) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rsaParams */ @@ -86,7 +86,7 @@ public SSLKeyRSAParams getRsaParams() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rsaParams set the rsaParams. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLKeyRSAParams.java b/java/src/com/vmware/avi/sdk/model/SSLKeyRSAParams.java index 17e02fbb76..ba442f47f1 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLKeyRSAParams.java +++ b/java/src/com/vmware/avi/sdk/model/SSLKeyRSAParams.java @@ -31,7 +31,7 @@ public class SSLKeyRSAParams { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 65537. * @return exponent */ @@ -41,7 +41,7 @@ public Integer getExponent() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 65537. * @param exponent set the exponent. */ @@ -52,7 +52,7 @@ public void setExponent(Integer exponent) { /** * This is the getter method this will return the attribute value. * Enum options - SSL_KEY_1024_BITS, SSL_KEY_2048_BITS, SSL_KEY_3072_BITS, SSL_KEY_4096_BITS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_KEY_2048_BITS". * @return keySize */ @@ -63,7 +63,7 @@ public String getKeySize() { /** * This is the setter method to the attribute. * Enum options - SSL_KEY_1024_BITS, SSL_KEY_2048_BITS, SSL_KEY_3072_BITS, SSL_KEY_4096_BITS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_KEY_2048_BITS". * @param keySize set the keySize. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLProfile.java b/java/src/com/vmware/avi/sdk/model/SSLProfile.java index 81d79bc73c..9865b53ab1 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLProfile.java +++ b/java/src/com/vmware/avi/sdk/model/SSLProfile.java @@ -93,7 +93,7 @@ public class SSLProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ciphers suites represented as defined by https //www.openssl.org/docs/man1.1.1/man1/ciphers.html. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AES:3DES:RC4". * @return acceptedCiphers */ @@ -104,7 +104,7 @@ public String getAcceptedCiphers() { /** * This is the setter method to the attribute. * Ciphers suites represented as defined by https //www.openssl.org/docs/man1.1.1/man1/ciphers.html. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AES:3DES:RC4". * @param acceptedCiphers set the acceptedCiphers. */ @@ -115,7 +115,7 @@ public void setAcceptedCiphers(String acceptedCiphers) { * This is the getter method this will return the attribute value. * Set of versions accepted by the server. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return acceptedVersions */ @@ -127,7 +127,7 @@ public List getAcceptedVersions() { * This is the setter method. this will set the acceptedVersions * Set of versions accepted by the server. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return acceptedVersions */ @@ -139,7 +139,7 @@ public void setAcceptedVersions(List acceptedVersions) { * This is the setter method this will set the acceptedVersions * Set of versions accepted by the server. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return acceptedVersions */ @@ -158,11 +158,12 @@ public SSLProfile addAcceptedVersionsItem(SSLVersion acceptedVersionsItem) { * TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, * TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, * TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_AES_256_GCM_SHA384... - * Allowed in enterprise edition with any value, essentials edition(allowed values- + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha), - * basic edition(allowed values- - * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha), - * enterprise with cloud services edition. + * basic (allowed values- + * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha) + * edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cipherEnums */ @@ -178,11 +179,12 @@ public List getCipherEnums() { * TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, * TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, * TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_AES_256_GCM_SHA384... - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha), - * basic edition(allowed values- + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha), - * enterprise with cloud services edition. + * basic (allowed values- + * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha) + * edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cipherEnums */ @@ -198,11 +200,12 @@ public void setCipherEnums(List cipherEnums) { * TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, * TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, * TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_AES_256_GCM_SHA384... - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha), - * basic edition(allowed values- + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha), - * enterprise with cloud services edition. + * basic (allowed values- + * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha) + * edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cipherEnums */ @@ -218,9 +221,9 @@ public SSLProfile addCipherEnumsItem(String cipherEnumsItem) { * This is the getter method this will return the attribute value. * Tls 1.3 ciphers suites represented as defined by u(https //www.openssl.org/docs/man1.1.1/man1/ciphers.html). * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Special default for essentials edition is tls_aes_256_gcm_sha384-tls_aes_128_gcm_sha256, basic edition is - * tls_aes_256_gcm_sha384-tls_aes_128_gcm_sha256, enterprise is tls_aes_256_gcm_sha384-tls_chacha20_poly1305_sha256-tls_aes_128_gcm_sha256. + * tls_aes_256_gcm_sha384-tls_aes_128_gcm_sha256, enterprise edition is tls_aes_256_gcm_sha384-tls_chacha20_poly1305_sha256-tls_aes_128_gcm_sha256. * @return ciphersuites */ public String getCiphersuites() { @@ -231,9 +234,9 @@ public String getCiphersuites() { * This is the setter method to the attribute. * Tls 1.3 ciphers suites represented as defined by u(https //www.openssl.org/docs/man1.1.1/man1/ciphers.html). * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Special default for essentials edition is tls_aes_256_gcm_sha384-tls_aes_128_gcm_sha256, basic edition is - * tls_aes_256_gcm_sha384-tls_aes_128_gcm_sha256, enterprise is tls_aes_256_gcm_sha384-tls_chacha20_poly1305_sha256-tls_aes_128_gcm_sha256. + * tls_aes_256_gcm_sha384-tls_aes_128_gcm_sha256, enterprise edition is tls_aes_256_gcm_sha384-tls_chacha20_poly1305_sha256-tls_aes_128_gcm_sha256. * @param ciphersuites set the ciphersuites. */ public void setCiphersuites(String ciphersuites) { @@ -242,7 +245,7 @@ public void setCiphersuites(String ciphersuites) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -252,7 +255,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -264,7 +267,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Dh parameters used in ssl. * At this time, it is not configurable and is set to 2048 bits. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhparam */ @@ -276,7 +279,7 @@ public String getDhparam() { * This is the setter method to the attribute. * Dh parameters used in ssl. * At this time, it is not configurable and is set to 2048 bits. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dhparam set the dhparam. */ @@ -289,7 +292,7 @@ public void setDhparam(String dhparam) { * Elliptic curve cryptography namedcurves (tls supported groups)represented as defined by rfc 8422-section 5.1.1 andhttps * //www.openssl.org/docs/man1.1.0/man3/ssl_ctx_set1_curves.html. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "auto". * @return ecNamedCurve */ @@ -302,7 +305,7 @@ public String getEcNamedCurve() { * Elliptic curve cryptography namedcurves (tls supported groups)represented as defined by rfc 8422-section 5.1.1 andhttps * //www.openssl.org/docs/man1.1.0/man3/ssl_ctx_set1_curves.html. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "auto". * @param ecNamedCurve set the ecNamedCurve. */ @@ -314,8 +317,8 @@ public void setEcNamedCurve(String ecNamedCurve) { * This is the getter method this will return the attribute value. * Enable early data processing for tls1.3 connections. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableEarlyData */ @@ -327,8 +330,8 @@ public Boolean getEnableEarlyData() { * This is the setter method to the attribute. * Enable early data processing for tls1.3 connections. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableEarlyData set the enableEarlyData. */ @@ -339,7 +342,7 @@ public void setEnableEarlyData(Boolean enableEarlyData) { /** * This is the getter method this will return the attribute value. * Enable ssl session re-use. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableSslSessionReuse */ @@ -350,7 +353,7 @@ public Boolean getEnableSslSessionReuse() { /** * This is the setter method to the attribute. * Enable ssl session re-use. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableSslSessionReuse set the enableSslSessionReuse. */ @@ -362,7 +365,7 @@ public void setEnableSslSessionReuse(Boolean enableSslSessionReuse) { * This is the getter method this will return the attribute value. * It specifies whether the object has to be replicated to the gslb followers. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isFederated */ @@ -374,7 +377,7 @@ public Boolean getIsFederated() { * This is the setter method to the attribute. * It specifies whether the object has to be replicated to the gslb followers. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isFederated set the isFederated. */ @@ -385,8 +388,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -398,8 +400,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -411,8 +412,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -426,7 +426,7 @@ public SSLProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -436,7 +436,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -447,7 +447,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Prefer the ssl cipher ordering presented by the client during the ssl handshake over the one specified in the ssl profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return preferClientCipherOrdering */ @@ -458,7 +458,7 @@ public Boolean getPreferClientCipherOrdering() { /** * This is the setter method to the attribute. * Prefer the ssl cipher ordering presented by the client during the ssl handshake over the one specified in the ssl profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param preferClientCipherOrdering set the preferClientCipherOrdering. */ @@ -469,7 +469,7 @@ public void setPreferClientCipherOrdering(Boolean preferClientCipherOrdering) { /** * This is the getter method this will return the attribute value. * Send 'close notify' alert message for a clean shutdown of the ssl connection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sendCloseNotify */ @@ -480,7 +480,7 @@ public Boolean getSendCloseNotify() { /** * This is the setter method to the attribute. * Send 'close notify' alert message for a clean shutdown of the ssl connection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sendCloseNotify set the sendCloseNotify. */ @@ -493,7 +493,7 @@ public void setSendCloseNotify(Boolean sendCloseNotify) { * Signature algorithms represented as defined by rfc5246-section 7.4.1.4.1 andhttps * //www.openssl.org/docs/man1.1.0/man3/ssl_ctx_set1_client_sigalgs_list.html. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "auto". * @return signatureAlgorithm */ @@ -506,7 +506,7 @@ public String getSignatureAlgorithm() { * Signature algorithms represented as defined by rfc5246-section 7.4.1.4.1 andhttps * //www.openssl.org/docs/man1.1.0/man3/ssl_ctx_set1_client_sigalgs_list.html. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "auto". * @param signatureAlgorithm set the signatureAlgorithm. */ @@ -516,7 +516,7 @@ public void setSignatureAlgorithm(String signatureAlgorithm) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslRating */ @@ -526,7 +526,7 @@ public SSLRating getSslRating() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslRating set the sslRating. */ @@ -538,7 +538,7 @@ public void setSslRating(SSLRating sslRating) { * This is the getter method this will return the attribute value. * The amount of time in seconds before an ssl session expires. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @return sslSessionTimeout */ @@ -550,7 +550,7 @@ public Integer getSslSessionTimeout() { * This is the setter method to the attribute. * The amount of time in seconds before an ssl session expires. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @param sslSessionTimeout set the sslSessionTimeout. */ @@ -559,7 +559,7 @@ public void setSslSessionTimeout(Integer sslSessionTimeout) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ @@ -569,7 +569,7 @@ public List getTags() { /** * This is the setter method. this will set the tags - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ @@ -579,7 +579,7 @@ public void setTags(List tags) { /** * This is the setter method this will set the tags - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ @@ -594,7 +594,7 @@ public SSLProfile addTagsItem(Tag tagsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -605,7 +605,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -618,7 +618,7 @@ public void setTenantRef(String tenantRef) { * Ssl profile type. * Enum options - SSL_PROFILE_TYPE_APPLICATION, SSL_PROFILE_TYPE_SYSTEM. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_PROFILE_TYPE_APPLICATION". * @return type */ @@ -631,7 +631,7 @@ public String getType() { * Ssl profile type. * Enum options - SSL_PROFILE_TYPE_APPLICATION, SSL_PROFILE_TYPE_SYSTEM. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_PROFILE_TYPE_APPLICATION". * @param type set the type. */ @@ -658,7 +658,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -668,7 +668,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLProfileSelector.java b/java/src/com/vmware/avi/sdk/model/SSLProfileSelector.java index cbadfbff88..2b3e692d5e 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLProfileSelector.java +++ b/java/src/com/vmware/avi/sdk/model/SSLProfileSelector.java @@ -33,7 +33,7 @@ public class SSLProfileSelector { * This is the getter method this will return the attribute value. * Configure client ip address groups. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpList */ @@ -45,7 +45,7 @@ public IpAddrMatch getClientIpList() { * This is the setter method to the attribute. * Configure client ip address groups. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpList set the clientIpList. */ @@ -58,7 +58,7 @@ public void setClientIpList(IpAddrMatch clientIpList) { * Ssl profile for the client ip addresses listed. * It is a reference to an object of type sslprofile. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRef */ @@ -71,7 +71,7 @@ public String getSslProfileRef() { * Ssl profile for the client ip addresses listed. * It is a reference to an object of type sslprofile. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslProfileRef set the sslProfileRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLRating.java b/java/src/com/vmware/avi/sdk/model/SSLRating.java index 2ebdc394a5..42ea545484 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLRating.java +++ b/java/src/com/vmware/avi/sdk/model/SSLRating.java @@ -35,7 +35,7 @@ public class SSLRating { /** * This is the getter method this will return the attribute value. * Enum options - SSL_SCORE_NOT_SECURE, SSL_SCORE_VERY_BAD, SSL_SCORE_BAD, SSL_SCORE_AVERAGE, SSL_SCORE_GOOD, SSL_SCORE_EXCELLENT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return compatibilityRating */ @@ -46,7 +46,7 @@ public String getCompatibilityRating() { /** * This is the setter method to the attribute. * Enum options - SSL_SCORE_NOT_SECURE, SSL_SCORE_VERY_BAD, SSL_SCORE_BAD, SSL_SCORE_AVERAGE, SSL_SCORE_GOOD, SSL_SCORE_EXCELLENT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param compatibilityRating set the compatibilityRating. */ @@ -57,7 +57,7 @@ public void setCompatibilityRating(String compatibilityRating) { /** * This is the getter method this will return the attribute value. * Enum options - SSL_SCORE_NOT_SECURE, SSL_SCORE_VERY_BAD, SSL_SCORE_BAD, SSL_SCORE_AVERAGE, SSL_SCORE_GOOD, SSL_SCORE_EXCELLENT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return performanceRating */ @@ -68,7 +68,7 @@ public String getPerformanceRating() { /** * This is the setter method to the attribute. * Enum options - SSL_SCORE_NOT_SECURE, SSL_SCORE_VERY_BAD, SSL_SCORE_BAD, SSL_SCORE_AVERAGE, SSL_SCORE_GOOD, SSL_SCORE_EXCELLENT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param performanceRating set the performanceRating. */ @@ -78,7 +78,7 @@ public void setPerformanceRating(String performanceRating) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return securityScore */ @@ -88,7 +88,7 @@ public String getSecurityScore() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param securityScore set the securityScore. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLRenewDetails.java b/java/src/com/vmware/avi/sdk/model/SSLRenewDetails.java index a624bcd85e..f64e628908 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLRenewDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SSLRenewDetails.java @@ -29,7 +29,7 @@ public class SSLRenewDetails { /** * This is the getter method this will return the attribute value. * Name of ssl certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -40,7 +40,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of ssl certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLRenewFailedDetails.java b/java/src/com/vmware/avi/sdk/model/SSLRenewFailedDetails.java index 7f9b5a1d1d..7865c134c4 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLRenewFailedDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SSLRenewFailedDetails.java @@ -32,7 +32,7 @@ public class SSLRenewFailedDetails { /** * This is the getter method this will return the attribute value. * Error when renewing certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -43,7 +43,7 @@ public String getError() { /** * This is the setter method to the attribute. * Error when renewing certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -54,7 +54,7 @@ public void setError(String error) { /** * This is the getter method this will return the attribute value. * Name of ssl certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -65,7 +65,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of ssl certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLRevokedDetails.java b/java/src/com/vmware/avi/sdk/model/SSLRevokedDetails.java index 4385c42654..56cea60edc 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLRevokedDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SSLRevokedDetails.java @@ -33,7 +33,7 @@ public class SSLRevokedDetails { * This is the getter method this will return the attribute value. * Name of ssl certificate. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -45,7 +45,7 @@ public String getName() { * This is the setter method to the attribute. * Name of ssl certificate. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -57,7 +57,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Certificate revocation reason provided by ocsp responder. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -69,7 +69,7 @@ public String getReason() { * This is the setter method to the attribute. * Certificate revocation reason provided by ocsp responder. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSLVersion.java b/java/src/com/vmware/avi/sdk/model/SSLVersion.java index 844fa6a54f..08bc9fc231 100644 --- a/java/src/com/vmware/avi/sdk/model/SSLVersion.java +++ b/java/src/com/vmware/avi/sdk/model/SSLVersion.java @@ -29,9 +29,9 @@ public class SSLVersion { /** * This is the getter method this will return the attribute value. * Enum options - SSL_VERSION_SSLV3, SSL_VERSION_TLS1, SSL_VERSION_TLS1_1, SSL_VERSION_TLS1_2, SSL_VERSION_TLS1_3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * ssl_version_sslv3,ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2), basic edition(allowed values- - * ssl_version_sslv3,ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2), basic (allowed values- + * ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_VERSION_TLS1_1". * @return type */ @@ -42,9 +42,9 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - SSL_VERSION_SSLV3, SSL_VERSION_TLS1, SSL_VERSION_TLS1_1, SSL_VERSION_TLS1_2, SSL_VERSION_TLS1_3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * ssl_version_sslv3,ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2), basic edition(allowed values- - * ssl_version_sslv3,ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2), basic (allowed values- + * ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_VERSION_TLS1_1". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/SSOPolicy.java b/java/src/com/vmware/avi/sdk/model/SSOPolicy.java index d216c9ae3f..181f42c28d 100644 --- a/java/src/com/vmware/avi/sdk/model/SSOPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/SSOPolicy.java @@ -51,7 +51,7 @@ public class SSOPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Authentication policy settings. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authenticationPolicy */ @@ -63,7 +63,7 @@ public AuthenticationPolicy getAuthenticationPolicy() { * This is the setter method to the attribute. * Authentication policy settings. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authenticationPolicy set the authenticationPolicy. */ @@ -75,7 +75,7 @@ public void setAuthenticationPolicy(AuthenticationPolicy authenticationPolicy) { * This is the getter method this will return the attribute value. * Authorization policy settings. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authorizationPolicy */ @@ -87,7 +87,7 @@ public AuthorizationPolicy getAuthorizationPolicy() { * This is the setter method to the attribute. * Authorization policy settings. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authorizationPolicy set the authorizationPolicy. */ @@ -98,8 +98,7 @@ public void setAuthorizationPolicy(AuthorizationPolicy authorizationPolicy) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -111,8 +110,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -124,8 +122,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -141,7 +138,7 @@ public SSOPolicy addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name of the sso policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -153,7 +150,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the sso policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -166,7 +163,7 @@ public void setName(String name) { * Uuid of the tenant. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -179,7 +176,7 @@ public String getTenantRef() { * Uuid of the tenant. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -192,8 +189,8 @@ public void setTenantRef(String tenantRef) { * Sso policy type. * Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition(allowed values- sso_type_saml, sso_type_jwt, - * sso_type_ldap, sso_type_oauth), enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSO_TYPE_SAML". * @return type */ @@ -206,8 +203,8 @@ public String getType() { * Sso policy type. * Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition(allowed values- sso_type_saml, sso_type_jwt, - * sso_type_ldap, sso_type_oauth), enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSO_TYPE_SAML". * @param type set the type. */ @@ -236,7 +233,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the sso policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -248,7 +245,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the sso policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SaasLicensingInfo.java b/java/src/com/vmware/avi/sdk/model/SaasLicensingInfo.java index 6667bb3340..2e510e7799 100644 --- a/java/src/com/vmware/avi/sdk/model/SaasLicensingInfo.java +++ b/java/src/com/vmware/avi/sdk/model/SaasLicensingInfo.java @@ -21,6 +21,9 @@ @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) public class SaasLicensingInfo { + @JsonProperty("enable_notional_reserve") + private Boolean enableNotionalReserve = true; + @JsonProperty("max_service_units") private Float maxServiceUnits = 0.0f; @@ -29,13 +32,37 @@ public class SaasLicensingInfo { + /** + * This is the getter method this will return the attribute value. + * Enable relaxed reservation norm allowing up to 2x free units( normally constrained to free license units ) to be reserved by upcoming se’s. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @return enableNotionalReserve + */ + public Boolean getEnableNotionalReserve() { + return enableNotionalReserve; + } + + /** + * This is the setter method to the attribute. + * Enable relaxed reservation norm allowing up to 2x free units( normally constrained to free license units ) to be reserved by upcoming se’s. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @param enableNotionalReserve set the enableNotionalReserve. + */ + public void setEnableNotionalReserve(Boolean enableNotionalReserve) { + this.enableNotionalReserve = enableNotionalReserve; + } + /** * This is the getter method this will return the attribute value. * Maximum service units limit for controller. * Allowed values are 0-100000. * Special values are 0 - infinite. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return maxServiceUnits */ @@ -49,7 +76,7 @@ public Float getMaxServiceUnits() { * Allowed values are 0-100000. * Special values are 0 - infinite. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param maxServiceUnits set the maxServiceUnits. */ @@ -62,7 +89,7 @@ public void setMaxServiceUnits(Float maxServiceUnits) { * Minimum service units that always remain reserved on controller. * Allowed values are 0-1000. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return reserveServiceUnits */ @@ -75,7 +102,7 @@ public Float getReserveServiceUnits() { * Minimum service units that always remain reserved on controller. * Allowed values are 0-1000. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param reserveServiceUnits set the reserveServiceUnits. */ @@ -94,14 +121,16 @@ public boolean equals(java.lang.Object o) { } SaasLicensingInfo objSaasLicensingInfo = (SaasLicensingInfo) o; return Objects.equals(this.reserveServiceUnits, objSaasLicensingInfo.reserveServiceUnits)&& - Objects.equals(this.maxServiceUnits, objSaasLicensingInfo.maxServiceUnits); + Objects.equals(this.maxServiceUnits, objSaasLicensingInfo.maxServiceUnits)&& + Objects.equals(this.enableNotionalReserve, objSaasLicensingInfo.enableNotionalReserve); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class SaasLicensingInfo {\n"); - sb.append(" maxServiceUnits: ").append(toIndentedString(maxServiceUnits)).append("\n"); + sb.append(" enableNotionalReserve: ").append(toIndentedString(enableNotionalReserve)).append("\n"); + sb.append(" maxServiceUnits: ").append(toIndentedString(maxServiceUnits)).append("\n"); sb.append(" reserveServiceUnits: ").append(toIndentedString(reserveServiceUnits)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/SaasLicensingStatus.java b/java/src/com/vmware/avi/sdk/model/SaasLicensingStatus.java index 5ae062da5d..923c9c173d 100644 --- a/java/src/com/vmware/avi/sdk/model/SaasLicensingStatus.java +++ b/java/src/com/vmware/avi/sdk/model/SaasLicensingStatus.java @@ -22,7 +22,7 @@ @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) public class SaasLicensingStatus { - @JsonProperty("connected") + @JsonIgnore private Boolean connected; @JsonProperty("enabled") @@ -31,6 +31,9 @@ public class SaasLicensingStatus { @JsonProperty("expired") private Boolean expired; + @JsonProperty("last_refreshed_at") + private String lastRefreshedAt; + @JsonProperty("message") private String message; @@ -40,16 +43,25 @@ public class SaasLicensingStatus { @JsonIgnore private String publicKey; + @JsonProperty("refresh_status") + private Boolean refreshStatus; + + @JsonProperty("refreshed_at") + private String refreshedAt; + @JsonProperty("reserve_service_units") private Float reserveServiceUnits; + @JsonProperty("state") + private String state; + /** * This is the getter method this will return the attribute value. * Portal connectivity status. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connected */ @@ -61,7 +73,7 @@ public Boolean getConnected() { * This is the setter method to the attribute. * Portal connectivity status. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connected set the connected. */ @@ -73,7 +85,7 @@ public void setConnected(Boolean connected) { * This is the getter method this will return the attribute value. * Status of saas licensing subscription. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enabled */ @@ -85,7 +97,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Status of saas licensing subscription. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enabled set the enabled. */ @@ -97,7 +109,7 @@ public void setEnabled(Boolean enabled) { * This is the getter method this will return the attribute value. * Saas license expiry status. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expired */ @@ -109,7 +121,7 @@ public Boolean getExpired() { * This is the setter method to the attribute. * Saas license expiry status. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expired set the expired. */ @@ -117,11 +129,35 @@ public void setExpired(Boolean expired) { this.expired = expired; } + /** + * This is the getter method this will return the attribute value. + * Timestamp of last successful refresh. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return lastRefreshedAt + */ + public String getLastRefreshedAt() { + return lastRefreshedAt; + } + + /** + * This is the setter method to the attribute. + * Timestamp of last successful refresh. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param lastRefreshedAt set the lastRefreshedAt. + */ + public void setLastRefreshedAt(String lastRefreshedAt) { + this.lastRefreshedAt = lastRefreshedAt; + } + /** * This is the getter method this will return the attribute value. * Message. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -133,7 +169,7 @@ public String getMessage() { * This is the setter method to the attribute. * Message. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ @@ -145,7 +181,7 @@ public void setMessage(String message) { * This is the getter method this will return the attribute value. * Name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -157,7 +193,7 @@ public String getName() { * This is the setter method to the attribute. * Name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -169,7 +205,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Public key. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return publicKey */ @@ -181,7 +217,7 @@ public String getPublicKey() { * This is the setter method to the attribute. * Public key. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param publicKey set the publicKey. */ @@ -189,11 +225,59 @@ public void setPublicKey(String publicKey) { this.publicKey = publicKey; } + /** + * This is the getter method this will return the attribute value. + * License refresh status. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return refreshStatus + */ + public Boolean getRefreshStatus() { + return refreshStatus; + } + + /** + * This is the setter method to the attribute. + * License refresh status. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param refreshStatus set the refreshStatus. + */ + public void setRefreshStatus(Boolean refreshStatus) { + this.refreshStatus = refreshStatus; + } + + /** + * This is the getter method this will return the attribute value. + * Timestamp of last attempted refresh. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return refreshedAt + */ + public String getRefreshedAt() { + return refreshedAt; + } + + /** + * This is the setter method to the attribute. + * Timestamp of last attempted refresh. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param refreshedAt set the refreshedAt. + */ + public void setRefreshedAt(String refreshedAt) { + this.refreshedAt = refreshedAt; + } + /** * This is the getter method this will return the attribute value. * Service units reserved on controller. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reserveServiceUnits */ @@ -205,7 +289,7 @@ public Float getReserveServiceUnits() { * This is the setter method to the attribute. * Service units reserved on controller. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reserveServiceUnits set the reserveServiceUnits. */ @@ -213,6 +297,32 @@ public void setReserveServiceUnits(Float reserveServiceUnits) { this.reserveServiceUnits = reserveServiceUnits; } + /** + * This is the getter method this will return the attribute value. + * Saas license request status. + * Enum options - SUBSCRIPTION_NONE, SUBSCRIPTION_SUCCESS, SUBSCRIPTION_FAILED, SUBSCRIPTION_IN_PROGRESS. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return state + */ + public String getState() { + return state; + } + + /** + * This is the setter method to the attribute. + * Saas license request status. + * Enum options - SUBSCRIPTION_NONE, SUBSCRIPTION_SUCCESS, SUBSCRIPTION_FAILED, SUBSCRIPTION_IN_PROGRESS. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param state set the state. + */ + public void setState(String state) { + this.state = state; + } + @Override public boolean equals(java.lang.Object o) { @@ -229,7 +339,11 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.connected, objSaasLicensingStatus.connected)&& Objects.equals(this.message, objSaasLicensingStatus.message)&& Objects.equals(this.publicKey, objSaasLicensingStatus.publicKey)&& - Objects.equals(this.expired, objSaasLicensingStatus.expired); + Objects.equals(this.expired, objSaasLicensingStatus.expired)&& + Objects.equals(this.state, objSaasLicensingStatus.state)&& + Objects.equals(this.refreshStatus, objSaasLicensingStatus.refreshStatus)&& + Objects.equals(this.lastRefreshedAt, objSaasLicensingStatus.lastRefreshedAt)&& + Objects.equals(this.refreshedAt, objSaasLicensingStatus.refreshedAt); } @Override @@ -239,10 +353,14 @@ public String toString() { sb.append(" connected: ").append(toIndentedString(connected)).append("\n"); sb.append(" enabled: ").append(toIndentedString(enabled)).append("\n"); sb.append(" expired: ").append(toIndentedString(expired)).append("\n"); + sb.append(" lastRefreshedAt: ").append(toIndentedString(lastRefreshedAt)).append("\n"); sb.append(" message: ").append(toIndentedString(message)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" publicKey: ").append(toIndentedString(publicKey)).append("\n"); + sb.append(" refreshStatus: ").append(toIndentedString(refreshStatus)).append("\n"); + sb.append(" refreshedAt: ").append(toIndentedString(refreshedAt)).append("\n"); sb.append(" reserveServiceUnits: ").append(toIndentedString(reserveServiceUnits)).append("\n"); + sb.append(" state: ").append(toIndentedString(state)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/java/src/com/vmware/avi/sdk/model/SamlAttribute.java b/java/src/com/vmware/avi/sdk/model/SamlAttribute.java index 54cfa266a0..59a33b7e3c 100644 --- a/java/src/com/vmware/avi/sdk/model/SamlAttribute.java +++ b/java/src/com/vmware/avi/sdk/model/SamlAttribute.java @@ -33,7 +33,7 @@ public class SamlAttribute { * This is the getter method this will return the attribute value. * Saml attribute name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrName */ @@ -45,7 +45,7 @@ public String getAttrName() { * This is the setter method to the attribute. * Saml attribute name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attrName set the attrName. */ @@ -56,7 +56,7 @@ public void setAttrName(String attrName) { * This is the getter method this will return the attribute value. * Saml attribute values. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrValues */ @@ -68,7 +68,7 @@ public List getAttrValues() { * This is the setter method. this will set the attrValues * Saml attribute values. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrValues */ @@ -80,7 +80,7 @@ public void setAttrValues(List attrValues) { * This is the setter method this will set the attrValues * Saml attribute values. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrValues */ diff --git a/java/src/com/vmware/avi/sdk/model/SamlAuthnRuleMatch.java b/java/src/com/vmware/avi/sdk/model/SamlAuthnRuleMatch.java index ae02b7a85c..3aa6088c02 100644 --- a/java/src/com/vmware/avi/sdk/model/SamlAuthnRuleMatch.java +++ b/java/src/com/vmware/avi/sdk/model/SamlAuthnRuleMatch.java @@ -34,7 +34,7 @@ public class SamlAuthnRuleMatch { * Name of the executed saml authentication rule action. * Enum options - SKIP_AUTHENTICATION, USE_DEFAULT_AUTHENTICATION. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthnMatchedRuleAction */ @@ -47,7 +47,7 @@ public String getSamlAuthnMatchedRuleAction() { * Name of the executed saml authentication rule action. * Enum options - SKIP_AUTHENTICATION, USE_DEFAULT_AUTHENTICATION. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthnMatchedRuleAction set the samlAuthnMatchedRuleAction. */ @@ -59,7 +59,7 @@ public void setSamlAuthnMatchedRuleAction(String samlAuthnMatchedRuleAction) { * This is the getter method this will return the attribute value. * Name of the matched saml authentication rule. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthnMatchedRuleName */ @@ -71,7 +71,7 @@ public String getSamlAuthnMatchedRuleName() { * This is the setter method to the attribute. * Name of the matched saml authentication rule. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthnMatchedRuleName set the samlAuthnMatchedRuleName. */ diff --git a/java/src/com/vmware/avi/sdk/model/SamlAuthzRuleMatch.java b/java/src/com/vmware/avi/sdk/model/SamlAuthzRuleMatch.java index a8ee58c5d7..3d1c19a410 100644 --- a/java/src/com/vmware/avi/sdk/model/SamlAuthzRuleMatch.java +++ b/java/src/com/vmware/avi/sdk/model/SamlAuthzRuleMatch.java @@ -34,7 +34,7 @@ public class SamlAuthzRuleMatch { * Name of the executed saml authorization rule action. * Enum options - ALLOW_ACCESS, CLOSE_CONNECTION, HTTP_LOCAL_RESPONSE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthzMatchedRuleAction */ @@ -47,7 +47,7 @@ public String getSamlAuthzMatchedRuleAction() { * Name of the executed saml authorization rule action. * Enum options - ALLOW_ACCESS, CLOSE_CONNECTION, HTTP_LOCAL_RESPONSE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthzMatchedRuleAction set the samlAuthzMatchedRuleAction. */ @@ -59,7 +59,7 @@ public void setSamlAuthzMatchedRuleAction(String samlAuthzMatchedRuleAction) { * This is the getter method this will return the attribute value. * Name of the matched saml authorization rule. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthzMatchedRuleName */ @@ -71,7 +71,7 @@ public String getSamlAuthzMatchedRuleName() { * This is the setter method to the attribute. * Name of the matched saml authorization rule. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthzMatchedRuleName set the samlAuthzMatchedRuleName. */ diff --git a/java/src/com/vmware/avi/sdk/model/SamlIdentityProviderSettings.java b/java/src/com/vmware/avi/sdk/model/SamlIdentityProviderSettings.java index 22daa6f2c8..5e5cbd61d4 100644 --- a/java/src/com/vmware/avi/sdk/model/SamlIdentityProviderSettings.java +++ b/java/src/com/vmware/avi/sdk/model/SamlIdentityProviderSettings.java @@ -41,7 +41,7 @@ public class SamlIdentityProviderSettings { * Allowed values are 1-10080. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return metaDataDownloadInterval */ @@ -55,7 +55,7 @@ public Integer getMetaDataDownloadInterval() { * Allowed values are 1-10080. * Field introduced in 30.2.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param metaDataDownloadInterval set the metaDataDownloadInterval. */ @@ -67,7 +67,7 @@ public void setMetaDataDownloadInterval(Integer metaDataDownloadInterval) { * This is the getter method this will return the attribute value. * Saml idp metadata. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -79,7 +79,7 @@ public String getMetadata() { * This is the setter method to the attribute. * Saml idp metadata. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metadata set the metadata. */ @@ -91,7 +91,7 @@ public void setMetadata(String metadata) { * This is the getter method this will return the attribute value. * Saml idp federation metadata url. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadataUrl */ @@ -103,7 +103,7 @@ public String getMetadataUrl() { * This is the setter method to the attribute. * Saml idp federation metadata url. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metadataUrl set the metadataUrl. */ @@ -115,7 +115,7 @@ public void setMetadataUrl(String metadataUrl) { * This is the getter method this will return the attribute value. * Enable periodic metadata download. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return periodicDownload */ @@ -127,7 +127,7 @@ public Boolean getPeriodicDownload() { * This is the setter method to the attribute. * Enable periodic metadata download. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param periodicDownload set the periodicDownload. */ diff --git a/java/src/com/vmware/avi/sdk/model/SamlLog.java b/java/src/com/vmware/avi/sdk/model/SamlLog.java index c2750e77ee..247ecd9835 100644 --- a/java/src/com/vmware/avi/sdk/model/SamlLog.java +++ b/java/src/com/vmware/avi/sdk/model/SamlLog.java @@ -48,7 +48,7 @@ public class SamlLog { * This is the getter method this will return the attribute value. * Set to true if saml authentication is used. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isSamlAuthenticationUsed */ @@ -60,7 +60,7 @@ public Boolean getIsSamlAuthenticationUsed() { * This is the setter method to the attribute. * Set to true if saml authentication is used. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isSamlAuthenticationUsed set the isSamlAuthenticationUsed. */ @@ -71,7 +71,7 @@ public void setIsSamlAuthenticationUsed(Boolean isSamlAuthenticationUsed) { * This is the getter method this will return the attribute value. * Saml attribute list. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAttributeLists */ @@ -83,7 +83,7 @@ public List getSamlAttributeLists() { * This is the setter method. this will set the samlAttributeLists * Saml attribute list. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAttributeLists */ @@ -95,7 +95,7 @@ public void setSamlAttributeLists(List samlAttributeLists) { * This is the setter method this will set the samlAttributeLists * Saml attribute list. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAttributeLists */ @@ -114,7 +114,7 @@ public SamlLog addSamlAttributeListsItem(SamlAttribute samlAttributeListsItem) { * SAML_AUTH_STATUS_AUTH_REQUEST_GENERATED, SAML_AUTH_STATUS_AUTH_RESPONSE_RECEIVED, SAML_AUTH_STATUS_AUTHENTICATED_REQUEST, * SAML_AUTH_STATUS_AUTHORIZATION_FAILED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthStatus */ @@ -129,7 +129,7 @@ public String getSamlAuthStatus() { * SAML_AUTH_STATUS_AUTH_REQUEST_GENERATED, SAML_AUTH_STATUS_AUTH_RESPONSE_RECEIVED, SAML_AUTH_STATUS_AUTHENTICATED_REQUEST, * SAML_AUTH_STATUS_AUTHORIZATION_FAILED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthStatus set the samlAuthStatus. */ @@ -141,7 +141,7 @@ public void setSamlAuthStatus(String samlAuthStatus) { * This is the getter method this will return the attribute value. * Saml authentication rule match. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthnRuleMatch */ @@ -153,7 +153,7 @@ public SamlAuthnRuleMatch getSamlAuthnRuleMatch() { * This is the setter method to the attribute. * Saml authentication rule match. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthnRuleMatch set the samlAuthnRuleMatch. */ @@ -165,7 +165,7 @@ public void setSamlAuthnRuleMatch(SamlAuthnRuleMatch samlAuthnRuleMatch) { * This is the getter method this will return the attribute value. * Saml authorization rule match. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthzRuleMatch */ @@ -177,7 +177,7 @@ public SamlAuthzRuleMatch getSamlAuthzRuleMatch() { * This is the setter method to the attribute. * Saml authorization rule match. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthzRuleMatch set the samlAuthzRuleMatch. */ @@ -189,7 +189,7 @@ public void setSamlAuthzRuleMatch(SamlAuthzRuleMatch samlAuthzRuleMatch) { * This is the getter method this will return the attribute value. * Is set when saml session cookie is expired. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlSessionCookieExpired */ @@ -201,7 +201,7 @@ public Boolean getSamlSessionCookieExpired() { * This is the setter method to the attribute. * Is set when saml session cookie is expired. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlSessionCookieExpired set the samlSessionCookieExpired. */ @@ -213,7 +213,7 @@ public void setSamlSessionCookieExpired(Boolean samlSessionCookieExpired) { * This is the getter method this will return the attribute value. * Saml userid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userid */ @@ -225,7 +225,7 @@ public String getUserid() { * This is the setter method to the attribute. * Saml userid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userid set the userid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SamlMetadataUpdateFailedDetails.java b/java/src/com/vmware/avi/sdk/model/SamlMetadataUpdateFailedDetails.java index 60aa87a85a..40a9909e94 100644 --- a/java/src/com/vmware/avi/sdk/model/SamlMetadataUpdateFailedDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SamlMetadataUpdateFailedDetails.java @@ -32,7 +32,7 @@ public class SamlMetadataUpdateFailedDetails { /** * This is the getter method this will return the attribute value. * Name of auth profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -43,7 +43,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of auth profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -54,7 +54,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Reason for update failure. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -65,7 +65,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for update failure. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ diff --git a/java/src/com/vmware/avi/sdk/model/SamlServiceProviderNode.java b/java/src/com/vmware/avi/sdk/model/SamlServiceProviderNode.java index f9494f05ed..07390469ff 100644 --- a/java/src/com/vmware/avi/sdk/model/SamlServiceProviderNode.java +++ b/java/src/com/vmware/avi/sdk/model/SamlServiceProviderNode.java @@ -40,7 +40,7 @@ public class SamlServiceProviderNode { * Globally unique entityid for this node. * Entity id on the idp should match this. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityId */ @@ -53,7 +53,7 @@ public String getEntityId() { * Globally unique entityid for this node. * Entity id on the idp should match this. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityId set the entityId. */ @@ -65,7 +65,7 @@ public void setEntityId(String entityId) { * This is the getter method this will return the attribute value. * Refers to the cluster name identifier (virtual ip or fqdn). * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -77,7 +77,7 @@ public String getName() { * This is the setter method to the attribute. * Refers to the cluster name identifier (virtual ip or fqdn). * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -90,7 +90,7 @@ public void setName(String name) { * Service engines will use this ssl certificate to sign assertions going to the idp. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return signingSslKeyAndCertificateRef */ @@ -103,7 +103,7 @@ public String getSigningSslKeyAndCertificateRef() { * Service engines will use this ssl certificate to sign assertions going to the idp. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param signingSslKeyAndCertificateRef set the signingSslKeyAndCertificateRef. */ @@ -115,7 +115,7 @@ public void setSigningSslKeyAndCertificateRef(String signingSslKeyAndCertificat * This is the getter method this will return the attribute value. * Single signon url to be programmed on the idp. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return singleSignonUrl */ @@ -127,7 +127,7 @@ public String getSingleSignonUrl() { * This is the setter method to the attribute. * Single signon url to be programmed on the idp. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param singleSignonUrl set the singleSignonUrl. */ diff --git a/java/src/com/vmware/avi/sdk/model/SamlServiceProviderSettings.java b/java/src/com/vmware/avi/sdk/model/SamlServiceProviderSettings.java index da6ce76186..20b5c37624 100644 --- a/java/src/com/vmware/avi/sdk/model/SamlServiceProviderSettings.java +++ b/java/src/com/vmware/avi/sdk/model/SamlServiceProviderSettings.java @@ -51,7 +51,7 @@ public class SamlServiceProviderSettings { * This is the getter method this will return the attribute value. * Fqdn if entity type is dns_fqdn. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -63,7 +63,7 @@ public String getFqdn() { * This is the setter method to the attribute. * Fqdn if entity type is dns_fqdn. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -75,7 +75,7 @@ public void setFqdn(String fqdn) { * This is the getter method this will return the attribute value. * Service provider organization display name. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return orgDisplayName */ @@ -87,7 +87,7 @@ public String getOrgDisplayName() { * This is the setter method to the attribute. * Service provider organization display name. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param orgDisplayName set the orgDisplayName. */ @@ -99,7 +99,7 @@ public void setOrgDisplayName(String orgDisplayName) { * This is the getter method this will return the attribute value. * Service provider organization name. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return orgName */ @@ -111,7 +111,7 @@ public String getOrgName() { * This is the setter method to the attribute. * Service provider organization name. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param orgName set the orgName. */ @@ -123,7 +123,7 @@ public void setOrgName(String orgName) { * This is the getter method this will return the attribute value. * Service provider organization url. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return orgUrl */ @@ -135,7 +135,7 @@ public String getOrgUrl() { * This is the setter method to the attribute. * Service provider organization url. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param orgUrl set the orgUrl. */ @@ -148,7 +148,7 @@ public void setOrgUrl(String orgUrl) { * Type of saml endpoint. * Enum options - AUTH_SAML_CLUSTER_VIP, AUTH_SAML_DNS_FQDN, AUTH_SAML_APP_VS. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlEntityType */ @@ -161,7 +161,7 @@ public String getSamlEntityType() { * Type of saml endpoint. * Enum options - AUTH_SAML_CLUSTER_VIP, AUTH_SAML_DNS_FQDN, AUTH_SAML_APP_VS. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlEntityType set the samlEntityType. */ @@ -172,7 +172,7 @@ public void setSamlEntityType(String samlEntityType) { * This is the getter method this will return the attribute value. * Service provider node information. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spNodes */ @@ -184,7 +184,7 @@ public List getSpNodes() { * This is the setter method. this will set the spNodes * Service provider node information. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spNodes */ @@ -196,7 +196,7 @@ public void setSpNodes(List spNodes) { * This is the setter method this will set the spNodes * Service provider node information. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spNodes */ @@ -212,7 +212,7 @@ public SamlServiceProviderSettings addSpNodesItem(SamlServiceProviderNode spNode * This is the getter method this will return the attribute value. * Service provider technical contact email. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return techContactEmail */ @@ -224,7 +224,7 @@ public String getTechContactEmail() { * This is the setter method to the attribute. * Service provider technical contact email. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param techContactEmail set the techContactEmail. */ @@ -236,7 +236,7 @@ public void setTechContactEmail(String techContactEmail) { * This is the getter method this will return the attribute value. * Service provider technical contact name. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return techContactName */ @@ -248,7 +248,7 @@ public String getTechContactName() { * This is the setter method to the attribute. * Service provider technical contact name. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param techContactName set the techContactName. */ diff --git a/java/src/com/vmware/avi/sdk/model/SamlSettings.java b/java/src/com/vmware/avi/sdk/model/SamlSettings.java index 63382ff250..a41e590b8e 100644 --- a/java/src/com/vmware/avi/sdk/model/SamlSettings.java +++ b/java/src/com/vmware/avi/sdk/model/SamlSettings.java @@ -33,7 +33,7 @@ public class SamlSettings { * This is the getter method this will return the attribute value. * Configure remote identity provider settings. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return idp */ @@ -45,7 +45,7 @@ public SamlIdentityProviderSettings getIdp() { * This is the setter method to the attribute. * Configure remote identity provider settings. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param idp set the idp. */ @@ -57,7 +57,7 @@ public void setIdp(SamlIdentityProviderSettings idp) { * This is the getter method this will return the attribute value. * Configure service provider settings for the controller. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sp */ @@ -69,7 +69,7 @@ public SamlServiceProviderSettings getSp() { * This is the setter method to the attribute. * Configure service provider settings for the controller. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sp set the sp. */ diff --git a/java/src/com/vmware/avi/sdk/model/ScaleStatus.java b/java/src/com/vmware/avi/sdk/model/ScaleStatus.java index b632d78321..238a47fde4 100644 --- a/java/src/com/vmware/avi/sdk/model/ScaleStatus.java +++ b/java/src/com/vmware/avi/sdk/model/ScaleStatus.java @@ -64,7 +64,7 @@ public class ScaleStatus { * Enum options - OTHER, CREATE, READ, UPDATE, DELETE, SCALE_OUT, SCALE_IN, SE_REMOVED, SE_DISCONNECT, SE_RECONNECT, WARM_RESTART, COLD_RESTART, * UPDATE_LOGMGR_MAP, MIGRATE_SCALEOUT, MIGRATE_SCALEIN, INITIAL_PLACEMENT, ROTATE_KEYS, GLB_MGR_UPDATE, UPDATE_DNS_RECORDS, SCALEOUT_ADMINUP... * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -77,7 +77,7 @@ public String getAction() { * Enum options - OTHER, CREATE, READ, UPDATE, DELETE, SCALE_OUT, SCALE_IN, SE_REMOVED, SE_DISCONNECT, SE_RECONNECT, WARM_RESTART, COLD_RESTART, * UPDATE_LOGMGR_MAP, MIGRATE_SCALEOUT, MIGRATE_SCALEIN, INITIAL_PLACEMENT, ROTATE_KEYS, GLB_MGR_UPDATE, UPDATE_DNS_RECORDS, SCALEOUT_ADMINUP... * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -88,7 +88,7 @@ public void setAction(String action) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actionSuccess */ @@ -99,7 +99,7 @@ public Boolean getActionSuccess() { /** * This is the setter method to the attribute. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param actionSuccess set the actionSuccess. */ @@ -109,7 +109,7 @@ public void setActionSuccess(Boolean actionSuccess) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTimeStr */ @@ -119,7 +119,7 @@ public String getEndTimeStr() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTimeStr set the endTimeStr. */ @@ -129,7 +129,7 @@ public void setEndTimeStr(String endTimeStr) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSeAssigned */ @@ -139,7 +139,7 @@ public Integer getNumSeAssigned() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSeAssigned set the numSeAssigned. */ @@ -149,7 +149,7 @@ public void setNumSeAssigned(Integer numSeAssigned) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSeRequested */ @@ -159,7 +159,7 @@ public Integer getNumSeRequested() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSeRequested set the numSeRequested. */ @@ -168,7 +168,7 @@ public void setNumSeRequested(Integer numSeRequested) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -178,7 +178,7 @@ public List getReason() { /** * This is the setter method. this will set the reason - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -188,7 +188,7 @@ public void setReason(List reason) { /** * This is the setter method this will set the reason - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -202,7 +202,7 @@ public ScaleStatus addReasonItem(String reasonItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reasonCode */ @@ -212,7 +212,7 @@ public Integer getReasonCode() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reasonCode set the reasonCode. */ @@ -222,7 +222,7 @@ public void setReasonCode(Integer reasonCode) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reasonCodeString */ @@ -232,7 +232,7 @@ public String getReasonCodeString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reasonCodeString set the reasonCodeString. */ @@ -242,7 +242,7 @@ public void setReasonCodeString(String reasonCodeString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleSe */ @@ -252,7 +252,7 @@ public String getScaleSe() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleSe set the scaleSe. */ @@ -262,7 +262,7 @@ public void setScaleSe(String scaleSe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTimeStr */ @@ -272,7 +272,7 @@ public String getStartTimeStr() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTimeStr set the startTimeStr. */ @@ -287,7 +287,7 @@ public void setStartTimeStr(String startTimeStr) { * SCALEOUT_AWAITING_SE_READY, SCALEOUT_WAIT_FOR_SE_READY, SCALEOUT_SUCCESS, SCALEOUT_ERROR, SCALEOUT_ROLLBACK, SCALEOUT_ERROR_DISABLED, * SCALEIN_AWAITING_SE_READY, SCALEIN_AWAITING_SE_PRE_RELEASE, SCALEIN_AWAITING_PRIMARY_SWITCHOVER, SCALEIN_AWAITING_SE_PROGRAMMING, * SCALEIN_AWAITING_CLOUD_DETACH, SCALEIN_WAIT_FOR_SE_READY... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -302,7 +302,7 @@ public String getState() { * SCALEOUT_AWAITING_SE_READY, SCALEOUT_WAIT_FOR_SE_READY, SCALEOUT_SUCCESS, SCALEOUT_ERROR, SCALEOUT_ROLLBACK, SCALEOUT_ERROR_DISABLED, * SCALEIN_AWAITING_SE_READY, SCALEIN_AWAITING_SE_PRE_RELEASE, SCALEIN_AWAITING_PRIMARY_SWITCHOVER, SCALEIN_AWAITING_SE_PROGRAMMING, * SCALEIN_AWAITING_CLOUD_DETACH, SCALEIN_WAIT_FOR_SE_READY... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -312,7 +312,7 @@ public void setState(String state) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipPlacementResolutionInfo */ @@ -322,7 +322,7 @@ public VipPlacementResolutionInfo getVipPlacementResolutionInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipPlacementResolutionInfo set the vipPlacementResolutionInfo. */ diff --git a/java/src/com/vmware/avi/sdk/model/ScheduledScaling.java b/java/src/com/vmware/avi/sdk/model/ScheduledScaling.java index 82bc065a3e..03dc2b8f6b 100644 --- a/java/src/com/vmware/avi/sdk/model/ScheduledScaling.java +++ b/java/src/com/vmware/avi/sdk/model/ScheduledScaling.java @@ -50,7 +50,7 @@ public class ScheduledScaling { * Allowed values are 1-24. * Field introduced in 21.1.1. * Unit is hours. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return autoscalingDuration */ @@ -64,7 +64,7 @@ public Integer getAutoscalingDuration() { * Allowed values are 1-24. * Field introduced in 21.1.1. * Unit is hours. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param autoscalingDuration set the autoscalingDuration. */ @@ -76,7 +76,7 @@ public void setAutoscalingDuration(Integer autoscalingDuration) { * This is the getter method this will return the attribute value. * The cron expression describing desired time for the scheduled autoscale. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cronExpression */ @@ -88,7 +88,7 @@ public String getCronExpression() { * This is the setter method to the attribute. * The cron expression describing desired time for the scheduled autoscale. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cronExpression set the cronExpression. */ @@ -100,7 +100,7 @@ public void setCronExpression(String cronExpression) { * This is the getter method this will return the attribute value. * Desired number of servers during scheduled intervals, it may cause scale-in or scale-out based on the value. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return desiredCapacity */ @@ -112,7 +112,7 @@ public Integer getDesiredCapacity() { * This is the setter method to the attribute. * Desired number of servers during scheduled intervals, it may cause scale-in or scale-out based on the value. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param desiredCapacity set the desiredCapacity. */ @@ -124,7 +124,7 @@ public void setDesiredCapacity(Integer desiredCapacity) { * This is the getter method this will return the attribute value. * Enables the scheduled autoscale. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -136,7 +136,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enables the scheduled autoscale. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -148,7 +148,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Scheduled autoscale end date in iso8601 format, said day will be included in scheduled and have to be in future and greater than start date. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endDate */ @@ -160,7 +160,7 @@ public String getEndDate() { * This is the setter method to the attribute. * Scheduled autoscale end date in iso8601 format, said day will be included in scheduled and have to be in future and greater than start date. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endDate set the endDate. */ @@ -173,7 +173,7 @@ public void setEndDate(String endDate) { * Maximum number of simultaneous scale-in/out servers for scheduled autoscale. * If this value is 0, regular autoscale policy dictates this. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return scheduleMaxStep */ @@ -186,7 +186,7 @@ public Integer getScheduleMaxStep() { * Maximum number of simultaneous scale-in/out servers for scheduled autoscale. * If this value is 0, regular autoscale policy dictates this. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param scheduleMaxStep set the scheduleMaxStep. */ @@ -198,7 +198,7 @@ public void setScheduleMaxStep(Integer scheduleMaxStep) { * This is the getter method this will return the attribute value. * Scheduled autoscale start date in iso8601 format, said day will be included in scheduled and have to be in future. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startDate */ @@ -210,7 +210,7 @@ public String getStartDate() { * This is the setter method to the attribute. * Scheduled autoscale start date in iso8601 format, said day will be included in scheduled and have to be in future. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startDate set the startDate. */ diff --git a/java/src/com/vmware/avi/sdk/model/Scheduler.java b/java/src/com/vmware/avi/sdk/model/Scheduler.java index d36cac0aaf..df7e9d0328 100644 --- a/java/src/com/vmware/avi/sdk/model/Scheduler.java +++ b/java/src/com/vmware/avi/sdk/model/Scheduler.java @@ -66,7 +66,7 @@ public class Scheduler extends AviRestResource { * This is the getter method this will return the attribute value. * Backup configuration to be executed by this scheduler. * It is a reference to an object of type backupconfiguration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backupConfigRef */ @@ -78,7 +78,7 @@ public String getBackupConfigRef() { * This is the setter method to the attribute. * Backup configuration to be executed by this scheduler. * It is a reference to an object of type backupconfiguration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backupConfigRef set the backupConfigRef. */ @@ -88,7 +88,7 @@ public void setBackupConfigRef(String backupConfigRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -98,7 +98,7 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -109,7 +109,7 @@ public void setEnabled(Boolean enabled) { /** * This is the getter method this will return the attribute value. * Scheduler end date and time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endDateTime */ @@ -120,7 +120,7 @@ public String getEndDateTime() { /** * This is the setter method to the attribute. * Scheduler end date and time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endDateTime set the endDateTime. */ @@ -132,7 +132,7 @@ public void setEndDateTime(String endDateTime) { * This is the getter method this will return the attribute value. * Frequency at which custom scheduler will run. * Allowed values are 0-60. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frequency */ @@ -144,7 +144,7 @@ public Integer getFrequency() { * This is the setter method to the attribute. * Frequency at which custom scheduler will run. * Allowed values are 0-60. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frequency set the frequency. */ @@ -157,7 +157,7 @@ public void setFrequency(Integer frequency) { * Unit at which custom scheduler will run. * Enum options - SCHEDULER_FREQUENCY_UNIT_MIN, SCHEDULER_FREQUENCY_UNIT_HOUR, SCHEDULER_FREQUENCY_UNIT_DAY, SCHEDULER_FREQUENCY_UNIT_WEEK, * SCHEDULER_FREQUENCY_UNIT_MONTH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frequencyUnit */ @@ -170,7 +170,7 @@ public String getFrequencyUnit() { * Unit at which custom scheduler will run. * Enum options - SCHEDULER_FREQUENCY_UNIT_MIN, SCHEDULER_FREQUENCY_UNIT_HOUR, SCHEDULER_FREQUENCY_UNIT_DAY, SCHEDULER_FREQUENCY_UNIT_WEEK, * SCHEDULER_FREQUENCY_UNIT_MONTH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frequencyUnit set the frequencyUnit. */ @@ -181,7 +181,7 @@ public void setFrequencyUnit(String frequencyUnit) { /** * This is the getter method this will return the attribute value. * Name of scheduler. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -192,7 +192,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of scheduler. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -204,7 +204,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Scheduler run mode. * Enum options - RUN_MODE_PERIODIC, RUN_MODE_AT, RUN_MODE_NOW. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return runMode */ @@ -216,7 +216,7 @@ public String getRunMode() { * This is the setter method to the attribute. * Scheduler run mode. * Enum options - RUN_MODE_PERIODIC, RUN_MODE_AT, RUN_MODE_NOW. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param runMode set the runMode. */ @@ -228,7 +228,7 @@ public void setRunMode(String runMode) { * This is the getter method this will return the attribute value. * Control script to be executed by this scheduler. * It is a reference to an object of type alertscriptconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return runScriptRef */ @@ -240,7 +240,7 @@ public String getRunScriptRef() { * This is the setter method to the attribute. * Control script to be executed by this scheduler. * It is a reference to an object of type alertscriptconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param runScriptRef set the runScriptRef. */ @@ -252,7 +252,7 @@ public void setRunScriptRef(String runScriptRef) { * This is the getter method this will return the attribute value. * Define scheduler action. * Enum options - SCHEDULER_ACTION_RUN_A_SCRIPT, SCHEDULER_ACTION_BACKUP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SCHEDULER_ACTION_BACKUP". * @return schedulerAction */ @@ -264,7 +264,7 @@ public String getSchedulerAction() { * This is the setter method to the attribute. * Define scheduler action. * Enum options - SCHEDULER_ACTION_RUN_A_SCRIPT, SCHEDULER_ACTION_BACKUP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SCHEDULER_ACTION_BACKUP". * @param schedulerAction set the schedulerAction. */ @@ -275,7 +275,7 @@ public void setSchedulerAction(String schedulerAction) { /** * This is the getter method this will return the attribute value. * Scheduler start date and time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startDateTime */ @@ -286,7 +286,7 @@ public String getStartDateTime() { /** * This is the setter method to the attribute. * Scheduler start date and time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startDateTime set the startDateTime. */ @@ -297,7 +297,7 @@ public void setStartDateTime(String startDateTime) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -308,7 +308,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -335,7 +335,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -345,7 +345,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SchedulerActionDetails.java b/java/src/com/vmware/avi/sdk/model/SchedulerActionDetails.java index bb3503e344..e9a41daddb 100644 --- a/java/src/com/vmware/avi/sdk/model/SchedulerActionDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SchedulerActionDetails.java @@ -39,7 +39,7 @@ public class SchedulerActionDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backupUri */ @@ -49,7 +49,7 @@ public List getBackupUri() { /** * This is the setter method. this will set the backupUri - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backupUri */ @@ -59,7 +59,7 @@ public void setBackupUri(List backupUri) { /** * This is the setter method this will set the backupUri - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backupUri */ @@ -73,7 +73,7 @@ public SchedulerActionDetails addBackupUriItem(String backupUriItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controlScriptOutput */ @@ -83,7 +83,7 @@ public String getControlScriptOutput() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controlScriptOutput set the controlScriptOutput. */ @@ -93,7 +93,7 @@ public void setControlScriptOutput(String controlScriptOutput) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return executionDatestamp */ @@ -103,7 +103,7 @@ public String getExecutionDatestamp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param executionDatestamp set the executionDatestamp. */ @@ -113,7 +113,7 @@ public void setExecutionDatestamp(String executionDatestamp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return schedulerUuid */ @@ -123,7 +123,7 @@ public String getSchedulerUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param schedulerUuid set the schedulerUuid. */ @@ -133,7 +133,7 @@ public void setSchedulerUuid(String schedulerUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -143,7 +143,7 @@ public String getStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeAgentProperties.java b/java/src/com/vmware/avi/sdk/model/SeAgentProperties.java index d235291ddb..019a51d7bd 100644 --- a/java/src/com/vmware/avi/sdk/model/SeAgentProperties.java +++ b/java/src/com/vmware/avi/sdk/model/SeAgentProperties.java @@ -129,7 +129,7 @@ public class SeAgentProperties { * This is the getter method this will return the attribute value. * Aggressive count of hb misses for se health check failure. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return controllerEchoMissAggressiveLimit */ @@ -141,7 +141,7 @@ public Integer getControllerEchoMissAggressiveLimit() { * This is the setter method to the attribute. * Aggressive count of hb misses for se health check failure. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param controllerEchoMissAggressiveLimit set the controllerEchoMissAggressiveLimit. */ @@ -153,7 +153,7 @@ public void setControllerEchoMissAggressiveLimit(Integer controllerEchoMissAggr * This is the getter method this will return the attribute value. * Count of hb misses for se health check failure. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return controllerEchoMissLimit */ @@ -165,7 +165,7 @@ public Integer getControllerEchoMissLimit() { * This is the setter method to the attribute. * Count of hb misses for se health check failure. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param controllerEchoMissLimit set the controllerEchoMissLimit. */ @@ -177,7 +177,7 @@ public void setControllerEchoMissLimit(Integer controllerEchoMissLimit) { * This is the getter method this will return the attribute value. * Aggressive timeout used for se health check. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return controllerEchoRpcAggressiveTimeout */ @@ -189,7 +189,7 @@ public Integer getControllerEchoRpcAggressiveTimeout() { * This is the setter method to the attribute. * Aggressive timeout used for se health check. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param controllerEchoRpcAggressiveTimeout set the controllerEchoRpcAggressiveTimeout. */ @@ -201,7 +201,7 @@ public void setControllerEchoRpcAggressiveTimeout(Integer controllerEchoRpcAggr * This is the getter method this will return the attribute value. * Timeout used for se health check. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return controllerEchoRpcTimeout */ @@ -213,7 +213,7 @@ public Integer getControllerEchoRpcTimeout() { * This is the setter method to the attribute. * Timeout used for se health check. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param controllerEchoRpcTimeout set the controllerEchoRpcTimeout. */ @@ -224,7 +224,7 @@ public void setControllerEchoRpcTimeout(Integer controllerEchoRpcTimeout) { /** * This is the getter method this will return the attribute value. * Allowed values are 1-20. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @return controllerHeartbeatMissLimit */ @@ -235,7 +235,7 @@ public Integer getControllerHeartbeatMissLimit() { /** * This is the setter method to the attribute. * Allowed values are 1-20. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @param controllerHeartbeatMissLimit set the controllerHeartbeatMissLimit. */ @@ -247,7 +247,7 @@ public void setControllerHeartbeatMissLimit(Integer controllerHeartbeatMissLimi * This is the getter method this will return the attribute value. * Allowed values are 1-60. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 12. * @return controllerHeartbeatTimeoutSec */ @@ -259,7 +259,7 @@ public Integer getControllerHeartbeatTimeoutSec() { * This is the setter method to the attribute. * Allowed values are 1-60. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 12. * @param controllerHeartbeatTimeoutSec set the controllerHeartbeatTimeoutSec. */ @@ -270,7 +270,7 @@ public void setControllerHeartbeatTimeoutSec(Integer controllerHeartbeatTimeout /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return controllerRegistrationTimeoutSec */ @@ -281,7 +281,7 @@ public Integer getControllerRegistrationTimeoutSec() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param controllerRegistrationTimeoutSec set the controllerRegistrationTimeoutSec. */ @@ -292,7 +292,7 @@ public void setControllerRegistrationTimeoutSec(Integer controllerRegistrationT /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return controllerRpcTimeout */ @@ -303,7 +303,7 @@ public Integer getControllerRpcTimeout() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param controllerRpcTimeout set the controllerRpcTimeout. */ @@ -314,7 +314,7 @@ public void setControllerRpcTimeout(Integer controllerRpcTimeout) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return cpustatsInterval */ @@ -325,7 +325,7 @@ public Integer getCpustatsInterval() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param cpustatsInterval set the cpustatsInterval. */ @@ -338,7 +338,7 @@ public void setCpustatsInterval(Integer cpustatsInterval) { * Max time to wait for ctrl registration before assert. * Allowed values are 1-1000. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 150. * @return ctrlRegPendingMaxWaitTime */ @@ -351,7 +351,7 @@ public Integer getCtrlRegPendingMaxWaitTime() { * Max time to wait for ctrl registration before assert. * Allowed values are 1-1000. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 150. * @param ctrlRegPendingMaxWaitTime set the ctrlRegPendingMaxWaitTime. */ @@ -361,7 +361,7 @@ public void setCtrlRegPendingMaxWaitTime(Integer ctrlRegPendingMaxWaitTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return debugMode */ @@ -371,7 +371,7 @@ public Boolean getDebugMode() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param debugMode set the debugMode. */ @@ -385,7 +385,7 @@ public void setDebugMode(Boolean debugMode) { * Use dp_aggressive_deq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return dpAggressiveDeqIntervalMsec */ @@ -399,7 +399,7 @@ public Integer getDpAggressiveDeqIntervalMsec() { * Use dp_aggressive_deq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param dpAggressiveDeqIntervalMsec set the dpAggressiveDeqIntervalMsec. */ @@ -413,7 +413,7 @@ public void setDpAggressiveDeqIntervalMsec(Integer dpAggressiveDeqIntervalMsec) * Use dp_aggressive_enq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return dpAggressiveEnqIntervalMsec */ @@ -427,7 +427,7 @@ public Integer getDpAggressiveEnqIntervalMsec() { * Use dp_aggressive_enq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param dpAggressiveEnqIntervalMsec set the dpAggressiveEnqIntervalMsec. */ @@ -437,7 +437,7 @@ public void setDpAggressiveEnqIntervalMsec(Integer dpAggressiveEnqIntervalMsec) /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return dpBatchSize */ @@ -447,7 +447,7 @@ public Integer getDpBatchSize() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param dpBatchSize set the dpBatchSize. */ @@ -461,7 +461,7 @@ public void setDpBatchSize(Integer dpBatchSize) { * Use dp_deq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return dpDeqIntervalMsec */ @@ -475,7 +475,7 @@ public Integer getDpDeqIntervalMsec() { * Use dp_deq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param dpDeqIntervalMsec set the dpDeqIntervalMsec. */ @@ -489,7 +489,7 @@ public void setDpDeqIntervalMsec(Integer dpDeqIntervalMsec) { * Use dp_enq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return dpEnqIntervalMsec */ @@ -503,7 +503,7 @@ public Integer getDpEnqIntervalMsec() { * Use dp_enq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param dpEnqIntervalMsec set the dpEnqIntervalMsec. */ @@ -514,7 +514,7 @@ public void setDpEnqIntervalMsec(Integer dpEnqIntervalMsec) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return dpMaxWaitRspTimeSec */ @@ -525,7 +525,7 @@ public Integer getDpMaxWaitRspTimeSec() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param dpMaxWaitRspTimeSec set the dpMaxWaitRspTimeSec. */ @@ -537,7 +537,7 @@ public void setDpMaxWaitRspTimeSec(Integer dpMaxWaitRspTimeSec) { * This is the getter method this will return the attribute value. * Max time to wait for dp registration before assert. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 75. * @return dpRegPendingMaxWaitTime */ @@ -549,7 +549,7 @@ public Integer getDpRegPendingMaxWaitTime() { * This is the setter method to the attribute. * Max time to wait for dp registration before assert. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 75. * @param dpRegPendingMaxWaitTime set the dpRegPendingMaxWaitTime. */ @@ -560,7 +560,7 @@ public void setDpRegPendingMaxWaitTime(Integer dpRegPendingMaxWaitTime) { /** * This is the getter method this will return the attribute value. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return headlessTimeoutSec */ @@ -571,7 +571,7 @@ public Integer getHeadlessTimeoutSec() { /** * This is the setter method to the attribute. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param headlessTimeoutSec set the headlessTimeoutSec. */ @@ -583,7 +583,7 @@ public void setHeadlessTimeoutSec(Integer headlessTimeoutSec) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ignoreDockerMacChange */ @@ -595,7 +595,7 @@ public Boolean getIgnoreDockerMacChange() { * This is the setter method to the attribute. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param ignoreDockerMacChange set the ignoreDockerMacChange. */ @@ -611,7 +611,7 @@ public void setIgnoreDockerMacChange(Boolean ignoreDockerMacChange) { * Allowed values are 1-1000. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return nsHelperDeqIntervalMsec */ @@ -627,7 +627,7 @@ public Integer getNsHelperDeqIntervalMsec() { * Allowed values are 1-1000. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param nsHelperDeqIntervalMsec set the nsHelperDeqIntervalMsec. */ @@ -642,7 +642,7 @@ public void setNsHelperDeqIntervalMsec(Integer nsHelperDeqIntervalMsec) { * Use sdb_flush_interval serviceenginegroup instead. * Allowed values are 1-10000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return sdbFlushInterval */ @@ -657,7 +657,7 @@ public Integer getSdbFlushInterval() { * Use sdb_flush_interval serviceenginegroup instead. * Allowed values are 1-10000. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param sdbFlushInterval set the sdbFlushInterval. */ @@ -671,7 +671,7 @@ public void setSdbFlushInterval(Integer sdbFlushInterval) { * Deprecated in 21.1.1. * Use sdb_pipeline_size serviceenginegroup instead. * Allowed values are 1-10000. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return sdbPipelineSize */ @@ -685,7 +685,7 @@ public Integer getSdbPipelineSize() { * Deprecated in 21.1.1. * Use sdb_pipeline_size serviceenginegroup instead. * Allowed values are 1-10000. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param sdbPipelineSize set the sdbPipelineSize. */ @@ -699,7 +699,7 @@ public void setSdbPipelineSize(Integer sdbPipelineSize) { * Deprecated in 21.1.1. * Use sdb_scan_count serviceenginegroup instead. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return sdbScanCount */ @@ -713,7 +713,7 @@ public Integer getSdbScanCount() { * Deprecated in 21.1.1. * Use sdb_scan_count serviceenginegroup instead. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param sdbScanCount set the sdbScanCount. */ @@ -725,7 +725,7 @@ public void setSdbScanCount(Integer sdbScanCount) { * This is the getter method this will return the attribute value. * Internal flag used to decide if se restart is needed,when the se-group is changed. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return seGrpChangeDisruptive */ @@ -737,7 +737,7 @@ public Boolean getSeGrpChangeDisruptive() { * This is the setter method to the attribute. * Internal flag used to decide if se restart is needed,when the se-group is changed. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param seGrpChangeDisruptive set the seGrpChangeDisruptive. */ @@ -749,7 +749,7 @@ public void setSeGrpChangeDisruptive(Boolean seGrpChangeDisruptive) { * This is the getter method this will return the attribute value. * Seagent properties for state cache functionality. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seagentStatecacheProperties */ @@ -761,7 +761,7 @@ public SeAgentStateCacheProperties getSeagentStatecacheProperties() { * This is the setter method to the attribute. * Seagent properties for state cache functionality. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seagentStatecacheProperties set the seagentStatecacheProperties. */ @@ -777,7 +777,7 @@ public void setSeagentStatecacheProperties(SeAgentStateCacheProperties seagentSt * Allowed values are 10-600. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return sendSeReadyTimeout */ @@ -793,7 +793,7 @@ public Integer getSendSeReadyTimeout() { * Allowed values are 10-600. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param sendSeReadyTimeout set the sendSeReadyTimeout. */ @@ -807,7 +807,7 @@ public void setSendSeReadyTimeout(Integer sendSeReadyTimeout) { * Allowed values are 1-10000. * Field introduced in 18.2.1, 17.2.14, 18.1.5. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return statesFlushInterval */ @@ -821,7 +821,7 @@ public Integer getStatesFlushInterval() { * Allowed values are 1-10000. * Field introduced in 18.2.1, 17.2.14, 18.1.5. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param statesFlushInterval set the statesFlushInterval. */ @@ -836,7 +836,7 @@ public void setStatesFlushInterval(Integer statesFlushInterval) { * Use vnic_dhcp_ip_check_interval instead. * Allowed values are 1-1000. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @return vnicDhcpIpCheckInterval */ @@ -851,7 +851,7 @@ public Integer getVnicDhcpIpCheckInterval() { * Use vnic_dhcp_ip_check_interval instead. * Allowed values are 1-1000. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @param vnicDhcpIpCheckInterval set the vnicDhcpIpCheckInterval. */ @@ -864,7 +864,7 @@ public void setVnicDhcpIpCheckInterval(Integer vnicDhcpIpCheckInterval) { * Dhcp ip max retries. * Deprecated in 21.1.1. * Use vnic_dhcp_ip_max_retries serviceenginegroup instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return vnicDhcpIpMaxRetries */ @@ -877,7 +877,7 @@ public Integer getVnicDhcpIpMaxRetries() { * Dhcp ip max retries. * Deprecated in 21.1.1. * Use vnic_dhcp_ip_max_retries serviceenginegroup instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param vnicDhcpIpMaxRetries set the vnicDhcpIpMaxRetries. */ @@ -891,7 +891,7 @@ public void setVnicDhcpIpMaxRetries(Integer vnicDhcpIpMaxRetries) { * Deprecated in 21.1.1. * Use vnic_ip_delete_interval serviceenginegroup instead. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return vnicIpDeleteInterval */ @@ -905,7 +905,7 @@ public Integer getVnicIpDeleteInterval() { * Deprecated in 21.1.1. * Use vnic_ip_delete_interval serviceenginegroup instead. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param vnicIpDeleteInterval set the vnicIpDeleteInterval. */ @@ -919,7 +919,7 @@ public void setVnicIpDeleteInterval(Integer vnicIpDeleteInterval) { * Deprecated in 21.1.1. * Use vnic_probe_interval serviceenginegroup instead. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return vnicProbeInterval */ @@ -933,7 +933,7 @@ public Integer getVnicProbeInterval() { * Deprecated in 21.1.1. * Use vnic_probe_interval serviceenginegroup instead. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param vnicProbeInterval set the vnicProbeInterval. */ @@ -947,7 +947,7 @@ public void setVnicProbeInterval(Integer vnicProbeInterval) { * Use vnic_rpc_retry_interval serviceenginegroup instead. * Field introduced in 18.2.6. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return vnicRpcRetryInterval */ @@ -961,7 +961,7 @@ public Integer getVnicRpcRetryInterval() { * Use vnic_rpc_retry_interval serviceenginegroup instead. * Field introduced in 18.2.6. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param vnicRpcRetryInterval set the vnicRpcRetryInterval. */ @@ -976,7 +976,7 @@ public void setVnicRpcRetryInterval(Integer vnicRpcRetryInterval) { * Use vnicdb_cmd_history_size serviceenginegroup instead. * Allowed values are 0-65535. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @return vnicdbCmdHistorySize */ @@ -991,7 +991,7 @@ public Integer getVnicdbCmdHistorySize() { * Use vnicdb_cmd_history_size serviceenginegroup instead. * Allowed values are 0-65535. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @param vnicdbCmdHistorySize set the vnicdbCmdHistorySize. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeAgentStateCacheProperties.java b/java/src/com/vmware/avi/sdk/model/SeAgentStateCacheProperties.java index e4494b7967..e29edc1a8e 100644 --- a/java/src/com/vmware/avi/sdk/model/SeAgentStateCacheProperties.java +++ b/java/src/com/vmware/avi/sdk/model/SeAgentStateCacheProperties.java @@ -64,7 +64,7 @@ public class SeAgentStateCacheProperties { * Max elements to flush in one shot from the internal buffer by the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return scBatchBufferFlushLimit */ @@ -77,7 +77,7 @@ public Integer getScBatchBufferFlushLimit() { * Max elements to flush in one shot from the internal buffer by the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param scBatchBufferFlushLimit set the scBatchBufferFlushLimit. */ @@ -90,7 +90,7 @@ public void setScBatchBufferFlushLimit(Integer scBatchBufferFlushLimit) { * Max elements to dequeue in one shot from the q by the statecache thread. * Allowed values are 1-10000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return scCfgQBatchDequeueLimit */ @@ -103,7 +103,7 @@ public Integer getScCfgQBatchDequeueLimit() { * Max elements to dequeue in one shot from the q by the statecache thread. * Allowed values are 1-10000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param scCfgQBatchDequeueLimit set the scCfgQBatchDequeueLimit. */ @@ -116,7 +116,7 @@ public void setScCfgQBatchDequeueLimit(Integer scCfgQBatchDequeueLimit) { * Max elements in the config queue between seagent main and the statecache thread. * Allowed values are 1-10000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return scCfgQMaxSize */ @@ -129,7 +129,7 @@ public Integer getScCfgQMaxSize() { * Max elements in the config queue between seagent main and the statecache thread. * Allowed values are 1-10000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param scCfgQMaxSize set the scCfgQMaxSize. */ @@ -142,7 +142,7 @@ public void setScCfgQMaxSize(Integer scCfgQMaxSize) { * Max elements to dequeue in one shot from the q by the statecache thread. * Allowed values are 1-10000. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return scDnsQBatchDequeueLimit */ @@ -155,7 +155,7 @@ public Integer getScDnsQBatchDequeueLimit() { * Max elements to dequeue in one shot from the q by the statecache thread. * Allowed values are 1-10000. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param scDnsQBatchDequeueLimit set the scDnsQBatchDequeueLimit. */ @@ -168,7 +168,7 @@ public void setScDnsQBatchDequeueLimit(Integer scDnsQBatchDequeueLimit) { * Max elements in the dns queue between seagent main and the statecache thread. * Allowed values are 1-10000. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return scDnsQMaxSize */ @@ -181,7 +181,7 @@ public Integer getScDnsQMaxSize() { * Max elements in the dns queue between seagent main and the statecache thread. * Allowed values are 1-10000. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param scDnsQMaxSize set the scDnsQMaxSize. */ @@ -195,7 +195,7 @@ public void setScDnsQMaxSize(Integer scDnsQMaxSize) { * Allowed values are 1-1000000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 900. * @return scShardCleanupMaxTime */ @@ -209,7 +209,7 @@ public Integer getScShardCleanupMaxTime() { * Allowed values are 1-1000000. * Field introduced in 18.2.5. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 900. * @param scShardCleanupMaxTime set the scShardCleanupMaxTime. */ @@ -222,7 +222,7 @@ public void setScShardCleanupMaxTime(Integer scShardCleanupMaxTime) { * Max elements to dequeue in one shot from the state_ring by the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return scStateRingBatchDequeueLimit */ @@ -235,7 +235,7 @@ public Integer getScStateRingBatchDequeueLimit() { * Max elements to dequeue in one shot from the state_ring by the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param scStateRingBatchDequeueLimit set the scStateRingBatchDequeueLimit. */ @@ -249,7 +249,7 @@ public void setScStateRingBatchDequeueLimit(Integer scStateRingBatchDequeueLimi * Allowed values are 1-10000. * Field introduced in 18.2.5. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return scStatesFlushInterval */ @@ -263,7 +263,7 @@ public Integer getScStatesFlushInterval() { * Allowed values are 1-10000. * Field introduced in 18.2.5. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param scStatesFlushInterval set the scStatesFlushInterval. */ @@ -277,7 +277,7 @@ public void setScStatesFlushInterval(Integer scStatesFlushInterval) { * Allowed values are 1-90000. * Field introduced in 18.2.5. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @return scStreamCheckInterval */ @@ -291,7 +291,7 @@ public Integer getScStreamCheckInterval() { * Allowed values are 1-90000. * Field introduced in 18.2.5. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @param scStreamCheckInterval set the scStreamCheckInterval. */ @@ -304,7 +304,7 @@ public void setScStreamCheckInterval(Integer scStreamCheckInterval) { * Max elements to dequeue in one shot from the q by the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return scThreadQBatchDequeueLimit */ @@ -317,7 +317,7 @@ public Integer getScThreadQBatchDequeueLimit() { * Max elements to dequeue in one shot from the q by the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param scThreadQBatchDequeueLimit set the scThreadQBatchDequeueLimit. */ @@ -330,7 +330,7 @@ public void setScThreadQBatchDequeueLimit(Integer scThreadQBatchDequeueLimit) { * Max elements in the q between seagent main and the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return scThreadQMaxSize */ @@ -343,7 +343,7 @@ public Integer getScThreadQMaxSize() { * Max elements in the q between seagent main and the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param scThreadQMaxSize set the scThreadQMaxSize. */ @@ -357,7 +357,7 @@ public void setScThreadQMaxSize(Integer scThreadQMaxSize) { * Allowed values are 1-10000. * Field introduced in 18.2.5. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return scThreadSleepInterval */ @@ -371,7 +371,7 @@ public Integer getScThreadSleepInterval() { * Allowed values are 1-10000. * Field introduced in 18.2.5. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param scThreadSleepInterval set the scThreadSleepInterval. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeBgpPeerDownDetails.java b/java/src/com/vmware/avi/sdk/model/SeBgpPeerDownDetails.java index 1c464eabc9..7bd018d16b 100644 --- a/java/src/com/vmware/avi/sdk/model/SeBgpPeerDownDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeBgpPeerDownDetails.java @@ -36,7 +36,7 @@ public class SeBgpPeerDownDetails { * This is the getter method this will return the attribute value. * Message specific to the down condition. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -48,7 +48,7 @@ public String getMessage() { * This is the setter method to the attribute. * Message specific to the down condition. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ @@ -60,7 +60,7 @@ public void setMessage(String message) { * This is the getter method this will return the attribute value. * Ip address of bgp peer. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return peerIp */ @@ -72,7 +72,7 @@ public String getPeerIp() { * This is the setter method to the attribute. * Ip address of bgp peer. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param peerIp set the peerIp. */ @@ -84,7 +84,7 @@ public void setPeerIp(String peerIp) { * This is the getter method this will return the attribute value. * Name of virtual routing context in which bgp is configured. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfName */ @@ -96,7 +96,7 @@ public String getVrfName() { * This is the setter method to the attribute. * Name of virtual routing context in which bgp is configured. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfName set the vrfName. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeBgpPeerStateChangeDetails.java b/java/src/com/vmware/avi/sdk/model/SeBgpPeerStateChangeDetails.java index d198fd8a10..165078f93e 100644 --- a/java/src/com/vmware/avi/sdk/model/SeBgpPeerStateChangeDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeBgpPeerStateChangeDetails.java @@ -36,7 +36,7 @@ public class SeBgpPeerStateChangeDetails { * This is the getter method this will return the attribute value. * Ip address of bgp peer. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return peerIp */ @@ -48,7 +48,7 @@ public String getPeerIp() { * This is the setter method to the attribute. * Ip address of bgp peer. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param peerIp set the peerIp. */ @@ -60,7 +60,7 @@ public void setPeerIp(String peerIp) { * This is the getter method this will return the attribute value. * Bgp peer state. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return peerState */ @@ -72,7 +72,7 @@ public String getPeerState() { * This is the setter method to the attribute. * Bgp peer state. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param peerState set the peerState. */ @@ -84,7 +84,7 @@ public void setPeerState(String peerState) { * This is the getter method this will return the attribute value. * Name of virtual routing context in which bgp is configured. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfName */ @@ -96,7 +96,7 @@ public String getVrfName() { * This is the setter method to the attribute. * Name of virtual routing context in which bgp is configured. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfName set the vrfName. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeBootupCompressionProperties.java b/java/src/com/vmware/avi/sdk/model/SeBootupCompressionProperties.java index f9a22918dc..f5de37ebda 100644 --- a/java/src/com/vmware/avi/sdk/model/SeBootupCompressionProperties.java +++ b/java/src/com/vmware/avi/sdk/model/SeBootupCompressionProperties.java @@ -44,7 +44,7 @@ public class SeBootupCompressionProperties { /** * This is the getter method this will return the attribute value. * Number of buffers to use for compression output. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return bufNum */ @@ -55,7 +55,7 @@ public Integer getBufNum() { /** * This is the setter method to the attribute. * Number of buffers to use for compression output. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param bufNum set the bufNum. */ @@ -66,7 +66,7 @@ public void setBufNum(Integer bufNum) { /** * This is the getter method this will return the attribute value. * Size of each buffer used for compression output, this should ideally be a multiple of pagesize. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return bufSize */ @@ -77,7 +77,7 @@ public Integer getBufSize() { /** * This is the setter method to the attribute. * Size of each buffer used for compression output, this should ideally be a multiple of pagesize. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param bufSize set the bufSize. */ @@ -88,7 +88,7 @@ public void setBufSize(Integer bufSize) { /** * This is the getter method this will return the attribute value. * Hash size used by compression, rounded to the last power of 2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @return hashSize */ @@ -99,7 +99,7 @@ public Integer getHashSize() { /** * This is the setter method to the attribute. * Hash size used by compression, rounded to the last power of 2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @param hashSize set the hashSize. */ @@ -110,7 +110,7 @@ public void setHashSize(Integer hashSize) { /** * This is the getter method this will return the attribute value. * Level of compression to apply on content selected for aggressive compression. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return levelAggressive */ @@ -121,7 +121,7 @@ public Integer getLevelAggressive() { /** * This is the setter method to the attribute. * Level of compression to apply on content selected for aggressive compression. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param levelAggressive set the levelAggressive. */ @@ -132,7 +132,7 @@ public void setLevelAggressive(Integer levelAggressive) { /** * This is the getter method this will return the attribute value. * Level of compression to apply on content selected for normal compression. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return levelNormal */ @@ -143,7 +143,7 @@ public Integer getLevelNormal() { /** * This is the setter method to the attribute. * Level of compression to apply on content selected for normal compression. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param levelNormal set the levelNormal. */ @@ -154,7 +154,7 @@ public void setLevelNormal(Integer levelNormal) { /** * This is the getter method this will return the attribute value. * Window size used by compression, rounded to the last power of 2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return windowSize */ @@ -165,7 +165,7 @@ public Integer getWindowSize() { /** * This is the setter method to the attribute. * Window size used by compression, rounded to the last power of 2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param windowSize set the windowSize. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeBootupProperties.java b/java/src/com/vmware/avi/sdk/model/SeBootupProperties.java index 8f1b04a935..a17bb77991 100644 --- a/java/src/com/vmware/avi/sdk/model/SeBootupProperties.java +++ b/java/src/com/vmware/avi/sdk/model/SeBootupProperties.java @@ -89,7 +89,7 @@ public class SeBootupProperties { /** * This is the getter method this will return the attribute value. * End of the local tcp port range used by se for backend connections in docker environment. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30720. * @return dockerBackendPortend */ @@ -100,7 +100,7 @@ public Integer getDockerBackendPortend() { /** * This is the setter method to the attribute. * End of the local tcp port range used by se for backend connections in docker environment. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30720. * @param dockerBackendPortend set the dockerBackendPortend. */ @@ -111,7 +111,7 @@ public void setDockerBackendPortend(Integer dockerBackendPortend) { /** * This is the getter method this will return the attribute value. * Start of the local tcp port range used by se for backend connections in docker environment. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20480. * @return dockerBackendPortstart */ @@ -122,7 +122,7 @@ public Integer getDockerBackendPortstart() { /** * This is the setter method to the attribute. * Start of the local tcp port range used by se for backend connections in docker environment. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20480. * @param dockerBackendPortstart set the dockerBackendPortstart. */ @@ -133,7 +133,7 @@ public void setDockerBackendPortstart(Integer dockerBackendPortstart) { /** * This is the getter method this will return the attribute value. * Enable or disable fair queueing for packet transmission among virtualservices on an se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return fairQueueingEnabled */ @@ -144,7 +144,7 @@ public Boolean getFairQueueingEnabled() { /** * This is the setter method to the attribute. * Enable or disable fair queueing for packet transmission among virtualservices on an se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param fairQueueingEnabled set the fairQueueingEnabled. */ @@ -162,8 +162,8 @@ public void setFairQueueingEnabled(Boolean fairQueueingEnabled) { * Besides, given a smaller number of members that are separated geographically, a lower resolution is sufficient for correct load-balancing. * Allowed values are 1-20. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1), basic (allowed values- 1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return geoDbGranularity */ @@ -181,8 +181,8 @@ public Integer getGeoDbGranularity() { * Besides, given a smaller number of members that are separated geographically, a lower resolution is sufficient for correct load-balancing. * Allowed values are 1-20. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1), basic (allowed values- 1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param geoDbGranularity set the geoDbGranularity. */ @@ -193,7 +193,7 @@ public void setGeoDbGranularity(Integer geoDbGranularity) { /** * This is the getter method this will return the attribute value. * Number of l7 connections that can be cached per core. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @return l7ConnsPerCore */ @@ -204,7 +204,7 @@ public Integer getL7ConnsPerCore() { /** * This is the setter method to the attribute. * Number of l7 connections that can be cached per core. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @param l7ConnsPerCore set the l7ConnsPerCore. */ @@ -215,7 +215,7 @@ public void setL7ConnsPerCore(Integer l7ConnsPerCore) { /** * This is the getter method this will return the attribute value. * Number of reserved l7 listener connections per core. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @return l7ResvdListenConnsPerCore */ @@ -226,7 +226,7 @@ public Integer getL7ResvdListenConnsPerCore() { /** * This is the setter method to the attribute. * Number of reserved l7 listener connections per core. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @param l7ResvdListenConnsPerCore set the l7ResvdListenConnsPerCore. */ @@ -240,7 +240,7 @@ public void setL7ResvdListenConnsPerCore(Integer l7ResvdListenConnsPerCore) { * Enable debug logs by default on service engine. * This includes all other debugging logs. * Debug logs can also be explcitly enabled from the cli shell. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return logAgentDebugEnabled */ @@ -254,7 +254,7 @@ public Boolean getLogAgentDebugEnabled() { * Enable debug logs by default on service engine. * This includes all other debugging logs. * Debug logs can also be explcitly enabled from the cli shell. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param logAgentDebugEnabled set the logAgentDebugEnabled. */ @@ -267,7 +267,7 @@ public void setLogAgentDebugEnabled(Boolean logAgentDebugEnabled) { * Deprecated in 21.1.1. * Enable trace logs by default on service engine. * Configuration operations are logged along with other important logs by service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return logAgentTraceEnabled */ @@ -280,7 +280,7 @@ public Boolean getLogAgentTraceEnabled() { * Deprecated in 21.1.1. * Enable trace logs by default on service engine. * Configuration operations are logged along with other important logs by service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param logAgentTraceEnabled set the logAgentTraceEnabled. */ @@ -290,7 +290,7 @@ public void setLogAgentTraceEnabled(Boolean logAgentTraceEnabled) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDpCompression */ @@ -300,7 +300,7 @@ public SeBootupCompressionProperties getSeDpCompression() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDpCompression set the seDpCompression. */ @@ -312,8 +312,8 @@ public void setSeDpCompression(SeBootupCompressionProperties seDpCompression) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seEmulatedCores */ @@ -325,8 +325,8 @@ public Integer getSeEmulatedCores() { * This is the setter method to the attribute. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seEmulatedCores set the seEmulatedCores. */ @@ -338,7 +338,7 @@ public void setSeEmulatedCores(Integer seEmulatedCores) { * This is the getter method this will return the attribute value. * Determines if se-se ipc messages are encapsulated in an ip header note this field has been moved to se_group properties 20.1.3 onwards. * 0 automatically determine based on hypervisor type 1 use ip encap unconditionally ~[0,1] don't use ip encap. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seIpEncapIpc */ @@ -350,7 +350,7 @@ public Integer getSeIpEncapIpc() { * This is the setter method to the attribute. * Determines if se-se ipc messages are encapsulated in an ip header note this field has been moved to se_group properties 20.1.3 onwards. * 0 automatically determine based on hypervisor type 1 use ip encap unconditionally ~[0,1] don't use ip encap. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seIpEncapIpc set the seIpEncapIpc. */ @@ -362,7 +362,7 @@ public void setSeIpEncapIpc(Integer seIpEncapIpc) { * This is the getter method this will return the attribute value. * Determines if se-se ipc messages use se interface ip instead of vip note this field has been moved to se_group properties 20.1.3 onwards. * 0 automatically determine based on hypervisor type 1 use se interface ip unconditionally ~[0,1] don't use se interface ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seL3EncapIpc */ @@ -374,7 +374,7 @@ public Integer getSeL3EncapIpc() { * This is the setter method to the attribute. * Determines if se-se ipc messages use se interface ip instead of vip note this field has been moved to se_group properties 20.1.3 onwards. * 0 automatically determine based on hypervisor type 1 use se interface ip unconditionally ~[0,1] don't use se interface ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seL3EncapIpc set the seL3EncapIpc. */ @@ -386,7 +386,7 @@ public void setSeL3EncapIpc(Integer seL3EncapIpc) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Internal flag that blocks dataplane until all application logs are flushed to log-agent process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seLogBufferAppBlockingDequeue */ @@ -398,7 +398,7 @@ public Boolean getSeLogBufferAppBlockingDequeue() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Internal flag that blocks dataplane until all application logs are flushed to log-agent process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seLogBufferAppBlockingDequeue set the seLogBufferAppBlockingDequeue. */ @@ -411,7 +411,7 @@ public void setSeLogBufferAppBlockingDequeue(Boolean seLogBufferAppBlockingDequ * Internal application log buffer size to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is word. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return seLogBufferApplogSize */ @@ -424,7 +424,7 @@ public Integer getSeLogBufferApplogSize() { * Internal application log buffer size to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is word. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param seLogBufferApplogSize set the seLogBufferApplogSize. */ @@ -437,7 +437,7 @@ public void setSeLogBufferApplogSize(Integer seLogBufferApplogSize) { * Number of internal buffer chunks to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return seLogBufferChunkCount */ @@ -450,7 +450,7 @@ public Integer getSeLogBufferChunkCount() { * Number of internal buffer chunks to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param seLogBufferChunkCount set the seLogBufferChunkCount. */ @@ -462,7 +462,7 @@ public void setSeLogBufferChunkCount(Integer seLogBufferChunkCount) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Internal flag that blocks dataplane until all connection logs are flushed to log-agent process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seLogBufferConnBlockingDequeue */ @@ -474,7 +474,7 @@ public Boolean getSeLogBufferConnBlockingDequeue() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Internal flag that blocks dataplane until all connection logs are flushed to log-agent process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seLogBufferConnBlockingDequeue set the seLogBufferConnBlockingDequeue. */ @@ -487,7 +487,7 @@ public void setSeLogBufferConnBlockingDequeue(Boolean seLogBufferConnBlockingDe * Internal connection log buffer size to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is word. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return seLogBufferConnlogSize */ @@ -500,7 +500,7 @@ public Integer getSeLogBufferConnlogSize() { * Internal connection log buffer size to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is word. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param seLogBufferConnlogSize set the seLogBufferConnlogSize. */ @@ -512,7 +512,7 @@ public void setSeLogBufferConnlogSize(Integer seLogBufferConnlogSize) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Internal flag that blocks dataplane until all outstanding events are flushed to log-agent process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return seLogBufferEventsBlockingDequeue */ @@ -524,7 +524,7 @@ public Boolean getSeLogBufferEventsBlockingDequeue() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Internal flag that blocks dataplane until all outstanding events are flushed to log-agent process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param seLogBufferEventsBlockingDequeue set the seLogBufferEventsBlockingDequeue. */ @@ -537,7 +537,7 @@ public void setSeLogBufferEventsBlockingDequeue(Boolean seLogBufferEventsBlocki * Internal events buffer size to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is word. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 512. * @return seLogBufferEventsSize */ @@ -550,7 +550,7 @@ public Integer getSeLogBufferEventsSize() { * Internal events buffer size to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is word. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 512. * @param seLogBufferEventsSize set the seLogBufferEventsSize. */ @@ -560,7 +560,7 @@ public void setSeLogBufferEventsSize(Integer seLogBufferEventsSize) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return sslSessCachePerVs */ @@ -570,7 +570,7 @@ public Integer getSslSessCachePerVs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param sslSessCachePerVs set the sslSessCachePerVs. */ @@ -581,7 +581,7 @@ public void setSslSessCachePerVs(Integer sslSessCachePerVs) { /** * This is the getter method this will return the attribute value. * Size of the tcp syn cache hash table. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8192. * @return tcpSyncacheHashsize */ @@ -592,7 +592,7 @@ public Integer getTcpSyncacheHashsize() { /** * This is the setter method to the attribute. * Size of the tcp syn cache hash table. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8192. * @param tcpSyncacheHashsize set the tcpSyncacheHashsize. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeDebugModeEventDetail.java b/java/src/com/vmware/avi/sdk/model/SeDebugModeEventDetail.java index 099870dc6b..9cf686427b 100644 --- a/java/src/com/vmware/avi/sdk/model/SeDebugModeEventDetail.java +++ b/java/src/com/vmware/avi/sdk/model/SeDebugModeEventDetail.java @@ -36,7 +36,7 @@ public class SeDebugModeEventDetail { * This is the getter method this will return the attribute value. * Description of the event. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -48,7 +48,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description of the event. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -61,7 +61,7 @@ public void setDescription(String description) { * Name of the se, reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -74,7 +74,7 @@ public String getSeName() { * Name of the se, reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -87,7 +87,7 @@ public void setSeName(String seName) { * Uuid of the se, responsible for this event. * It is a reference to an object of type serviceengine. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -100,7 +100,7 @@ public String getSeRef() { * Uuid of the se, responsible for this event. * It is a reference to an object of type serviceengine. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeDiscontinuousTimeChangeEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeDiscontinuousTimeChangeEventDetails.java index d0940a96a5..0d2d057b29 100644 --- a/java/src/com/vmware/avi/sdk/model/SeDiscontinuousTimeChangeEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeDiscontinuousTimeChangeEventDetails.java @@ -44,7 +44,7 @@ public class SeDiscontinuousTimeChangeEventDetails { /** * This is the getter method this will return the attribute value. * Relative time drift between se and controller in terms of microseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return driftTime */ @@ -55,7 +55,7 @@ public Integer getDriftTime() { /** * This is the setter method to the attribute. * Relative time drift between se and controller in terms of microseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param driftTime set the driftTime. */ @@ -66,7 +66,7 @@ public void setDriftTime(Integer driftTime) { /** * This is the getter method this will return the attribute value. * Time stamp before the discontinuous jump in time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromTime */ @@ -77,7 +77,7 @@ public String getFromTime() { /** * This is the setter method to the attribute. * Time stamp before the discontinuous jump in time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromTime set the fromTime. */ @@ -88,7 +88,7 @@ public void setFromTime(String fromTime) { /** * This is the getter method this will return the attribute value. * System peer and candidate ntp servers active at the point of time jump. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServers */ @@ -99,7 +99,7 @@ public String getNtpServers() { /** * This is the setter method to the attribute. * System peer and candidate ntp servers active at the point of time jump. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ntpServers set the ntpServers. */ @@ -111,7 +111,7 @@ public void setNtpServers(String ntpServers) { * This is the getter method this will return the attribute value. * Name of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -123,7 +123,7 @@ public String getSeName() { * This is the setter method to the attribute. * Name of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -135,7 +135,7 @@ public void setSeName(String seName) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -147,7 +147,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -158,7 +158,7 @@ public void setSeRef(String seRef) { /** * This is the getter method this will return the attribute value. * Time stamp to which the time has discontinuously jumped. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toTime */ @@ -169,7 +169,7 @@ public String getToTime() { /** * This is the setter method to the attribute. * Time stamp to which the time has discontinuously jumped. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toTime set the toTime. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeDupipEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeDupipEventDetails.java index be39c89994..f99bccdbc4 100644 --- a/java/src/com/vmware/avi/sdk/model/SeDupipEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeDupipEventDetails.java @@ -38,7 +38,7 @@ public class SeDupipEventDetails { /** * This is the getter method this will return the attribute value. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return localMac */ @@ -49,7 +49,7 @@ public String getLocalMac() { /** * This is the setter method to the attribute. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param localMac set the localMac. */ @@ -60,7 +60,7 @@ public void setLocalMac(String localMac) { /** * This is the getter method this will return the attribute value. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteMac */ @@ -71,7 +71,7 @@ public String getRemoteMac() { /** * This is the setter method to the attribute. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteMac set the remoteMac. */ @@ -82,7 +82,7 @@ public void setRemoteMac(String remoteMac) { /** * This is the getter method this will return the attribute value. * Vnic ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnicIp */ @@ -93,7 +93,7 @@ public String getVnicIp() { /** * This is the setter method to the attribute. * Vnic ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vnicIp set the vnicIp. */ @@ -104,7 +104,7 @@ public void setVnicIp(String vnicIp) { /** * This is the getter method this will return the attribute value. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnicName */ @@ -115,7 +115,7 @@ public String getVnicName() { /** * This is the setter method to the attribute. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vnicName set the vnicName. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeFault.java b/java/src/com/vmware/avi/sdk/model/SeFault.java index 32130ca3bb..473a72c061 100644 --- a/java/src/com/vmware/avi/sdk/model/SeFault.java +++ b/java/src/com/vmware/avi/sdk/model/SeFault.java @@ -42,7 +42,7 @@ public class SeFault { * This is the getter method this will return the attribute value. * Optional 64 bit unsigned integer that can be used within the enabled fault. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return arg */ @@ -54,7 +54,7 @@ public Integer getArg() { * This is the setter method to the attribute. * Optional 64 bit unsigned integer that can be used within the enabled fault. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param arg set the arg. */ @@ -66,7 +66,7 @@ public void setArg(Integer arg) { * This is the getter method this will return the attribute value. * The name of the target fault. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return faultName */ @@ -78,7 +78,7 @@ public String getFaultName() { * This is the setter method to the attribute. * The name of the target fault. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param faultName set the faultName. */ @@ -90,7 +90,7 @@ public void setFaultName(String faultName) { * This is the getter method this will return the attribute value. * The name of the function that contains the target fault. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return functionName */ @@ -102,7 +102,7 @@ public String getFunctionName() { * This is the setter method to the attribute. * The name of the function that contains the target fault. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param functionName set the functionName. */ @@ -115,7 +115,7 @@ public void setFunctionName(String functionName) { * Number of times the fault should be executed. * Allowed values are 1-4294967295. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return numExecutions */ @@ -128,7 +128,7 @@ public Integer getNumExecutions() { * Number of times the fault should be executed. * Allowed values are 1-4294967295. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param numExecutions set the numExecutions. */ @@ -140,7 +140,7 @@ public void setNumExecutions(Integer numExecutions) { * This is the getter method this will return the attribute value. * Number of times the fault should be skipped before executing. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return numSkips */ @@ -152,7 +152,7 @@ public Integer getNumSkips() { * This is the setter method to the attribute. * Number of times the fault should be skipped before executing. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param numSkips set the numSkips. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeGatewayHeartbeatFailedDetails.java b/java/src/com/vmware/avi/sdk/model/SeGatewayHeartbeatFailedDetails.java index f30f0cef8f..1cc5eb471b 100644 --- a/java/src/com/vmware/avi/sdk/model/SeGatewayHeartbeatFailedDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeGatewayHeartbeatFailedDetails.java @@ -35,7 +35,7 @@ public class SeGatewayHeartbeatFailedDetails { /** * This is the getter method this will return the attribute value. * Ip address of gateway monitored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayIp */ @@ -46,7 +46,7 @@ public String getGatewayIp() { /** * This is the setter method to the attribute. * Ip address of gateway monitored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gatewayIp set the gatewayIp. */ @@ -57,7 +57,7 @@ public void setGatewayIp(String gatewayIp) { /** * This is the getter method this will return the attribute value. * Name of virtual routing context in which this gateway is present. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfName */ @@ -68,7 +68,7 @@ public String getVrfName() { /** * This is the setter method to the attribute. * Name of virtual routing context in which this gateway is present. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfName set the vrfName. */ @@ -79,7 +79,7 @@ public void setVrfName(String vrfName) { /** * This is the getter method this will return the attribute value. * Uuid of the virtual routing context in which this gateway is present. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfUuid */ @@ -90,7 +90,7 @@ public String getVrfUuid() { /** * This is the setter method to the attribute. * Uuid of the virtual routing context in which this gateway is present. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfUuid set the vrfUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeGatewayHeartbeatSuccessDetails.java b/java/src/com/vmware/avi/sdk/model/SeGatewayHeartbeatSuccessDetails.java index 07d191d767..874259b074 100644 --- a/java/src/com/vmware/avi/sdk/model/SeGatewayHeartbeatSuccessDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeGatewayHeartbeatSuccessDetails.java @@ -35,7 +35,7 @@ public class SeGatewayHeartbeatSuccessDetails { /** * This is the getter method this will return the attribute value. * Ip address of gateway monitored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayIp */ @@ -46,7 +46,7 @@ public String getGatewayIp() { /** * This is the setter method to the attribute. * Ip address of gateway monitored. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gatewayIp set the gatewayIp. */ @@ -57,7 +57,7 @@ public void setGatewayIp(String gatewayIp) { /** * This is the getter method this will return the attribute value. * Name of virtual routing context in which this gateway is present. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfName */ @@ -68,7 +68,7 @@ public String getVrfName() { /** * This is the setter method to the attribute. * Name of virtual routing context in which this gateway is present. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfName set the vrfName. */ @@ -79,7 +79,7 @@ public void setVrfName(String vrfName) { /** * This is the getter method this will return the attribute value. * Uuid of the virtual routing context in which this gateway is present. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfUuid */ @@ -90,7 +90,7 @@ public String getVrfUuid() { /** * This is the setter method to the attribute. * Uuid of the virtual routing context in which this gateway is present. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfUuid set the vrfUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeGeoDbDetails.java b/java/src/com/vmware/avi/sdk/model/SeGeoDbDetails.java index f4a6dcf474..17ba9ed8fa 100644 --- a/java/src/com/vmware/avi/sdk/model/SeGeoDbDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeGeoDbDetails.java @@ -47,7 +47,7 @@ public class SeGeoDbDetails { /** * This is the getter method this will return the attribute value. * Geo db file name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fileName */ @@ -58,7 +58,7 @@ public String getFileName() { /** * This is the setter method to the attribute. * Geo db file name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fileName set the fileName. */ @@ -69,7 +69,7 @@ public void setFileName(String fileName) { /** * This is the getter method this will return the attribute value. * Name of the gslb geo db profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDbProfileName */ @@ -80,7 +80,7 @@ public String getGeoDbProfileName() { /** * This is the setter method to the attribute. * Name of the gslb geo db profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDbProfileName set the geoDbProfileName. */ @@ -92,7 +92,7 @@ public void setGeoDbProfileName(String geoDbProfileName) { * This is the getter method this will return the attribute value. * Uuid of the gslb geo db profile. * It is a reference to an object of type gslbgeodbprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDbProfileRef */ @@ -104,7 +104,7 @@ public String getGeoDbProfileRef() { * This is the setter method to the attribute. * Uuid of the gslb geo db profile. * It is a reference to an object of type gslbgeodbprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDbProfileRef set the geoDbProfileRef. */ @@ -116,7 +116,7 @@ public void setGeoDbProfileRef(String geoDbProfileRef) { * This is the getter method this will return the attribute value. * Reason for gslb geo db failure. * Enum options - NO_ERROR, FILE_ERROR, FILE_FORMAT_ERROR, FILE_NO_RESOURCES. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -128,7 +128,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason for gslb geo db failure. * Enum options - NO_ERROR, FILE_ERROR, FILE_FORMAT_ERROR, FILE_NO_RESOURCES. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -140,7 +140,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -152,7 +152,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -163,7 +163,7 @@ public void setSeRef(String seRef) { /** * This is the getter method this will return the attribute value. * Vip id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -174,7 +174,7 @@ public String getVipId() { /** * This is the setter method to the attribute. * Vip id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -186,7 +186,7 @@ public void setVipId(String vipId) { * This is the getter method this will return the attribute value. * Virtual service name. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualService */ @@ -198,7 +198,7 @@ public String getVirtualService() { * This is the setter method to the attribute. * Virtual service name. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualService set the virtualService. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeGroupAnalyticsPolicy.java b/java/src/com/vmware/avi/sdk/model/SeGroupAnalyticsPolicy.java index 4303b84b9e..d60e596630 100644 --- a/java/src/com/vmware/avi/sdk/model/SeGroupAnalyticsPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/SeGroupAnalyticsPolicy.java @@ -29,7 +29,7 @@ public class SeGroupAnalyticsPolicy { * This is the getter method this will return the attribute value. * Thresholds for various events generated by metrics system. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholds */ @@ -41,7 +41,7 @@ public List getMetricsEventThresholds() { * This is the setter method. this will set the metricsEventThresholds * Thresholds for various events generated by metrics system. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholds */ @@ -53,7 +53,7 @@ public void setMetricsEventThresholds(List metricsEventT * This is the setter method this will set the metricsEventThresholds * Thresholds for various events generated by metrics system. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholds */ diff --git a/java/src/com/vmware/avi/sdk/model/SeGroupOptions.java b/java/src/com/vmware/avi/sdk/model/SeGroupOptions.java index 7cab2618ea..e7f327ae16 100644 --- a/java/src/com/vmware/avi/sdk/model/SeGroupOptions.java +++ b/java/src/com/vmware/avi/sdk/model/SeGroupOptions.java @@ -34,7 +34,7 @@ public class SeGroupOptions { * The error recovery action configured for a se group. * Enum options - ROLLBACK_UPGRADE_OPS_ON_ERROR, SUSPEND_UPGRADE_OPS_ON_ERROR, CONTINUE_UPGRADE_OPS_ON_ERROR. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SUSPEND_UPGRADE_OPS_ON_ERROR". * @return actionOnError */ @@ -47,7 +47,7 @@ public String getActionOnError() { * The error recovery action configured for a se group. * Enum options - ROLLBACK_UPGRADE_OPS_ON_ERROR, SUSPEND_UPGRADE_OPS_ON_ERROR, CONTINUE_UPGRADE_OPS_ON_ERROR. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SUSPEND_UPGRADE_OPS_ON_ERROR". * @param actionOnError set the actionOnError. */ @@ -59,7 +59,7 @@ public void setActionOnError(String actionOnError) { * This is the getter method this will return the attribute value. * Disable non-disruptive mechanism. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disruptive */ @@ -71,7 +71,7 @@ public Boolean getDisruptive() { * This is the setter method to the attribute. * Disable non-disruptive mechanism. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disruptive set the disruptive. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeGroupResumeOptions.java b/java/src/com/vmware/avi/sdk/model/SeGroupResumeOptions.java index dcc6085e5e..35b7afbd85 100644 --- a/java/src/com/vmware/avi/sdk/model/SeGroupResumeOptions.java +++ b/java/src/com/vmware/avi/sdk/model/SeGroupResumeOptions.java @@ -37,7 +37,7 @@ public class SeGroupResumeOptions { * The error recovery action configured for a se group. * Enum options - ROLLBACK_UPGRADE_OPS_ON_ERROR, SUSPEND_UPGRADE_OPS_ON_ERROR, CONTINUE_UPGRADE_OPS_ON_ERROR. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SUSPEND_UPGRADE_OPS_ON_ERROR". * @return actionOnError */ @@ -50,7 +50,7 @@ public String getActionOnError() { * The error recovery action configured for a se group. * Enum options - ROLLBACK_UPGRADE_OPS_ON_ERROR, SUSPEND_UPGRADE_OPS_ON_ERROR, CONTINUE_UPGRADE_OPS_ON_ERROR. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SUSPEND_UPGRADE_OPS_ON_ERROR". * @param actionOnError set the actionOnError. */ @@ -62,7 +62,7 @@ public void setActionOnError(String actionOnError) { * This is the getter method this will return the attribute value. * Allow disruptive mechanism. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disruptive */ @@ -74,7 +74,7 @@ public Boolean getDisruptive() { * This is the setter method to the attribute. * Allow disruptive mechanism. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disruptive set the disruptive. */ @@ -86,7 +86,7 @@ public void setDisruptive(Boolean disruptive) { * This is the getter method this will return the attribute value. * Skip upgrade on suspended se(s). * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipSuspended */ @@ -98,7 +98,7 @@ public Boolean getSkipSuspended() { * This is the setter method to the attribute. * Skip upgrade on suspended se(s). * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipSuspended set the skipSuspended. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeGroupStatus.java b/java/src/com/vmware/avi/sdk/model/SeGroupStatus.java index 8977cb1b7d..e66bcaf6de 100644 --- a/java/src/com/vmware/avi/sdk/model/SeGroupStatus.java +++ b/java/src/com/vmware/avi/sdk/model/SeGroupStatus.java @@ -159,7 +159,7 @@ public class SeGroupStatus { * This is the getter method this will return the attribute value. * Controller version. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerVersion */ @@ -171,7 +171,7 @@ public String getControllerVersion() { * This is the setter method to the attribute. * Controller version. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerVersion set the controllerVersion. */ @@ -181,7 +181,7 @@ public void setControllerVersion(String controllerVersion) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disruptedVsRef */ @@ -192,7 +192,7 @@ public List getDisruptedVsRef() { /** * This is the setter method. this will set the disruptedVsRef * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disruptedVsRef */ @@ -203,7 +203,7 @@ public void setDisruptedVsRef(List disruptedVsRef) { /** * This is the setter method this will set the disruptedVsRef * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disruptedVsRef */ @@ -217,7 +217,7 @@ public SeGroupStatus addDisruptedVsRefItem(String disruptedVsRefItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -227,7 +227,7 @@ public String getDuration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -237,7 +237,7 @@ public void setDuration(String duration) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -247,7 +247,7 @@ public String getEndTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -257,7 +257,7 @@ public void setEndTime(String endTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enqueueTime */ @@ -267,7 +267,7 @@ public String getEnqueueTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enqueueTime set the enqueueTime. */ @@ -278,7 +278,7 @@ public void setEnqueueTime(String enqueueTime) { /** * This is the getter method this will return the attribute value. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return haMode */ @@ -289,7 +289,7 @@ public String getHaMode() { /** * This is the setter method to the attribute. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param haMode set the haMode. */ @@ -301,7 +301,7 @@ public void setHaMode(String haMode) { * This is the getter method this will return the attribute value. * Serviceenginegroup upgrade in progress. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return inProgress */ @@ -313,7 +313,7 @@ public Boolean getInProgress() { * This is the setter method to the attribute. * Serviceenginegroup upgrade in progress. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param inProgress set the inProgress. */ @@ -322,7 +322,7 @@ public void setInProgress(Boolean inProgress) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -332,7 +332,7 @@ public List getNotes() { /** * This is the setter method. this will set the notes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -342,7 +342,7 @@ public void setNotes(List notes) { /** * This is the setter method this will set the notes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -356,7 +356,7 @@ public SeGroupStatus addNotesItem(String notesItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSe */ @@ -366,7 +366,7 @@ public Integer getNumSe() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSe set the numSe. */ @@ -376,7 +376,7 @@ public void setNumSe(Integer numSe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSeWithNoVs */ @@ -386,7 +386,7 @@ public Integer getNumSeWithNoVs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSeWithNoVs set the numSeWithNoVs. */ @@ -396,7 +396,7 @@ public void setNumSeWithNoVs(Integer numSeWithNoVs) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSeWithVsNotScaledout */ @@ -406,7 +406,7 @@ public Integer getNumSeWithVsNotScaledout() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSeWithVsNotScaledout set the numSeWithVsNotScaledout. */ @@ -416,7 +416,7 @@ public void setNumSeWithVsNotScaledout(Integer numSeWithVsNotScaledout) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSeWithVsScaledout */ @@ -426,7 +426,7 @@ public Integer getNumSeWithVsScaledout() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSeWithVsScaledout set the numSeWithVsScaledout. */ @@ -436,7 +436,7 @@ public void setNumSeWithVsScaledout(Integer numSeWithVsScaledout) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVs */ @@ -446,7 +446,7 @@ public Integer getNumVs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVs set the numVs. */ @@ -456,7 +456,7 @@ public void setNumVs(Integer numVs) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVsDisrupted */ @@ -466,7 +466,7 @@ public Integer getNumVsDisrupted() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVsDisrupted set the numVsDisrupted. */ @@ -476,7 +476,7 @@ public void setNumVsDisrupted(Integer numVsDisrupted) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return progress */ @@ -486,7 +486,7 @@ public Integer getProgress() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param progress set the progress. */ @@ -495,7 +495,7 @@ public void setProgress(Integer progress) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -505,7 +505,7 @@ public List getReason() { /** * This is the setter method. this will set the reason - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -515,7 +515,7 @@ public void setReason(List reason) { /** * This is the setter method this will set the reason - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -529,7 +529,7 @@ public SeGroupStatus addReasonItem(String reasonItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestTime */ @@ -539,7 +539,7 @@ public String getRequestTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestTime set the requestTime. */ @@ -551,7 +551,7 @@ public void setRequestTime(String requestTime) { * Serviceengines are already upgraded before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAlreadyUpgradedAtStart */ @@ -564,7 +564,7 @@ public List getSeAlreadyUpgradedAtStart() { * Serviceengines are already upgraded before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAlreadyUpgradedAtStart */ @@ -577,7 +577,7 @@ public void setSeAlreadyUpgradedAtStart(List seAlreadyUpgradedAtStart) * Serviceengines are already upgraded before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAlreadyUpgradedAtStart */ @@ -593,7 +593,7 @@ public SeGroupStatus addSeAlreadyUpgradedAtStartItem(String seAlreadyUpgradedAtS * Serviceengines in disconnected state before starting the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDisconnectedAtStart */ @@ -606,7 +606,7 @@ public List getSeDisconnectedAtStart() { * Serviceengines in disconnected state before starting the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDisconnectedAtStart */ @@ -619,7 +619,7 @@ public void setSeDisconnectedAtStart(List seDisconnectedAtStart) { * Serviceengines in disconnected state before starting the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDisconnectedAtStart */ @@ -633,7 +633,7 @@ public SeGroupStatus addSeDisconnectedAtStartItem(String seDisconnectedAtStartIt /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupName */ @@ -643,7 +643,7 @@ public String getSeGroupName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupName set the seGroupName. */ @@ -653,7 +653,7 @@ public void setSeGroupName(String seGroupName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupUuid */ @@ -663,7 +663,7 @@ public String getSeGroupUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupUuid set the seGroupUuid. */ @@ -675,7 +675,7 @@ public void setSeGroupUuid(String seGroupUuid) { * Serviceengines local ip not present before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIpMissingAtStart */ @@ -688,7 +688,7 @@ public List getSeIpMissingAtStart() { * Serviceengines local ip not present before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIpMissingAtStart */ @@ -701,7 +701,7 @@ public void setSeIpMissingAtStart(List seIpMissingAtStart) { * Serviceengines local ip not present before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIpMissingAtStart */ @@ -717,7 +717,7 @@ public SeGroupStatus addSeIpMissingAtStartItem(String seIpMissingAtStartItem) { * Serviceengines in poweredoff state before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePoweredoffAtStart */ @@ -730,7 +730,7 @@ public List getSePoweredoffAtStart() { * Serviceengines in poweredoff state before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePoweredoffAtStart */ @@ -743,7 +743,7 @@ public void setSePoweredoffAtStart(List sePoweredoffAtStart) { * Serviceengines in poweredoff state before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePoweredoffAtStart */ @@ -758,7 +758,7 @@ public SeGroupStatus addSePoweredoffAtStartItem(String sePoweredoffAtStartItem) /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRebootInProgressRef */ @@ -769,7 +769,7 @@ public String getSeRebootInProgressRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRebootInProgressRef set the seRebootInProgressRef. */ @@ -781,7 +781,7 @@ public void setSeRebootInProgressRef(String seRebootInProgressRef) { * Serviceengines upgrade completed. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeCompleted */ @@ -794,7 +794,7 @@ public List getSeUpgradeCompleted() { * Serviceengines upgrade completed. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeCompleted */ @@ -807,7 +807,7 @@ public void setSeUpgradeCompleted(List seUpgradeCompleted) { * Serviceengines upgrade completed. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeCompleted */ @@ -822,7 +822,7 @@ public SeGroupStatus addSeUpgradeCompletedItem(String seUpgradeCompletedItem) { * This is the getter method this will return the attribute value. * Serviceenginegroup upgrade errors. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeErrors */ @@ -834,7 +834,7 @@ public List getSeUpgradeErrors() { * This is the setter method. this will set the seUpgradeErrors * Serviceenginegroup upgrade errors. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeErrors */ @@ -846,7 +846,7 @@ public void setSeUpgradeErrors(List seUpgradeErrors) { * This is the setter method this will set the seUpgradeErrors * Serviceenginegroup upgrade errors. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeErrors */ @@ -862,7 +862,7 @@ public SeGroupStatus addSeUpgradeErrorsItem(SeUpgradeEvents seUpgradeErrorsItem) * Serviceengines upgrade failed. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeFailed */ @@ -875,7 +875,7 @@ public List getSeUpgradeFailed() { * Serviceengines upgrade failed. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeFailed */ @@ -888,7 +888,7 @@ public void setSeUpgradeFailed(List seUpgradeFailed) { * Serviceengines upgrade failed. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeFailed */ @@ -904,7 +904,7 @@ public SeGroupStatus addSeUpgradeFailedItem(String seUpgradeFailedItem) { * Serviceengines upgrade in progress. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeInProgress */ @@ -917,7 +917,7 @@ public List getSeUpgradeInProgress() { * Serviceengines upgrade in progress. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeInProgress */ @@ -930,7 +930,7 @@ public void setSeUpgradeInProgress(List seUpgradeInProgress) { * Serviceengines upgrade in progress. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeInProgress */ @@ -946,7 +946,7 @@ public SeGroupStatus addSeUpgradeInProgressItem(String seUpgradeInProgressItem) * Serviceengines upgrade not started. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeNotStarted */ @@ -959,7 +959,7 @@ public List getSeUpgradeNotStarted() { * Serviceengines upgrade not started. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeNotStarted */ @@ -972,7 +972,7 @@ public void setSeUpgradeNotStarted(List seUpgradeNotStarted) { * Serviceengines upgrade not started. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeNotStarted */ @@ -987,7 +987,7 @@ public SeGroupStatus addSeUpgradeNotStartedItem(String seUpgradeNotStartedItem) * This is the getter method this will return the attribute value. * Service engines that were in suspended state and were skipped upon service engine group ugprade resumption. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeSkipSuspended */ @@ -999,7 +999,7 @@ public List getSeUpgradeSkipSuspended() { * This is the setter method. this will set the seUpgradeSkipSuspended * Service engines that were in suspended state and were skipped upon service engine group ugprade resumption. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeSkipSuspended */ @@ -1011,7 +1011,7 @@ public void setSeUpgradeSkipSuspended(List seUpgradeSkipSuspended) { * This is the setter method this will set the seUpgradeSkipSuspended * Service engines that were in suspended state and were skipped upon service engine group ugprade resumption. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeSkipSuspended */ @@ -1026,7 +1026,7 @@ public SeGroupStatus addSeUpgradeSkipSuspendedItem(String seUpgradeSkipSuspended * This is the getter method this will return the attribute value. * Service engines which triggered service engine group to be in suspended state. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeSuspended */ @@ -1038,7 +1038,7 @@ public List getSeUpgradeSuspended() { * This is the setter method. this will set the seUpgradeSuspended * Service engines which triggered service engine group to be in suspended state. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeSuspended */ @@ -1050,7 +1050,7 @@ public void setSeUpgradeSuspended(List seUpgradeSuspended) { * This is the setter method this will set the seUpgradeSuspended * Service engines which triggered service engine group to be in suspended state. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeSuspended */ @@ -1064,7 +1064,7 @@ public SeGroupStatus addSeUpgradeSuspendedItem(String seUpgradeSuspendedItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithNoVs */ @@ -1075,7 +1075,7 @@ public List getSeWithNoVs() { /** * This is the setter method. this will set the seWithNoVs * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithNoVs */ @@ -1086,7 +1086,7 @@ public void setSeWithNoVs(List seWithNoVs) { /** * This is the setter method this will set the seWithNoVs * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithNoVs */ @@ -1100,7 +1100,7 @@ public SeGroupStatus addSeWithNoVsItem(String seWithNoVsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithVsNotScaledout */ @@ -1111,7 +1111,7 @@ public List getSeWithVsNotScaledout() { /** * This is the setter method. this will set the seWithVsNotScaledout * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithVsNotScaledout */ @@ -1122,7 +1122,7 @@ public void setSeWithVsNotScaledout(List seWithVsNotScaledout) { /** * This is the setter method this will set the seWithVsNotScaledout * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithVsNotScaledout */ @@ -1136,7 +1136,7 @@ public SeGroupStatus addSeWithVsNotScaledoutItem(String seWithVsNotScaledoutItem /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithVsScaledout */ @@ -1147,7 +1147,7 @@ public List getSeWithVsScaledout() { /** * This is the setter method. this will set the seWithVsScaledout * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithVsScaledout */ @@ -1158,7 +1158,7 @@ public void setSeWithVsScaledout(List seWithVsScaledout) { /** * This is the setter method this will set the seWithVsScaledout * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithVsScaledout */ @@ -1172,7 +1172,7 @@ public SeGroupStatus addSeWithVsScaledoutItem(String seWithVsScaledoutItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -1182,7 +1182,7 @@ public String getStartTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -1196,7 +1196,7 @@ public void setStartTime(String startTime) { * SE_UPGRADE_IMAGE_NOT_FOUND, SE_ALREADY_UPGRADED, SE_REBOOT, SE_CONNECT_AFTER_REBOOT, SE_PRE_UPGRADE_TASKS, SE_POST_UPGRADE_TASKS, * SE_WAIT_FOR_SWITCHOVER, SE_CHECK_SCALEDOUT_VS_EXISTS, SE_UPGRADE_SEMGR_REQUEST, SE_UPGRADE_SEMGR_SE_UNREACHABLE, SE_PRE_UPGRADE_SCALE_IN_OPS, * SE_POST_UPGRADE_SCALE_OUT_OPS, SE_UPGRADE_SUSPENDED, SE_UPGRADE_START... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -1210,7 +1210,7 @@ public String getState() { * SE_UPGRADE_IMAGE_NOT_FOUND, SE_ALREADY_UPGRADED, SE_REBOOT, SE_CONNECT_AFTER_REBOOT, SE_PRE_UPGRADE_TASKS, SE_POST_UPGRADE_TASKS, * SE_WAIT_FOR_SWITCHOVER, SE_CHECK_SCALEDOUT_VS_EXISTS, SE_UPGRADE_SEMGR_REQUEST, SE_UPGRADE_SEMGR_SE_UNREACHABLE, SE_PRE_UPGRADE_SCALE_IN_OPS, * SE_POST_UPGRADE_SCALE_OUT_OPS, SE_UPGRADE_SUSPENDED, SE_UPGRADE_START... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -1221,7 +1221,7 @@ public void setState(String state) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -1232,7 +1232,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -1242,7 +1242,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thread */ @@ -1252,7 +1252,7 @@ public String getThread() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param thread set the thread. */ @@ -1263,7 +1263,7 @@ public void setThread(String thread) { /** * This is the getter method this will return the attribute value. * Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trafficStatus */ @@ -1274,7 +1274,7 @@ public String getTrafficStatus() { /** * This is the setter method to the attribute. * Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param trafficStatus set the trafficStatus. */ @@ -1285,7 +1285,7 @@ public void setTrafficStatus(String trafficStatus) { * This is the getter method this will return the attribute value. * Virtualservice errors during the segroup upgrade. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsErrors */ @@ -1297,7 +1297,7 @@ public List getVsErrors() { * This is the setter method. this will set the vsErrors * Virtualservice errors during the segroup upgrade. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsErrors */ @@ -1309,7 +1309,7 @@ public void setVsErrors(List vsErrors) { * This is the setter method this will set the vsErrors * Virtualservice errors during the segroup upgrade. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsErrors */ @@ -1323,7 +1323,7 @@ public SeGroupStatus addVsErrorsItem(VsError vsErrorsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsMigrateInProgressRef */ @@ -1334,7 +1334,7 @@ public List getVsMigrateInProgressRef() { /** * This is the setter method. this will set the vsMigrateInProgressRef * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsMigrateInProgressRef */ @@ -1345,7 +1345,7 @@ public void setVsMigrateInProgressRef(List vsMigrateInProgressRef) { /** * This is the setter method this will set the vsMigrateInProgressRef * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsMigrateInProgressRef */ @@ -1359,7 +1359,7 @@ public SeGroupStatus addVsMigrateInProgressRefItem(String vsMigrateInProgressRef /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleinInProgressRef */ @@ -1370,7 +1370,7 @@ public List getVsScaleinInProgressRef() { /** * This is the setter method. this will set the vsScaleinInProgressRef * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleinInProgressRef */ @@ -1381,7 +1381,7 @@ public void setVsScaleinInProgressRef(List vsScaleinInProgressRef) { /** * This is the setter method this will set the vsScaleinInProgressRef * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleinInProgressRef */ @@ -1395,7 +1395,7 @@ public SeGroupStatus addVsScaleinInProgressRefItem(String vsScaleinInProgressRef /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleoutInProgressRef */ @@ -1406,7 +1406,7 @@ public List getVsScaleoutInProgressRef() { /** * This is the setter method. this will set the vsScaleoutInProgressRef * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleoutInProgressRef */ @@ -1417,7 +1417,7 @@ public void setVsScaleoutInProgressRef(List vsScaleoutInProgressRef) { /** * This is the setter method this will set the vsScaleoutInProgressRef * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleoutInProgressRef */ @@ -1431,7 +1431,7 @@ public SeGroupStatus addVsScaleoutInProgressRefItem(String vsScaleoutInProgressR /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return worker */ @@ -1441,7 +1441,7 @@ public String getWorker() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param worker set the worker. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeGroupVersion.java b/java/src/com/vmware/avi/sdk/model/SeGroupVersion.java index c8b621e738..c7270940a8 100644 --- a/java/src/com/vmware/avi/sdk/model/SeGroupVersion.java +++ b/java/src/com/vmware/avi/sdk/model/SeGroupVersion.java @@ -39,7 +39,7 @@ public class SeGroupVersion { * This is the getter method this will return the attribute value. * Fips mode for service engine group. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipsMode */ @@ -51,7 +51,7 @@ public Boolean getFipsMode() { * This is the setter method to the attribute. * Fips mode for service engine group. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fipsMode set the fipsMode. */ @@ -63,7 +63,7 @@ public void setFipsMode(Boolean fipsMode) { * This is the getter method this will return the attribute value. * Name of the service engine group. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -75,7 +75,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the service engine group. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -87,7 +87,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Current patch version for the service engine group. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patch */ @@ -99,7 +99,7 @@ public String getPatch() { * This is the setter method to the attribute. * Current patch version for the service engine group. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patch set the patch. */ @@ -111,7 +111,7 @@ public void setPatch(String patch) { * This is the getter method this will return the attribute value. * Current base version for the service engine group. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -123,7 +123,7 @@ public String getVersion() { * This is the setter method to the attribute. * Current base version for the service engine group. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeHBEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeHBEventDetails.java index 9a727d440b..5fb6e03e11 100644 --- a/java/src/com/vmware/avi/sdk/model/SeHBEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeHBEventDetails.java @@ -38,7 +38,7 @@ public class SeHBEventDetails { /** * This is the getter method this will return the attribute value. * Hb request/response not received. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return hbType */ @@ -49,7 +49,7 @@ public Integer getHbType() { /** * This is the setter method to the attribute. * Hb request/response not received. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param hbType set the hbType. */ @@ -62,7 +62,7 @@ public void setHbType(Integer hbType) { * Uuid of the se with which heartbeat failed. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteSeRef */ @@ -75,7 +75,7 @@ public String getRemoteSeRef() { * Uuid of the se with which heartbeat failed. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteSeRef set the remoteSeRef. */ @@ -88,7 +88,7 @@ public void setRemoteSeRef(String remoteSeRef) { * Uuid of the se reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reportingSeRef */ @@ -101,7 +101,7 @@ public String getReportingSeRef() { * Uuid of the se reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reportingSeRef set the reportingSeRef. */ @@ -113,7 +113,7 @@ public void setReportingSeRef(String reportingSeRef) { * This is the getter method this will return the attribute value. * Uuid of the virtual service which is placed on reporting-se and remote-se. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -125,7 +125,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Uuid of the virtual service which is placed on reporting-se and remote-se. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeHbRecoveredEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeHbRecoveredEventDetails.java index ccfc802b5f..2c91f9198a 100644 --- a/java/src/com/vmware/avi/sdk/model/SeHbRecoveredEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeHbRecoveredEventDetails.java @@ -38,7 +38,7 @@ public class SeHbRecoveredEventDetails { /** * This is the getter method this will return the attribute value. * Heartbeat request/response received. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return hbType */ @@ -49,7 +49,7 @@ public Integer getHbType() { /** * This is the setter method to the attribute. * Heartbeat request/response received. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param hbType set the hbType. */ @@ -62,7 +62,7 @@ public void setHbType(Integer hbType) { * Uuid of the remote se with which dataplane heartbeat recovered. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteSeRef */ @@ -75,7 +75,7 @@ public String getRemoteSeRef() { * Uuid of the remote se with which dataplane heartbeat recovered. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteSeRef set the remoteSeRef. */ @@ -88,7 +88,7 @@ public void setRemoteSeRef(String remoteSeRef) { * Uuid of the se reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reportingSeRef */ @@ -101,7 +101,7 @@ public String getReportingSeRef() { * Uuid of the se reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reportingSeRef set the reportingSeRef. */ @@ -113,7 +113,7 @@ public void setReportingSeRef(String reportingSeRef) { * This is the getter method this will return the attribute value. * Uuid of a vs which is placed on reporting-se and remote-se. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -125,7 +125,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Uuid of a vs which is placed on reporting-se and remote-se. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeHighEgressProcLatencyEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeHighEgressProcLatencyEventDetails.java index 53426e620f..7bf5f59b49 100644 --- a/java/src/com/vmware/avi/sdk/model/SeHighEgressProcLatencyEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeHighEgressProcLatencyEventDetails.java @@ -44,7 +44,7 @@ public class SeHighEgressProcLatencyEventDetails { /** * This is the getter method this will return the attribute value. * Dispatcher core which received the packet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dispatcherCore */ @@ -55,7 +55,7 @@ public Integer getDispatcherCore() { /** * This is the setter method to the attribute. * Dispatcher core which received the packet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dispatcherCore set the dispatcherCore. */ @@ -66,7 +66,7 @@ public void setDispatcherCore(Integer dispatcherCore) { /** * This is the getter method this will return the attribute value. * Number of events in a 30 second interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventCount */ @@ -77,7 +77,7 @@ public Integer getEventCount() { /** * This is the setter method to the attribute. * Number of events in a 30 second interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventCount set the eventCount. */ @@ -87,7 +87,7 @@ public void setEventCount(Integer eventCount) { /** * This is the getter method this will return the attribute value. * Proxy core which processed the packet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flowCore */ @@ -98,7 +98,7 @@ public List getFlowCore() { /** * This is the setter method. this will set the flowCore * Proxy core which processed the packet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flowCore */ @@ -109,7 +109,7 @@ public void setFlowCore(List flowCore) { /** * This is the setter method this will set the flowCore * Proxy core which processed the packet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flowCore */ @@ -125,7 +125,7 @@ public SeHighEgressProcLatencyEventDetails addFlowCoreItem(Integer flowCoreItem) * This is the getter method this will return the attribute value. * Proxy dequeue latency. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxProxyToDispQueingDelay */ @@ -137,7 +137,7 @@ public Integer getMaxProxyToDispQueingDelay() { * This is the setter method to the attribute. * Proxy dequeue latency. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxProxyToDispQueingDelay set the maxProxyToDispQueingDelay. */ @@ -149,7 +149,7 @@ public void setMaxProxyToDispQueingDelay(Integer maxProxyToDispQueingDelay) { * This is the getter method this will return the attribute value. * Se name. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -161,7 +161,7 @@ public String getSeName() { * This is the setter method to the attribute. * Se name. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -173,7 +173,7 @@ public void setSeName(String seName) { * This is the getter method this will return the attribute value. * Se uuid. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -185,7 +185,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Se uuid. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeHighIngressProcLatencyEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeHighIngressProcLatencyEventDetails.java index dcba0228f5..b2cddbb2ae 100644 --- a/java/src/com/vmware/avi/sdk/model/SeHighIngressProcLatencyEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeHighIngressProcLatencyEventDetails.java @@ -52,7 +52,7 @@ public class SeHighIngressProcLatencyEventDetails { /** * This is the getter method this will return the attribute value. * Dispatcher core which received the packet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dispatcherCore */ @@ -63,7 +63,7 @@ public List getDispatcherCore() { /** * This is the setter method. this will set the dispatcherCore * Dispatcher core which received the packet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dispatcherCore */ @@ -74,7 +74,7 @@ public void setDispatcherCore(List dispatcherCore) { /** * This is the setter method this will set the dispatcherCore * Dispatcher core which received the packet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dispatcherCore */ @@ -89,7 +89,7 @@ public SeHighIngressProcLatencyEventDetails addDispatcherCoreItem(Integer dispat /** * This is the getter method this will return the attribute value. * Number of events in a 30 second interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventCount */ @@ -100,7 +100,7 @@ public Integer getEventCount() { /** * This is the setter method to the attribute. * Number of events in a 30 second interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventCount set the eventCount. */ @@ -111,7 +111,7 @@ public void setEventCount(Integer eventCount) { /** * This is the getter method this will return the attribute value. * Proxy core which processed the packet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flowCore */ @@ -122,7 +122,7 @@ public Integer getFlowCore() { /** * This is the setter method to the attribute. * Proxy core which processed the packet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flowCore set the flowCore. */ @@ -134,7 +134,7 @@ public void setFlowCore(Integer flowCore) { * This is the getter method this will return the attribute value. * Proxy dequeue latency. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxDispToProxyQueingDelay */ @@ -146,7 +146,7 @@ public Integer getMaxDispToProxyQueingDelay() { * This is the setter method to the attribute. * Proxy dequeue latency. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxDispToProxyQueingDelay set the maxDispToProxyQueingDelay. */ @@ -158,7 +158,7 @@ public void setMaxDispToProxyQueingDelay(Integer maxDispToProxyQueingDelay) { * This is the getter method this will return the attribute value. * Dispatcher processing latency. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxDispatcherProcTime */ @@ -170,7 +170,7 @@ public Integer getMaxDispatcherProcTime() { * This is the setter method to the attribute. * Dispatcher processing latency. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxDispatcherProcTime set the maxDispatcherProcTime. */ @@ -182,7 +182,7 @@ public void setMaxDispatcherProcTime(Integer maxDispatcherProcTime) { * This is the getter method this will return the attribute value. * Se name. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -194,7 +194,7 @@ public String getSeName() { * This is the setter method to the attribute. * Se name. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -206,7 +206,7 @@ public void setSeName(String seName) { * This is the getter method this will return the attribute value. * Se uuid. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -218,7 +218,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Se uuid. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -230,7 +230,7 @@ public void setSeRef(String seRef) { * This is the getter method this will return the attribute value. * Deprecated in 22.1.1. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -242,7 +242,7 @@ public String getVsName() { * This is the setter method to the attribute. * Deprecated in 22.1.1. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -254,7 +254,7 @@ public void setVsName(String vsName) { * This is the getter method this will return the attribute value. * Deprecated in 22.1.1. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsRef */ @@ -266,7 +266,7 @@ public String getVsRef() { * This is the setter method to the attribute. * Deprecated in 22.1.1. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsRef set the vsRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeHmEventGSDetails.java b/java/src/com/vmware/avi/sdk/model/SeHmEventGSDetails.java index cb7ab61e20..16b6bfb2a6 100644 --- a/java/src/com/vmware/avi/sdk/model/SeHmEventGSDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeHmEventGSDetails.java @@ -42,7 +42,7 @@ public class SeHmEventGSDetails { * This is the getter method this will return the attribute value. * Gslbservice name. * It is a reference to an object of type gslbservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbService */ @@ -54,7 +54,7 @@ public String getGslbService() { * This is the setter method to the attribute. * Gslbservice name. * It is a reference to an object of type gslbservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbService set the gslbService. */ @@ -65,7 +65,7 @@ public void setGslbService(String gslbService) { /** * This is the getter method this will return the attribute value. * Ha compromised reason. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return haReason */ @@ -76,7 +76,7 @@ public String getHaReason() { /** * This is the setter method to the attribute. * Ha compromised reason. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param haReason set the haReason. */ @@ -87,7 +87,7 @@ public void setHaReason(String haReason) { /** * This is the getter method this will return the attribute value. * Reason gslb service is down. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -98,7 +98,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason gslb service is down. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -109,7 +109,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. * Service engine name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -120,7 +120,7 @@ public String getSeName() { /** * This is the setter method to the attribute. * Service engine name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -131,7 +131,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. * Uuid of the event generator. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcUuid */ @@ -142,7 +142,7 @@ public String getSrcUuid() { /** * This is the setter method to the attribute. * Uuid of the event generator. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcUuid set the srcUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeHmEventGslbPoolDetails.java b/java/src/com/vmware/avi/sdk/model/SeHmEventGslbPoolDetails.java index d0ec6cd92f..1f5e7b1dc5 100644 --- a/java/src/com/vmware/avi/sdk/model/SeHmEventGslbPoolDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeHmEventGslbPoolDetails.java @@ -44,7 +44,7 @@ public class SeHmEventGslbPoolDetails { /** * This is the getter method this will return the attribute value. * Gslbservice pool name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsgroup */ @@ -55,7 +55,7 @@ public String getGsgroup() { /** * This is the setter method to the attribute. * Gslbservice pool name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsgroup set the gsgroup. */ @@ -67,7 +67,7 @@ public void setGsgroup(String gsgroup) { * This is the getter method this will return the attribute value. * Gslb service name. * It is a reference to an object of type gslbservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbService */ @@ -79,7 +79,7 @@ public String getGslbService() { * This is the setter method to the attribute. * Gslb service name. * It is a reference to an object of type gslbservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbService set the gslbService. */ @@ -90,7 +90,7 @@ public void setGslbService(String gslbService) { /** * This is the getter method this will return the attribute value. * Gslbservice member details. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsmember */ @@ -101,7 +101,7 @@ public SeHmEventGslbPoolMemberDetails getGsmember() { /** * This is the setter method to the attribute. * Gslbservice member details. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsmember set the gsmember. */ @@ -112,7 +112,7 @@ public void setGsmember(SeHmEventGslbPoolMemberDetails gsmember) { /** * This is the getter method this will return the attribute value. * Ha compromised reason. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return haReason */ @@ -123,7 +123,7 @@ public String getHaReason() { /** * This is the setter method to the attribute. * Ha compromised reason. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param haReason set the haReason. */ @@ -134,7 +134,7 @@ public void setHaReason(String haReason) { /** * This is the getter method this will return the attribute value. * Service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -145,7 +145,7 @@ public String getSeName() { /** * This is the setter method to the attribute. * Service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -156,7 +156,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. * Uuid of the event generator. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcUuid */ @@ -167,7 +167,7 @@ public String getSrcUuid() { /** * This is the setter method to the attribute. * Uuid of the event generator. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcUuid set the srcUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeHmEventGslbPoolMemberDetails.java b/java/src/com/vmware/avi/sdk/model/SeHmEventGslbPoolMemberDetails.java index ec5e0d3377..f86c2c7144 100644 --- a/java/src/com/vmware/avi/sdk/model/SeHmEventGslbPoolMemberDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeHmEventGslbPoolMemberDetails.java @@ -42,7 +42,7 @@ public class SeHmEventGslbPoolMemberDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appInfo */ @@ -52,7 +52,7 @@ public List getAppInfo() { /** * This is the setter method. this will set the appInfo - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appInfo */ @@ -62,7 +62,7 @@ public void setAppInfo(List appInfo) { /** * This is the setter method this will set the appInfo - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appInfo */ @@ -77,7 +77,7 @@ public SeHmEventGslbPoolMemberDetails addAppInfoItem(AppInfo appInfoItem) { /** * This is the getter method this will return the attribute value. * Domain name used to health monitor this member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domain */ @@ -88,7 +88,7 @@ public String getDomain() { /** * This is the setter method to the attribute. * Domain name used to health monitor this member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param domain set the domain. */ @@ -102,7 +102,7 @@ public void setDomain(String domain) { * Enum options - ARP_UNRESOLVED, CONNECTION_REFUSED, CONNECTION_TIMEOUT, RESPONSE_CODE_MISMATCH, PAYLOAD_CONTENT_MISMATCH, SERVER_UNREACHABLE, * CONNECTION_RESET, CONNECTION_ERROR, HOST_ERROR, ADDRESS_ERROR, NO_PORT, PAYLOAD_TIMEOUT, NO_RESPONSE, NO_RESOURCES, SSL_ERROR, SSL_CERT_ERROR, * PORT_UNREACHABLE, SCRIPT_ERROR, OTHER_ERROR, SERVER_DISABLED... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failureCode */ @@ -116,7 +116,7 @@ public String getFailureCode() { * Enum options - ARP_UNRESOLVED, CONNECTION_REFUSED, CONNECTION_TIMEOUT, RESPONSE_CODE_MISMATCH, PAYLOAD_CONTENT_MISMATCH, SERVER_UNREACHABLE, * CONNECTION_RESET, CONNECTION_ERROR, HOST_ERROR, ADDRESS_ERROR, NO_PORT, PAYLOAD_TIMEOUT, NO_RESPONSE, NO_RESOURCES, SSL_ERROR, SSL_CERT_ERROR, * PORT_UNREACHABLE, SCRIPT_ERROR, OTHER_ERROR, SERVER_DISABLED... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param failureCode set the failureCode. */ @@ -127,7 +127,7 @@ public void setFailureCode(String failureCode) { /** * This is the getter method this will return the attribute value. * Ip address of gslbservice member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -138,7 +138,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ip address of gslbservice member. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -147,7 +147,7 @@ public void setIp(IpAddr ip) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shm */ @@ -157,7 +157,7 @@ public List getShm() { /** * This is the setter method. this will set the shm - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shm */ @@ -167,7 +167,7 @@ public void setShm(List shm) { /** * This is the setter method this will set the shm - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shm */ @@ -187,7 +187,7 @@ public SeHmEventGslbPoolMemberDetails addShmItem(SeHmEventShmDetails shmItem) { * ADF_SCTP_SERVER_CONN_SETUP_TIMEDOUT, ADF_SCTP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, * ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, * ADF_CLIENT_SSL_HANDSHAKE_FAILURE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslErrorCode */ @@ -203,7 +203,7 @@ public String getSslErrorCode() { * ADF_SCTP_SERVER_CONN_SETUP_TIMEDOUT, ADF_SCTP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, * ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, * ADF_CLIENT_SSL_HANDSHAKE_FAILURE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslErrorCode set the sslErrorCode. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeHmEventPoolDetails.java b/java/src/com/vmware/avi/sdk/model/SeHmEventPoolDetails.java index da803e0f24..d5b85080c3 100644 --- a/java/src/com/vmware/avi/sdk/model/SeHmEventPoolDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeHmEventPoolDetails.java @@ -47,7 +47,7 @@ public class SeHmEventPoolDetails { /** * This is the getter method this will return the attribute value. * Ha compromised reason. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return haReason */ @@ -58,7 +58,7 @@ public String getHaReason() { /** * This is the setter method to the attribute. * Ha compromised reason. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param haReason set the haReason. */ @@ -69,7 +69,7 @@ public void setHaReason(String haReason) { /** * This is the getter method this will return the attribute value. * Percentage of servers up. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return percentServersUp */ @@ -80,7 +80,7 @@ public String getPercentServersUp() { /** * This is the setter method to the attribute. * Percentage of servers up. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param percentServersUp set the percentServersUp. */ @@ -92,7 +92,7 @@ public void setPercentServersUp(String percentServersUp) { * This is the getter method this will return the attribute value. * Pool name. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pool */ @@ -104,7 +104,7 @@ public String getPool() { * This is the setter method to the attribute. * Pool name. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pool set the pool. */ @@ -115,7 +115,7 @@ public void setPool(String pool) { /** * This is the getter method this will return the attribute value. * Service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -126,7 +126,7 @@ public String getSeName() { /** * This is the setter method to the attribute. * Service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -137,7 +137,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. * Server details. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -148,7 +148,7 @@ public SeHmEventServerDetails getServer() { /** * This is the setter method to the attribute. * Server details. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param server set the server. */ @@ -159,7 +159,7 @@ public void setServer(SeHmEventServerDetails server) { /** * This is the getter method this will return the attribute value. * Uuid of the event generator. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcUuid */ @@ -170,7 +170,7 @@ public String getSrcUuid() { /** * This is the setter method to the attribute. * Uuid of the event generator. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcUuid set the srcUuid. */ @@ -182,7 +182,7 @@ public void setSrcUuid(String srcUuid) { * This is the getter method this will return the attribute value. * Virtual service name. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualService */ @@ -194,7 +194,7 @@ public String getVirtualService() { * This is the setter method to the attribute. * Virtual service name. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualService set the virtualService. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeHmEventServerDetails.java b/java/src/com/vmware/avi/sdk/model/SeHmEventServerDetails.java index 28c2f84c64..c3524fefec 100644 --- a/java/src/com/vmware/avi/sdk/model/SeHmEventServerDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeHmEventServerDetails.java @@ -48,7 +48,7 @@ public class SeHmEventServerDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appInfo */ @@ -58,7 +58,7 @@ public List getAppInfo() { /** * This is the setter method. this will set the appInfo - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appInfo */ @@ -68,7 +68,7 @@ public void setAppInfo(List appInfo) { /** * This is the setter method this will set the appInfo - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appInfo */ @@ -83,7 +83,7 @@ public SeHmEventServerDetails addAppInfoItem(AppInfo appInfoItem) { /** * This is the getter method this will return the attribute value. * Server description. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -94,7 +94,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Server description. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -108,7 +108,7 @@ public void setDescription(String description) { * Enum options - ARP_UNRESOLVED, CONNECTION_REFUSED, CONNECTION_TIMEOUT, RESPONSE_CODE_MISMATCH, PAYLOAD_CONTENT_MISMATCH, SERVER_UNREACHABLE, * CONNECTION_RESET, CONNECTION_ERROR, HOST_ERROR, ADDRESS_ERROR, NO_PORT, PAYLOAD_TIMEOUT, NO_RESPONSE, NO_RESOURCES, SSL_ERROR, SSL_CERT_ERROR, * PORT_UNREACHABLE, SCRIPT_ERROR, OTHER_ERROR, SERVER_DISABLED... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failureCode */ @@ -122,7 +122,7 @@ public String getFailureCode() { * Enum options - ARP_UNRESOLVED, CONNECTION_REFUSED, CONNECTION_TIMEOUT, RESPONSE_CODE_MISMATCH, PAYLOAD_CONTENT_MISMATCH, SERVER_UNREACHABLE, * CONNECTION_RESET, CONNECTION_ERROR, HOST_ERROR, ADDRESS_ERROR, NO_PORT, PAYLOAD_TIMEOUT, NO_RESPONSE, NO_RESOURCES, SSL_ERROR, SSL_CERT_ERROR, * PORT_UNREACHABLE, SCRIPT_ERROR, OTHER_ERROR, SERVER_DISABLED... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param failureCode set the failureCode. */ @@ -133,7 +133,7 @@ public void setFailureCode(String failureCode) { /** * This is the getter method this will return the attribute value. * Host name or vm name or dns name for the server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -144,7 +144,7 @@ public String getHostname() { /** * This is the setter method to the attribute. * Host name or vm name or dns name for the server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -155,7 +155,7 @@ public void setHostname(String hostname) { /** * This is the getter method this will return the attribute value. * Ip address of server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -166,7 +166,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ip address of server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -178,7 +178,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Port override form the pool port. * If server port is not specified, the pool port is used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -190,7 +190,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Port override form the pool port. * If server port is not specified, the pool port is used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -199,7 +199,7 @@ public void setPort(Integer port) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shm */ @@ -209,7 +209,7 @@ public List getShm() { /** * This is the setter method. this will set the shm - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shm */ @@ -219,7 +219,7 @@ public void setShm(List shm) { /** * This is the setter method this will set the shm - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shm */ @@ -239,7 +239,7 @@ public SeHmEventServerDetails addShmItem(SeHmEventShmDetails shmItem) { * ADF_SCTP_SERVER_CONN_SETUP_TIMEDOUT, ADF_SCTP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, * ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, * ADF_CLIENT_SSL_HANDSHAKE_FAILURE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslErrorCode */ @@ -255,7 +255,7 @@ public String getSslErrorCode() { * ADF_SCTP_SERVER_CONN_SETUP_TIMEDOUT, ADF_SCTP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, * ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, * ADF_CLIENT_SSL_HANDSHAKE_FAILURE... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslErrorCode set the sslErrorCode. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeHmEventShmDetails.java b/java/src/com/vmware/avi/sdk/model/SeHmEventShmDetails.java index 69f75d9cfe..8ad042aae5 100644 --- a/java/src/com/vmware/avi/sdk/model/SeHmEventShmDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeHmEventShmDetails.java @@ -38,7 +38,7 @@ public class SeHmEventShmDetails { /** * This is the getter method this will return the attribute value. * Average health monitor response time from server in milli-seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return averageResponseTime */ @@ -49,7 +49,7 @@ public Integer getAverageResponseTime() { /** * This is the setter method to the attribute. * Average health monitor response time from server in milli-seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param averageResponseTime set the averageResponseTime. */ @@ -61,7 +61,7 @@ public void setAverageResponseTime(Integer averageResponseTime) { * This is the getter method this will return the attribute value. * Health monitor name. * It is a reference to an object of type healthmonitor. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitor */ @@ -73,7 +73,7 @@ public String getHealthMonitor() { * This is the setter method to the attribute. * Health monitor name. * It is a reference to an object of type healthmonitor. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param healthMonitor set the healthMonitor. */ @@ -83,7 +83,7 @@ public void setHealthMonitor(String healthMonitor) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return respString */ @@ -93,7 +93,7 @@ public String getRespString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param respString set the respString. */ @@ -105,7 +105,7 @@ public void setRespString(String respString) { * This is the getter method this will return the attribute value. * Response code from server. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseCode */ @@ -117,7 +117,7 @@ public Integer getResponseCode() { * This is the setter method to the attribute. * Response code from server. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseCode set the responseCode. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeHmEventVsDetails.java b/java/src/com/vmware/avi/sdk/model/SeHmEventVsDetails.java index 94e28a65e6..225bea0847 100644 --- a/java/src/com/vmware/avi/sdk/model/SeHmEventVsDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeHmEventVsDetails.java @@ -50,7 +50,7 @@ public class SeHmEventVsDetails { /** * This is the getter method this will return the attribute value. * Ha compromised reason. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return haReason */ @@ -61,7 +61,7 @@ public String getHaReason() { /** * This is the setter method to the attribute. * Ha compromised reason. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param haReason set the haReason. */ @@ -72,7 +72,7 @@ public void setHaReason(String haReason) { /** * This is the getter method this will return the attribute value. * Reason for virtual service down. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -83,7 +83,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for virtual service down. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -94,7 +94,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. * Service engine name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -105,7 +105,7 @@ public String getSeName() { /** * This is the setter method to the attribute. * Service engine name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -116,7 +116,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. * Uuid of the event generator. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcUuid */ @@ -127,7 +127,7 @@ public String getSrcUuid() { /** * This is the setter method to the attribute. * Uuid of the event generator. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcUuid set the srcUuid. */ @@ -138,7 +138,7 @@ public void setSrcUuid(String srcUuid) { /** * This is the getter method this will return the attribute value. * Vip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip6Address */ @@ -149,7 +149,7 @@ public IpAddr getVip6Address() { /** * This is the setter method to the attribute. * Vip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vip6Address set the vip6Address. */ @@ -160,7 +160,7 @@ public void setVip6Address(IpAddr vip6Address) { /** * This is the getter method this will return the attribute value. * Vip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipAddress */ @@ -171,7 +171,7 @@ public IpAddr getVipAddress() { /** * This is the setter method to the attribute. * Vip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipAddress set the vipAddress. */ @@ -182,7 +182,7 @@ public void setVipAddress(IpAddr vipAddress) { /** * This is the getter method this will return the attribute value. * Vip id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -193,7 +193,7 @@ public String getVipId() { /** * This is the setter method to the attribute. * Vip id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -205,7 +205,7 @@ public void setVipId(String vipId) { * This is the getter method this will return the attribute value. * Virtual service name. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualService */ @@ -217,7 +217,7 @@ public String getVirtualService() { * This is the setter method to the attribute. * Virtual service name. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualService set the virtualService. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeIP6DadFailedEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeIP6DadFailedEventDetails.java index a9e5487f1c..1a52159c73 100644 --- a/java/src/com/vmware/avi/sdk/model/SeIP6DadFailedEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeIP6DadFailedEventDetails.java @@ -35,7 +35,7 @@ public class SeIP6DadFailedEventDetails { /** * This is the getter method this will return the attribute value. * Ipv6 address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dadIp */ @@ -46,7 +46,7 @@ public IpAddr getDadIp() { /** * This is the setter method to the attribute. * Ipv6 address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dadIp set the dadIp. */ @@ -57,7 +57,7 @@ public void setDadIp(IpAddr dadIp) { /** * This is the getter method this will return the attribute value. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -68,7 +68,7 @@ public String getIfName() { /** * This is the setter method to the attribute. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -80,7 +80,7 @@ public void setIfName(String ifName) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -92,7 +92,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeIpAddedEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeIpAddedEventDetails.java index 50ca8a464c..29303b378d 100644 --- a/java/src/com/vmware/avi/sdk/model/SeIpAddedEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeIpAddedEventDetails.java @@ -53,7 +53,7 @@ public class SeIpAddedEventDetails { /** * This is the getter method this will return the attribute value. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -64,7 +64,7 @@ public String getIfName() { /** * This is the setter method to the attribute. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -75,7 +75,7 @@ public void setIfName(String ifName) { /** * This is the getter method this will return the attribute value. * Ip added. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -86,7 +86,7 @@ public String getIp() { /** * This is the setter method to the attribute. * Ip added. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -97,7 +97,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. * Vnic linux name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxName */ @@ -108,7 +108,7 @@ public String getLinuxName() { /** * This is the setter method to the attribute. * Vnic linux name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxName set the linuxName. */ @@ -119,7 +119,7 @@ public void setLinuxName(String linuxName) { /** * This is the getter method this will return the attribute value. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mac */ @@ -130,7 +130,7 @@ public String getMac() { /** * This is the setter method to the attribute. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mac set the mac. */ @@ -141,7 +141,7 @@ public void setMac(String mac) { /** * This is the getter method this will return the attribute value. * Mask. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mask */ @@ -152,7 +152,7 @@ public Integer getMask() { /** * This is the setter method to the attribute. * Mask. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mask set the mask. */ @@ -163,7 +163,7 @@ public void setMask(Integer mask) { /** * This is the getter method this will return the attribute value. * Dchp or static. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -174,7 +174,7 @@ public String getMode() { /** * This is the setter method to the attribute. * Dchp or static. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -185,7 +185,7 @@ public void setMode(String mode) { /** * This is the getter method this will return the attribute value. * Network uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuid */ @@ -196,7 +196,7 @@ public String getNetworkUuid() { /** * This is the setter method to the attribute. * Network uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkUuid set the networkUuid. */ @@ -207,7 +207,7 @@ public void setNetworkUuid(String networkUuid) { /** * This is the getter method this will return the attribute value. * Namespace. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -218,7 +218,7 @@ public String getNs() { /** * This is the setter method to the attribute. * Namespace. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ns set the ns. */ @@ -230,7 +230,7 @@ public void setNs(String ns) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -242,7 +242,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeIpRemovedEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeIpRemovedEventDetails.java index 0ffb1aef12..4c6d7d16d1 100644 --- a/java/src/com/vmware/avi/sdk/model/SeIpRemovedEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeIpRemovedEventDetails.java @@ -53,7 +53,7 @@ public class SeIpRemovedEventDetails { /** * This is the getter method this will return the attribute value. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -64,7 +64,7 @@ public String getIfName() { /** * This is the setter method to the attribute. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -75,7 +75,7 @@ public void setIfName(String ifName) { /** * This is the getter method this will return the attribute value. * Ip added. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -86,7 +86,7 @@ public String getIp() { /** * This is the setter method to the attribute. * Ip added. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -97,7 +97,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. * Vnic linux name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxName */ @@ -108,7 +108,7 @@ public String getLinuxName() { /** * This is the setter method to the attribute. * Vnic linux name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxName set the linuxName. */ @@ -119,7 +119,7 @@ public void setLinuxName(String linuxName) { /** * This is the getter method this will return the attribute value. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mac */ @@ -130,7 +130,7 @@ public String getMac() { /** * This is the setter method to the attribute. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mac set the mac. */ @@ -141,7 +141,7 @@ public void setMac(String mac) { /** * This is the getter method this will return the attribute value. * Mask. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mask */ @@ -152,7 +152,7 @@ public Integer getMask() { /** * This is the setter method to the attribute. * Mask. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mask set the mask. */ @@ -163,7 +163,7 @@ public void setMask(Integer mask) { /** * This is the getter method this will return the attribute value. * Dchp or static. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -174,7 +174,7 @@ public String getMode() { /** * This is the setter method to the attribute. * Dchp or static. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -185,7 +185,7 @@ public void setMode(String mode) { /** * This is the getter method this will return the attribute value. * Network uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuid */ @@ -196,7 +196,7 @@ public String getNetworkUuid() { /** * This is the setter method to the attribute. * Network uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkUuid set the networkUuid. */ @@ -207,7 +207,7 @@ public void setNetworkUuid(String networkUuid) { /** * This is the getter method this will return the attribute value. * Namespace. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -218,7 +218,7 @@ public String getNs() { /** * This is the setter method to the attribute. * Namespace. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ns set the ns. */ @@ -230,7 +230,7 @@ public void setNs(String ns) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -242,7 +242,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeIpfailureEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeIpfailureEventDetails.java index 3f79e10a30..34f75ea20c 100644 --- a/java/src/com/vmware/avi/sdk/model/SeIpfailureEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeIpfailureEventDetails.java @@ -38,7 +38,7 @@ public class SeIpfailureEventDetails { /** * This is the getter method this will return the attribute value. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mac */ @@ -49,7 +49,7 @@ public String getMac() { /** * This is the setter method to the attribute. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mac set the mac. */ @@ -60,7 +60,7 @@ public void setMac(String mac) { /** * This is the getter method this will return the attribute value. * Network uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuid */ @@ -71,7 +71,7 @@ public String getNetworkUuid() { /** * This is the setter method to the attribute. * Network uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkUuid set the networkUuid. */ @@ -83,7 +83,7 @@ public void setNetworkUuid(String networkUuid) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -95,7 +95,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -106,7 +106,7 @@ public void setSeRef(String seRef) { /** * This is the getter method this will return the attribute value. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnicName */ @@ -117,7 +117,7 @@ public String getVnicName() { /** * This is the setter method to the attribute. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vnicName set the vnicName. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeLicensedBandwdithExceededEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeLicensedBandwdithExceededEventDetails.java index dc89f4c367..840613d4bb 100644 --- a/java/src/com/vmware/avi/sdk/model/SeLicensedBandwdithExceededEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeLicensedBandwdithExceededEventDetails.java @@ -32,7 +32,7 @@ public class SeLicensedBandwdithExceededEventDetails { /** * This is the getter method this will return the attribute value. * Number of packets dropped since the last event. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPktsDropped */ @@ -43,7 +43,7 @@ public Integer getNumPktsDropped() { /** * This is the setter method to the attribute. * Number of packets dropped since the last event. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPktsDropped set the numPktsDropped. */ @@ -55,7 +55,7 @@ public void setNumPktsDropped(Integer numPktsDropped) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -67,7 +67,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeList.java b/java/src/com/vmware/avi/sdk/model/SeList.java index 656ce80807..b124e6bc17 100644 --- a/java/src/com/vmware/avi/sdk/model/SeList.java +++ b/java/src/com/vmware/avi/sdk/model/SeList.java @@ -126,7 +126,7 @@ public class SeList { * This is the getter method this will return the attribute value. * Vip is active on cloud. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeOnCloud */ @@ -138,7 +138,7 @@ public Boolean getActiveOnCloud() { * This is the setter method to the attribute. * Vip is active on cloud. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param activeOnCloud set the activeOnCloud. */ @@ -150,7 +150,7 @@ public void setActiveOnCloud(Boolean activeOnCloud) { * This is the getter method this will return the attribute value. * Vip is active on this serviceengine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeOnSe */ @@ -162,7 +162,7 @@ public Boolean getActiveOnSe() { * This is the setter method to the attribute. * Vip is active on this serviceengine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param activeOnSe set the activeOnSe. */ @@ -173,7 +173,7 @@ public void setActiveOnSe(Boolean activeOnSe) { /** * This is the getter method this will return the attribute value. * This flag is set when scaling in an se in admin down mode. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return adminDownRequested */ @@ -184,7 +184,7 @@ public Boolean getAdminDownRequested() { /** * This is the setter method to the attribute. * This flag is set when scaling in an se in admin down mode. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param adminDownRequested set the adminDownRequested. */ @@ -196,7 +196,7 @@ public void setAdminDownRequested(Boolean adminDownRequested) { * This is the getter method this will return the attribute value. * Attach ip is in progress. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attachIpInProgress */ @@ -208,7 +208,7 @@ public Boolean getAttachIpInProgress() { * This is the setter method to the attribute. * Attach ip is in progress. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attachIpInProgress set the attachIpInProgress. */ @@ -220,7 +220,7 @@ public void setAttachIpInProgress(Boolean attachIpInProgress) { * This is the getter method this will return the attribute value. * All attempts to program the vip on cloud have been made. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudProgrammingDone */ @@ -232,7 +232,7 @@ public Boolean getCloudProgrammingDone() { * This is the setter method to the attribute. * All attempts to program the vip on cloud have been made. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudProgrammingDone set the cloudProgrammingDone. */ @@ -244,7 +244,7 @@ public void setCloudProgrammingDone(Boolean cloudProgrammingDone) { * This is the getter method this will return the attribute value. * Status of vip on the cloud. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudProgrammingStatus */ @@ -256,7 +256,7 @@ public String getCloudProgrammingStatus() { * This is the setter method to the attribute. * Status of vip on the cloud. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudProgrammingStatus set the cloudProgrammingStatus. */ @@ -267,7 +267,7 @@ public void setCloudProgrammingStatus(String cloudProgrammingStatus) { /** * This is the getter method this will return the attribute value. * This flag is set when an se is admin down or scaling in. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return deleteInProgress */ @@ -278,7 +278,7 @@ public Boolean getDeleteInProgress() { /** * This is the setter method to the attribute. * This flag is set when an se is admin down or scaling in. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param deleteInProgress set the deleteInProgress. */ @@ -290,7 +290,7 @@ public void setDeleteInProgress(Boolean deleteInProgress) { * This is the getter method this will return the attribute value. * Detach ip is in progress. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return detachIpInProgress */ @@ -302,7 +302,7 @@ public Boolean getDetachIpInProgress() { * This is the setter method to the attribute. * Detach ip is in progress. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param detachIpInProgress set the detachIpInProgress. */ @@ -311,7 +311,7 @@ public void setDetachIpInProgress(Boolean detachIpInProgress) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp */ @@ -321,7 +321,7 @@ public List getFloatingIntfIp() { /** * This is the setter method. this will set the floatingIntfIp - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp */ @@ -331,7 +331,7 @@ public void setFloatingIntfIp(List floatingIntfIp) { /** * This is the setter method this will set the floatingIntfIp - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp */ @@ -346,7 +346,7 @@ public SeList addFloatingIntfIpItem(IpAddr floatingIntfIpItem) { * This is the getter method this will return the attribute value. * Ipv6 floating interface ips for the routingservice. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp6Addresses */ @@ -358,7 +358,7 @@ public List getFloatingIntfIp6Addresses() { * This is the setter method. this will set the floatingIntfIp6Addresses * Ipv6 floating interface ips for the routingservice. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp6Addresses */ @@ -370,7 +370,7 @@ public void setFloatingIntfIp6Addresses(List floatingIntfIp6Addresses) * This is the setter method this will set the floatingIntfIp6Addresses * Ipv6 floating interface ips for the routingservice. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp6Addresses */ @@ -387,7 +387,7 @@ public SeList addFloatingIntfIp6AddressesItem(IpAddr floatingIntfIp6AddressesIte * Updated whenever this entry is created. * When the sees this has changed, it means that the se should disrupt, since there was a delete then create, not an update. * Field introduced in 18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return incarnation */ @@ -400,7 +400,7 @@ public String getIncarnation() { * Updated whenever this entry is created. * When the sees this has changed, it means that the se should disrupt, since there was a delete then create, not an update. * Field introduced in 18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param incarnation set the incarnation. */ @@ -410,7 +410,7 @@ public void setIncarnation(String incarnation) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isPortchannel */ @@ -420,7 +420,7 @@ public Boolean getIsPortchannel() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isPortchannel set the isPortchannel. */ @@ -430,7 +430,7 @@ public void setIsPortchannel(Boolean isPortchannel) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return isPrimary */ @@ -440,7 +440,7 @@ public Boolean getIsPrimary() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param isPrimary set the isPrimary. */ @@ -450,7 +450,7 @@ public void setIsPrimary(Boolean isPrimary) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isStandby */ @@ -460,7 +460,7 @@ public Boolean getIsStandby() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isStandby set the isStandby. */ @@ -470,7 +470,7 @@ public void setIsStandby(Boolean isStandby) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2001. * @return memory */ @@ -480,7 +480,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2001. * @param memory set the memory. */ @@ -492,7 +492,7 @@ public void setMemory(Integer memory) { * This is the getter method this will return the attribute value. * Management ipv4 address of se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtIp */ @@ -504,7 +504,7 @@ public IpAddr getMgmtIp() { * This is the setter method to the attribute. * Management ipv4 address of se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtIp set the mgmtIp. */ @@ -516,7 +516,7 @@ public void setMgmtIp(IpAddr mgmtIp) { * This is the getter method this will return the attribute value. * Management ipv6 address of se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtIp6 */ @@ -528,7 +528,7 @@ public IpAddr getMgmtIp6() { * This is the setter method to the attribute. * Management ipv6 address of se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtIp6 set the mgmtIp6. */ @@ -540,7 +540,7 @@ public void setMgmtIp6(IpAddr mgmtIp6) { * This is the getter method this will return the attribute value. * Vip route is revoked as pool went down. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routeRevokedPoolDown */ @@ -552,7 +552,7 @@ public Boolean getRouteRevokedPoolDown() { * This is the setter method to the attribute. * Vip route is revoked as pool went down. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routeRevokedPoolDown set the routeRevokedPoolDown. */ @@ -564,7 +564,7 @@ public void setRouteRevokedPoolDown(Boolean routeRevokedPoolDown) { * This is the getter method this will return the attribute value. * This flag is set when a vs is actively scaling out to this se. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return scaleoutInProgress */ @@ -576,7 +576,7 @@ public Boolean getScaleoutInProgress() { * This is the setter method to the attribute. * This flag is set when a vs is actively scaling out to this se. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param scaleoutInProgress set the scaleoutInProgress. */ @@ -588,7 +588,7 @@ public void setScaleoutInProgress(Boolean scaleoutInProgress) { * This is the getter method this will return the attribute value. * All attempts to program the vip on this serviceengine have been made. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seProgrammingDone */ @@ -600,7 +600,7 @@ public Boolean getSeProgrammingDone() { * This is the setter method to the attribute. * All attempts to program the vip on this serviceengine have been made. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seProgrammingDone set the seProgrammingDone. */ @@ -612,7 +612,7 @@ public void setSeProgrammingDone(Boolean seProgrammingDone) { * This is the getter method this will return the attribute value. * Vip is awaiting response from this serviceengine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seReadyInProgress */ @@ -624,7 +624,7 @@ public Boolean getSeReadyInProgress() { * This is the setter method to the attribute. * Vip is awaiting response from this serviceengine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seReadyInProgress set the seReadyInProgress. */ @@ -635,7 +635,7 @@ public void setSeReadyInProgress(Boolean seReadyInProgress) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -646,7 +646,7 @@ public String getSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -656,7 +656,7 @@ public void setSeRef(String seRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return secIdx */ @@ -666,7 +666,7 @@ public Integer getSecIdx() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param secIdx set the secIdx. */ @@ -676,7 +676,7 @@ public void setSecIdx(Integer secIdx) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snatIp */ @@ -686,7 +686,7 @@ public IpAddr getSnatIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param snatIp set the snatIp. */ @@ -698,7 +698,7 @@ public void setSnatIp(IpAddr snatIp) { * This is the getter method this will return the attribute value. * Ipv6 address for se snat. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snatIp6Address */ @@ -710,7 +710,7 @@ public IpAddr getSnatIp6Address() { * This is the setter method to the attribute. * Ipv6 address for se snat. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param snatIp6Address set the snatIp6Address. */ @@ -720,7 +720,7 @@ public void setSnatIp6Address(IpAddr snatIp6Address) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return vcpus */ @@ -730,7 +730,7 @@ public Integer getVcpus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param vcpus set the vcpus. */ @@ -741,7 +741,7 @@ public void setVcpus(Integer vcpus) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return vip6SubnetMask */ @@ -752,7 +752,7 @@ public Integer getVip6SubnetMask() { /** * This is the setter method to the attribute. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param vip6SubnetMask set the vip6SubnetMask. */ @@ -762,7 +762,7 @@ public void setVip6SubnetMask(Integer vip6SubnetMask) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipIntfIp */ @@ -772,7 +772,7 @@ public IpAddr getVipIntfIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipIntfIp set the vipIntfIp. */ @@ -781,7 +781,7 @@ public void setVipIntfIp(IpAddr vipIntfIp) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipIntfList */ @@ -791,7 +791,7 @@ public List getVipIntfList() { /** * This is the setter method. this will set the vipIntfList - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipIntfList */ @@ -801,7 +801,7 @@ public void setVipIntfList(List vipIntfList) { /** * This is the setter method this will set the vipIntfList - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipIntfList */ @@ -815,7 +815,7 @@ public SeList addVipIntfListItem(SeVipInterfaceList vipIntfListItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipIntfMac */ @@ -825,7 +825,7 @@ public String getVipIntfMac() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipIntfMac set the vipIntfMac. */ @@ -835,7 +835,7 @@ public void setVipIntfMac(String vipIntfMac) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @return vipSubnetMask */ @@ -845,7 +845,7 @@ public Integer getVipSubnetMask() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @param vipSubnetMask set the vipSubnetMask. */ @@ -855,7 +855,7 @@ public void setVipSubnetMask(Integer vipSubnetMask) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return vlanId */ @@ -865,7 +865,7 @@ public Integer getVlanId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param vlanId set the vlanId. */ @@ -874,7 +874,7 @@ public void setVlanId(Integer vlanId) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnic */ @@ -884,7 +884,7 @@ public List getVnic() { /** * This is the setter method. this will set the vnic - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnic */ @@ -894,7 +894,7 @@ public void setVnic(List vnic) { /** * This is the setter method this will set the vnic - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnic */ diff --git a/java/src/com/vmware/avi/sdk/model/SeMemoryLimitEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeMemoryLimitEventDetails.java index ec18bb82c9..0673558ffd 100644 --- a/java/src/com/vmware/avi/sdk/model/SeMemoryLimitEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeMemoryLimitEventDetails.java @@ -57,7 +57,7 @@ public class SeMemoryLimitEventDetails { * This is the getter method this will return the attribute value. * Current status of config memory. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configMemoryStatus */ @@ -69,7 +69,7 @@ public String getConfigMemoryStatus() { * This is the setter method to the attribute. * Current status of config memory. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configMemoryStatus set the configMemoryStatus. */ @@ -81,7 +81,7 @@ public void setConfigMemoryStatus(String configMemoryStatus) { * This is the getter method this will return the attribute value. * Heap config memory hard limit. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return heapConfigHardLimit */ @@ -93,7 +93,7 @@ public Integer getHeapConfigHardLimit() { * This is the setter method to the attribute. * Heap config memory hard limit. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param heapConfigHardLimit set the heapConfigHardLimit. */ @@ -105,7 +105,7 @@ public void setHeapConfigHardLimit(Integer heapConfigHardLimit) { * This is the getter method this will return the attribute value. * Heap config memory soft limit. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return heapConfigSoftLimit */ @@ -117,7 +117,7 @@ public Integer getHeapConfigSoftLimit() { * This is the setter method to the attribute. * Heap config memory soft limit. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param heapConfigSoftLimit set the heapConfigSoftLimit. */ @@ -129,7 +129,7 @@ public void setHeapConfigSoftLimit(Integer heapConfigSoftLimit) { * This is the getter method this will return the attribute value. * Config memory usage in heap memory. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return heapConfigUsage */ @@ -141,7 +141,7 @@ public Integer getHeapConfigUsage() { * This is the setter method to the attribute. * Config memory usage in heap memory. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param heapConfigUsage set the heapConfigUsage. */ @@ -153,7 +153,7 @@ public void setHeapConfigUsage(Integer heapConfigUsage) { * This is the getter method this will return the attribute value. * Connection memory usage in heap memory. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return heapConnUsage */ @@ -165,7 +165,7 @@ public Integer getHeapConnUsage() { * This is the setter method to the attribute. * Connection memory usage in heap memory. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param heapConnUsage set the heapConnUsage. */ @@ -178,7 +178,7 @@ public void setHeapConnUsage(Integer heapConnUsage) { * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -191,7 +191,7 @@ public String getSeRef() { * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -203,7 +203,7 @@ public void setSeRef(String seRef) { * This is the getter method this will return the attribute value. * Current shm config memory hard limit. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shmConfigHardLimit */ @@ -215,7 +215,7 @@ public Integer getShmConfigHardLimit() { * This is the setter method to the attribute. * Current shm config memory hard limit. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shmConfigHardLimit set the shmConfigHardLimit. */ @@ -227,7 +227,7 @@ public void setShmConfigHardLimit(Integer shmConfigHardLimit) { * This is the getter method this will return the attribute value. * Current shm config memory soft limit. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shmConfigSoftLimit */ @@ -239,7 +239,7 @@ public Integer getShmConfigSoftLimit() { * This is the setter method to the attribute. * Current shm config memory soft limit. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shmConfigSoftLimit set the shmConfigSoftLimit. */ @@ -251,7 +251,7 @@ public void setShmConfigSoftLimit(Integer shmConfigSoftLimit) { * This is the getter method this will return the attribute value. * Config memory usage in shared memory. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shmConfigUsage */ @@ -263,7 +263,7 @@ public Integer getShmConfigUsage() { * This is the setter method to the attribute. * Config memory usage in shared memory. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shmConfigUsage set the shmConfigUsage. */ @@ -275,7 +275,7 @@ public void setShmConfigUsage(Integer shmConfigUsage) { * This is the getter method this will return the attribute value. * Connection memory usage in shared memory. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shmConnUsage */ @@ -287,7 +287,7 @@ public Integer getShmConnUsage() { * This is the setter method to the attribute. * Connection memory usage in shared memory. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shmConnUsage set the shmConnUsage. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeMgrDebugFilter.java b/java/src/com/vmware/avi/sdk/model/SeMgrDebugFilter.java index 64062fae32..b3a9780f3e 100644 --- a/java/src/com/vmware/avi/sdk/model/SeMgrDebugFilter.java +++ b/java/src/com/vmware/avi/sdk/model/SeMgrDebugFilter.java @@ -28,7 +28,7 @@ public class SeMgrDebugFilter { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -38,7 +38,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeMgrEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeMgrEventDetails.java index 52b135e83d..9fe81100cc 100644 --- a/java/src/com/vmware/avi/sdk/model/SeMgrEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeMgrEventDetails.java @@ -88,7 +88,7 @@ public class SeMgrEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudName */ @@ -98,7 +98,7 @@ public String getCloudName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudName set the cloudName. */ @@ -108,7 +108,7 @@ public void setCloudName(String cloudName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudUuid */ @@ -118,7 +118,7 @@ public String getCloudUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudUuid set the cloudUuid. */ @@ -128,7 +128,7 @@ public void setCloudUuid(String cloudUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enableState */ @@ -138,7 +138,7 @@ public String getEnableState() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enableState set the enableState. */ @@ -148,7 +148,7 @@ public void setEnableState(String enableState) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcpInfo */ @@ -158,7 +158,7 @@ public GcpInfo getGcpInfo() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcpInfo set the gcpInfo. */ @@ -168,7 +168,7 @@ public void setGcpInfo(GcpInfo gcpInfo) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostName */ @@ -178,7 +178,7 @@ public String getHostName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostName set the hostName. */ @@ -188,7 +188,7 @@ public void setHostName(String hostName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostUuid */ @@ -198,7 +198,7 @@ public String getHostUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostUuid set the hostUuid. */ @@ -208,7 +208,7 @@ public void setHostUuid(String hostUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memory */ @@ -218,7 +218,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memory set the memory. */ @@ -228,7 +228,7 @@ public void setMemory(Integer memory) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return migrateState */ @@ -238,7 +238,7 @@ public String getMigrateState() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param migrateState set the migrateState. */ @@ -248,7 +248,7 @@ public void setMigrateState(String migrateState) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -258,7 +258,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -269,7 +269,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newMgmtIp */ @@ -280,7 +280,7 @@ public String getNewMgmtIp() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newMgmtIp set the newMgmtIp. */ @@ -291,7 +291,7 @@ public void setNewMgmtIp(String newMgmtIp) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newMgmtIp6 */ @@ -302,7 +302,7 @@ public String getNewMgmtIp6() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newMgmtIp6 set the newMgmtIp6. */ @@ -313,7 +313,7 @@ public void setNewMgmtIp6(String newMgmtIp6) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oldMgmtIp */ @@ -324,7 +324,7 @@ public String getOldMgmtIp() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oldMgmtIp set the oldMgmtIp. */ @@ -335,7 +335,7 @@ public void setOldMgmtIp(String oldMgmtIp) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oldMgmtIp6 */ @@ -346,7 +346,7 @@ public String getOldMgmtIp6() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oldMgmtIp6 set the oldMgmtIp6. */ @@ -356,7 +356,7 @@ public void setOldMgmtIp6(String oldMgmtIp6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -366,7 +366,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -376,7 +376,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpName */ @@ -386,7 +386,7 @@ public String getSeGrpName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpName set the seGrpName. */ @@ -396,7 +396,7 @@ public void setSeGrpName(String seGrpName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpUuid */ @@ -406,7 +406,7 @@ public String getSeGrpUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpUuid set the seGrpUuid. */ @@ -416,7 +416,7 @@ public void setSeGrpUuid(String seGrpUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcpus */ @@ -426,7 +426,7 @@ public Integer getVcpus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcpus set the vcpus. */ @@ -435,7 +435,7 @@ public void setVcpus(Integer vcpus) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -445,7 +445,7 @@ public List getVsName() { /** * This is the setter method. this will set the vsName - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -455,7 +455,7 @@ public void setVsName(List vsName) { /** * This is the setter method this will set the vsName - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -468,7 +468,7 @@ public SeMgrEventDetails addVsNameItem(String vsNameItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -478,7 +478,7 @@ public List getVsUuid() { /** * This is the setter method. this will set the vsUuid - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -488,7 +488,7 @@ public void setVsUuid(List vsUuid) { /** * This is the setter method this will set the vsUuid - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -504,7 +504,7 @@ public SeMgrEventDetails addVsUuidItem(String vsUuidItem) { * This is the getter method this will return the attribute value. * Vsphere ha on cluster enabled. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsphereHaEnabled */ @@ -516,7 +516,7 @@ public Boolean getVsphereHaEnabled() { * This is the setter method to the attribute. * Vsphere ha on cluster enabled. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsphereHaEnabled set the vsphereHaEnabled. */ @@ -529,7 +529,7 @@ public void setVsphereHaEnabled(Boolean vsphereHaEnabled) { * This flag is set to true when cloud connector has detected an esx host failure. * This flag is set to false when the se connects back to the controller, or when vsphere ha recovery timeout has occurred. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsphereHaInprogress */ @@ -542,7 +542,7 @@ public Boolean getVsphereHaInprogress() { * This flag is set to true when cloud connector has detected an esx host failure. * This flag is set to false when the se connects back to the controller, or when vsphere ha recovery timeout has occurred. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsphereHaInprogress set the vsphereHaInprogress. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeMigrateEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeMigrateEventDetails.java index d69cbf8cfd..3c1b329425 100644 --- a/java/src/com/vmware/avi/sdk/model/SeMigrateEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeMigrateEventDetails.java @@ -43,7 +43,7 @@ public class SeMigrateEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVs */ @@ -53,7 +53,7 @@ public Integer getNumVs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVs set the numVs. */ @@ -62,7 +62,7 @@ public void setNumVs(Integer numVs) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -72,7 +72,7 @@ public List getReason() { /** * This is the setter method. this will set the reason - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -82,7 +82,7 @@ public void setReason(List reason) { /** * This is the setter method this will set the reason - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -96,7 +96,7 @@ public SeMigrateEventDetails addReasonItem(String reasonItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -106,7 +106,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -116,7 +116,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -126,7 +126,7 @@ public String getSeUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ @@ -136,7 +136,7 @@ public void setSeUuid(String seUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -146,7 +146,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -156,7 +156,7 @@ public void setVsName(String vsName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -166,7 +166,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeNtpSynchronizationFailed.java b/java/src/com/vmware/avi/sdk/model/SeNtpSynchronizationFailed.java index 1cd8567597..f470ff19dc 100644 --- a/java/src/com/vmware/avi/sdk/model/SeNtpSynchronizationFailed.java +++ b/java/src/com/vmware/avi/sdk/model/SeNtpSynchronizationFailed.java @@ -36,7 +36,7 @@ public class SeNtpSynchronizationFailed { * This is the getter method this will return the attribute value. * List of ntp servers. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServers */ @@ -48,7 +48,7 @@ public String getNtpServers() { * This is the setter method to the attribute. * List of ntp servers. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ntpServers set the ntpServers. */ @@ -61,7 +61,7 @@ public void setNtpServers(String ntpServers) { * Name of the se reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -74,7 +74,7 @@ public String getSeName() { * Name of the se reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -87,7 +87,7 @@ public void setSeName(String seName) { * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -100,7 +100,7 @@ public String getSeRef() { * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeObjsyncPeerDownDetails.java b/java/src/com/vmware/avi/sdk/model/SeObjsyncPeerDownDetails.java index a3ad140af8..810d6a7556 100644 --- a/java/src/com/vmware/avi/sdk/model/SeObjsyncPeerDownDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeObjsyncPeerDownDetails.java @@ -30,7 +30,7 @@ public class SeObjsyncPeerDownDetails { * This is the getter method this will return the attribute value. * Objsync peer se uuids. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return peerSeUuids */ @@ -42,7 +42,7 @@ public String getPeerSeUuids() { * This is the setter method to the attribute. * Objsync peer se uuids. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param peerSeUuids set the peerSeUuids. */ diff --git a/java/src/com/vmware/avi/sdk/model/SePersistenceEventDetails.java b/java/src/com/vmware/avi/sdk/model/SePersistenceEventDetails.java index b01cb57928..553d9695d4 100644 --- a/java/src/com/vmware/avi/sdk/model/SePersistenceEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SePersistenceEventDetails.java @@ -35,7 +35,7 @@ public class SePersistenceEventDetails { /** * This is the getter method this will return the attribute value. * Current number of entries in the client ip persistence table. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entries */ @@ -46,7 +46,7 @@ public Integer getEntries() { /** * This is the setter method to the attribute. * Current number of entries in the client ip persistence table. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entries set the entries. */ @@ -58,7 +58,7 @@ public void setEntries(Integer entries) { * This is the getter method this will return the attribute value. * Name of pool whose persistence table limits were reached. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pool */ @@ -70,7 +70,7 @@ public String getPool() { * This is the setter method to the attribute. * Name of pool whose persistence table limits were reached. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pool set the pool. */ @@ -82,8 +82,8 @@ public void setPool(String pool) { * This is the getter method this will return the attribute value. * Type of persistence. * Enum options - PERSISTENCE_TYPE_CLIENT_IP_ADDRESS, PERSISTENCE_TYPE_HTTP_COOKIE, PERSISTENCE_TYPE_TLS, PERSISTENCE_TYPE_CLIENT_IPV6_ADDRESS, - * PERSISTENCE_TYPE_CUSTOM_HTTP_HEADER, PERSISTENCE_TYPE_APP_COOKIE, PERSISTENCE_TYPE_GSLB_SITE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * PERSISTENCE_TYPE_CUSTOM_HTTP_HEADER, PERSISTENCE_TYPE_APP_COOKIE, PERSISTENCE_TYPE_GSLB_SITE, PERSISTENCE_TYPE_APP_DIAMETER. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -95,8 +95,8 @@ public String getType() { * This is the setter method to the attribute. * Type of persistence. * Enum options - PERSISTENCE_TYPE_CLIENT_IP_ADDRESS, PERSISTENCE_TYPE_HTTP_COOKIE, PERSISTENCE_TYPE_TLS, PERSISTENCE_TYPE_CLIENT_IPV6_ADDRESS, - * PERSISTENCE_TYPE_CUSTOM_HTTP_HEADER, PERSISTENCE_TYPE_APP_COOKIE, PERSISTENCE_TYPE_GSLB_SITE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * PERSISTENCE_TYPE_CUSTOM_HTTP_HEADER, PERSISTENCE_TYPE_APP_COOKIE, PERSISTENCE_TYPE_GSLB_SITE, PERSISTENCE_TYPE_APP_DIAMETER. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/SePoolLbEventDetails.java b/java/src/com/vmware/avi/sdk/model/SePoolLbEventDetails.java index ffa602ce36..f3591c010e 100644 --- a/java/src/com/vmware/avi/sdk/model/SePoolLbEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SePoolLbEventDetails.java @@ -43,7 +43,7 @@ public class SePoolLbEventDetails { * Reason code for load balancing failure. * Enum options - PERSISTENT_SERVER_INVALID, PERSISTENT_SERVER_DOWN, SRVR_DOWN, ADD_PENDING, SLOW_START_MAX_CONN, MAX_CONN, NO_LPORT, SUSPECT_STATE, * MAX_CONN_RATE, CAPEST_RAND_MAX_CONN, GET_NEXT, PERSISTENT_SERVER_DISABLED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failureCode */ @@ -56,7 +56,7 @@ public String getFailureCode() { * Reason code for load balancing failure. * Enum options - PERSISTENT_SERVER_INVALID, PERSISTENT_SERVER_DOWN, SRVR_DOWN, ADD_PENDING, SLOW_START_MAX_CONN, MAX_CONN, NO_LPORT, SUSPECT_STATE, * MAX_CONN_RATE, CAPEST_RAND_MAX_CONN, GET_NEXT, PERSISTENT_SERVER_DISABLED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param failureCode set the failureCode. */ @@ -68,7 +68,7 @@ public void setFailureCode(String failureCode) { * This is the getter method this will return the attribute value. * Pool name. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pool */ @@ -80,7 +80,7 @@ public String getPool() { * This is the setter method to the attribute. * Pool name. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pool set the pool. */ @@ -91,7 +91,7 @@ public void setPool(String pool) { /** * This is the getter method this will return the attribute value. * Reason for load balancing failure. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -102,7 +102,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for load balancing failure. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -113,7 +113,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. * Uuid of event generator. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcUuid */ @@ -124,7 +124,7 @@ public String getSrcUuid() { /** * This is the setter method to the attribute. * Uuid of event generator. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcUuid set the srcUuid. */ @@ -136,7 +136,7 @@ public void setSrcUuid(String srcUuid) { * This is the getter method this will return the attribute value. * Virtual service name. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualService */ @@ -148,7 +148,7 @@ public String getVirtualService() { * This is the setter method to the attribute. * Virtual service name. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualService set the virtualService. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeProcessCrashedDetails.java b/java/src/com/vmware/avi/sdk/model/SeProcessCrashedDetails.java new file mode 100644 index 0000000000..253e1d7f1b --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/SeProcessCrashedDetails.java @@ -0,0 +1,145 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The SeProcessCrashedDetails is a POJO class extends AviRestResource that used for creating + * SeProcessCrashedDetails. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class SeProcessCrashedDetails { + @JsonProperty("crash_counter") + private Integer crashCounter; + + @JsonProperty("process_name") + private String processName; + + @JsonProperty("se_name") + private String seName; + + + + /** + * This is the getter method this will return the attribute value. + * Number of times the process has crashed. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return crashCounter + */ + public Integer getCrashCounter() { + return crashCounter; + } + + /** + * This is the setter method to the attribute. + * Number of times the process has crashed. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param crashCounter set the crashCounter. + */ + public void setCrashCounter(Integer crashCounter) { + this.crashCounter = crashCounter; + } + + /** + * This is the getter method this will return the attribute value. + * Name of the process that crashed. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return processName + */ + public String getProcessName() { + return processName; + } + + /** + * This is the setter method to the attribute. + * Name of the process that crashed. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param processName set the processName. + */ + public void setProcessName(String processName) { + this.processName = processName; + } + + /** + * This is the getter method this will return the attribute value. + * Name of the se reporting this event. + * It is a reference to an object of type serviceengine. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return seName + */ + public String getSeName() { + return seName; + } + + /** + * This is the setter method to the attribute. + * Name of the se reporting this event. + * It is a reference to an object of type serviceengine. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param seName set the seName. + */ + public void setSeName(String seName) { + this.seName = seName; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + SeProcessCrashedDetails objSeProcessCrashedDetails = (SeProcessCrashedDetails) o; + return Objects.equals(this.seName, objSeProcessCrashedDetails.seName)&& + Objects.equals(this.processName, objSeProcessCrashedDetails.processName)&& + Objects.equals(this.crashCounter, objSeProcessCrashedDetails.crashCounter); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class SeProcessCrashedDetails {\n"); + sb.append(" crashCounter: ").append(toIndentedString(crashCounter)).append("\n"); + sb.append(" processName: ").append(toIndentedString(processName)).append("\n"); + sb.append(" seName: ").append(toIndentedString(seName)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/SeProperties.java b/java/src/com/vmware/avi/sdk/model/SeProperties.java index 6e0e8791ec..bdf6846214 100644 --- a/java/src/com/vmware/avi/sdk/model/SeProperties.java +++ b/java/src/com/vmware/avi/sdk/model/SeProperties.java @@ -40,7 +40,7 @@ public class SeProperties extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAgentProperties */ @@ -50,7 +50,7 @@ public SeAgentProperties getSeAgentProperties() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seAgentProperties set the seAgentProperties. */ @@ -60,7 +60,7 @@ public void setSeAgentProperties(SeAgentProperties seAgentProperties) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBootupProperties */ @@ -70,7 +70,7 @@ public SeBootupProperties getSeBootupProperties() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seBootupProperties set the seBootupProperties. */ @@ -80,7 +80,7 @@ public void setSeBootupProperties(SeBootupProperties seBootupProperties) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRuntimeProperties */ @@ -90,7 +90,7 @@ public SeRuntimeProperties getSeRuntimeProperties() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRuntimeProperties set the seRuntimeProperties. */ @@ -117,7 +117,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return uuid */ @@ -127,7 +127,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeRateLimiters.java b/java/src/com/vmware/avi/sdk/model/SeRateLimiters.java index b09e0a17bc..801b38f3d3 100644 --- a/java/src/com/vmware/avi/sdk/model/SeRateLimiters.java +++ b/java/src/com/vmware/avi/sdk/model/SeRateLimiters.java @@ -36,6 +36,9 @@ public class SeRateLimiters { @JsonProperty("icmp_rsp_rl") private Integer icmpRspRl = 2000; + @JsonProperty("nd_rl") + private Integer ndRl = 2000; + @JsonProperty("rst_rl") private Integer rstRl = 100; @@ -44,7 +47,7 @@ public class SeRateLimiters { /** * This is the getter method this will return the attribute value. * Rate limiter for arp packets in pps. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return arpRl */ @@ -55,7 +58,7 @@ public Integer getArpRl() { /** * This is the setter method to the attribute. * Rate limiter for arp packets in pps. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param arpRl set the arpRl. */ @@ -66,7 +69,7 @@ public void setArpRl(Integer arpRl) { /** * This is the getter method this will return the attribute value. * Default rate limiter in pps. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return defaultRl */ @@ -77,7 +80,7 @@ public Integer getDefaultRl() { /** * This is the setter method to the attribute. * Default rate limiter in pps. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param defaultRl set the defaultRl. */ @@ -88,7 +91,7 @@ public void setDefaultRl(Integer defaultRl) { /** * This is the getter method this will return the attribute value. * Rate limiter for number of flow probes in pps. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 250. * @return flowProbeRl */ @@ -99,7 +102,7 @@ public Integer getFlowProbeRl() { /** * This is the setter method to the attribute. * Rate limiter for number of flow probes in pps. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 250. * @param flowProbeRl set the flowProbeRl. */ @@ -110,7 +113,7 @@ public void setFlowProbeRl(Integer flowProbeRl) { /** * This is the getter method this will return the attribute value. * Rate limiter for icmp requests in pps. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return icmpRl */ @@ -121,7 +124,7 @@ public Integer getIcmpRl() { /** * This is the setter method to the attribute. * Rate limiter for icmp requests in pps. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param icmpRl set the icmpRl. */ @@ -132,7 +135,7 @@ public void setIcmpRl(Integer icmpRl) { /** * This is the getter method this will return the attribute value. * Rate limiter for icmp response in pps. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return icmpRspRl */ @@ -143,7 +146,7 @@ public Integer getIcmpRspRl() { /** * This is the setter method to the attribute. * Rate limiter for icmp response in pps. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param icmpRspRl set the icmpRspRl. */ @@ -151,10 +154,34 @@ public void setIcmpRspRl(Integer icmpRspRl) { this.icmpRspRl = icmpRspRl; } + /** + * This is the getter method this will return the attribute value. + * Rate limiter for nd packets in pps. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 2000. + * @return ndRl + */ + public Integer getNdRl() { + return ndRl; + } + + /** + * This is the setter method to the attribute. + * Rate limiter for nd packets in pps. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 2000. + * @param ndRl set the ndRl. + */ + public void setNdRl(Integer ndRl) { + this.ndRl = ndRl; + } + /** * This is the getter method this will return the attribute value. * Rate limiter for number rst pkts sent in pps. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return rstRl */ @@ -165,7 +192,7 @@ public Integer getRstRl() { /** * This is the setter method to the attribute. * Rate limiter for number rst pkts sent in pps. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param rstRl set the rstRl. */ @@ -188,7 +215,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.arpRl, objSeRateLimiters.arpRl)&& Objects.equals(this.rstRl, objSeRateLimiters.rstRl)&& Objects.equals(this.flowProbeRl, objSeRateLimiters.flowProbeRl)&& - Objects.equals(this.defaultRl, objSeRateLimiters.defaultRl); + Objects.equals(this.defaultRl, objSeRateLimiters.defaultRl)&& + Objects.equals(this.ndRl, objSeRateLimiters.ndRl); } @Override @@ -200,6 +228,7 @@ public String toString() { sb.append(" flowProbeRl: ").append(toIndentedString(flowProbeRl)).append("\n"); sb.append(" icmpRl: ").append(toIndentedString(icmpRl)).append("\n"); sb.append(" icmpRspRl: ").append(toIndentedString(icmpRspRl)).append("\n"); + sb.append(" ndRl: ").append(toIndentedString(ndRl)).append("\n"); sb.append(" rstRl: ").append(toIndentedString(rstRl)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/SeReconcileDetails.java b/java/src/com/vmware/avi/sdk/model/SeReconcileDetails.java index 3048e78dd2..7219e59bb9 100644 --- a/java/src/com/vmware/avi/sdk/model/SeReconcileDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeReconcileDetails.java @@ -40,7 +40,7 @@ public class SeReconcileDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newServiceCores */ @@ -50,7 +50,7 @@ public Float getNewServiceCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newServiceCores set the newServiceCores. */ @@ -60,7 +60,7 @@ public void setNewServiceCores(Float newServiceCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oldServiceCores */ @@ -70,7 +70,7 @@ public Float getOldServiceCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oldServiceCores set the oldServiceCores. */ @@ -80,7 +80,7 @@ public void setOldServiceCores(Float oldServiceCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -90,7 +90,7 @@ public String getSeUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ @@ -100,7 +100,7 @@ public void setSeUuid(String seUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -110,7 +110,7 @@ public String getTenantUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ @@ -120,7 +120,7 @@ public void setTenantUuid(String tenantUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier */ @@ -130,7 +130,7 @@ public String getTier() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier set the tier. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeResources.java b/java/src/com/vmware/avi/sdk/model/SeResources.java index cb84a4e824..fa209c00cd 100644 --- a/java/src/com/vmware/avi/sdk/model/SeResources.java +++ b/java/src/com/vmware/avi/sdk/model/SeResources.java @@ -42,6 +42,9 @@ public class SeResources { @JsonProperty("num_vcpus") private Integer numVcpus; + @JsonProperty("qat_mode") + private String qatMode = "QAT_OFF"; + @JsonProperty("sockets") private Integer sockets; @@ -49,7 +52,7 @@ public class SeResources { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return coresPerSocket */ @@ -59,7 +62,7 @@ public Integer getCoresPerSocket() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param coresPerSocket set the coresPerSocket. */ @@ -69,7 +72,7 @@ public void setCoresPerSocket(Integer coresPerSocket) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disk */ @@ -79,7 +82,7 @@ public Integer getDisk() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param disk set the disk. */ @@ -89,7 +92,7 @@ public void setDisk(Integer disk) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hyperThreading */ @@ -99,7 +102,7 @@ public Boolean getHyperThreading() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hyperThreading set the hyperThreading. */ @@ -111,7 +114,7 @@ public void setHyperThreading(Boolean hyperThreading) { * This is the getter method this will return the attribute value. * Indicates that the se is running on a virtual machine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisorMode */ @@ -123,7 +126,7 @@ public Boolean getHypervisorMode() { * This is the setter method to the attribute. * Indicates that the se is running on a virtual machine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hypervisorMode set the hypervisorMode. */ @@ -133,7 +136,7 @@ public void setHypervisorMode(Boolean hypervisorMode) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memory */ @@ -143,7 +146,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memory set the memory. */ @@ -155,7 +158,7 @@ public void setMemory(Integer memory) { * This is the getter method this will return the attribute value. * Indicates the number of active datapath processes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numDatapathProcesses */ @@ -167,7 +170,7 @@ public Integer getNumDatapathProcesses() { * This is the setter method to the attribute. * Indicates the number of active datapath processes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numDatapathProcesses set the numDatapathProcesses. */ @@ -177,7 +180,7 @@ public void setNumDatapathProcesses(Integer numDatapathProcesses) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVcpus */ @@ -187,7 +190,7 @@ public Integer getNumVcpus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVcpus set the numVcpus. */ @@ -197,7 +200,33 @@ public void setNumVcpus(Integer numVcpus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Usage of intel qat for crypto offloads. + * Enum options - QAT_OFF, QAT_SW_ACCELERATION, QAT_HW_OFFLOAD. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "QAT_OFF". + * @return qatMode + */ + public String getQatMode() { + return qatMode; + } + + /** + * This is the setter method to the attribute. + * Usage of intel qat for crypto offloads. + * Enum options - QAT_OFF, QAT_SW_ACCELERATION, QAT_HW_OFFLOAD. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "QAT_OFF". + * @param qatMode set the qatMode. + */ + public void setQatMode(String qatMode) { + this.qatMode = qatMode; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sockets */ @@ -207,7 +236,7 @@ public Integer getSockets() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sockets set the sockets. */ @@ -232,7 +261,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.sockets, objSeResources.sockets)&& Objects.equals(this.coresPerSocket, objSeResources.coresPerSocket)&& Objects.equals(this.hypervisorMode, objSeResources.hypervisorMode)&& - Objects.equals(this.numDatapathProcesses, objSeResources.numDatapathProcesses); + Objects.equals(this.numDatapathProcesses, objSeResources.numDatapathProcesses)&& + Objects.equals(this.qatMode, objSeResources.qatMode); } @Override @@ -246,6 +276,7 @@ public String toString() { sb.append(" memory: ").append(toIndentedString(memory)).append("\n"); sb.append(" numDatapathProcesses: ").append(toIndentedString(numDatapathProcesses)).append("\n"); sb.append(" numVcpus: ").append(toIndentedString(numVcpus)).append("\n"); + sb.append(" qatMode: ").append(toIndentedString(qatMode)).append("\n"); sb.append(" sockets: ").append(toIndentedString(sockets)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/SeRpcProxyDebugFilter.java b/java/src/com/vmware/avi/sdk/model/SeRpcProxyDebugFilter.java index c395fe7f12..5997080632 100644 --- a/java/src/com/vmware/avi/sdk/model/SeRpcProxyDebugFilter.java +++ b/java/src/com/vmware/avi/sdk/model/SeRpcProxyDebugFilter.java @@ -36,7 +36,7 @@ public class SeRpcProxyDebugFilter { * This is the getter method this will return the attribute value. * Method name of rpc. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return methodName */ @@ -48,7 +48,7 @@ public String getMethodName() { * This is the setter method to the attribute. * Method name of rpc. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param methodName set the methodName. */ @@ -60,7 +60,7 @@ public void setMethodName(String methodName) { * This is the getter method this will return the attribute value. * Queue name of rpc. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queue */ @@ -72,7 +72,7 @@ public String getQueue() { * This is the setter method to the attribute. * Queue name of rpc. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queue set the queue. */ @@ -84,7 +84,7 @@ public void setQueue(String queue) { * This is the getter method this will return the attribute value. * Uuid of service engine. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -96,7 +96,7 @@ public String getSeUuid() { * This is the setter method to the attribute. * Uuid of service engine. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeRuntimeCompressionProperties.java b/java/src/com/vmware/avi/sdk/model/SeRuntimeCompressionProperties.java index 806a45c7ad..6046e97d45 100644 --- a/java/src/com/vmware/avi/sdk/model/SeRuntimeCompressionProperties.java +++ b/java/src/com/vmware/avi/sdk/model/SeRuntimeCompressionProperties.java @@ -39,7 +39,7 @@ public class SeRuntimeCompressionProperties { * This is the getter method this will return the attribute value. * If client rtt is higher than this threshold, enable normal compression on the response. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return maxLowRtt */ @@ -51,7 +51,7 @@ public Integer getMaxLowRtt() { * This is the setter method to the attribute. * If client rtt is higher than this threshold, enable normal compression on the response. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param maxLowRtt set the maxLowRtt. */ @@ -63,7 +63,7 @@ public void setMaxLowRtt(Integer maxLowRtt) { * This is the getter method this will return the attribute value. * If client rtt is higher than this threshold, enable aggressive compression on the response. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 200. * @return minHighRtt */ @@ -75,7 +75,7 @@ public Integer getMinHighRtt() { * This is the setter method to the attribute. * If client rtt is higher than this threshold, enable aggressive compression on the response. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 200. * @param minHighRtt set the minHighRtt. */ @@ -86,7 +86,7 @@ public void setMinHighRtt(Integer minHighRtt) { /** * This is the getter method this will return the attribute value. * Minimum response content length to enable compression. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return minLength */ @@ -97,7 +97,7 @@ public Integer getMinLength() { /** * This is the setter method to the attribute. * Minimum response content length to enable compression. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param minLength set the minLength. */ @@ -107,7 +107,7 @@ public void setMinLength(Integer minLength) { /** * This is the getter method this will return the attribute value. * Values that identify mobile browsers in order to enable aggressive compression. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mobileStr */ @@ -118,7 +118,7 @@ public List getMobileStr() { /** * This is the setter method. this will set the mobileStr * Values that identify mobile browsers in order to enable aggressive compression. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mobileStr */ @@ -129,7 +129,7 @@ public void setMobileStr(List mobileStr) { /** * This is the setter method this will set the mobileStr * Values that identify mobile browsers in order to enable aggressive compression. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mobileStr */ diff --git a/java/src/com/vmware/avi/sdk/model/SeRuntimeProperties.java b/java/src/com/vmware/avi/sdk/model/SeRuntimeProperties.java index 08d1b50ba9..a76bf5b778 100644 --- a/java/src/com/vmware/avi/sdk/model/SeRuntimeProperties.java +++ b/java/src/com/vmware/avi/sdk/model/SeRuntimeProperties.java @@ -249,7 +249,7 @@ public class SeRuntimeProperties { * This is the getter method this will return the attribute value. * Allow admin user ssh access to se. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return adminSshEnabled */ @@ -261,7 +261,7 @@ public Boolean getAdminSshEnabled() { * This is the setter method to the attribute. * Allow admin user ssh access to se. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param adminSshEnabled set the adminSshEnabled. */ @@ -270,7 +270,7 @@ public void setAdminSshEnabled(Boolean adminSshEnabled) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appHeaders */ @@ -280,7 +280,7 @@ public List getAppHeaders() { /** * This is the setter method. this will set the appHeaders - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appHeaders */ @@ -290,7 +290,7 @@ public void setAppHeaders(List appHeaders) { /** * This is the setter method this will set the appHeaders - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appHeaders */ @@ -306,7 +306,7 @@ public SeRuntimeProperties addAppHeadersItem(AppHdr appHeadersItem) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return baremetalDispatcherHandlesFlows */ @@ -318,7 +318,7 @@ public Boolean getBaremetalDispatcherHandlesFlows() { * This is the setter method to the attribute. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param baremetalDispatcherHandlesFlows set the baremetalDispatcherHandlesFlows. */ @@ -329,8 +329,8 @@ public void setBaremetalDispatcherHandlesFlows(Boolean baremetalDispatcherHandl /** * This is the getter method this will return the attribute value. * Rate limit on maximum adf lossy log to pushper second. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1000), basic edition(allowed values- 1000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return connectionsLossyLogRateLimiterThreshold */ @@ -341,8 +341,8 @@ public Integer getConnectionsLossyLogRateLimiterThreshold() { /** * This is the setter method to the attribute. * Rate limit on maximum adf lossy log to pushper second. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1000), basic edition(allowed values- 1000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param connectionsLossyLogRateLimiterThreshold set the connectionsLossyLogRateLimiterThreshold. */ @@ -353,8 +353,8 @@ public void setConnectionsLossyLogRateLimiterThreshold(Integer connectionsLossy /** * This is the getter method this will return the attribute value. * Rate limit on maximum adf udf or nf log to pushper second. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1000), basic edition(allowed values- 1000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return connectionsUdfnfLogRateLimiterThreshold */ @@ -365,8 +365,8 @@ public Integer getConnectionsUdfnfLogRateLimiterThreshold() { /** * This is the setter method to the attribute. * Rate limit on maximum adf udf or nf log to pushper second. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1000), basic edition(allowed values- 1000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1000), basic (allowed values- 1000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param connectionsUdfnfLogRateLimiterThreshold set the connectionsUdfnfLogRateLimiterThreshold. */ @@ -379,7 +379,7 @@ public void setConnectionsUdfnfLogRateLimiterThreshold(Integer connectionsUdfnf * Disable flow probes for scaled out vs'es. * (this field has been moved to se_group properties 20.1.3 onwards.). * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableFlowProbes */ @@ -392,7 +392,7 @@ public Boolean getDisableFlowProbes() { * Disable flow probes for scaled out vs'es. * (this field has been moved to se_group properties 20.1.3 onwards.). * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableFlowProbes set the disableFlowProbes. */ @@ -402,7 +402,7 @@ public void setDisableFlowProbes(Boolean disableFlowProbes) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dosProfile */ @@ -412,7 +412,7 @@ public DosThresholdProfile getDosProfile() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dosProfile set the dosProfile. */ @@ -424,7 +424,7 @@ public void setDosProfile(DosThresholdProfile dosProfile) { * This is the getter method this will return the attribute value. * Timeout for downstream to become writable. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return downstreamSendTimeout */ @@ -436,7 +436,7 @@ public Integer getDownstreamSendTimeout() { * This is the setter method to the attribute. * Timeout for downstream to become writable. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param downstreamSendTimeout set the downstreamSendTimeout. */ @@ -449,8 +449,8 @@ public void setDownstreamSendTimeout(Integer downstreamSendTimeout) { * Frequency of se - se hb messages when aggressive failure mode detection is enabled. * (this field has been moved to se_group properties 20.1.3 onwards). * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 100), basic edition(allowed values- 100), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return dpAggressiveHbFrequency */ @@ -463,8 +463,8 @@ public Integer getDpAggressiveHbFrequency() { * Frequency of se - se hb messages when aggressive failure mode detection is enabled. * (this field has been moved to se_group properties 20.1.3 onwards). * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 100), basic edition(allowed values- 100), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 100), basic (allowed values- 100) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param dpAggressiveHbFrequency set the dpAggressiveHbFrequency. */ @@ -476,8 +476,8 @@ public void setDpAggressiveHbFrequency(Integer dpAggressiveHbFrequency) { * This is the getter method this will return the attribute value. * Consecutive hb failures after which failure is reported to controller,when aggressive failure mode detection is enabled. * (this field has been moved to se_group properties 20.1.3 onwards). - * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return dpAggressiveHbTimeoutCount */ @@ -489,8 +489,8 @@ public Integer getDpAggressiveHbTimeoutCount() { * This is the setter method to the attribute. * Consecutive hb failures after which failure is reported to controller,when aggressive failure mode detection is enabled. * (this field has been moved to se_group properties 20.1.3 onwards). - * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 10), basic (allowed values- 10) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param dpAggressiveHbTimeoutCount set the dpAggressiveHbTimeoutCount. */ @@ -503,7 +503,7 @@ public void setDpAggressiveHbTimeoutCount(Integer dpAggressiveHbTimeoutCount) { * Frequency of se - se hb messages when aggressive failure mode detection is not enabled. * (this field has been moved to se_group properties 20.1.3 onwards). * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return dpHbFrequency */ @@ -516,7 +516,7 @@ public Integer getDpHbFrequency() { * Frequency of se - se hb messages when aggressive failure mode detection is not enabled. * (this field has been moved to se_group properties 20.1.3 onwards). * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param dpHbFrequency set the dpHbFrequency. */ @@ -528,7 +528,7 @@ public void setDpHbFrequency(Integer dpHbFrequency) { * This is the getter method this will return the attribute value. * Consecutive hb failures after which failure is reported to controller, when aggressive failure mode detection is not enabled. * (this field has been moved to se_group properties 20.1.3 onwards). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return dpHbTimeoutCount */ @@ -540,7 +540,7 @@ public Integer getDpHbTimeoutCount() { * This is the setter method to the attribute. * Consecutive hb failures after which failure is reported to controller, when aggressive failure mode detection is not enabled. * (this field has been moved to se_group properties 20.1.3 onwards). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param dpHbTimeoutCount set the dpHbTimeoutCount. */ @@ -552,7 +552,7 @@ public void setDpHbTimeoutCount(Integer dpHbTimeoutCount) { * This is the getter method this will return the attribute value. * Frequency of arp requests sent by se for each vip to detect duplicate ip when it loses conectivity to controller. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return dupipFrequency */ @@ -564,7 +564,7 @@ public Integer getDupipFrequency() { * This is the setter method to the attribute. * Frequency of arp requests sent by se for each vip to detect duplicate ip when it loses conectivity to controller. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param dupipFrequency set the dupipFrequency. */ @@ -575,7 +575,7 @@ public void setDupipFrequency(Integer dupipFrequency) { /** * This is the getter method this will return the attribute value. * Number of arp responses received for the vip after which se decides that the vip has been moved and disables the vip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return dupipTimeoutCount */ @@ -586,7 +586,7 @@ public Integer getDupipTimeoutCount() { /** * This is the setter method to the attribute. * Number of arp responses received for the vip after which se decides that the vip has been moved and disables the vip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param dupipTimeoutCount set the dupipTimeoutCount. */ @@ -598,7 +598,7 @@ public void setDupipTimeoutCount(Integer dupipTimeoutCount) { * This is the getter method this will return the attribute value. * Enable hsm luna engine logs. * Field introduced in 16.4.8, 17.1.11, 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableHsmLog */ @@ -610,7 +610,7 @@ public Boolean getEnableHsmLog() { * This is the setter method to the attribute. * Enable hsm luna engine logs. * Field introduced in 16.4.8, 17.1.11, 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableHsmLog set the enableHsmLog. */ @@ -621,7 +621,7 @@ public void setEnableHsmLog(Boolean enableHsmLog) { /** * This is the getter method this will return the attribute value. * Enable proxy arp from host interface for front end proxies. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return feproxyVipsEnableProxyArp */ @@ -632,7 +632,7 @@ public Boolean getFeproxyVipsEnableProxyArp() { /** * This is the setter method to the attribute. * Enable proxy arp from host interface for front end proxies. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param feproxyVipsEnableProxyArp set the feproxyVipsEnableProxyArp. */ @@ -645,7 +645,7 @@ public void setFeproxyVipsEnableProxyArp(Boolean feproxyVipsEnableProxyArp) { * How often to push the flow table ipc messages in the main loop. * The value is the number of times through the loop before pushing the batch. * I.e, a value of 1 means every time through the loop. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return flowTableBatchPushFrequency */ @@ -658,7 +658,7 @@ public Integer getFlowTableBatchPushFrequency() { * How often to push the flow table ipc messages in the main loop. * The value is the number of times through the loop before pushing the batch. * I.e, a value of 1 means every time through the loop. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param flowTableBatchPushFrequency set the flowTableBatchPushFrequency. */ @@ -671,7 +671,7 @@ public void setFlowTableBatchPushFrequency(Integer flowTableBatchPushFrequency) * Overrides the mtu value received via dhcp or some other means. * Use this when the infrastructure advertises an mtu that is not supported by all devices in the network. * For example, in aws or when an overlay is used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return globalMtu */ @@ -684,7 +684,7 @@ public Integer getGlobalMtu() { * Overrides the mtu value received via dhcp or some other means. * Use this when the infrastructure advertises an mtu that is not supported by all devices in the network. * For example, in aws or when an overlay is used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param globalMtu set the globalMtu. */ @@ -695,8 +695,8 @@ public void setGlobalMtu(Integer globalMtu) { /** * This is the getter method this will return the attribute value. * Enable javascript console logs on the client browser when collecting client insights. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return httpRumConsoleLog */ @@ -707,8 +707,8 @@ public Boolean getHttpRumConsoleLog() { /** * This is the setter method to the attribute. * Enable javascript console logs on the client browser when collecting client insights. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param httpRumConsoleLog set the httpRumConsoleLog. */ @@ -719,8 +719,8 @@ public void setHttpRumConsoleLog(Boolean httpRumConsoleLog) { /** * This is the getter method this will return the attribute value. * Minimum response size content length to sample for client insights. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 64), basic edition(allowed values- 64), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 64), basic (allowed values- 64) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return httpRumMinContentLength */ @@ -731,8 +731,8 @@ public Integer getHttpRumMinContentLength() { /** * This is the setter method to the attribute. * Minimum response size content length to sample for client insights. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 64), basic edition(allowed values- 64), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 64), basic (allowed values- 64) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param httpRumMinContentLength set the httpRumMinContentLength. */ @@ -743,7 +743,7 @@ public void setHttpRumMinContentLength(Integer httpRumMinContentLength) { /** * This is the getter method this will return the attribute value. * Number of requests to dispatch from the request queue at a regular interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return lbactionNumRequestsToDispatch */ @@ -754,7 +754,7 @@ public Integer getLbactionNumRequestsToDispatch() { /** * This is the setter method to the attribute. * Number of requests to dispatch from the request queue at a regular interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param lbactionNumRequestsToDispatch set the lbactionNumRequestsToDispatch. */ @@ -765,7 +765,7 @@ public void setLbactionNumRequestsToDispatch(Integer lbactionNumRequestsToDispa /** * This is the getter method this will return the attribute value. * Maximum retries per request in the request queue. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 22. * @return lbactionRqPerRequestMaxRetries */ @@ -776,7 +776,7 @@ public Integer getLbactionRqPerRequestMaxRetries() { /** * This is the setter method to the attribute. * Maximum retries per request in the request queue. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 22. * @param lbactionRqPerRequestMaxRetries set the lbactionRqPerRequestMaxRetries. */ @@ -788,7 +788,7 @@ public void setLbactionRqPerRequestMaxRetries(Integer lbactionRqPerRequestMaxRe * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Flag to indicate if log files are compressed upon full on the service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return logAgentCompressLogs */ @@ -800,7 +800,7 @@ public Boolean getLogAgentCompressLogs() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Flag to indicate if log files are compressed upon full on the service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param logAgentCompressLogs set the logAgentCompressLogs. */ @@ -812,7 +812,7 @@ public void setLogAgentCompressLogs(Boolean logAgentCompressLogs) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum application log file size before rollover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzAppl */ @@ -824,7 +824,7 @@ public Integer getLogAgentFileSzAppl() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum application log file size before rollover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzAppl set the logAgentFileSzAppl. */ @@ -836,7 +836,7 @@ public void setLogAgentFileSzAppl(Integer logAgentFileSzAppl) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum connection log file size before rollover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzConn */ @@ -848,7 +848,7 @@ public Integer getLogAgentFileSzConn() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum connection log file size before rollover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzConn set the logAgentFileSzConn. */ @@ -860,7 +860,7 @@ public void setLogAgentFileSzConn(Integer logAgentFileSzConn) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum debug log file size before rollover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzDebug */ @@ -872,7 +872,7 @@ public Integer getLogAgentFileSzDebug() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum debug log file size before rollover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzDebug set the logAgentFileSzDebug. */ @@ -884,7 +884,7 @@ public void setLogAgentFileSzDebug(Integer logAgentFileSzDebug) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum event log file size before rollover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzEvent */ @@ -896,7 +896,7 @@ public Integer getLogAgentFileSzEvent() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum event log file size before rollover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzEvent set the logAgentFileSzEvent. */ @@ -909,7 +909,7 @@ public void setLogAgentFileSzEvent(Integer logAgentFileSzEvent) { * Deprecated in 21.1.1. * Minimum storage allocated for logs irrespective of memory and cores. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return logAgentLogStorageMinSz */ @@ -922,7 +922,7 @@ public Integer getLogAgentLogStorageMinSz() { * Deprecated in 21.1.1. * Minimum storage allocated for logs irrespective of memory and cores. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param logAgentLogStorageMinSz set the logAgentLogStorageMinSz. */ @@ -934,7 +934,7 @@ public void setLogAgentLogStorageMinSz(Integer logAgentLogStorageMinSz) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum concurrent rsync requests initiated from log-agent to the controller. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return logAgentMaxConcurrentRsync */ @@ -946,7 +946,7 @@ public Integer getLogAgentMaxConcurrentRsync() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum concurrent rsync requests initiated from log-agent to the controller. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param logAgentMaxConcurrentRsync set the logAgentMaxConcurrentRsync. */ @@ -958,7 +958,7 @@ public void setLogAgentMaxConcurrentRsync(Integer logAgentMaxConcurrentRsync) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Excess percentage threshold of disk size to trigger cleanup of logs on the service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 110. * @return logAgentMaxStorageExcessPercent */ @@ -970,7 +970,7 @@ public Integer getLogAgentMaxStorageExcessPercent() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Excess percentage threshold of disk size to trigger cleanup of logs on the service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 110. * @param logAgentMaxStorageExcessPercent set the logAgentMaxStorageExcessPercent. */ @@ -982,7 +982,7 @@ public void setLogAgentMaxStorageExcessPercent(Integer logAgentMaxStorageExcess * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum storage on the disk not allocated for logs on the service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20.0f. * @return logAgentMaxStorageIgnorePercent */ @@ -994,7 +994,7 @@ public Float getLogAgentMaxStorageIgnorePercent() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum storage on the disk not allocated for logs on the service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20.0f. * @param logAgentMaxStorageIgnorePercent set the logAgentMaxStorageIgnorePercent. */ @@ -1006,7 +1006,7 @@ public void setLogAgentMaxStorageIgnorePercent(Float logAgentMaxStorageIgnorePe * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Minimum storage allocated to any given virtualservice on the service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return logAgentMinStoragePerVs */ @@ -1018,7 +1018,7 @@ public Integer getLogAgentMinStoragePerVs() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Minimum storage allocated to any given virtualservice on the service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param logAgentMinStoragePerVs set the logAgentMinStoragePerVs. */ @@ -1031,7 +1031,7 @@ public void setLogAgentMinStoragePerVs(Integer logAgentMinStoragePerVs) { * Deprecated in 21.1.1. * Internal timer to stall log-agent and prevent it from hogging cpu cycles on the service engine. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return logAgentSleepInterval */ @@ -1044,7 +1044,7 @@ public Integer getLogAgentSleepInterval() { * Deprecated in 21.1.1. * Internal timer to stall log-agent and prevent it from hogging cpu cycles on the service engine. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param logAgentSleepInterval set the logAgentSleepInterval. */ @@ -1057,7 +1057,7 @@ public void setLogAgentSleepInterval(Integer logAgentSleepInterval) { * Deprecated in 21.1.1. * Timeout to purge unknown virtual service logs from the service engine. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @return logAgentUnknownVsTimer */ @@ -1070,7 +1070,7 @@ public Integer getLogAgentUnknownVsTimer() { * Deprecated in 21.1.1. * Timeout to purge unknown virtual service logs from the service engine. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @param logAgentUnknownVsTimer set the logAgentUnknownVsTimer. */ @@ -1082,7 +1082,7 @@ public void setLogAgentUnknownVsTimer(Integer logAgentUnknownVsTimer) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum number of file names in a log message. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return logMessageMaxFileListSize */ @@ -1094,7 +1094,7 @@ public Integer getLogMessageMaxFileListSize() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum number of file names in a log message. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param logMessageMaxFileListSize set the logMessageMaxFileListSize. */ @@ -1104,7 +1104,7 @@ public void setLogMessageMaxFileListSize(Integer logMessageMaxFileListSize) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ngxFreeConnectionStack */ @@ -1114,7 +1114,7 @@ public Boolean getNgxFreeConnectionStack() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ngxFreeConnectionStack set the ngxFreeConnectionStack. */ @@ -1126,7 +1126,7 @@ public void setNgxFreeConnectionStack(Boolean ngxFreeConnectionStack) { * This is the getter method this will return the attribute value. * Maximum memory in bytes allocated for persistence entries. * Allowed values are 0-33554432. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return persistenceMemMax */ @@ -1138,7 +1138,7 @@ public Integer getPersistenceMemMax() { * This is the setter method to the attribute. * Maximum memory in bytes allocated for persistence entries. * Allowed values are 0-33554432. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param persistenceMemMax set the persistenceMemMax. */ @@ -1150,7 +1150,7 @@ public void setPersistenceMemMax(Integer persistenceMemMax) { * This is the getter method this will return the attribute value. * Enable punting of udp packets from primary to other service engines. * This applies to virtual services with per-packet loadbalancing enabled. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return scaleoutUdpPerPkt */ @@ -1162,7 +1162,7 @@ public Boolean getScaleoutUdpPerPkt() { * This is the setter method to the attribute. * Enable punting of udp packets from primary to other service engines. * This applies to virtual services with per-packet loadbalancing enabled. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param scaleoutUdpPerPkt set the scaleoutUdpPerPkt. */ @@ -1174,7 +1174,7 @@ public void setScaleoutUdpPerPkt(Boolean scaleoutUdpPerPkt) { * This is the getter method this will return the attribute value. * Ldap basicauth default bind timeout enforced on connections to ldap server. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @return seAuthLdapBindTimeout */ @@ -1186,7 +1186,7 @@ public Integer getSeAuthLdapBindTimeout() { * This is the setter method to the attribute. * Ldap basicauth default bind timeout enforced on connections to ldap server. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @param seAuthLdapBindTimeout set the seAuthLdapBindTimeout. */ @@ -1198,7 +1198,7 @@ public void setSeAuthLdapBindTimeout(Integer seAuthLdapBindTimeout) { * This is the getter method this will return the attribute value. * Size of ldap basicauth credentials cache used on the dataplane. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100000. * @return seAuthLdapCacheSize */ @@ -1210,7 +1210,7 @@ public Integer getSeAuthLdapCacheSize() { * This is the setter method to the attribute. * Size of ldap basicauth credentials cache used on the dataplane. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100000. * @param seAuthLdapCacheSize set the seAuthLdapCacheSize. */ @@ -1222,7 +1222,7 @@ public void setSeAuthLdapCacheSize(Integer seAuthLdapCacheSize) { * This is the getter method this will return the attribute value. * Ldap basicauth default connection timeout enforced on connections to ldap server. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seAuthLdapConnectTimeout */ @@ -1234,7 +1234,7 @@ public Integer getSeAuthLdapConnectTimeout() { * This is the setter method to the attribute. * Ldap basicauth default connection timeout enforced on connections to ldap server. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seAuthLdapConnectTimeout set the seAuthLdapConnectTimeout. */ @@ -1245,7 +1245,7 @@ public void setSeAuthLdapConnectTimeout(Integer seAuthLdapConnectTimeout) { /** * This is the getter method this will return the attribute value. * Number of concurrent connections to ldap server by a single basic auth ldap process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seAuthLdapConnsPerServer */ @@ -1256,7 +1256,7 @@ public Integer getSeAuthLdapConnsPerServer() { /** * This is the setter method to the attribute. * Number of concurrent connections to ldap server by a single basic auth ldap process. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seAuthLdapConnsPerServer set the seAuthLdapConnsPerServer. */ @@ -1268,7 +1268,7 @@ public void setSeAuthLdapConnsPerServer(Integer seAuthLdapConnsPerServer) { * This is the getter method this will return the attribute value. * Ldap basicauth default reconnect timeout enforced on connections to ldap server. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seAuthLdapReconnectTimeout */ @@ -1280,7 +1280,7 @@ public Integer getSeAuthLdapReconnectTimeout() { * This is the setter method to the attribute. * Ldap basicauth default reconnect timeout enforced on connections to ldap server. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seAuthLdapReconnectTimeout set the seAuthLdapReconnectTimeout. */ @@ -1292,7 +1292,7 @@ public void setSeAuthLdapReconnectTimeout(Integer seAuthLdapReconnectTimeout) { * This is the getter method this will return the attribute value. * Ldap basicauth default login or group search request timeout enforced on connections to ldap server. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seAuthLdapRequestTimeout */ @@ -1304,7 +1304,7 @@ public Integer getSeAuthLdapRequestTimeout() { * This is the setter method to the attribute. * Ldap basicauth default login or group search request timeout enforced on connections to ldap server. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seAuthLdapRequestTimeout set the seAuthLdapRequestTimeout. */ @@ -1315,7 +1315,7 @@ public void setSeAuthLdapRequestTimeout(Integer seAuthLdapRequestTimeout) { /** * This is the getter method this will return the attribute value. * Ldap basicauth uses multiple ldap servers in the event of a failover only. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seAuthLdapServersFailoverOnly */ @@ -1326,7 +1326,7 @@ public Boolean getSeAuthLdapServersFailoverOnly() { /** * This is the setter method to the attribute. * Ldap basicauth uses multiple ldap servers in the event of a failover only. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seAuthLdapServersFailoverOnly set the seAuthLdapServersFailoverOnly. */ @@ -1336,7 +1336,7 @@ public void setSeAuthLdapServersFailoverOnly(Boolean seAuthLdapServersFailoverO /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDpCompression */ @@ -1346,7 +1346,7 @@ public SeRuntimeCompressionProperties getSeDpCompression() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDpCompression set the seDpCompression. */ @@ -1359,7 +1359,7 @@ public void setSeDpCompression(SeRuntimeCompressionProperties seDpCompression) { * Deprecated - this field has been moved to se_group properties 20.1.3 onwards. * Internal only. * Used to simulate se - se hb failure. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seDpHmDrops */ @@ -1372,7 +1372,7 @@ public Integer getSeDpHmDrops() { * Deprecated - this field has been moved to se_group properties 20.1.3 onwards. * Internal only. * Used to simulate se - se hb failure. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seDpHmDrops set the seDpHmDrops. */ @@ -1384,7 +1384,7 @@ public void setSeDpHmDrops(Integer seDpHmDrops) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return seDpIfStatePollInterval */ @@ -1396,7 +1396,7 @@ public Integer getSeDpIfStatePollInterval() { * This is the setter method to the attribute. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param seDpIfStatePollInterval set the seDpIfStatePollInterval. */ @@ -1408,7 +1408,7 @@ public void setSeDpIfStatePollInterval(Integer seDpIfStatePollInterval) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Internal buffer full indicator on the service engine beyond which the unfiltered logs are abandoned. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 70. * @return seDpLogNfEnqueuePercent */ @@ -1420,7 +1420,7 @@ public Integer getSeDpLogNfEnqueuePercent() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Internal buffer full indicator on the service engine beyond which the unfiltered logs are abandoned. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 70. * @param seDpLogNfEnqueuePercent set the seDpLogNfEnqueuePercent. */ @@ -1432,7 +1432,7 @@ public void setSeDpLogNfEnqueuePercent(Integer seDpLogNfEnqueuePercent) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Internal buffer full indicator on the service engine beyond which the user filtered logs are abandoned. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 90. * @return seDpLogUdfEnqueuePercent */ @@ -1444,7 +1444,7 @@ public Integer getSeDpLogUdfEnqueuePercent() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Internal buffer full indicator on the service engine beyond which the user filtered logs are abandoned. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 90. * @param seDpLogUdfEnqueuePercent set the seDpLogUdfEnqueuePercent. */ @@ -1457,7 +1457,7 @@ public void setSeDpLogUdfEnqueuePercent(Integer seDpLogUdfEnqueuePercent) { * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. * Field introduced in 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seDumpCoreOnAssert */ @@ -1470,7 +1470,7 @@ public Boolean getSeDumpCoreOnAssert() { * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. * Field introduced in 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seDumpCoreOnAssert set the seDumpCoreOnAssert. */ @@ -1481,7 +1481,7 @@ public void setSeDumpCoreOnAssert(Boolean seDumpCoreOnAssert) { /** * This is the getter method this will return the attribute value. * Accept/ignore interface routes (i.e, no next hop ip address). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seHandleInterfaceRoutes */ @@ -1492,7 +1492,7 @@ public Boolean getSeHandleInterfaceRoutes() { /** * This is the setter method to the attribute. * Accept/ignore interface routes (i.e, no next hop ip address). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seHandleInterfaceRoutes set the seHandleInterfaceRoutes. */ @@ -1504,7 +1504,7 @@ public void setSeHandleInterfaceRoutes(Boolean seHandleInterfaceRoutes) { * This is the getter method this will return the attribute value. * Internal use only. * Allowed values are 0-7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return seHbPersistFudgeBits */ @@ -1516,7 +1516,7 @@ public Integer getSeHbPersistFudgeBits() { * This is the setter method to the attribute. * Internal use only. * Allowed values are 0-7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param seHbPersistFudgeBits set the seHbPersistFudgeBits. */ @@ -1527,7 +1527,7 @@ public void setSeHbPersistFudgeBits(Integer seHbPersistFudgeBits) { /** * This is the getter method this will return the attribute value. * Number of packets with wrong mac after which se attempts to disable promiscious mode. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return seMacErrorThresholdToDisablePromiscious */ @@ -1538,7 +1538,7 @@ public Integer getSeMacErrorThresholdToDisablePromiscious() { /** * This is the setter method to the attribute. * Number of packets with wrong mac after which se attempts to disable promiscious mode. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param seMacErrorThresholdToDisablePromiscious set the seMacErrorThresholdToDisablePromiscious. */ @@ -1550,7 +1550,7 @@ public void setSeMacErrorThresholdToDisablePromiscious(Integer seMacErrorThresh * This is the getter method this will return the attribute value. * Internal use only. * Enables poisoning of freed memory blocks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return seMemoryPoison */ @@ -1562,7 +1562,7 @@ public Boolean getSeMemoryPoison() { * This is the setter method to the attribute. * Internal use only. * Enables poisoning of freed memory blocks. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param seMemoryPoison set the seMemoryPoison. */ @@ -1575,8 +1575,8 @@ public void setSeMemoryPoison(Boolean seMemoryPoison) { * Internal use only. * Frequency (ms) of metrics updates from se to controller. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 60000), basic edition(allowed values- 60000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 60000), basic (allowed values- 60000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60000. * @return seMetricsInterval */ @@ -1589,8 +1589,8 @@ public Integer getSeMetricsInterval() { * Internal use only. * Frequency (ms) of metrics updates from se to controller. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 60000), basic edition(allowed values- 60000), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 60000), basic (allowed values- 60000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60000. * @param seMetricsInterval set the seMetricsInterval. */ @@ -1602,9 +1602,9 @@ public void setSeMetricsInterval(Integer seMetricsInterval) { * This is the getter method this will return the attribute value. * Internal use only. * Enable or disable real time metrics irrespective of virtualservice or se group configuration. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @return seMetricsRtEnabled */ public Boolean getSeMetricsRtEnabled() { @@ -1615,9 +1615,9 @@ public Boolean getSeMetricsRtEnabled() { * This is the setter method to the attribute. * Internal use only. * Enable or disable real time metrics irrespective of virtualservice or se group configuration. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @param seMetricsRtEnabled set the seMetricsRtEnabled. */ public void setSeMetricsRtEnabled(Boolean seMetricsRtEnabled) { @@ -1629,7 +1629,7 @@ public void setSeMetricsRtEnabled(Boolean seMetricsRtEnabled) { * Internal use only. * Frequency (ms) of realtime metrics updates from se to controller. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return seMetricsRtInterval */ @@ -1642,7 +1642,7 @@ public Integer getSeMetricsRtInterval() { * Internal use only. * Frequency (ms) of realtime metrics updates from se to controller. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param seMetricsRtInterval set the seMetricsRtInterval. */ @@ -1654,7 +1654,7 @@ public void setSeMetricsRtInterval(Integer seMetricsRtInterval) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return sePacketBufferMax */ @@ -1666,7 +1666,7 @@ public Integer getSePacketBufferMax() { * This is the setter method to the attribute. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param sePacketBufferMax set the sePacketBufferMax. */ @@ -1678,7 +1678,7 @@ public void setSePacketBufferMax(Integer sePacketBufferMax) { * This is the getter method this will return the attribute value. * Internal use only. * If enabled, randomly packets are dropped. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seRandomTcpDrops */ @@ -1690,7 +1690,7 @@ public Boolean getSeRandomTcpDrops() { * This is the setter method to the attribute. * Internal use only. * If enabled, randomly packets are dropped. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seRandomTcpDrops set the seRandomTcpDrops. */ @@ -1701,7 +1701,7 @@ public void setSeRandomTcpDrops(Boolean seRandomTcpDrops) { /** * This is the getter method this will return the attribute value. * Se rate limiters. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRateLimiters */ @@ -1712,7 +1712,7 @@ public SeRateLimiters getSeRateLimiters() { /** * This is the setter method to the attribute. * Se rate limiters. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRateLimiters set the seRateLimiters. */ @@ -1723,7 +1723,7 @@ public void setSeRateLimiters(SeRateLimiters seRateLimiters) { * This is the getter method this will return the attribute value. * Ip ranges on which there may be virtual services (for configuring iptables/routes). * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIpSubnets */ @@ -1735,7 +1735,7 @@ public List getServiceIpSubnets() { * This is the setter method. this will set the serviceIpSubnets * Ip ranges on which there may be virtual services (for configuring iptables/routes). * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIpSubnets */ @@ -1747,7 +1747,7 @@ public void setServiceIpSubnets(List serviceIpSubnets) { * This is the setter method this will set the serviceIpSubnets * Ip ranges on which there may be virtual services (for configuring iptables/routes). * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIpSubnets */ @@ -1762,7 +1762,7 @@ public SeRuntimeProperties addServiceIpSubnetsItem(IpAddrPrefix serviceIpSubnets * This is the getter method this will return the attribute value. * Port ranges on which there may be virtual services (for configuring iptables). * Applicable in container ecosystems like mesos. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePortRanges */ @@ -1774,7 +1774,7 @@ public List getServicePortRanges() { * This is the setter method. this will set the servicePortRanges * Port ranges on which there may be virtual services (for configuring iptables). * Applicable in container ecosystems like mesos. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePortRanges */ @@ -1786,7 +1786,7 @@ public void setServicePortRanges(List servicePortRanges) { * This is the setter method this will set the servicePortRanges * Port ranges on which there may be virtual services (for configuring iptables). * Applicable in container ecosystems like mesos. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePortRanges */ @@ -1801,7 +1801,7 @@ public SeRuntimeProperties addServicePortRangesItem(PortRange servicePortRangesI /** * This is the getter method this will return the attribute value. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return servicesAccessibleAllInterfaces */ @@ -1812,7 +1812,7 @@ public Boolean getServicesAccessibleAllInterfaces() { /** * This is the setter method to the attribute. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param servicesAccessibleAllInterfaces set the servicesAccessibleAllInterfaces. */ @@ -1823,7 +1823,7 @@ public void setServicesAccessibleAllInterfaces(Boolean servicesAccessibleAllInt /** * This is the getter method this will return the attribute value. * Default value for max number of retransmissions for a syn packet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return tcpSyncacheMaxRetransmitDefault */ @@ -1834,7 +1834,7 @@ public Integer getTcpSyncacheMaxRetransmitDefault() { /** * This is the setter method to the attribute. * Default value for max number of retransmissions for a syn packet. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param tcpSyncacheMaxRetransmitDefault set the tcpSyncacheMaxRetransmitDefault. */ @@ -1846,7 +1846,7 @@ public void setTcpSyncacheMaxRetransmitDefault(Integer tcpSyncacheMaxRetransmit * This is the getter method this will return the attribute value. * Timeout for backend connection. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return upstreamConnectTimeout */ @@ -1858,7 +1858,7 @@ public Integer getUpstreamConnectTimeout() { * This is the setter method to the attribute. * Timeout for backend connection. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param upstreamConnectTimeout set the upstreamConnectTimeout. */ @@ -1869,7 +1869,7 @@ public void setUpstreamConnectTimeout(Integer upstreamConnectTimeout) { /** * This is the getter method this will return the attribute value. * L7 upstream connection pool cache threshold in percentage. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @return upstreamConnpoolCacheThresh */ @@ -1880,7 +1880,7 @@ public Integer getUpstreamConnpoolCacheThresh() { /** * This is the setter method to the attribute. * L7 upstream connection pool cache threshold in percentage. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @param upstreamConnpoolCacheThresh set the upstreamConnpoolCacheThresh. */ @@ -1891,7 +1891,7 @@ public void setUpstreamConnpoolCacheThresh(Integer upstreamConnpoolCacheThresh) /** * This is the getter method this will return the attribute value. * Idle timeout value for a connection in the upstream connection pool, when the current cache size is above the threshold. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @return upstreamConnpoolConnIdleThreshTmo */ @@ -1902,7 +1902,7 @@ public Integer getUpstreamConnpoolConnIdleThreshTmo() { /** * This is the setter method to the attribute. * Idle timeout value for a connection in the upstream connection pool, when the current cache size is above the threshold. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @param upstreamConnpoolConnIdleThreshTmo set the upstreamConnpoolConnIdleThreshTmo. */ @@ -1913,7 +1913,7 @@ public void setUpstreamConnpoolConnIdleThreshTmo(Integer upstreamConnpoolConnId /** * This is the getter method this will return the attribute value. * L7 upstream connection pool max cache size per core. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @return upstreamConnpoolCoreMaxCache */ @@ -1924,7 +1924,7 @@ public Integer getUpstreamConnpoolCoreMaxCache() { /** * This is the setter method to the attribute. * L7 upstream connection pool max cache size per core. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @param upstreamConnpoolCoreMaxCache set the upstreamConnpoolCoreMaxCache. */ @@ -1935,7 +1935,7 @@ public void setUpstreamConnpoolCoreMaxCache(Integer upstreamConnpoolCoreMaxCach /** * This is the getter method this will return the attribute value. * Enable upstream connection pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return upstreamConnpoolEnable */ @@ -1946,7 +1946,7 @@ public Boolean getUpstreamConnpoolEnable() { /** * This is the setter method to the attribute. * Enable upstream connection pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param upstreamConnpoolEnable set the upstreamConnpoolEnable. */ @@ -1956,7 +1956,7 @@ public void setUpstreamConnpoolEnable(Boolean upstreamConnpoolEnable) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return upstreamKeepalive */ @@ -1966,7 +1966,7 @@ public Boolean getUpstreamKeepalive() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param upstreamKeepalive set the upstreamKeepalive. */ @@ -1978,7 +1978,7 @@ public void setUpstreamKeepalive(Boolean upstreamKeepalive) { * This is the getter method this will return the attribute value. * Timeout for data to be received from backend. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return upstreamReadTimeout */ @@ -1990,7 +1990,7 @@ public Integer getUpstreamReadTimeout() { * This is the setter method to the attribute. * Timeout for data to be received from backend. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param upstreamReadTimeout set the upstreamReadTimeout. */ @@ -2002,8 +2002,8 @@ public void setUpstreamReadTimeout(Integer upstreamReadTimeout) { * This is the getter method this will return the attribute value. * Timeout for upstream to become writable. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 3600000), basic edition(allowed values- 3600000), enterprise - * with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 3600000), basic (allowed values- 3600000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return upstreamSendTimeout */ @@ -2015,8 +2015,8 @@ public Integer getUpstreamSendTimeout() { * This is the setter method to the attribute. * Timeout for upstream to become writable. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 3600000), basic edition(allowed values- 3600000), enterprise - * with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 3600000), basic (allowed values- 3600000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param upstreamSendTimeout set the upstreamSendTimeout. */ @@ -2029,7 +2029,7 @@ public void setUpstreamSendTimeout(Integer upstreamSendTimeout) { * Defines in seconds how long before an unused user-defined-metric is garbage collected. * Field introduced in 17.1.5. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return userDefinedMetricAge */ @@ -2042,7 +2042,7 @@ public Integer getUserDefinedMetricAge() { * Defines in seconds how long before an unused user-defined-metric is garbage collected. * Field introduced in 17.1.5. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param userDefinedMetricAge set the userDefinedMetricAge. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeThreshEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeThreshEventDetails.java index cbf7411786..6070c7145c 100644 --- a/java/src/com/vmware/avi/sdk/model/SeThreshEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeThreshEventDetails.java @@ -31,7 +31,7 @@ public class SeThreshEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currValue */ @@ -41,7 +41,7 @@ public Integer getCurrValue() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currValue set the currValue. */ @@ -51,7 +51,7 @@ public void setCurrValue(Integer currValue) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thresh */ @@ -61,7 +61,7 @@ public Integer getThresh() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param thresh set the thresh. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeUpgradeEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeUpgradeEventDetails.java index 92a0fdd927..346792266c 100644 --- a/java/src/com/vmware/avi/sdk/model/SeUpgradeEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeUpgradeEventDetails.java @@ -36,7 +36,7 @@ public class SeUpgradeEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -46,7 +46,7 @@ public List getNotes() { /** * This is the setter method. this will set the notes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -56,7 +56,7 @@ public void setNotes(List notes) { /** * This is the setter method this will set the notes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -70,7 +70,7 @@ public SeUpgradeEventDetails addNotesItem(String notesItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVs */ @@ -80,7 +80,7 @@ public Integer getNumVs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVs set the numVs. */ @@ -90,7 +90,7 @@ public void setNumVs(Integer numVs) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpUuid */ @@ -100,7 +100,7 @@ public String getSeGrpUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpUuid set the seGrpUuid. */ @@ -110,7 +110,7 @@ public void setSeGrpUuid(String seGrpUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -120,7 +120,7 @@ public String getSeUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeUpgradeEvents.java b/java/src/com/vmware/avi/sdk/model/SeUpgradeEvents.java index 9d15185992..f2c37ec8b9 100644 --- a/java/src/com/vmware/avi/sdk/model/SeUpgradeEvents.java +++ b/java/src/com/vmware/avi/sdk/model/SeUpgradeEvents.java @@ -65,7 +65,7 @@ public class SeUpgradeEvents { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromSeRef */ @@ -76,7 +76,7 @@ public String getFromSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromSeRef set the fromSeRef. */ @@ -86,7 +86,7 @@ public void setFromSeRef(String fromSeRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSe */ @@ -96,7 +96,7 @@ public Integer getNumSe() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSe set the numSe. */ @@ -106,7 +106,7 @@ public void setNumSe(Integer numSe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSeGroup */ @@ -116,7 +116,7 @@ public Integer getNumSeGroup() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSeGroup set the numSeGroup. */ @@ -126,7 +126,7 @@ public void setNumSeGroup(Integer numSeGroup) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVs */ @@ -136,7 +136,7 @@ public Integer getNumVs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVs set the numVs. */ @@ -145,7 +145,7 @@ public void setNumVs(Integer numVs) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -155,7 +155,7 @@ public List getReason() { /** * This is the setter method. this will set the reason - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -165,7 +165,7 @@ public void setReason(List reason) { /** * This is the setter method this will set the reason - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -180,7 +180,7 @@ public SeUpgradeEvents addReasonItem(String reasonItem) { /** * This is the getter method this will return the attribute value. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupHaMode */ @@ -191,7 +191,7 @@ public String getSeGroupHaMode() { /** * This is the setter method to the attribute. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupHaMode set the seGroupHaMode. */ @@ -202,7 +202,7 @@ public void setSeGroupHaMode(String seGroupHaMode) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceenginegroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRef */ @@ -213,7 +213,7 @@ public String getSeGroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceenginegroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupRef set the seGroupRef. */ @@ -224,7 +224,7 @@ public void setSeGroupRef(String seGroupRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -235,7 +235,7 @@ public String getSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -246,7 +246,7 @@ public void setSeRef(String seRef) { * This is the getter method this will return the attribute value. * List of sub_tasks executed. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -258,7 +258,7 @@ public List getSubTasks() { * This is the setter method. this will set the subTasks * List of sub_tasks executed. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -270,7 +270,7 @@ public void setSubTasks(List subTasks) { * This is the setter method this will set the subTasks * List of sub_tasks executed. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -288,7 +288,7 @@ public SeUpgradeEvents addSubTasksItem(String subTasksItem) { * SE_UPGRADE_IMAGE_NOT_FOUND, SE_ALREADY_UPGRADED, SE_REBOOT, SE_CONNECT_AFTER_REBOOT, SE_PRE_UPGRADE_TASKS, SE_POST_UPGRADE_TASKS, * SE_WAIT_FOR_SWITCHOVER, SE_CHECK_SCALEDOUT_VS_EXISTS, SE_UPGRADE_SEMGR_REQUEST, SE_UPGRADE_SEMGR_SE_UNREACHABLE, SE_PRE_UPGRADE_SCALE_IN_OPS, * SE_POST_UPGRADE_SCALE_OUT_OPS, SE_UPGRADE_SUSPENDED, SE_UPGRADE_START... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return task */ @@ -302,7 +302,7 @@ public String getTask() { * SE_UPGRADE_IMAGE_NOT_FOUND, SE_ALREADY_UPGRADED, SE_REBOOT, SE_CONNECT_AFTER_REBOOT, SE_PRE_UPGRADE_TASKS, SE_POST_UPGRADE_TASKS, * SE_WAIT_FOR_SWITCHOVER, SE_CHECK_SCALEDOUT_VS_EXISTS, SE_UPGRADE_SEMGR_REQUEST, SE_UPGRADE_SEMGR_SE_UNREACHABLE, SE_PRE_UPGRADE_SCALE_IN_OPS, * SE_POST_UPGRADE_SCALE_OUT_OPS, SE_UPGRADE_SUSPENDED, SE_UPGRADE_START... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param task set the task. */ @@ -313,7 +313,7 @@ public void setTask(String task) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toSeRef */ @@ -324,7 +324,7 @@ public String getToSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toSeRef set the toSeRef. */ @@ -335,7 +335,7 @@ public void setToSeRef(String toSeRef) { /** * This is the getter method this will return the attribute value. * Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trafficStatus */ @@ -346,7 +346,7 @@ public String getTrafficStatus() { /** * This is the setter method to the attribute. * Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param trafficStatus set the trafficStatus. */ @@ -357,7 +357,7 @@ public void setTrafficStatus(String trafficStatus) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsRef */ @@ -368,7 +368,7 @@ public String getVsRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsRef set the vsRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeUpgradeMigrateEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeUpgradeMigrateEventDetails.java index 36b1d868aa..a9cce88e72 100644 --- a/java/src/com/vmware/avi/sdk/model/SeUpgradeMigrateEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeUpgradeMigrateEventDetails.java @@ -31,7 +31,7 @@ public class SeUpgradeMigrateEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return migrateParams */ @@ -41,7 +41,7 @@ public VsMigrateParams getMigrateParams() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param migrateParams set the migrateParams. */ @@ -51,7 +51,7 @@ public void setMigrateParams(VsMigrateParams migrateParams) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -61,7 +61,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeUpgradeParams.java b/java/src/com/vmware/avi/sdk/model/SeUpgradeParams.java index 0e68e4c750..c4a4fb3c62 100644 --- a/java/src/com/vmware/avi/sdk/model/SeUpgradeParams.java +++ b/java/src/com/vmware/avi/sdk/model/SeUpgradeParams.java @@ -47,7 +47,7 @@ public class SeUpgradeParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * This field is used to disable scale-in/scale out operations during upgrade operations. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disruptive */ @@ -58,7 +58,7 @@ public Boolean getDisruptive() { /** * This is the setter method to the attribute. * This field is used to disable scale-in/scale out operations during upgrade operations. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disruptive set the disruptive. */ @@ -70,7 +70,7 @@ public void setDisruptive(Boolean disruptive) { * This is the getter method this will return the attribute value. * Upgrade system with patch upgrade. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return patch */ @@ -82,7 +82,7 @@ public Boolean getPatch() { * This is the setter method to the attribute. * Upgrade system with patch upgrade. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param patch set the patch. */ @@ -93,7 +93,7 @@ public void setPatch(Boolean patch) { /** * This is the getter method this will return the attribute value. * Rollback system with patch upgrade. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return patchRollback */ @@ -104,7 +104,7 @@ public Boolean getPatchRollback() { /** * This is the setter method to the attribute. * Rollback system with patch upgrade. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param patchRollback set the patchRollback. */ @@ -115,7 +115,7 @@ public void setPatchRollback(Boolean patchRollback) { /** * This is the getter method this will return the attribute value. * It is used in rollback operations. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return rollback */ @@ -126,7 +126,7 @@ public Boolean getRollback() { /** * This is the setter method to the attribute. * It is used in rollback operations. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param rollback set the rollback. */ @@ -137,7 +137,7 @@ public void setRollback(Boolean rollback) { * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceenginegroup. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -149,7 +149,7 @@ public List getSeGroupRefs() { * This is the setter method. this will set the seGroupRefs * It is a reference to an object of type serviceenginegroup. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -161,7 +161,7 @@ public void setSeGroupRefs(List seGroupRefs) { * This is the setter method this will set the seGroupRefs * It is a reference to an object of type serviceenginegroup. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -178,7 +178,7 @@ public SeUpgradeParams addSeGroupRefsItem(String seGroupRefsItem) { * When set to true, if there is any failure during the se upgrade, upgrade will be suspended for this se group and manual intervention would be * needed to resume the upgrade. * Field introduced in 17.1.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return suspendOnFailure */ @@ -191,7 +191,7 @@ public Boolean getSuspendOnFailure() { * When set to true, if there is any failure during the se upgrade, upgrade will be suspended for this se group and manual intervention would be * needed to resume the upgrade. * Field introduced in 17.1.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param suspendOnFailure set the suspendOnFailure. */ @@ -201,7 +201,7 @@ public void setSuspendOnFailure(Boolean suspendOnFailure) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -211,7 +211,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeUpgradeScaleinEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeUpgradeScaleinEventDetails.java index 92a4ab3999..2a5cb0f86b 100644 --- a/java/src/com/vmware/avi/sdk/model/SeUpgradeScaleinEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeUpgradeScaleinEventDetails.java @@ -31,7 +31,7 @@ public class SeUpgradeScaleinEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleinParams */ @@ -41,7 +41,7 @@ public VsScaleinParams getScaleinParams() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleinParams set the scaleinParams. */ @@ -51,7 +51,7 @@ public void setScaleinParams(VsScaleinParams scaleinParams) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -61,7 +61,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeUpgradeScaleoutEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeUpgradeScaleoutEventDetails.java index b0eefe6c54..f8d8228573 100644 --- a/java/src/com/vmware/avi/sdk/model/SeUpgradeScaleoutEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeUpgradeScaleoutEventDetails.java @@ -31,7 +31,7 @@ public class SeUpgradeScaleoutEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleoutParams */ @@ -41,7 +41,7 @@ public VsScaleoutParams getScaleoutParams() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleoutParams set the scaleoutParams. */ @@ -51,7 +51,7 @@ public void setScaleoutParams(VsScaleoutParams scaleoutParams) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -61,7 +61,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeUpgradeVsDisruptedEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeUpgradeVsDisruptedEventDetails.java index ea13161153..23c1f837dc 100644 --- a/java/src/com/vmware/avi/sdk/model/SeUpgradeVsDisruptedEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeUpgradeVsDisruptedEventDetails.java @@ -37,7 +37,7 @@ public class SeUpgradeVsDisruptedEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -47,7 +47,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -56,7 +56,7 @@ public void setIp(String ip) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -66,7 +66,7 @@ public List getNotes() { /** * This is the setter method. this will set the notes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -76,7 +76,7 @@ public void setNotes(List notes) { /** * This is the setter method this will set the notes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -90,7 +90,7 @@ public SeUpgradeVsDisruptedEventDetails addNotesItem(String notesItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -100,7 +100,7 @@ public String getVipId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -110,7 +110,7 @@ public void setVipId(String vipId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -120,7 +120,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeVersion.java b/java/src/com/vmware/avi/sdk/model/SeVersion.java index bf61d67793..1d61266292 100644 --- a/java/src/com/vmware/avi/sdk/model/SeVersion.java +++ b/java/src/com/vmware/avi/sdk/model/SeVersion.java @@ -39,7 +39,7 @@ public class SeVersion { * This is the getter method this will return the attribute value. * Fips mode for service engine. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipsMode */ @@ -51,7 +51,7 @@ public Boolean getFipsMode() { * This is the setter method to the attribute. * Fips mode for service engine. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fipsMode set the fipsMode. */ @@ -61,7 +61,7 @@ public void setFipsMode(Boolean fipsMode) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -71,7 +71,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -83,7 +83,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Patch level for service engine. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patch */ @@ -95,7 +95,7 @@ public String getPatch() { * This is the setter method to the attribute. * Patch level for service engine. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patch set the patch. */ @@ -105,7 +105,7 @@ public void setPatch(String patch) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -115,7 +115,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeVipInterfaceList.java b/java/src/com/vmware/avi/sdk/model/SeVipInterfaceList.java index 7f73d5e92e..fd11b8c057 100644 --- a/java/src/com/vmware/avi/sdk/model/SeVipInterfaceList.java +++ b/java/src/com/vmware/avi/sdk/model/SeVipInterfaceList.java @@ -43,7 +43,7 @@ public class SeVipInterfaceList { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isPortchannel */ @@ -53,7 +53,7 @@ public Boolean getIsPortchannel() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isPortchannel set the isPortchannel. */ @@ -64,7 +64,7 @@ public void setIsPortchannel(Boolean isPortchannel) { * This is the getter method this will return the attribute value. * List of placement_networks reachable from this interface. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -76,7 +76,7 @@ public List getNetworks() { * This is the setter method. this will set the networks * List of placement_networks reachable from this interface. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -88,7 +88,7 @@ public void setNetworks(List networks) { * This is the setter method this will set the networks * List of placement_networks reachable from this interface. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -102,7 +102,7 @@ public SeVipInterfaceList addNetworksItem(DiscoveredNetwork networksItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipIntfIp */ @@ -112,7 +112,7 @@ public IpAddr getVipIntfIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipIntfIp set the vipIntfIp. */ @@ -122,7 +122,7 @@ public void setVipIntfIp(IpAddr vipIntfIp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipIntfIp6 */ @@ -132,7 +132,7 @@ public IpAddr getVipIntfIp6() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipIntfIp6 set the vipIntfIp6. */ @@ -142,7 +142,7 @@ public void setVipIntfIp6(IpAddr vipIntfIp6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipIntfMac */ @@ -152,7 +152,7 @@ public String getVipIntfMac() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipIntfMac set the vipIntfMac. */ @@ -162,7 +162,7 @@ public void setVipIntfMac(String vipIntfMac) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return vlanId */ @@ -172,7 +172,7 @@ public Integer getVlanId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param vlanId set the vlanId. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeVnicDownEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeVnicDownEventDetails.java index 30ee9551f6..4f63c70b2d 100644 --- a/java/src/com/vmware/avi/sdk/model/SeVnicDownEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeVnicDownEventDetails.java @@ -38,7 +38,7 @@ public class SeVnicDownEventDetails { /** * This is the getter method this will return the attribute value. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -49,7 +49,7 @@ public String getIfName() { /** * This is the setter method to the attribute. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -60,7 +60,7 @@ public void setIfName(String ifName) { /** * This is the getter method this will return the attribute value. * Vnic linux name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxName */ @@ -71,7 +71,7 @@ public String getLinuxName() { /** * This is the setter method to the attribute. * Vnic linux name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxName set the linuxName. */ @@ -82,7 +82,7 @@ public void setLinuxName(String linuxName) { /** * This is the getter method this will return the attribute value. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mac */ @@ -93,7 +93,7 @@ public String getMac() { /** * This is the setter method to the attribute. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mac set the mac. */ @@ -105,7 +105,7 @@ public void setMac(String mac) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -117,7 +117,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeVnicTxQueueStallEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeVnicTxQueueStallEventDetails.java index f820fcba34..625f113458 100644 --- a/java/src/com/vmware/avi/sdk/model/SeVnicTxQueueStallEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeVnicTxQueueStallEventDetails.java @@ -38,7 +38,7 @@ public class SeVnicTxQueueStallEventDetails { /** * This is the getter method this will return the attribute value. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -49,7 +49,7 @@ public String getIfName() { /** * This is the setter method to the attribute. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -60,7 +60,7 @@ public void setIfName(String ifName) { /** * This is the getter method this will return the attribute value. * Vnic linux name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxName */ @@ -71,7 +71,7 @@ public String getLinuxName() { /** * This is the setter method to the attribute. * Vnic linux name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxName set the linuxName. */ @@ -82,7 +82,7 @@ public void setLinuxName(String linuxName) { /** * This is the getter method this will return the attribute value. * Queue number. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queue */ @@ -93,7 +93,7 @@ public Integer getQueue() { /** * This is the setter method to the attribute. * Queue number. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queue set the queue. */ @@ -105,7 +105,7 @@ public void setQueue(Integer queue) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -117,7 +117,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeVnicUpEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeVnicUpEventDetails.java index f99e2920f1..ac38f91991 100644 --- a/java/src/com/vmware/avi/sdk/model/SeVnicUpEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeVnicUpEventDetails.java @@ -38,7 +38,7 @@ public class SeVnicUpEventDetails { /** * This is the getter method this will return the attribute value. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -49,7 +49,7 @@ public String getIfName() { /** * This is the setter method to the attribute. * Vnic name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -60,7 +60,7 @@ public void setIfName(String ifName) { /** * This is the getter method this will return the attribute value. * Vnic linux name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxName */ @@ -71,7 +71,7 @@ public String getLinuxName() { /** * This is the setter method to the attribute. * Vnic linux name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxName set the linuxName. */ @@ -82,7 +82,7 @@ public void setLinuxName(String linuxName) { /** * This is the getter method this will return the attribute value. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mac */ @@ -93,7 +93,7 @@ public String getMac() { /** * This is the setter method to the attribute. * Mac address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mac set the mac. */ @@ -105,7 +105,7 @@ public void setMac(String mac) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -117,7 +117,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeVsConfigSeDatastoreDownloadFailed.java b/java/src/com/vmware/avi/sdk/model/SeVsConfigSeDatastoreDownloadFailed.java new file mode 100644 index 0000000000..28889d37c8 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/SeVsConfigSeDatastoreDownloadFailed.java @@ -0,0 +1,234 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The SeVsConfigSeDatastoreDownloadFailed is a POJO class extends AviRestResource that used for creating + * SeVsConfigSeDatastoreDownloadFailed. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class SeVsConfigSeDatastoreDownloadFailed { + @JsonProperty("fail_obj_name") + private String failObjName; + + @JsonProperty("fail_obj_uuid") + private String failObjUuid; + + @JsonProperty("fail_reason") + private String failReason; + + @JsonProperty("parent_obj_uuid") + private String parentObjUuid; + + @JsonProperty("se_ref") + private String seRef; + + @JsonProperty("vs_ref") + private String vsRef; + + + + /** + * This is the getter method this will return the attribute value. + * Name of the failed config object where downlaod fails. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return failObjName + */ + public String getFailObjName() { + return failObjName; + } + + /** + * This is the setter method to the attribute. + * Name of the failed config object where downlaod fails. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param failObjName set the failObjName. + */ + public void setFailObjName(String failObjName) { + this.failObjName = failObjName; + } + + /** + * This is the getter method this will return the attribute value. + * Uuid of the failed config object. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return failObjUuid + */ + public String getFailObjUuid() { + return failObjUuid; + } + + /** + * This is the setter method to the attribute. + * Uuid of the failed config object. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param failObjUuid set the failObjUuid. + */ + public void setFailObjUuid(String failObjUuid) { + this.failObjUuid = failObjUuid; + } + + /** + * This is the getter method this will return the attribute value. + * Reason for config download failure. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return failReason + */ + public String getFailReason() { + return failReason; + } + + /** + * This is the setter method to the attribute. + * Reason for config download failure. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param failReason set the failReason. + */ + public void setFailReason(String failReason) { + this.failReason = failReason; + } + + /** + * This is the getter method this will return the attribute value. + * Uuid of the top level object where config downlaod failed. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return parentObjUuid + */ + public String getParentObjUuid() { + return parentObjUuid; + } + + /** + * This is the setter method to the attribute. + * Uuid of the top level object where config downlaod failed. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param parentObjUuid set the parentObjUuid. + */ + public void setParentObjUuid(String parentObjUuid) { + this.parentObjUuid = parentObjUuid; + } + + /** + * This is the getter method this will return the attribute value. + * Uuid of the se responsible for this event. + * It is a reference to an object of type serviceengine. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return seRef + */ + public String getSeRef() { + return seRef; + } + + /** + * This is the setter method to the attribute. + * Uuid of the se responsible for this event. + * It is a reference to an object of type serviceengine. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param seRef set the seRef. + */ + public void setSeRef(String seRef) { + this.seRef = seRef; + } + + /** + * This is the getter method this will return the attribute value. + * Uuid of the vs where config downlaod failed. + * It is a reference to an object of type virtualservice. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return vsRef + */ + public String getVsRef() { + return vsRef; + } + + /** + * This is the setter method to the attribute. + * Uuid of the vs where config downlaod failed. + * It is a reference to an object of type virtualservice. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param vsRef set the vsRef. + */ + public void setVsRef(String vsRef) { + this.vsRef = vsRef; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + SeVsConfigSeDatastoreDownloadFailed objSeVsConfigSeDatastoreDownloadFailed = (SeVsConfigSeDatastoreDownloadFailed) o; + return Objects.equals(this.seRef, objSeVsConfigSeDatastoreDownloadFailed.seRef)&& + Objects.equals(this.vsRef, objSeVsConfigSeDatastoreDownloadFailed.vsRef)&& + Objects.equals(this.parentObjUuid, objSeVsConfigSeDatastoreDownloadFailed.parentObjUuid)&& + Objects.equals(this.failObjUuid, objSeVsConfigSeDatastoreDownloadFailed.failObjUuid)&& + Objects.equals(this.failObjName, objSeVsConfigSeDatastoreDownloadFailed.failObjName)&& + Objects.equals(this.failReason, objSeVsConfigSeDatastoreDownloadFailed.failReason); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class SeVsConfigSeDatastoreDownloadFailed {\n"); + sb.append(" failObjName: ").append(toIndentedString(failObjName)).append("\n"); + sb.append(" failObjUuid: ").append(toIndentedString(failObjUuid)).append("\n"); + sb.append(" failReason: ").append(toIndentedString(failReason)).append("\n"); + sb.append(" parentObjUuid: ").append(toIndentedString(parentObjUuid)).append("\n"); + sb.append(" seRef: ").append(toIndentedString(seRef)).append("\n"); + sb.append(" vsRef: ").append(toIndentedString(vsRef)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/SeVsDelFlowsDisrupted.java b/java/src/com/vmware/avi/sdk/model/SeVsDelFlowsDisrupted.java index 5ee80b6f2f..42ebc20b37 100644 --- a/java/src/com/vmware/avi/sdk/model/SeVsDelFlowsDisrupted.java +++ b/java/src/com/vmware/avi/sdk/model/SeVsDelFlowsDisrupted.java @@ -37,7 +37,7 @@ public class SeVsDelFlowsDisrupted { * Name of the vs which was deleted from the se. * It is a reference to an object of type virtualservice. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deletedVsName */ @@ -50,7 +50,7 @@ public String getDeletedVsName() { * Name of the vs which was deleted from the se. * It is a reference to an object of type virtualservice. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deletedVsName set the deletedVsName. */ @@ -62,7 +62,7 @@ public void setDeletedVsName(String deletedVsName) { * This is the getter method this will return the attribute value. * Number of vs flows disrupted when vs was deleted from the se. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVsFlowsDisrupted */ @@ -74,7 +74,7 @@ public Integer getNumVsFlowsDisrupted() { * This is the setter method to the attribute. * Number of vs flows disrupted when vs was deleted from the se. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVsFlowsDisrupted set the numVsFlowsDisrupted. */ @@ -87,7 +87,7 @@ public void setNumVsFlowsDisrupted(Integer numVsFlowsDisrupted) { * Name of the se reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reportingSeName */ @@ -100,7 +100,7 @@ public String getReportingSeName() { * Name of the se reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reportingSeName set the reportingSeName. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeVsFaultEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeVsFaultEventDetails.java index 4bae2246ba..49a4d1843e 100644 --- a/java/src/com/vmware/avi/sdk/model/SeVsFaultEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeVsFaultEventDetails.java @@ -38,7 +38,7 @@ public class SeVsFaultEventDetails { /** * This is the getter method this will return the attribute value. * Name of the object responsible for the fault. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return faultObject */ @@ -49,7 +49,7 @@ public String getFaultObject() { /** * This is the setter method to the attribute. * Name of the object responsible for the fault. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param faultObject set the faultObject. */ @@ -60,7 +60,7 @@ public void setFaultObject(String faultObject) { /** * This is the getter method this will return the attribute value. * Reason for the fault. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return faultReason */ @@ -71,7 +71,7 @@ public String getFaultReason() { /** * This is the setter method to the attribute. * Reason for the fault. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param faultReason set the faultReason. */ @@ -83,7 +83,7 @@ public void setFaultReason(String faultReason) { * This is the getter method this will return the attribute value. * Se uuid. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceEngine */ @@ -95,7 +95,7 @@ public String getServiceEngine() { * This is the setter method to the attribute. * Se uuid. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceEngine set the serviceEngine. */ @@ -107,7 +107,7 @@ public void setServiceEngine(String serviceEngine) { * This is the getter method this will return the attribute value. * Vs name. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualService */ @@ -119,7 +119,7 @@ public String getVirtualService() { * This is the setter method to the attribute. * Vs name. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualService set the virtualService. */ diff --git a/java/src/com/vmware/avi/sdk/model/SeVsPktBufHighEventDetails.java b/java/src/com/vmware/avi/sdk/model/SeVsPktBufHighEventDetails.java index d899bbedf7..f7c89f1300 100644 --- a/java/src/com/vmware/avi/sdk/model/SeVsPktBufHighEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SeVsPktBufHighEventDetails.java @@ -35,7 +35,7 @@ public class SeVsPktBufHighEventDetails { /** * This is the getter method this will return the attribute value. * Current packet buffer usage of the vs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currentValue */ @@ -46,7 +46,7 @@ public Integer getCurrentValue() { /** * This is the setter method to the attribute. * Current packet buffer usage of the vs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currentValue set the currentValue. */ @@ -57,7 +57,7 @@ public void setCurrentValue(Integer currentValue) { /** * This is the getter method this will return the attribute value. * Buffer usage threshold value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshold */ @@ -68,7 +68,7 @@ public Integer getThreshold() { /** * This is the setter method to the attribute. * Buffer usage threshold value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param threshold set the threshold. */ @@ -80,7 +80,7 @@ public void setThreshold(Integer threshold) { * This is the getter method this will return the attribute value. * Virtual service name. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualService */ @@ -92,7 +92,7 @@ public String getVirtualService() { * This is the setter method to the attribute. * Virtual service name. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualService set the virtualService. */ diff --git a/java/src/com/vmware/avi/sdk/model/SearchReplacePair.java b/java/src/com/vmware/avi/sdk/model/SearchReplacePair.java index 5ff6756cb3..7758013c5b 100644 --- a/java/src/com/vmware/avi/sdk/model/SearchReplacePair.java +++ b/java/src/com/vmware/avi/sdk/model/SearchReplacePair.java @@ -33,7 +33,7 @@ public class SearchReplacePair { * This is the getter method this will return the attribute value. * String to replace the searched value. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return replacementString */ @@ -45,7 +45,7 @@ public ReplaceStringVar getReplacementString() { * This is the setter method to the attribute. * String to replace the searched value. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param replacementString set the replacementString. */ @@ -57,7 +57,7 @@ public void setReplacementString(ReplaceStringVar replacementString) { * This is the getter method this will return the attribute value. * String to search for in the body. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return searchString */ @@ -69,7 +69,7 @@ public SearchStringVar getSearchString() { * This is the setter method to the attribute. * String to search for in the body. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param searchString set the searchString. */ diff --git a/java/src/com/vmware/avi/sdk/model/SearchStringVar.java b/java/src/com/vmware/avi/sdk/model/SearchStringVar.java index 03cde664e6..2c2be64385 100644 --- a/java/src/com/vmware/avi/sdk/model/SearchStringVar.java +++ b/java/src/com/vmware/avi/sdk/model/SearchStringVar.java @@ -35,7 +35,7 @@ public class SearchStringVar { * expression. * Enum options - SEARCH_DATASCRIPT_VAR, SEARCH_AVI_VAR, SEARCH_LITERAL_STRING, SEARCH_REGEX. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SEARCH_LITERAL_STRING". * @return type */ @@ -49,7 +49,7 @@ public String getType() { * expression. * Enum options - SEARCH_DATASCRIPT_VAR, SEARCH_AVI_VAR, SEARCH_LITERAL_STRING, SEARCH_REGEX. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SEARCH_LITERAL_STRING". * @param type set the type. */ @@ -62,7 +62,7 @@ public void setType(String type) { * Value of search string - can be a variable exposed from datascript, value of an http variable, a custom user-input literal string, or a regular * expression. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return val */ @@ -75,7 +75,7 @@ public String getVal() { * Value of search string - can be a variable exposed from datascript, value of an http variable, a custom user-input literal string, or a regular * expression. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param val set the val. */ diff --git a/java/src/com/vmware/avi/sdk/model/SecMgrDataEvent.java b/java/src/com/vmware/avi/sdk/model/SecMgrDataEvent.java index ce2e0dcec7..5aa9ca7e0f 100644 --- a/java/src/com/vmware/avi/sdk/model/SecMgrDataEvent.java +++ b/java/src/com/vmware/avi/sdk/model/SecMgrDataEvent.java @@ -33,7 +33,7 @@ public class SecMgrDataEvent { * This is the getter method this will return the attribute value. * Error type generated for an application. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -45,7 +45,7 @@ public String getError() { * This is the setter method to the attribute. * Error type generated for an application. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -57,7 +57,7 @@ public void setError(String error) { * This is the getter method this will return the attribute value. * Name of the application. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -69,7 +69,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the application. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/SecMgrThreshold.java b/java/src/com/vmware/avi/sdk/model/SecMgrThreshold.java index f46538ed4c..16e472a96b 100644 --- a/java/src/com/vmware/avi/sdk/model/SecMgrThreshold.java +++ b/java/src/com/vmware/avi/sdk/model/SecMgrThreshold.java @@ -35,7 +35,7 @@ public class SecMgrThreshold { * PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, * DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT... * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attackType */ @@ -49,7 +49,7 @@ public String getAttackType() { * PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, * DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT... * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attackType set the attackType. */ @@ -60,7 +60,7 @@ public void setAttackType(String attackType) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshold */ @@ -71,7 +71,7 @@ public Integer getThreshold() { /** * This is the setter method to the attribute. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param threshold set the threshold. */ diff --git a/java/src/com/vmware/avi/sdk/model/SecMgrUAEventDetails.java b/java/src/com/vmware/avi/sdk/model/SecMgrUAEventDetails.java index a82165f288..591adcceff 100644 --- a/java/src/com/vmware/avi/sdk/model/SecMgrUAEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SecMgrUAEventDetails.java @@ -30,7 +30,7 @@ public class SecMgrUAEventDetails { * This is the getter method this will return the attribute value. * Error descibing ua cache status in controller. * Field introduced in 21.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -42,7 +42,7 @@ public String getError() { * This is the setter method to the attribute. * Error descibing ua cache status in controller. * Field introduced in 21.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ diff --git a/java/src/com/vmware/avi/sdk/model/SecureChannelAvailableLocalIPs.java b/java/src/com/vmware/avi/sdk/model/SecureChannelAvailableLocalIPs.java index cbcd29531e..933657e6eb 100644 --- a/java/src/com/vmware/avi/sdk/model/SecureChannelAvailableLocalIPs.java +++ b/java/src/com/vmware/avi/sdk/model/SecureChannelAvailableLocalIPs.java @@ -43,7 +43,7 @@ public class SecureChannelAvailableLocalIPs extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return end */ @@ -53,7 +53,7 @@ public Integer getEnd() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param end set the end. */ @@ -62,7 +62,7 @@ public void setEnd(Integer end) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return freeIps */ @@ -72,7 +72,7 @@ public List getFreeIps() { /** * This is the setter method. this will set the freeIps - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return freeIps */ @@ -82,7 +82,7 @@ public void setFreeIps(List freeIps) { /** * This is the setter method this will set the freeIps - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return freeIps */ @@ -96,7 +96,7 @@ public SecureChannelAvailableLocalIPs addFreeIpsItem(Integer freeIpsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -106,7 +106,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -116,7 +116,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return start */ @@ -126,7 +126,7 @@ public Integer getStart() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param start set the start. */ @@ -153,7 +153,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -163,7 +163,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SecureChannelConfiguration.java b/java/src/com/vmware/avi/sdk/model/SecureChannelConfiguration.java index 573e7ee887..c143a00b3a 100644 --- a/java/src/com/vmware/avi/sdk/model/SecureChannelConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/SecureChannelConfiguration.java @@ -32,7 +32,7 @@ public class SecureChannelConfiguration { * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.1.4, 18.2.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslkeyandcertificateRefs */ @@ -47,7 +47,7 @@ public List getSslkeyandcertificateRefs() { * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.1.4, 18.2.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslkeyandcertificateRefs */ @@ -62,7 +62,7 @@ public void setSslkeyandcertificateRefs(List sslkeyandcertificateRefs) * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.1.4, 18.2.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslkeyandcertificateRefs */ diff --git a/java/src/com/vmware/avi/sdk/model/SecureChannelMapping.java b/java/src/com/vmware/avi/sdk/model/SecureChannelMapping.java index 8972dbb934..13cd4267ba 100644 --- a/java/src/com/vmware/avi/sdk/model/SecureChannelMapping.java +++ b/java/src/com/vmware/avi/sdk/model/SecureChannelMapping.java @@ -63,7 +63,7 @@ public class SecureChannelMapping extends AviRestResource { * This is the getter method this will return the attribute value. * Auth_token used for se authorization. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authToken */ @@ -75,7 +75,7 @@ public String getAuthToken() { * This is the setter method to the attribute. * Auth_token used for se authorization. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authToken set the authToken. */ @@ -86,7 +86,7 @@ public void setAuthToken(String authToken) { /** * This is the getter method this will return the attribute value. * Ip of se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -97,7 +97,7 @@ public String getIp() { /** * This is the setter method to the attribute. * Ip of se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -108,7 +108,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. * Whether this entry used for controller. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isController */ @@ -119,7 +119,7 @@ public Boolean getIsController() { /** * This is the setter method to the attribute. * Whether this entry used for controller. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isController set the isController. */ @@ -130,7 +130,7 @@ public void setIsController(Boolean isController) { /** * This is the getter method this will return the attribute value. * Local ip on controller side reserved for se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return localIp */ @@ -141,7 +141,7 @@ public String getLocalIp() { /** * This is the setter method to the attribute. * Local ip on controller side reserved for se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param localIp set the localIp. */ @@ -152,7 +152,7 @@ public void setLocalIp(String localIp) { /** * This is the getter method this will return the attribute value. * Whether this entry is marked for delete (first step of deletion). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return markedForDelete */ @@ -163,7 +163,7 @@ public Boolean getMarkedForDelete() { /** * This is the setter method to the attribute. * Whether this entry is marked for delete (first step of deletion). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param markedForDelete set the markedForDelete. */ @@ -174,7 +174,7 @@ public void setMarkedForDelete(Boolean markedForDelete) { * This is the getter method this will return the attribute value. * Metadata associated with auth_token. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -186,7 +186,7 @@ public List getMetadata() { * This is the setter method. this will set the metadata * Metadata associated with auth_token. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -198,7 +198,7 @@ public void setMetadata(List metadata) { * This is the setter method this will set the metadata * Metadata associated with auth_token. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -213,7 +213,7 @@ public SecureChannelMapping addMetadataItem(SecureChannelMetadata metadataItem) /** * This is the getter method this will return the attribute value. * Uuid of se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -224,7 +224,7 @@ public String getName() { /** * This is the setter method to the attribute. * Uuid of se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -235,7 +235,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Public key of se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pubKey */ @@ -246,7 +246,7 @@ public String getPubKey() { /** * This is the setter method to the attribute. * Public key of se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pubKey set the pubKey. */ @@ -257,7 +257,7 @@ public void setPubKey(String pubKey) { /** * This is the getter method this will return the attribute value. * Public key pem of se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pubKeyPem */ @@ -268,7 +268,7 @@ public String getPubKeyPem() { /** * This is the setter method to the attribute. * Public key pem of se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pubKeyPem set the pubKeyPem. */ @@ -281,7 +281,7 @@ public void setPubKeyPem(String pubKeyPem) { * Authorization status of current secure channel. * Enum options - SECURE_CHANNEL_NONE, SECURE_CHANNEL_CONNECTED, SECURE_CHANNEL_AUTH_SSH_SUCCESS, SECURE_CHANNEL_AUTH_SSH_FAILED, * SECURE_CHANNEL_AUTH_TOKEN_SUCCESS, SECURE_CHANNEL_AUTH_TOKEN_FAILED, SECURE_CHANNEL_AUTH_ERRORS, SECURE_CHANNEL_AUTH_IGNORED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SECURE_CHANNEL_NONE". * @return status */ @@ -294,7 +294,7 @@ public String getStatus() { * Authorization status of current secure channel. * Enum options - SECURE_CHANNEL_NONE, SECURE_CHANNEL_CONNECTED, SECURE_CHANNEL_AUTH_SSH_SUCCESS, SECURE_CHANNEL_AUTH_SSH_FAILED, * SECURE_CHANNEL_AUTH_TOKEN_SUCCESS, SECURE_CHANNEL_AUTH_TOKEN_FAILED, SECURE_CHANNEL_AUTH_ERRORS, SECURE_CHANNEL_AUTH_IGNORED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SECURE_CHANNEL_NONE". * @param status set the status. */ @@ -322,7 +322,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -333,7 +333,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of se. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SecureChannelMetadata.java b/java/src/com/vmware/avi/sdk/model/SecureChannelMetadata.java index 9fcb93fdc4..d66e7a1005 100644 --- a/java/src/com/vmware/avi/sdk/model/SecureChannelMetadata.java +++ b/java/src/com/vmware/avi/sdk/model/SecureChannelMetadata.java @@ -31,7 +31,7 @@ public class SecureChannelMetadata { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -41,7 +41,7 @@ public String getKey() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -51,7 +51,7 @@ public void setKey(String key) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return val */ @@ -61,7 +61,7 @@ public String getVal() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param val set the val. */ diff --git a/java/src/com/vmware/avi/sdk/model/SecureChannelToken.java b/java/src/com/vmware/avi/sdk/model/SecureChannelToken.java index f80a52625d..5dac2aae9c 100644 --- a/java/src/com/vmware/avi/sdk/model/SecureChannelToken.java +++ b/java/src/com/vmware/avi/sdk/model/SecureChannelToken.java @@ -44,7 +44,7 @@ public class SecureChannelToken extends AviRestResource { /** * This is the getter method this will return the attribute value. * Expiry time for auth_token. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiryTime */ @@ -55,7 +55,7 @@ public Float getExpiryTime() { /** * This is the setter method to the attribute. * Expiry time for auth_token. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expiryTime set the expiryTime. */ @@ -67,7 +67,7 @@ public void setExpiryTime(Float expiryTime) { * This is the getter method this will return the attribute value. * Whether this auth_token is used by some node(se/controller). * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return inUse */ @@ -79,7 +79,7 @@ public Boolean getInUse() { * This is the setter method to the attribute. * Whether this auth_token is used by some node(se/controller). * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param inUse set the inUse. */ @@ -89,7 +89,7 @@ public void setInUse(Boolean inUse) { /** * This is the getter method this will return the attribute value. * Metadata associated with auth_token. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -100,7 +100,7 @@ public List getMetadata() { /** * This is the setter method. this will set the metadata * Metadata associated with auth_token. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -111,7 +111,7 @@ public void setMetadata(List metadata) { /** * This is the setter method this will set the metadata * Metadata associated with auth_token. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -126,7 +126,7 @@ public SecureChannelToken addMetadataItem(SecureChannelMetadata metadataItem) { /** * This is the getter method this will return the attribute value. * Auth_token used for se/controller authorization. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -137,7 +137,7 @@ public String getName() { /** * This is the setter method to the attribute. * Auth_token used for se/controller authorization. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -165,7 +165,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Auth_token used for se/controller authorization. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -176,7 +176,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Auth_token used for se/controller authorization. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SecureKeyExchangeDetails.java b/java/src/com/vmware/avi/sdk/model/SecureKeyExchangeDetails.java index f4fea13831..c03f05b717 100644 --- a/java/src/com/vmware/avi/sdk/model/SecureKeyExchangeDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SecureKeyExchangeDetails.java @@ -57,7 +57,7 @@ public class SecureKeyExchangeDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Controller managememt ip for secure key exchange between controller and se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ctlrMgmtIp */ @@ -69,7 +69,7 @@ public String getCtlrMgmtIp() { * This is the setter method to the attribute. * Controller managememt ip for secure key exchange between controller and se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ctlrMgmtIp set the ctlrMgmtIp. */ @@ -81,7 +81,7 @@ public void setCtlrMgmtIp(String ctlrMgmtIp) { * This is the getter method this will return the attribute value. * Controller public ip for secure key exchange between controller and se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ctlrPublicIp */ @@ -93,7 +93,7 @@ public String getCtlrPublicIp() { * This is the setter method to the attribute. * Controller public ip for secure key exchange between controller and se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ctlrPublicIp set the ctlrPublicIp. */ @@ -105,7 +105,7 @@ public void setCtlrPublicIp(String ctlrPublicIp) { * This is the getter method this will return the attribute value. * Error message if secure key exchange failed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -117,7 +117,7 @@ public String getError() { * This is the setter method to the attribute. * Error message if secure key exchange failed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -129,7 +129,7 @@ public void setError(String error) { * This is the getter method this will return the attribute value. * Follower ip for secure key exchange between controller and controller. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return followerIp */ @@ -141,7 +141,7 @@ public String getFollowerIp() { * This is the setter method to the attribute. * Follower ip for secure key exchange between controller and controller. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param followerIp set the followerIp. */ @@ -153,7 +153,7 @@ public void setFollowerIp(String followerIp) { * This is the getter method this will return the attribute value. * Leader ip for secure key exchange between controller and controller. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return leaderIp */ @@ -165,7 +165,7 @@ public String getLeaderIp() { * This is the setter method to the attribute. * Leader ip for secure key exchange between controller and controller. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param leaderIp set the leaderIp. */ @@ -177,7 +177,7 @@ public void setLeaderIp(String leaderIp) { * This is the getter method this will return the attribute value. * Name of se/controller who initiates the secure key exchange. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -189,7 +189,7 @@ public String getName() { * This is the setter method to the attribute. * Name of se/controller who initiates the secure key exchange. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -201,7 +201,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Se ip for secure key exchange between controller and se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIp */ @@ -213,7 +213,7 @@ public String getSeIp() { * This is the setter method to the attribute. * Se ip for secure key exchange between controller and se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seIp set the seIp. */ @@ -225,7 +225,7 @@ public void setSeIp(String seIp) { * This is the getter method this will return the attribute value. * Ip address of the client. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourceIp */ @@ -237,7 +237,7 @@ public String getSourceIp() { * This is the setter method to the attribute. * Ip address of the client. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourceIp set the sourceIp. */ @@ -250,9 +250,9 @@ public void setSourceIp(String sourceIp) { * Status. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -265,9 +265,9 @@ public String getStatus() { * Status. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -279,7 +279,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Uuid of se/controller who initiates the secure key exchange. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -291,7 +291,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of se/controller who initiates the secure key exchange. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SecurityManagerData.java b/java/src/com/vmware/avi/sdk/model/SecurityManagerData.java index 957327ee99..80658b2894 100644 --- a/java/src/com/vmware/avi/sdk/model/SecurityManagerData.java +++ b/java/src/com/vmware/avi/sdk/model/SecurityManagerData.java @@ -41,7 +41,7 @@ public class SecurityManagerData extends AviRestResource { * This is the getter method this will return the attribute value. * Information about various applications. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appLearningInfo */ @@ -53,7 +53,7 @@ public List getAppLearningInfo() { * This is the setter method. this will set the appLearningInfo * Information about various applications. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appLearningInfo */ @@ -65,7 +65,7 @@ public void setAppLearningInfo(List appLearningInfo) { * This is the setter method this will set the appLearningInfo * Information about various applications. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appLearningInfo */ @@ -81,7 +81,7 @@ public SecurityManagerData addAppLearningInfoItem(DbAppLearningInfo appLearningI * This is the getter method this will return the attribute value. * Virtualservice name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -93,7 +93,7 @@ public String getName() { * This is the setter method to the attribute. * Virtualservice name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -105,7 +105,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -117,7 +117,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -146,7 +146,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Virtualservice uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -158,7 +158,7 @@ public String getUuid() { * This is the setter method to the attribute. * Virtualservice uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SecurityMgrDebugFilter.java b/java/src/com/vmware/avi/sdk/model/SecurityMgrDebugFilter.java index 3c02c28d93..6d970cf857 100644 --- a/java/src/com/vmware/avi/sdk/model/SecurityMgrDebugFilter.java +++ b/java/src/com/vmware/avi/sdk/model/SecurityMgrDebugFilter.java @@ -36,7 +36,7 @@ public class SecurityMgrDebugFilter { * This is the getter method this will return the attribute value. * Dynamically adapt configuration parameters for application learning feature. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableAdaptiveConfig */ @@ -48,7 +48,7 @@ public Boolean getEnableAdaptiveConfig() { * This is the setter method to the attribute. * Dynamically adapt configuration parameters for application learning feature. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableAdaptiveConfig set the enableAdaptiveConfig. */ @@ -61,7 +61,7 @@ public void setEnableAdaptiveConfig(Boolean enableAdaptiveConfig) { * Uuid of the entity. * It is a reference to an object of type virtualservice. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityRef */ @@ -74,7 +74,7 @@ public String getEntityRef() { * Uuid of the entity. * It is a reference to an object of type virtualservice. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityRef set the entityRef. */ @@ -87,7 +87,7 @@ public void setEntityRef(String entityRef) { * Dynamically update the multiplier for rule id generation in psm programming for learning feature. * Allowed values are 10-100000. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return psmRuleIdMultiplier */ @@ -100,7 +100,7 @@ public Integer getPsmRuleIdMultiplier() { * Dynamically update the multiplier for rule id generation in psm programming for learning feature. * Allowed values are 10-100000. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param psmRuleIdMultiplier set the psmRuleIdMultiplier. */ diff --git a/java/src/com/vmware/avi/sdk/model/SecurityMgrRuntime.java b/java/src/com/vmware/avi/sdk/model/SecurityMgrRuntime.java index 3fb569a75f..732073cfc8 100644 --- a/java/src/com/vmware/avi/sdk/model/SecurityMgrRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/SecurityMgrRuntime.java @@ -28,7 +28,7 @@ public class SecurityMgrRuntime { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thresholds */ @@ -39,7 +39,7 @@ public List getThresholds() { /** * This is the setter method. this will set the thresholds * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thresholds */ @@ -50,7 +50,7 @@ public void setThresholds(List thresholds) { /** * This is the setter method this will set the thresholds * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thresholds */ diff --git a/java/src/com/vmware/avi/sdk/model/SecurityPolicy.java b/java/src/com/vmware/avi/sdk/model/SecurityPolicy.java index ee0d610279..33185d3761 100644 --- a/java/src/com/vmware/avi/sdk/model/SecurityPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/SecurityPolicy.java @@ -61,7 +61,7 @@ public class SecurityPolicy extends AviRestResource { * Security policy is used to specify various configuration information used to perform distributed denial of service (ddos) attacks detection and * mitigation. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -74,7 +74,7 @@ public String getDescription() { * Security policy is used to specify various configuration information used to perform distributed denial of service (ddos) attacks detection and * mitigation. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -86,7 +86,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Source ports and port ranges to deny in dns amplification attacks. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsAmplificationDenyports */ @@ -98,7 +98,7 @@ public PortMatchGeneric getDnsAmplificationDenyports() { * This is the setter method to the attribute. * Source ports and port ranges to deny in dns amplification attacks. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsAmplificationDenyports set the dnsAmplificationDenyports. */ @@ -110,7 +110,7 @@ public void setDnsAmplificationDenyports(PortMatchGeneric dnsAmplificationDenypo * This is the getter method this will return the attribute value. * Attacks utilizing the dns protocol operations. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsAttacks */ @@ -122,7 +122,7 @@ public DnsAttacks getDnsAttacks() { * This is the setter method to the attribute. * Attacks utilizing the dns protocol operations. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsAttacks set the dnsAttacks. */ @@ -134,7 +134,7 @@ public void setDnsAttacks(DnsAttacks dnsAttacks) { * This is the getter method this will return the attribute value. * Index of the dns policy to use for the mitigation rules applied to the dns attacks. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return dnsPolicyIndex */ @@ -146,7 +146,7 @@ public Integer getDnsPolicyIndex() { * This is the setter method to the attribute. * Index of the dns policy to use for the mitigation rules applied to the dns attacks. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param dnsPolicyIndex set the dnsPolicyIndex. */ @@ -157,8 +157,7 @@ public void setDnsPolicyIndex(Integer dnsPolicyIndex) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -170,8 +169,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -183,8 +181,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -200,7 +197,7 @@ public SecurityPolicy addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * The name of the security policy. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -212,7 +209,7 @@ public String getName() { * This is the setter method to the attribute. * The name of the security policy. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -224,7 +221,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Index of the network security policy to use for the mitigation rules applied to the attacks. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return networkSecurityPolicyIndex */ @@ -236,7 +233,7 @@ public Integer getNetworkSecurityPolicyIndex() { * This is the setter method to the attribute. * Index of the network security policy to use for the mitigation rules applied to the attacks. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param networkSecurityPolicyIndex set the networkSecurityPolicyIndex. */ @@ -249,7 +246,7 @@ public void setNetworkSecurityPolicyIndex(Integer networkSecurityPolicyIndex) { * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Enum options - DETECTION, MITIGATION. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DETECTION". * @return operMode */ @@ -262,7 +259,7 @@ public String getOperMode() { * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Enum options - DETECTION, MITIGATION. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DETECTION". * @param operMode set the operMode. */ @@ -275,7 +272,7 @@ public void setOperMode(String operMode) { * Tenancy of the security policy. * It is a reference to an object of type tenant. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -288,7 +285,7 @@ public String getTenantRef() { * Tenancy of the security policy. * It is a reference to an object of type tenant. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -317,7 +314,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * The uuid of the security policy. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -329,7 +326,7 @@ public String getUuid() { * This is the setter method to the attribute. * The uuid of the security policy. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/Selector.java b/java/src/com/vmware/avi/sdk/model/Selector.java index 9572035ec8..22d194964e 100644 --- a/java/src/com/vmware/avi/sdk/model/Selector.java +++ b/java/src/com/vmware/avi/sdk/model/Selector.java @@ -33,7 +33,7 @@ public class Selector { * Labels as key value pairs to select on. * Field introduced in 20.1.3. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -46,7 +46,7 @@ public List getLabels() { * Labels as key value pairs to select on. * Field introduced in 20.1.3. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -59,7 +59,7 @@ public void setLabels(List labels) { * Labels as key value pairs to select on. * Field introduced in 20.1.3. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -76,7 +76,7 @@ public Selector addLabelsItem(KeyValueTuple labelsItem) { * Selector type. * Enum options - SELECTOR_IPAM. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -89,7 +89,7 @@ public String getType() { * Selector type. * Enum options - SELECTOR_IPAM. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/SensitiveFieldRule.java b/java/src/com/vmware/avi/sdk/model/SensitiveFieldRule.java index 87d7d65aaf..c7638f19a1 100644 --- a/java/src/com/vmware/avi/sdk/model/SensitiveFieldRule.java +++ b/java/src/com/vmware/avi/sdk/model/SensitiveFieldRule.java @@ -43,7 +43,7 @@ public class SensitiveFieldRule { * Action for the matched log field, for instance the matched field can be removed or masked off. * Enum options - LOG_FIELD_REMOVE, LOG_FIELD_MASKOFF. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOG_FIELD_REMOVE". * @return action */ @@ -56,7 +56,7 @@ public String getAction() { * Action for the matched log field, for instance the matched field can be removed or masked off. * Enum options - LOG_FIELD_REMOVE, LOG_FIELD_MASKOFF. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOG_FIELD_REMOVE". * @param action set the action. */ @@ -68,7 +68,7 @@ public void setAction(String action) { * This is the getter method this will return the attribute value. * Enable rule to match the sensitive fields. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enabled */ @@ -80,7 +80,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable rule to match the sensitive fields. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enabled set the enabled. */ @@ -92,7 +92,7 @@ public void setEnabled(Boolean enabled) { * This is the getter method this will return the attribute value. * Index of the rule. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -104,7 +104,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the rule. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -116,7 +116,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Criterion to use for matching in the log. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -128,7 +128,7 @@ public StringMatch getMatch() { * This is the setter method to the attribute. * Criterion to use for matching in the log. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -140,7 +140,7 @@ public void setMatch(StringMatch match) { * This is the getter method this will return the attribute value. * Name of the rule. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -152,7 +152,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the rule. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/SensitiveLogProfile.java b/java/src/com/vmware/avi/sdk/model/SensitiveLogProfile.java index 00ecd6b129..5c76f00762 100644 --- a/java/src/com/vmware/avi/sdk/model/SensitiveLogProfile.java +++ b/java/src/com/vmware/avi/sdk/model/SensitiveLogProfile.java @@ -35,7 +35,7 @@ public class SensitiveLogProfile { * This is the getter method this will return the attribute value. * Match sensitive header fields in http application log. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headerFieldRules */ @@ -47,7 +47,7 @@ public List getHeaderFieldRules() { * This is the setter method. this will set the headerFieldRules * Match sensitive header fields in http application log. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headerFieldRules */ @@ -59,7 +59,7 @@ public void setHeaderFieldRules(List headerFieldRules) { * This is the setter method this will set the headerFieldRules * Match sensitive header fields in http application log. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headerFieldRules */ @@ -76,7 +76,7 @@ public SensitiveLogProfile addHeaderFieldRulesItem(SensitiveFieldRule headerFiel * Query params from the uri are extracted and checked for matching sensitive parameter names. * A successful match will mask the parameter values in accordance with this rule action. * Field introduced in 20.1.7, 21.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriQueryFieldRules */ @@ -90,7 +90,7 @@ public List getUriQueryFieldRules() { * Query params from the uri are extracted and checked for matching sensitive parameter names. * A successful match will mask the parameter values in accordance with this rule action. * Field introduced in 20.1.7, 21.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriQueryFieldRules */ @@ -104,7 +104,7 @@ public void setUriQueryFieldRules(List uriQueryFieldRules) * Query params from the uri are extracted and checked for matching sensitive parameter names. * A successful match will mask the parameter values in accordance with this rule action. * Field introduced in 20.1.7, 21.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriQueryFieldRules */ @@ -119,7 +119,7 @@ public SensitiveLogProfile addUriQueryFieldRulesItem(SensitiveFieldRule uriQuery * This is the getter method this will return the attribute value. * Match sensitive waf log fields in http application log. * Field introduced in 17.2.13, 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafFieldRules */ @@ -131,7 +131,7 @@ public List getWafFieldRules() { * This is the setter method. this will set the wafFieldRules * Match sensitive waf log fields in http application log. * Field introduced in 17.2.13, 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafFieldRules */ @@ -143,7 +143,7 @@ public void setWafFieldRules(List wafFieldRules) { * This is the setter method this will set the wafFieldRules * Match sensitive waf log fields in http application log. * Field introduced in 17.2.13, 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafFieldRules */ diff --git a/java/src/com/vmware/avi/sdk/model/Server.java b/java/src/com/vmware/avi/sdk/model/Server.java index 8718504f82..e7ef43c190 100644 --- a/java/src/com/vmware/avi/sdk/model/Server.java +++ b/java/src/com/vmware/avi/sdk/model/Server.java @@ -42,6 +42,9 @@ public class Server { @JsonProperty("external_uuid") private String externalUuid; + @JsonProperty("health_monitor_refs") + private List healthMonitorRefs; + @JsonProperty("hostname") private String hostname; @@ -90,7 +93,7 @@ public class Server { * This is the getter method this will return the attribute value. * Name of autoscaling group this server belongs to. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoscalingGroupName */ @@ -102,7 +105,7 @@ public String getAutoscalingGroupName() { * This is the setter method to the attribute. * Name of autoscaling group this server belongs to. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param autoscalingGroupName set the autoscalingGroupName. */ @@ -113,7 +116,7 @@ public void setAutoscalingGroupName(String autoscalingGroupName) { /** * This is the getter method this will return the attribute value. * Availability-zone of the server vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZone */ @@ -124,7 +127,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. * Availability-zone of the server vm. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availabilityZone set the availabilityZone. */ @@ -135,7 +138,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. * A description of the server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -146,7 +149,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * A description of the server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -157,7 +160,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * (internal-use) discovered networks providing reachability for server ip. * This field is used internally by avi, not editable by the user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveredNetworks */ @@ -169,7 +172,7 @@ public List getDiscoveredNetworks() { * This is the setter method. this will set the discoveredNetworks * (internal-use) discovered networks providing reachability for server ip. * This field is used internally by avi, not editable by the user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveredNetworks */ @@ -181,7 +184,7 @@ public void setDiscoveredNetworks(List discoveredNetworks) { * This is the setter method this will set the discoveredNetworks * (internal-use) discovered networks providing reachability for server ip. * This field is used internally by avi, not editable by the user. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveredNetworks */ @@ -196,7 +199,7 @@ public Server addDiscoveredNetworksItem(DiscoveredNetwork discoveredNetworksItem /** * This is the getter method this will return the attribute value. * Enable, disable or graceful disable determine if new or existing connections to the server are allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -207,7 +210,7 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. * Enable, disable or graceful disable determine if new or existing connections to the server are allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -218,7 +221,7 @@ public void setEnabled(Boolean enabled) { /** * This is the getter method this will return the attribute value. * Uid of server in external orchestration systems. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalOrchestrationId */ @@ -229,7 +232,7 @@ public String getExternalOrchestrationId() { /** * This is the setter method to the attribute. * Uid of server in external orchestration systems. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param externalOrchestrationId set the externalOrchestrationId. */ @@ -240,7 +243,7 @@ public void setExternalOrchestrationId(String externalOrchestrationId) { /** * This is the getter method this will return the attribute value. * Uuid identifying vm in openstack and other external compute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalUuid */ @@ -251,19 +254,67 @@ public String getExternalUuid() { /** * This is the setter method to the attribute. * Uuid identifying vm in openstack and other external compute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param externalUuid set the externalUuid. */ public void setExternalUuid(String externalUuid) { this.externalUuid = externalUuid; } + /** + * This is the getter method this will return the attribute value. + * Verify server health by applying one or more health monitors. + * Active monitors generate synthetic traffic from each service engine and mark a server up or down based on the response. + * It is a reference to an object of type healthmonitor. + * Field introduced in 31.1.1. + * Maximum of 10 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return healthMonitorRefs + */ + public List getHealthMonitorRefs() { + return healthMonitorRefs; + } + + /** + * This is the setter method. this will set the healthMonitorRefs + * Verify server health by applying one or more health monitors. + * Active monitors generate synthetic traffic from each service engine and mark a server up or down based on the response. + * It is a reference to an object of type healthmonitor. + * Field introduced in 31.1.1. + * Maximum of 10 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return healthMonitorRefs + */ + public void setHealthMonitorRefs(List healthMonitorRefs) { + this.healthMonitorRefs = healthMonitorRefs; + } + + /** + * This is the setter method this will set the healthMonitorRefs + * Verify server health by applying one or more health monitors. + * Active monitors generate synthetic traffic from each service engine and mark a server up or down based on the response. + * It is a reference to an object of type healthmonitor. + * Field introduced in 31.1.1. + * Maximum of 10 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return healthMonitorRefs + */ + public Server addHealthMonitorRefsItem(String healthMonitorRefsItem) { + if (this.healthMonitorRefs == null) { + this.healthMonitorRefs = new ArrayList(); + } + this.healthMonitorRefs.add(healthMonitorRefsItem); + return this; + } /** * This is the getter method this will return the attribute value. * Dns resolvable name of the server. * May be used in place of the ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -275,7 +326,7 @@ public String getHostname() { * This is the setter method to the attribute. * Dns resolvable name of the server. * May be used in place of the ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -287,7 +338,7 @@ public void setHostname(String hostname) { * This is the getter method this will return the attribute value. * Ip address of the server. * Required if there is no resolvable host name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -299,7 +350,7 @@ public IpAddr getIp() { * This is the setter method to the attribute. * Ip address of the server. * Required if there is no resolvable host name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -310,7 +361,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. * If statically learned. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isStatic */ @@ -321,7 +372,7 @@ public Boolean getIsStatic() { /** * This is the setter method to the attribute. * If statically learned. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isStatic set the isStatic. */ @@ -333,7 +384,7 @@ public void setIsStatic(Boolean isStatic) { * This is the getter method this will return the attribute value. * (internal-use) geographic location of the server.currently only for internal usage. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -345,7 +396,7 @@ public GeoLocation getLocation() { * This is the setter method to the attribute. * (internal-use) geographic location of the server.currently only for internal usage. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -356,7 +407,7 @@ public void setLocation(GeoLocation location) { /** * This is the getter method this will return the attribute value. * Mac address of server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddress */ @@ -367,7 +418,7 @@ public String getMacAddress() { /** * This is the setter method to the attribute. * Mac address of server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddress set the macAddress. */ @@ -379,7 +430,7 @@ public void setMacAddress(String macAddress) { * This is the getter method this will return the attribute value. * (internal-use) this field is used internally by avi, not editable by the user. * It is a reference to an object of type vimgrnwruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nwRef */ @@ -391,7 +442,7 @@ public String getNwRef() { * This is the setter method to the attribute. * (internal-use) this field is used internally by avi, not editable by the user. * It is a reference to an object of type vimgrnwruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nwRef set the nwRef. */ @@ -405,7 +456,7 @@ public void setNwRef(String nwRef) { * This will override the pool's default server port attribute. * Allowed values are 1-65535. * Special values are 0- use backend port in pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -419,7 +470,7 @@ public Integer getPort() { * This will override the pool's default server port attribute. * Allowed values are 1-65535. * Special values are 0- use backend port in pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -430,7 +481,7 @@ public void setPort(Integer port) { /** * This is the getter method this will return the attribute value. * Header value for custom header persistence. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prstHdrVal */ @@ -441,7 +492,7 @@ public String getPrstHdrVal() { /** * This is the setter method to the attribute. * Header value for custom header persistence. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prstHdrVal set the prstHdrVal. */ @@ -453,7 +504,7 @@ public void setPrstHdrVal(String prstHdrVal) { * This is the getter method this will return the attribute value. * Ratio of selecting eligible servers in the pool. * Allowed values are 1-20. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return ratio */ @@ -465,7 +516,7 @@ public Integer getRatio() { * This is the setter method to the attribute. * Ratio of selecting eligible servers in the pool. * Allowed values are 1-20. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param ratio set the ratio. */ @@ -476,8 +527,8 @@ public void setRatio(Integer ratio) { /** * This is the getter method this will return the attribute value. * Auto resolve server's ip using dns name. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return resolveServerByDns */ @@ -488,8 +539,8 @@ public Boolean getResolveServerByDns() { /** * This is the setter method to the attribute. * Auto resolve server's ip using dns name. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param resolveServerByDns set the resolveServerByDns. */ @@ -500,7 +551,7 @@ public void setResolveServerByDns(Boolean resolveServerByDns) { /** * This is the getter method this will return the attribute value. * Rewrite incoming host header to server name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return rewriteHostHeader */ @@ -511,7 +562,7 @@ public Boolean getRewriteHostHeader() { /** * This is the setter method to the attribute. * Rewrite incoming host header to server name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param rewriteHostHeader set the rewriteHostHeader. */ @@ -522,7 +573,7 @@ public void setRewriteHostHeader(Boolean rewriteHostHeader) { /** * This is the getter method this will return the attribute value. * Hostname of the node where the server vm or container resides. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverNode */ @@ -533,7 +584,7 @@ public String getServerNode() { /** * This is the setter method to the attribute. * Hostname of the node where the server vm or container resides. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverNode set the serverNode. */ @@ -545,7 +596,7 @@ public void setServerNode(String serverNode) { * This is the getter method this will return the attribute value. * Verify server belongs to a discovered network or reachable via a discovered network. * Verify reachable network isn't the openstack management network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return verifyNetwork */ @@ -557,7 +608,7 @@ public Boolean getVerifyNetwork() { * This is the setter method to the attribute. * Verify server belongs to a discovered network or reachable via a discovered network. * Verify reachable network isn't the openstack management network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param verifyNetwork set the verifyNetwork. */ @@ -569,7 +620,7 @@ public void setVerifyNetwork(Boolean verifyNetwork) { * This is the getter method this will return the attribute value. * (internal-use) this field is used internally by avi, not editable by the user. * It is a reference to an object of type vimgrvmruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRef */ @@ -581,7 +632,7 @@ public String getVmRef() { * This is the setter method to the attribute. * (internal-use) this field is used internally by avi, not editable by the user. * It is a reference to an object of type vimgrvmruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vmRef set the vmRef. */ @@ -619,7 +670,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.externalOrchestrationId, objServer.externalOrchestrationId)&& Objects.equals(this.description, objServer.description)&& Objects.equals(this.location, objServer.location)&& - Objects.equals(this.autoscalingGroupName, objServer.autoscalingGroupName); + Objects.equals(this.autoscalingGroupName, objServer.autoscalingGroupName)&& + Objects.equals(this.healthMonitorRefs, objServer.healthMonitorRefs); } @Override @@ -633,6 +685,7 @@ public String toString() { sb.append(" enabled: ").append(toIndentedString(enabled)).append("\n"); sb.append(" externalOrchestrationId: ").append(toIndentedString(externalOrchestrationId)).append("\n"); sb.append(" externalUuid: ").append(toIndentedString(externalUuid)).append("\n"); + sb.append(" healthMonitorRefs: ").append(toIndentedString(healthMonitorRefs)).append("\n"); sb.append(" hostname: ").append(toIndentedString(hostname)).append("\n"); sb.append(" ip: ").append(toIndentedString(ip)).append("\n"); sb.append(" isStatic: ").append(toIndentedString(isStatic)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/ServerAutoScaleFailedInfo.java b/java/src/com/vmware/avi/sdk/model/ServerAutoScaleFailedInfo.java index ee6207ed42..bca1a45611 100644 --- a/java/src/com/vmware/avi/sdk/model/ServerAutoScaleFailedInfo.java +++ b/java/src/com/vmware/avi/sdk/model/ServerAutoScaleFailedInfo.java @@ -40,7 +40,7 @@ public class ServerAutoScaleFailedInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numScaleinServers */ @@ -50,7 +50,7 @@ public Integer getNumScaleinServers() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numScaleinServers set the numScaleinServers. */ @@ -60,7 +60,7 @@ public void setNumScaleinServers(Integer numScaleinServers) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numServersUp */ @@ -70,7 +70,7 @@ public Integer getNumServersUp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numServersUp set the numServersUp. */ @@ -82,7 +82,7 @@ public void setNumServersUp(Integer numServersUp) { * This is the getter method this will return the attribute value. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -94,7 +94,7 @@ public String getPoolRef() { * This is the setter method to the attribute. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -104,7 +104,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -114,7 +114,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -126,8 +126,8 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @return reasonCode */ @@ -139,8 +139,8 @@ public String getReasonCode() { * This is the setter method to the attribute. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @param reasonCode set the reasonCode. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServerAutoScaleInCompleteInfo.java b/java/src/com/vmware/avi/sdk/model/ServerAutoScaleInCompleteInfo.java index 73518725e5..62b3ac2224 100644 --- a/java/src/com/vmware/avi/sdk/model/ServerAutoScaleInCompleteInfo.java +++ b/java/src/com/vmware/avi/sdk/model/ServerAutoScaleInCompleteInfo.java @@ -40,7 +40,7 @@ public class ServerAutoScaleInCompleteInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nscalein */ @@ -50,7 +50,7 @@ public Integer getNscalein() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nscalein set the nscalein. */ @@ -62,7 +62,7 @@ public void setNscalein(Integer nscalein) { * This is the getter method this will return the attribute value. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -74,7 +74,7 @@ public String getPoolRef() { * This is the setter method to the attribute. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -84,7 +84,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -94,7 +94,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -106,8 +106,8 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @return reasonCode */ @@ -119,8 +119,8 @@ public String getReasonCode() { * This is the setter method to the attribute. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @param reasonCode set the reasonCode. */ @@ -129,7 +129,7 @@ public void setReasonCode(String reasonCode) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaledInServers */ @@ -139,7 +139,7 @@ public List getScaledInServers() { /** * This is the setter method. this will set the scaledInServers - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaledInServers */ @@ -149,7 +149,7 @@ public void setScaledInServers(List scaledInServers) { /** * This is the setter method this will set the scaledInServers - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaledInServers */ diff --git a/java/src/com/vmware/avi/sdk/model/ServerAutoScaleInInfo.java b/java/src/com/vmware/avi/sdk/model/ServerAutoScaleInInfo.java index 611cad5aba..49b7ad885c 100644 --- a/java/src/com/vmware/avi/sdk/model/ServerAutoScaleInInfo.java +++ b/java/src/com/vmware/avi/sdk/model/ServerAutoScaleInInfo.java @@ -58,7 +58,7 @@ public class ServerAutoScaleInInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return alertconfigName */ @@ -68,7 +68,7 @@ public String getAlertconfigName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param alertconfigName set the alertconfigName. */ @@ -79,7 +79,7 @@ public void setAlertconfigName(String alertconfigName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type alertconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return alertconfigRef */ @@ -90,7 +90,7 @@ public String getAlertconfigRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type alertconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param alertconfigRef set the alertconfigRef. */ @@ -100,7 +100,7 @@ public void setAlertconfigRef(String alertconfigRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availableCapacity */ @@ -110,7 +110,7 @@ public Float getAvailableCapacity() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availableCapacity set the availableCapacity. */ @@ -120,7 +120,7 @@ public void setAvailableCapacity(Float availableCapacity) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return load */ @@ -130,7 +130,7 @@ public Float getLoad() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param load set the load. */ @@ -140,7 +140,7 @@ public void setLoad(Float load) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numScaleinServers */ @@ -150,7 +150,7 @@ public Integer getNumScaleinServers() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numScaleinServers set the numScaleinServers. */ @@ -160,7 +160,7 @@ public void setNumScaleinServers(Integer numScaleinServers) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numServersUp */ @@ -170,7 +170,7 @@ public Integer getNumServersUp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numServersUp set the numServersUp. */ @@ -182,7 +182,7 @@ public void setNumServersUp(Integer numServersUp) { * This is the getter method this will return the attribute value. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -194,7 +194,7 @@ public String getPoolRef() { * This is the setter method to the attribute. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -204,7 +204,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -214,7 +214,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -226,8 +226,8 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @return reasonCode */ @@ -239,8 +239,8 @@ public String getReasonCode() { * This is the setter method to the attribute. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @param reasonCode set the reasonCode. */ @@ -249,7 +249,7 @@ public void setReasonCode(String reasonCode) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleinServerCandidates */ @@ -259,7 +259,7 @@ public List getScaleinServerCandidates() { /** * This is the setter method. this will set the scaleinServerCandidates - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleinServerCandidates */ @@ -269,7 +269,7 @@ public void setScaleinServerCandidates(List scaleinServerCandidates) /** * This is the setter method this will set the scaleinServerCandidates - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleinServerCandidates */ @@ -285,7 +285,7 @@ public ServerAutoScaleInInfo addScaleinServerCandidatesItem(ServerId scaleinServ * This is the getter method this will return the attribute value. * Desired number of servers for scheduled autocale. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scheduledDesiredCapacity */ @@ -297,7 +297,7 @@ public Integer getScheduledDesiredCapacity() { * This is the setter method to the attribute. * Desired number of servers for scheduled autocale. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scheduledDesiredCapacity set the scheduledDesiredCapacity. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServerAutoScaleOutCompleteInfo.java b/java/src/com/vmware/avi/sdk/model/ServerAutoScaleOutCompleteInfo.java index b039104aaf..4f087dbe15 100644 --- a/java/src/com/vmware/avi/sdk/model/ServerAutoScaleOutCompleteInfo.java +++ b/java/src/com/vmware/avi/sdk/model/ServerAutoScaleOutCompleteInfo.java @@ -43,7 +43,7 @@ public class ServerAutoScaleOutCompleteInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return launchConfigUuid */ @@ -53,7 +53,7 @@ public String getLaunchConfigUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param launchConfigUuid set the launchConfigUuid. */ @@ -63,7 +63,7 @@ public void setLaunchConfigUuid(String launchConfigUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nscaleout */ @@ -73,7 +73,7 @@ public Integer getNscaleout() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nscaleout set the nscaleout. */ @@ -85,7 +85,7 @@ public void setNscaleout(Integer nscaleout) { * This is the getter method this will return the attribute value. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -97,7 +97,7 @@ public String getPoolRef() { * This is the setter method to the attribute. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -107,7 +107,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -117,7 +117,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -129,8 +129,8 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @return reasonCode */ @@ -142,8 +142,8 @@ public String getReasonCode() { * This is the setter method to the attribute. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @param reasonCode set the reasonCode. */ @@ -152,7 +152,7 @@ public void setReasonCode(String reasonCode) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaledOutServers */ @@ -162,7 +162,7 @@ public List getScaledOutServers() { /** * This is the setter method. this will set the scaledOutServers - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaledOutServers */ @@ -172,7 +172,7 @@ public void setScaledOutServers(List scaledOutServers) { /** * This is the setter method this will set the scaledOutServers - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaledOutServers */ diff --git a/java/src/com/vmware/avi/sdk/model/ServerAutoScaleOutInfo.java b/java/src/com/vmware/avi/sdk/model/ServerAutoScaleOutInfo.java index 35320e3391..cdeea5807b 100644 --- a/java/src/com/vmware/avi/sdk/model/ServerAutoScaleOutInfo.java +++ b/java/src/com/vmware/avi/sdk/model/ServerAutoScaleOutInfo.java @@ -55,7 +55,7 @@ public class ServerAutoScaleOutInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return alertconfigName */ @@ -65,7 +65,7 @@ public String getAlertconfigName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param alertconfigName set the alertconfigName. */ @@ -76,7 +76,7 @@ public void setAlertconfigName(String alertconfigName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type alertconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return alertconfigRef */ @@ -87,7 +87,7 @@ public String getAlertconfigRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type alertconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param alertconfigRef set the alertconfigRef. */ @@ -97,7 +97,7 @@ public void setAlertconfigRef(String alertconfigRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availableCapacity */ @@ -107,7 +107,7 @@ public Float getAvailableCapacity() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availableCapacity set the availableCapacity. */ @@ -117,7 +117,7 @@ public void setAvailableCapacity(Float availableCapacity) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return load */ @@ -127,7 +127,7 @@ public Float getLoad() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param load set the load. */ @@ -137,7 +137,7 @@ public void setLoad(Float load) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numScaleoutServers */ @@ -147,7 +147,7 @@ public Integer getNumScaleoutServers() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numScaleoutServers set the numScaleoutServers. */ @@ -157,7 +157,7 @@ public void setNumScaleoutServers(Integer numScaleoutServers) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numServersUp */ @@ -167,7 +167,7 @@ public Integer getNumServersUp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numServersUp set the numServersUp. */ @@ -179,7 +179,7 @@ public void setNumServersUp(Integer numServersUp) { * This is the getter method this will return the attribute value. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -191,7 +191,7 @@ public String getPoolRef() { * This is the setter method to the attribute. * Uuid of the pool. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -201,7 +201,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -211,7 +211,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -223,8 +223,8 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @return reasonCode */ @@ -236,8 +236,8 @@ public String getReasonCode() { * This is the setter method to the attribute. * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, - * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @param reasonCode set the reasonCode. */ @@ -249,7 +249,7 @@ public void setReasonCode(String reasonCode) { * This is the getter method this will return the attribute value. * Desired number of servers for scheduled autoscale. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scheduledDesiredCapacity */ @@ -261,7 +261,7 @@ public Integer getScheduledDesiredCapacity() { * This is the setter method to the attribute. * Desired number of servers for scheduled autoscale. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scheduledDesiredCapacity set the scheduledDesiredCapacity. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServerAutoScalePolicy.java b/java/src/com/vmware/avi/sdk/model/ServerAutoScalePolicy.java index dcabd1b374..e8fe79562a 100644 --- a/java/src/com/vmware/avi/sdk/model/ServerAutoScalePolicy.java +++ b/java/src/com/vmware/avi/sdk/model/ServerAutoScalePolicy.java @@ -88,7 +88,7 @@ public class ServerAutoScalePolicy extends AviRestResource { * Delay in minutes after which a down server will be removed from pool. * Value 0 disables this functionality. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return delayForServerGarbageCollection */ @@ -101,7 +101,7 @@ public Integer getDelayForServerGarbageCollection() { * Delay in minutes after which a down server will be removed from pool. * Value 0 disables this functionality. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param delayForServerGarbageCollection set the delayForServerGarbageCollection. */ @@ -111,7 +111,7 @@ public void setDelayForServerGarbageCollection(Integer delayForServerGarbageCol /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -121,7 +121,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -132,7 +132,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Use avi intelligent autoscale algorithm where autoscale is performed by comparing load on the pool against estimated capacity of all the servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return intelligentAutoscale */ @@ -143,7 +143,7 @@ public Boolean getIntelligentAutoscale() { /** * This is the setter method to the attribute. * Use avi intelligent autoscale algorithm where autoscale is performed by comparing load on the pool against estimated capacity of all the servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param intelligentAutoscale set the intelligentAutoscale. */ @@ -156,7 +156,7 @@ public void setIntelligentAutoscale(Boolean intelligentAutoscale) { * Maximum extra capacity as percentage of load used by the intelligent scheme. * Scale-in is triggered when available capacity is more than this margin. * Allowed values are 1-99. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 40. * @return intelligentScaleinMargin */ @@ -169,7 +169,7 @@ public Integer getIntelligentScaleinMargin() { * Maximum extra capacity as percentage of load used by the intelligent scheme. * Scale-in is triggered when available capacity is more than this margin. * Allowed values are 1-99. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 40. * @param intelligentScaleinMargin set the intelligentScaleinMargin. */ @@ -182,7 +182,7 @@ public void setIntelligentScaleinMargin(Integer intelligentScaleinMargin) { * Minimum extra capacity as percentage of load used by the intelligent scheme. * Scale-out is triggered when available capacity is less than this margin. * Allowed values are 1-99. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return intelligentScaleoutMargin */ @@ -195,7 +195,7 @@ public Integer getIntelligentScaleoutMargin() { * Minimum extra capacity as percentage of load used by the intelligent scheme. * Scale-out is triggered when available capacity is less than this margin. * Allowed values are 1-99. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param intelligentScaleoutMargin set the intelligentScaleoutMargin. */ @@ -206,8 +206,7 @@ public void setIntelligentScaleoutMargin(Integer intelligentScaleoutMargin) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -219,8 +218,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -232,8 +230,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -249,7 +246,7 @@ public ServerAutoScalePolicy addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Maximum number of servers to scale-in simultaneously. * The actual number of servers to scale-in is chosen such that target number of servers is always more than or equal to the min_size. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return maxScaleinAdjustmentStep */ @@ -261,7 +258,7 @@ public Integer getMaxScaleinAdjustmentStep() { * This is the setter method to the attribute. * Maximum number of servers to scale-in simultaneously. * The actual number of servers to scale-in is chosen such that target number of servers is always more than or equal to the min_size. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param maxScaleinAdjustmentStep set the maxScaleinAdjustmentStep. */ @@ -273,7 +270,7 @@ public void setMaxScaleinAdjustmentStep(Integer maxScaleinAdjustmentStep) { * This is the getter method this will return the attribute value. * Maximum number of servers to scale-out simultaneously. * The actual number of servers to scale-out is chosen such that target number of servers is always less than or equal to the max_size. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return maxScaleoutAdjustmentStep */ @@ -285,7 +282,7 @@ public Integer getMaxScaleoutAdjustmentStep() { * This is the setter method to the attribute. * Maximum number of servers to scale-out simultaneously. * The actual number of servers to scale-out is chosen such that target number of servers is always less than or equal to the max_size. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param maxScaleoutAdjustmentStep set the maxScaleoutAdjustmentStep. */ @@ -297,7 +294,7 @@ public void setMaxScaleoutAdjustmentStep(Integer maxScaleoutAdjustmentStep) { * This is the getter method this will return the attribute value. * Maximum number of servers after scale-out. * Allowed values are 0-400. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxSize */ @@ -309,7 +306,7 @@ public Integer getMaxSize() { * This is the setter method to the attribute. * Maximum number of servers after scale-out. * Allowed values are 0-400. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxSize set the maxSize. */ @@ -321,7 +318,7 @@ public void setMaxSize(Integer maxSize) { * This is the getter method this will return the attribute value. * No scale-in happens once number of operationally up servers reach min_servers. * Allowed values are 0-400. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minSize */ @@ -333,7 +330,7 @@ public Integer getMinSize() { * This is the setter method to the attribute. * No scale-in happens once number of operationally up servers reach min_servers. * Allowed values are 0-400. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minSize set the minSize. */ @@ -343,7 +340,7 @@ public void setMinSize(Integer minSize) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -353,7 +350,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -364,7 +361,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Trigger scale-in when alerts due to any of these alert configurations are raised. * It is a reference to an object of type alertconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleinAlertconfigRefs */ @@ -376,7 +373,7 @@ public List getScaleinAlertconfigRefs() { * This is the setter method. this will set the scaleinAlertconfigRefs * Trigger scale-in when alerts due to any of these alert configurations are raised. * It is a reference to an object of type alertconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleinAlertconfigRefs */ @@ -388,7 +385,7 @@ public void setScaleinAlertconfigRefs(List scaleinAlertconfigRefs) { * This is the setter method this will set the scaleinAlertconfigRefs * Trigger scale-in when alerts due to any of these alert configurations are raised. * It is a reference to an object of type alertconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleinAlertconfigRefs */ @@ -404,7 +401,7 @@ public ServerAutoScalePolicy addScaleinAlertconfigRefsItem(String scaleinAlertco * This is the getter method this will return the attribute value. * Cooldown period during which no new scale-in is triggered to allow previous scale-in to successfully complete. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return scaleinCooldown */ @@ -416,7 +413,7 @@ public Integer getScaleinCooldown() { * This is the setter method to the attribute. * Cooldown period during which no new scale-in is triggered to allow previous scale-in to successfully complete. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param scaleinCooldown set the scaleinCooldown. */ @@ -427,7 +424,7 @@ public void setScaleinCooldown(Integer scaleinCooldown) { * This is the getter method this will return the attribute value. * Trigger scale-out when alerts due to any of these alert configurations are raised. * It is a reference to an object of type alertconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleoutAlertconfigRefs */ @@ -439,7 +436,7 @@ public List getScaleoutAlertconfigRefs() { * This is the setter method. this will set the scaleoutAlertconfigRefs * Trigger scale-out when alerts due to any of these alert configurations are raised. * It is a reference to an object of type alertconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleoutAlertconfigRefs */ @@ -451,7 +448,7 @@ public void setScaleoutAlertconfigRefs(List scaleoutAlertconfigRefs) { * This is the setter method this will set the scaleoutAlertconfigRefs * Trigger scale-out when alerts due to any of these alert configurations are raised. * It is a reference to an object of type alertconfig. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleoutAlertconfigRefs */ @@ -467,7 +464,7 @@ public ServerAutoScalePolicy addScaleoutAlertconfigRefsItem(String scaleoutAlert * This is the getter method this will return the attribute value. * Cooldown period during which no new scale-out is triggered to allow previous scale-out to successfully complete. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return scaleoutCooldown */ @@ -479,7 +476,7 @@ public Integer getScaleoutCooldown() { * This is the setter method to the attribute. * Cooldown period during which no new scale-out is triggered to allow previous scale-out to successfully complete. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param scaleoutCooldown set the scaleoutCooldown. */ @@ -492,7 +489,7 @@ public void setScaleoutCooldown(Integer scaleoutCooldown) { * During scheduled intervals, metrics based autoscale is not enabled and number of servers will be solely derived from schedulescale policy. * Field introduced in 21.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scheduledScalings */ @@ -506,7 +503,7 @@ public List getScheduledScalings() { * During scheduled intervals, metrics based autoscale is not enabled and number of servers will be solely derived from schedulescale policy. * Field introduced in 21.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scheduledScalings */ @@ -520,7 +517,7 @@ public void setScheduledScalings(List scheduledScalings) { * During scheduled intervals, metrics based autoscale is not enabled and number of servers will be solely derived from schedulescale policy. * Field introduced in 21.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scheduledScalings */ @@ -535,7 +532,7 @@ public ServerAutoScalePolicy addScheduledScalingsItem(ScheduledScaling scheduled /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -546,7 +543,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -574,7 +571,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Use predicted load rather than current load. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return usePredictedLoad */ @@ -585,7 +582,7 @@ public Boolean getUsePredictedLoad() { /** * This is the setter method to the attribute. * Use predicted load rather than current load. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param usePredictedLoad set the usePredictedLoad. */ @@ -595,7 +592,7 @@ public void setUsePredictedLoad(Boolean usePredictedLoad) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -605,7 +602,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServerConfig.java b/java/src/com/vmware/avi/sdk/model/ServerConfig.java index 8d055bf886..7b0adbe559 100644 --- a/java/src/com/vmware/avi/sdk/model/ServerConfig.java +++ b/java/src/com/vmware/avi/sdk/model/ServerConfig.java @@ -55,7 +55,7 @@ public class ServerConfig { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return defPort */ @@ -65,7 +65,7 @@ public Boolean getDefPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param defPort set the defPort. */ @@ -75,7 +75,7 @@ public void setDefPort(Boolean defPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -85,7 +85,7 @@ public String getHostname() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -95,7 +95,7 @@ public void setHostname(String hostname) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddr */ @@ -105,7 +105,7 @@ public IpAddr getIpAddr() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddr set the ipAddr. */ @@ -115,7 +115,7 @@ public void setIpAddr(IpAddr ipAddr) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isEnabled */ @@ -125,7 +125,7 @@ public Boolean getIsEnabled() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isEnabled set the isEnabled. */ @@ -138,7 +138,7 @@ public void setIsEnabled(Boolean isEnabled) { * Enum options - OPER_UP, OPER_DOWN, OPER_CREATING, OPER_RESOURCES, OPER_INACTIVE, OPER_DISABLED, OPER_UNUSED, OPER_UNKNOWN, OPER_PROCESSING, * OPER_INITIALIZING, OPER_ERROR_DISABLED, OPER_AWAIT_MANUAL_PLACEMENT, OPER_UPGRADING, OPER_SE_PROCESSING, OPER_PARTITIONED, OPER_DISABLING, * OPER_FAILED, OPER_UNAVAIL, OPER_AGGREGATE_DOWN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OPER_UNAVAIL". * @return lastState */ @@ -151,7 +151,7 @@ public String getLastState() { * Enum options - OPER_UP, OPER_DOWN, OPER_CREATING, OPER_RESOURCES, OPER_INACTIVE, OPER_DISABLED, OPER_UNUSED, OPER_UNKNOWN, OPER_PROCESSING, * OPER_INITIALIZING, OPER_ERROR_DISABLED, OPER_AWAIT_MANUAL_PLACEMENT, OPER_UPGRADING, OPER_SE_PROCESSING, OPER_PARTITIONED, OPER_DISABLING, * OPER_FAILED, OPER_UNAVAIL, OPER_AGGREGATE_DOWN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OPER_UNAVAIL". * @param lastState set the lastState. */ @@ -162,7 +162,7 @@ public void setLastState(String lastState) { /** * This is the getter method this will return the attribute value. * Virtualservice member in case this server is a member of gs group, and geo location available. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -173,7 +173,7 @@ public GeoLocation getLocation() { /** * This is the setter method to the attribute. * Virtualservice member in case this server is a member of gs group, and geo location available. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -183,7 +183,7 @@ public void setLocation(GeoLocation location) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -193,7 +193,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ @@ -203,7 +203,7 @@ public void setOperStatus(OperationalStatus operStatus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -213,7 +213,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -225,7 +225,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * If this is set, propogate this server state to other ses for this vs. * Applicable to eastwest vs and gs hm-sharding. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return propogateState */ @@ -237,7 +237,7 @@ public Boolean getPropogateState() { * This is the setter method to the attribute. * If this is set, propogate this server state to other ses for this vs. * Applicable to eastwest vs and gs hm-sharding. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param propogateState set the propogateState. */ @@ -247,7 +247,7 @@ public void setPropogateState(Boolean propogateState) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return timerExists */ @@ -257,7 +257,7 @@ public Boolean getTimerExists() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param timerExists set the timerExists. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServerHealthMonitor.java b/java/src/com/vmware/avi/sdk/model/ServerHealthMonitor.java new file mode 100644 index 0000000000..bed00c68cb --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/ServerHealthMonitor.java @@ -0,0 +1,222 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The ServerHealthMonitor is a POJO class extends AviRestResource that used for creating + * ServerHealthMonitor. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class ServerHealthMonitor { + @JsonProperty("avg_response_time") + private Integer avgResponseTime; + + @JsonProperty("failure_code") + private String failureCode; + + @JsonProperty("name") + private String name; + + @JsonProperty("reason") + private String reason; + + @JsonProperty("recent_response_time") + private Integer recentResponseTime; + + @JsonProperty("state") + private String state; + + + + /** + * This is the getter method this will return the attribute value. + * Average health monitor response time from server in milli-seconds. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return avgResponseTime + */ + public Integer getAvgResponseTime() { + return avgResponseTime; + } + + /** + * This is the setter method to the attribute. + * Average health monitor response time from server in milli-seconds. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param avgResponseTime set the avgResponseTime. + */ + public void setAvgResponseTime(Integer avgResponseTime) { + this.avgResponseTime = avgResponseTime; + } + + /** + * This is the getter method this will return the attribute value. + * Enum options - ARP_UNRESOLVED, CONNECTION_REFUSED, CONNECTION_TIMEOUT, RESPONSE_CODE_MISMATCH, PAYLOAD_CONTENT_MISMATCH, SERVER_UNREACHABLE, + * CONNECTION_RESET, CONNECTION_ERROR, HOST_ERROR, ADDRESS_ERROR, NO_PORT, PAYLOAD_TIMEOUT, NO_RESPONSE, NO_RESOURCES, SSL_ERROR, SSL_CERT_ERROR, + * PORT_UNREACHABLE, SCRIPT_ERROR, OTHER_ERROR, SERVER_DISABLED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return failureCode + */ + public String getFailureCode() { + return failureCode; + } + + /** + * This is the setter method to the attribute. + * Enum options - ARP_UNRESOLVED, CONNECTION_REFUSED, CONNECTION_TIMEOUT, RESPONSE_CODE_MISMATCH, PAYLOAD_CONTENT_MISMATCH, SERVER_UNREACHABLE, + * CONNECTION_RESET, CONNECTION_ERROR, HOST_ERROR, ADDRESS_ERROR, NO_PORT, PAYLOAD_TIMEOUT, NO_RESPONSE, NO_RESOURCES, SSL_ERROR, SSL_CERT_ERROR, + * PORT_UNREACHABLE, SCRIPT_ERROR, OTHER_ERROR, SERVER_DISABLED... + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param failureCode set the failureCode. + */ + public void setFailureCode(String failureCode) { + this.failureCode = failureCode; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return name + */ + public String getName() { + return name; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param name set the name. + */ + public void setName(String name) { + this.name = name; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return reason + */ + public String getReason() { + return reason; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param reason set the reason. + */ + public void setReason(String reason) { + this.reason = reason; + } + + /** + * This is the getter method this will return the attribute value. + * Average health monitor response time from server in milli-seconds in the last few health monitor instances. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return recentResponseTime + */ + public Integer getRecentResponseTime() { + return recentResponseTime; + } + + /** + * This is the setter method to the attribute. + * Average health monitor response time from server in milli-seconds in the last few health monitor instances. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param recentResponseTime set the recentResponseTime. + */ + public void setRecentResponseTime(Integer recentResponseTime) { + this.recentResponseTime = recentResponseTime; + } + + /** + * This is the getter method this will return the attribute value. + * Enum options - OPER_UP, OPER_DOWN, OPER_CREATING, OPER_RESOURCES, OPER_INACTIVE, OPER_DISABLED, OPER_UNUSED, OPER_UNKNOWN, OPER_PROCESSING, + * OPER_INITIALIZING, OPER_ERROR_DISABLED, OPER_AWAIT_MANUAL_PLACEMENT, OPER_UPGRADING, OPER_SE_PROCESSING, OPER_PARTITIONED, OPER_DISABLING, + * OPER_FAILED, OPER_UNAVAIL, OPER_AGGREGATE_DOWN. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return state + */ + public String getState() { + return state; + } + + /** + * This is the setter method to the attribute. + * Enum options - OPER_UP, OPER_DOWN, OPER_CREATING, OPER_RESOURCES, OPER_INACTIVE, OPER_DISABLED, OPER_UNUSED, OPER_UNKNOWN, OPER_PROCESSING, + * OPER_INITIALIZING, OPER_ERROR_DISABLED, OPER_AWAIT_MANUAL_PLACEMENT, OPER_UPGRADING, OPER_SE_PROCESSING, OPER_PARTITIONED, OPER_DISABLING, + * OPER_FAILED, OPER_UNAVAIL, OPER_AGGREGATE_DOWN. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param state set the state. + */ + public void setState(String state) { + this.state = state; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ServerHealthMonitor objServerHealthMonitor = (ServerHealthMonitor) o; + return Objects.equals(this.name, objServerHealthMonitor.name)&& + Objects.equals(this.state, objServerHealthMonitor.state)&& + Objects.equals(this.recentResponseTime, objServerHealthMonitor.recentResponseTime)&& + Objects.equals(this.avgResponseTime, objServerHealthMonitor.avgResponseTime)&& + Objects.equals(this.failureCode, objServerHealthMonitor.failureCode)&& + Objects.equals(this.reason, objServerHealthMonitor.reason); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ServerHealthMonitor {\n"); + sb.append(" avgResponseTime: ").append(toIndentedString(avgResponseTime)).append("\n"); + sb.append(" failureCode: ").append(toIndentedString(failureCode)).append("\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" reason: ").append(toIndentedString(reason)).append("\n"); + sb.append(" recentResponseTime: ").append(toIndentedString(recentResponseTime)).append("\n"); + sb.append(" state: ").append(toIndentedString(state)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/ServerId.java b/java/src/com/vmware/avi/sdk/model/ServerId.java index e9e8fd9588..91a207a974 100644 --- a/java/src/com/vmware/avi/sdk/model/ServerId.java +++ b/java/src/com/vmware/avi/sdk/model/ServerId.java @@ -35,7 +35,7 @@ public class ServerId { /** * This is the getter method this will return the attribute value. * This is the external cloud uuid of the pool server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalUuid */ @@ -46,7 +46,7 @@ public String getExternalUuid() { /** * This is the setter method to the attribute. * This is the external cloud uuid of the pool server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param externalUuid set the externalUuid. */ @@ -56,7 +56,7 @@ public void setExternalUuid(String externalUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -66,7 +66,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -76,7 +76,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -86,7 +86,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServerRuntimeSummary.java b/java/src/com/vmware/avi/sdk/model/ServerRuntimeSummary.java new file mode 100644 index 0000000000..bfa346819e --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/ServerRuntimeSummary.java @@ -0,0 +1,372 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The ServerRuntimeSummary is a POJO class extends AviRestResource that used for creating + * ServerRuntimeSummary. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class ServerRuntimeSummary { + @JsonProperty("get_state") + private Boolean getState = false; + + @JsonProperty("health_monitor_list") + private SHMSummary healthMonitorList; + + @JsonProperty("hostname") + private String hostname; + + @JsonProperty("ip_addr") + private IpAddr ipAddr; + + @JsonProperty("is_local") + private Boolean isLocal = true; + + @JsonProperty("is_standby") + private Boolean isStandby = false; + + @JsonProperty("location") + private GeoLocation location; + + @JsonProperty("oper_status") + private OperationalStatus operStatus; + + @JsonProperty("port") + private Integer port; + + @JsonProperty("resolve_server_by_dns") + private Boolean resolveServerByDns = false; + + @JsonProperty("se_uuid") + private String seUuid; + + @JsonProperty("vs_uuid") + private String vsUuid; + + + + /** + * This is the getter method this will return the attribute value. + * Flag set by the non-owner service engines to indicate that they need to get state for this server from controller. + * Field introduced in 18.2.3. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return getState + */ + public Boolean getGetState() { + return getState; + } + + /** + * This is the setter method to the attribute. + * Flag set by the non-owner service engines to indicate that they need to get state for this server from controller. + * Field introduced in 18.2.3. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param getState set the getState. + */ + public void setGetState(Boolean getState) { + this.getState = getState; + } + + /** + * This is the getter method this will return the attribute value. + * Health monitor name, state and reason if down. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return healthMonitorList + */ + public SHMSummary getHealthMonitorList() { + return healthMonitorList; + } + + /** + * This is the setter method to the attribute. + * Health monitor name, state and reason if down. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param healthMonitorList set the healthMonitorList. + */ + public void setHealthMonitorList(SHMSummary healthMonitorList) { + this.healthMonitorList = healthMonitorList; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return hostname + */ + public String getHostname() { + return hostname; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param hostname set the hostname. + */ + public void setHostname(String hostname) { + this.hostname = hostname; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return ipAddr + */ + public IpAddr getIpAddr() { + return ipAddr; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param ipAddr set the ipAddr. + */ + public void setIpAddr(IpAddr ipAddr) { + this.ipAddr = ipAddr; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @return isLocal + */ + public Boolean getIsLocal() { + return isLocal; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @param isLocal set the isLocal. + */ + public void setIsLocal(Boolean isLocal) { + this.isLocal = isLocal; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return isStandby + */ + public Boolean getIsStandby() { + return isStandby; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param isStandby set the isStandby. + */ + public void setIsStandby(Boolean isStandby) { + this.isStandby = isStandby; + } + + /** + * This is the getter method this will return the attribute value. + * Virtualservice member in case this server is a member of gs group, and geo location available. + * Field introduced in 17.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return location + */ + public GeoLocation getLocation() { + return location; + } + + /** + * This is the setter method to the attribute. + * Virtualservice member in case this server is a member of gs group, and geo location available. + * Field introduced in 17.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param location set the location. + */ + public void setLocation(GeoLocation location) { + this.location = location; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return operStatus + */ + public OperationalStatus getOperStatus() { + return operStatus; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param operStatus set the operStatus. + */ + public void setOperStatus(OperationalStatus operStatus) { + this.operStatus = operStatus; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return port + */ + public Integer getPort() { + return port; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param port set the port. + */ + public void setPort(Integer port) { + this.port = port; + } + + /** + * This is the getter method this will return the attribute value. + * Flag used to indicate if server or gs member hostname is resolved by dns. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return resolveServerByDns + */ + public Boolean getResolveServerByDns() { + return resolveServerByDns; + } + + /** + * This is the setter method to the attribute. + * Flag used to indicate if server or gs member hostname is resolved by dns. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param resolveServerByDns set the resolveServerByDns. + */ + public void setResolveServerByDns(Boolean resolveServerByDns) { + this.resolveServerByDns = resolveServerByDns; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return seUuid + */ + public String getSeUuid() { + return seUuid; + } + + /** + * This is the setter method to the attribute. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param seUuid set the seUuid. + */ + public void setSeUuid(String seUuid) { + this.seUuid = seUuid; + } + + /** + * This is the getter method this will return the attribute value. + * Virtualservice member in case this server is a member of gs group. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return vsUuid + */ + public String getVsUuid() { + return vsUuid; + } + + /** + * This is the setter method to the attribute. + * Virtualservice member in case this server is a member of gs group. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param vsUuid set the vsUuid. + */ + public void setVsUuid(String vsUuid) { + this.vsUuid = vsUuid; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ServerRuntimeSummary objServerRuntimeSummary = (ServerRuntimeSummary) o; + return Objects.equals(this.ipAddr, objServerRuntimeSummary.ipAddr)&& + Objects.equals(this.port, objServerRuntimeSummary.port)&& + Objects.equals(this.hostname, objServerRuntimeSummary.hostname)&& + Objects.equals(this.operStatus, objServerRuntimeSummary.operStatus)&& + Objects.equals(this.seUuid, objServerRuntimeSummary.seUuid)&& + Objects.equals(this.healthMonitorList, objServerRuntimeSummary.healthMonitorList)&& + Objects.equals(this.isStandby, objServerRuntimeSummary.isStandby)&& + Objects.equals(this.vsUuid, objServerRuntimeSummary.vsUuid)&& + Objects.equals(this.isLocal, objServerRuntimeSummary.isLocal)&& + Objects.equals(this.location, objServerRuntimeSummary.location)&& + Objects.equals(this.getState, objServerRuntimeSummary.getState)&& + Objects.equals(this.resolveServerByDns, objServerRuntimeSummary.resolveServerByDns); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ServerRuntimeSummary {\n"); + sb.append(" getState: ").append(toIndentedString(getState)).append("\n"); + sb.append(" healthMonitorList: ").append(toIndentedString(healthMonitorList)).append("\n"); + sb.append(" hostname: ").append(toIndentedString(hostname)).append("\n"); + sb.append(" ipAddr: ").append(toIndentedString(ipAddr)).append("\n"); + sb.append(" isLocal: ").append(toIndentedString(isLocal)).append("\n"); + sb.append(" isStandby: ").append(toIndentedString(isStandby)).append("\n"); + sb.append(" location: ").append(toIndentedString(location)).append("\n"); + sb.append(" operStatus: ").append(toIndentedString(operStatus)).append("\n"); + sb.append(" port: ").append(toIndentedString(port)).append("\n"); + sb.append(" resolveServerByDns: ").append(toIndentedString(resolveServerByDns)).append("\n"); + sb.append(" seUuid: ").append(toIndentedString(seUuid)).append("\n"); + sb.append(" vsUuid: ").append(toIndentedString(vsUuid)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/ServerScaleInParams.java b/java/src/com/vmware/avi/sdk/model/ServerScaleInParams.java index afec23955b..77c5931455 100644 --- a/java/src/com/vmware/avi/sdk/model/ServerScaleInParams.java +++ b/java/src/com/vmware/avi/sdk/model/ServerScaleInParams.java @@ -35,7 +35,7 @@ public class ServerScaleInParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * Reason for the manual scale-in. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -46,7 +46,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for the manual scale-in. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -56,7 +56,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. * List of server ids that should be scaled in. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -67,7 +67,7 @@ public List getServers() { /** * This is the setter method. this will set the servers * List of server ids that should be scaled in. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -78,7 +78,7 @@ public void setServers(List servers) { /** * This is the setter method this will set the servers * List of server ids that should be scaled in. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -92,7 +92,7 @@ public ServerScaleInParams addServersItem(ServerId serversItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -102,7 +102,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServerScaleOutParams.java b/java/src/com/vmware/avi/sdk/model/ServerScaleOutParams.java index 4d09241d1a..1ef73350cf 100644 --- a/java/src/com/vmware/avi/sdk/model/ServerScaleOutParams.java +++ b/java/src/com/vmware/avi/sdk/model/ServerScaleOutParams.java @@ -32,7 +32,7 @@ public class ServerScaleOutParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * Reason for the manual scale-out. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -43,7 +43,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for the manual scale-out. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -53,7 +53,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -63,7 +63,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/Service.java b/java/src/com/vmware/avi/sdk/model/Service.java index 36eda908b2..5ba7818846 100644 --- a/java/src/com/vmware/avi/sdk/model/Service.java +++ b/java/src/com/vmware/avi/sdk/model/Service.java @@ -33,6 +33,9 @@ public class Service { @JsonProperty("is_active_ftp_data_port") private Boolean isActiveFtpDataPort = false; + @JsonProperty("is_passive_ftp_data_port") + private Boolean isPassiveFtpDataPort = false; + @JsonProperty("override_application_profile_ref") private String overrideApplicationProfileRef; @@ -51,8 +54,8 @@ public class Service { * This is the getter method this will return the attribute value. * Enable http2 on this port. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableHttp2 */ @@ -64,8 +67,8 @@ public Boolean getEnableHttp2() { * This is the setter method to the attribute. * Enable http2 on this port. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableHttp2 set the enableHttp2. */ @@ -76,7 +79,7 @@ public void setEnableHttp2(Boolean enableHttp2) { /** * This is the getter method this will return the attribute value. * Enable ssl termination and offload for traffic from clients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableSsl */ @@ -87,7 +90,7 @@ public Boolean getEnableSsl() { /** * This is the setter method to the attribute. * Enable ssl termination and offload for traffic from clients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableSsl set the enableSsl. */ @@ -100,7 +103,7 @@ public void setEnableSsl(Boolean enableSsl) { * Used for horizon deployment. * If set used for l7 redirect. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return horizonInternalPorts */ @@ -113,7 +116,7 @@ public Boolean getHorizonInternalPorts() { * Used for horizon deployment. * If set used for l7 redirect. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param horizonInternalPorts set the horizonInternalPorts. */ @@ -125,7 +128,7 @@ public void setHorizonInternalPorts(Boolean horizonInternalPorts) { * This is the getter method this will return the attribute value. * Source port used by vs for active ftp data connections. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isActiveFtpDataPort */ @@ -137,7 +140,7 @@ public Boolean getIsActiveFtpDataPort() { * This is the setter method to the attribute. * Source port used by vs for active ftp data connections. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isActiveFtpDataPort set the isActiveFtpDataPort. */ @@ -145,12 +148,36 @@ public void setIsActiveFtpDataPort(Boolean isActiveFtpDataPort) { this.isActiveFtpDataPort = isActiveFtpDataPort; } + /** + * This is the getter method this will return the attribute value. + * Source port used by vs for passive ftp data connections.change in this flag is disruptive update. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return isPassiveFtpDataPort + */ + public Boolean getIsPassiveFtpDataPort() { + return isPassiveFtpDataPort; + } + + /** + * This is the setter method to the attribute. + * Source port used by vs for passive ftp data connections.change in this flag is disruptive update. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param isPassiveFtpDataPort set the isPassiveFtpDataPort. + */ + public void setIsPassiveFtpDataPort(Boolean isPassiveFtpDataPort) { + this.isPassiveFtpDataPort = isPassiveFtpDataPort; + } + /** * This is the getter method this will return the attribute value. * Enable application layer specific features for the this specific service. * It is a reference to an object of type applicationprofile. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return overrideApplicationProfileRef */ @@ -163,7 +190,7 @@ public String getOverrideApplicationProfileRef() { * Enable application layer specific features for the this specific service. * It is a reference to an object of type applicationprofile. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param overrideApplicationProfileRef set the overrideApplicationProfileRef. */ @@ -175,7 +202,7 @@ public void setOverrideApplicationProfileRef(String overrideApplicationProfileR * This is the getter method this will return the attribute value. * Override the network profile for this specific service port. * It is a reference to an object of type networkprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return overrideNetworkProfileRef */ @@ -187,7 +214,7 @@ public String getOverrideNetworkProfileRef() { * This is the setter method to the attribute. * Override the network profile for this specific service port. * It is a reference to an object of type networkprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param overrideNetworkProfileRef set the overrideNetworkProfileRef. */ @@ -199,7 +226,7 @@ public void setOverrideNetworkProfileRef(String overrideNetworkProfileRef) { * This is the getter method this will return the attribute value. * The virtual service's port number. * Allowed values are 0-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -211,7 +238,7 @@ public Integer getPort() { * This is the setter method to the attribute. * The virtual service's port number. * Allowed values are 0-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -224,7 +251,7 @@ public void setPort(Integer port) { * The end of the virtual service's port number range. * Allowed values are 1-65535. * Special values are 0- single port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return portRangeEnd */ @@ -237,7 +264,7 @@ public Integer getPortRangeEnd() { * The end of the virtual service's port number range. * Allowed values are 1-65535. * Special values are 0- single port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param portRangeEnd set the portRangeEnd. */ @@ -262,7 +289,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.overrideApplicationProfileRef, objService.overrideApplicationProfileRef)&& Objects.equals(this.enableHttp2, objService.enableHttp2)&& Objects.equals(this.horizonInternalPorts, objService.horizonInternalPorts)&& - Objects.equals(this.isActiveFtpDataPort, objService.isActiveFtpDataPort); + Objects.equals(this.isActiveFtpDataPort, objService.isActiveFtpDataPort)&& + Objects.equals(this.isPassiveFtpDataPort, objService.isPassiveFtpDataPort); } @Override @@ -273,6 +301,7 @@ public String toString() { sb.append(" enableSsl: ").append(toIndentedString(enableSsl)).append("\n"); sb.append(" horizonInternalPorts: ").append(toIndentedString(horizonInternalPorts)).append("\n"); sb.append(" isActiveFtpDataPort: ").append(toIndentedString(isActiveFtpDataPort)).append("\n"); + sb.append(" isPassiveFtpDataPort: ").append(toIndentedString(isPassiveFtpDataPort)).append("\n"); sb.append(" overrideApplicationProfileRef: ").append(toIndentedString(overrideApplicationProfileRef)).append("\n"); sb.append(" overrideNetworkProfileRef: ").append(toIndentedString(overrideNetworkProfileRef)).append("\n"); sb.append(" port: ").append(toIndentedString(port)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/ServiceAuthConfiguration.java b/java/src/com/vmware/avi/sdk/model/ServiceAuthConfiguration.java index ae34e64f86..82253ca810 100644 --- a/java/src/com/vmware/avi/sdk/model/ServiceAuthConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/ServiceAuthConfiguration.java @@ -36,7 +36,7 @@ public class ServiceAuthConfiguration { * This is the getter method this will return the attribute value. * Index used for maintaining order of serviceauthconfiguration. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -48,7 +48,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index used for maintaining order of serviceauthconfiguration. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -61,7 +61,7 @@ public void setIndex(Integer index) { * Uuid of the authmappingprofile(set of auth mapping rules) to be assigned to a user on successful match. * It is a reference to an object of type authmappingprofile. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceAuthMappingProfileRef */ @@ -74,7 +74,7 @@ public String getServiceAuthMappingProfileRef() { * Uuid of the authmappingprofile(set of auth mapping rules) to be assigned to a user on successful match. * It is a reference to an object of type authmappingprofile. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceAuthMappingProfileRef set the serviceAuthMappingProfileRef. */ @@ -87,7 +87,7 @@ public void setServiceAuthMappingProfileRef(String serviceAuthMappingProfileRef * Uuid of the service auth profile. * It is a reference to an object of type serviceauthprofile. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceAuthProfileRef */ @@ -100,7 +100,7 @@ public String getServiceAuthProfileRef() { * Uuid of the service auth profile. * It is a reference to an object of type serviceauthprofile. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceAuthProfileRef set the serviceAuthProfileRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServiceAuthProfile.java b/java/src/com/vmware/avi/sdk/model/ServiceAuthProfile.java index 331f01ed6d..2e960977df 100644 --- a/java/src/com/vmware/avi/sdk/model/ServiceAuthProfile.java +++ b/java/src/com/vmware/avi/sdk/model/ServiceAuthProfile.java @@ -48,7 +48,7 @@ public class ServiceAuthProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Description for the service auth profile. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -60,7 +60,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description for the service auth profile. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -72,7 +72,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Name of the service auth profile. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -84,7 +84,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the service auth profile. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -96,7 +96,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Oauth profile - common endpoint information for service authentication. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceOauthProfile */ @@ -108,7 +108,7 @@ public ServiceOAuth getServiceOauthProfile() { * This is the setter method to the attribute. * Oauth profile - common endpoint information for service authentication. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceOauthProfile set the serviceOauthProfile. */ @@ -121,7 +121,7 @@ public void setServiceOauthProfile(ServiceOAuth serviceOauthProfile) { * Tenant ref for the service auth profile. * It is a reference to an object of type tenant. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -134,7 +134,7 @@ public String getTenantRef() { * Tenant ref for the service auth profile. * It is a reference to an object of type tenant. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -147,7 +147,7 @@ public void setTenantRef(String tenantRef) { * Type of the service auth profile. * Enum options - SERVICE_AUTH_OAUTH. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -160,7 +160,7 @@ public String getType() { * Type of the service auth profile. * Enum options - SERVICE_AUTH_OAUTH. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -189,7 +189,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the service auth profile. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -201,7 +201,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the service auth profile. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServiceEngine.java b/java/src/com/vmware/avi/sdk/model/ServiceEngine.java index efd0056230..e4ea19c421 100644 --- a/java/src/com/vmware/avi/sdk/model/ServiceEngine.java +++ b/java/src/com/vmware/avi/sdk/model/ServiceEngine.java @@ -82,7 +82,7 @@ public class ServiceEngine extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZone */ @@ -92,7 +92,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availabilityZone set the availabilityZone. */ @@ -103,7 +103,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -114,7 +114,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -124,7 +124,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return containerMode */ @@ -134,7 +134,7 @@ public Boolean getContainerMode() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param containerMode set the containerMode. */ @@ -145,7 +145,7 @@ public void setContainerMode(Boolean containerMode) { /** * This is the getter method this will return the attribute value. * Enum options - CONTAINER_TYPE_BRIDGE, CONTAINER_TYPE_HOST, CONTAINER_TYPE_HOST_DPDK. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CONTAINER_TYPE_HOST". * @return containerType */ @@ -156,7 +156,7 @@ public String getContainerType() { /** * This is the setter method to the attribute. * Enum options - CONTAINER_TYPE_BRIDGE, CONTAINER_TYPE_HOST, CONTAINER_TYPE_HOST_DPDK. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CONTAINER_TYPE_HOST". * @param containerType set the containerType. */ @@ -166,7 +166,7 @@ public void setContainerType(String containerType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return controllerCreated */ @@ -176,7 +176,7 @@ public Boolean getControllerCreated() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param controllerCreated set the controllerCreated. */ @@ -186,7 +186,7 @@ public void setControllerCreated(Boolean controllerCreated) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerIp */ @@ -196,7 +196,7 @@ public String getControllerIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerIp set the controllerIp. */ @@ -205,7 +205,7 @@ public void setControllerIp(String controllerIp) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dataVnics */ @@ -215,7 +215,7 @@ public List getDataVnics() { /** * This is the setter method. this will set the dataVnics - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dataVnics */ @@ -225,7 +225,7 @@ public void setDataVnics(List dataVnics) { /** * This is the setter method this will set the dataVnics - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dataVnics */ @@ -240,8 +240,9 @@ public ServiceEngine addDataVnicsItem(vNIC dataVnicsItem) { /** * This is the getter method this will return the attribute value. * Inorder to disable se set this field appropriately. - * Enum options - SE_STATE_ENABLED, SE_STATE_DISABLED_FOR_PLACEMENT, SE_STATE_DISABLED, SE_STATE_DISABLED_FORCE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Enum options - SE_STATE_ENABLED, SE_STATE_DISABLED_FOR_PLACEMENT, SE_STATE_DISABLED, SE_STATE_DISABLED_FORCE, SE_STATE_DISABLED_WITH_SCALEIN, + * SE_STATE_DISABLED_NO_TRAFFIC, SE_STATE_DISABLED_FORCE_WITH_MIGRATE. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_STATE_ENABLED". * @return enableState */ @@ -252,8 +253,9 @@ public String getEnableState() { /** * This is the setter method to the attribute. * Inorder to disable se set this field appropriately. - * Enum options - SE_STATE_ENABLED, SE_STATE_DISABLED_FOR_PLACEMENT, SE_STATE_DISABLED, SE_STATE_DISABLED_FORCE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Enum options - SE_STATE_ENABLED, SE_STATE_DISABLED_FOR_PLACEMENT, SE_STATE_DISABLED, SE_STATE_DISABLED_FORCE, SE_STATE_DISABLED_WITH_SCALEIN, + * SE_STATE_DISABLED_NO_TRAFFIC, SE_STATE_DISABLED_FORCE_WITH_MIGRATE. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_STATE_ENABLED". * @param enableState set the enableState. */ @@ -263,7 +265,7 @@ public void setEnableState(String enableState) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flavor */ @@ -273,7 +275,7 @@ public String getFlavor() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flavor set the flavor. */ @@ -284,7 +286,7 @@ public void setFlavor(String flavor) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRef */ @@ -295,7 +297,7 @@ public String getHostRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostRef set the hostRef. */ @@ -306,7 +308,7 @@ public void setHostRef(String hostRef) { /** * This is the getter method this will return the attribute value. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisor */ @@ -317,7 +319,7 @@ public String getHypervisor() { /** * This is the setter method to the attribute. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hypervisor set the hypervisor. */ @@ -327,7 +329,7 @@ public void setHypervisor(String hypervisor) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtVnic */ @@ -337,7 +339,7 @@ public vNIC getMgmtVnic() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtVnic set the mgmtVnic. */ @@ -347,7 +349,7 @@ public void setMgmtVnic(vNIC mgmtVnic) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VM name unknown". * @return name */ @@ -357,7 +359,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VM name unknown". * @param name set the name. */ @@ -369,7 +371,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * If set to true, controller does not hotplugg the vnics. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtNoHotplug */ @@ -381,7 +383,7 @@ public Boolean getNsxtNoHotplug() { * This is the setter method to the attribute. * If set to true, controller does not hotplugg the vnics. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtNoHotplug set the nsxtNoHotplug. */ @@ -391,7 +393,7 @@ public void setNsxtNoHotplug(Boolean nsxtNoHotplug) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resources */ @@ -401,7 +403,7 @@ public SeResources getResources() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resources set the resources. */ @@ -412,7 +414,7 @@ public void setResources(SeResources resources) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceenginegroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRef */ @@ -423,7 +425,7 @@ public String getSeGroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceenginegroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupRef set the seGroupRef. */ @@ -434,7 +436,7 @@ public void setSeGroupRef(String seGroupRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -445,7 +447,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -472,7 +474,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -482,7 +484,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServiceEngineCloudLimits.java b/java/src/com/vmware/avi/sdk/model/ServiceEngineCloudLimits.java index 1eae9d2c48..ad09d8231d 100644 --- a/java/src/com/vmware/avi/sdk/model/ServiceEngineCloudLimits.java +++ b/java/src/com/vmware/avi/sdk/model/ServiceEngineCloudLimits.java @@ -35,7 +35,7 @@ public class ServiceEngineCloudLimits { * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -49,7 +49,7 @@ public String getType() { * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -61,7 +61,7 @@ public void setType(String type) { * This is the getter method this will return the attribute value. * Maximum number of vrfcontexts per serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfsPerServiceengine */ @@ -73,7 +73,7 @@ public Integer getVrfsPerServiceengine() { * This is the setter method to the attribute. * Maximum number of vrfcontexts per serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfsPerServiceengine set the vrfsPerServiceengine. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServiceEngineGroup.java b/java/src/com/vmware/avi/sdk/model/ServiceEngineGroup.java index a341d667c6..75bcc98520 100644 --- a/java/src/com/vmware/avi/sdk/model/ServiceEngineGroup.java +++ b/java/src/com/vmware/avi/sdk/model/ServiceEngineGroup.java @@ -48,6 +48,9 @@ public class ServiceEngineGroup extends AviRestResource { @JsonProperty("archive_shm_limit") private Integer archiveShmLimit = 8; + @JsonProperty("arp_cache_timeout") + private Integer arpCacheTimeout = 1200; + @JsonProperty("async_ssl") private Boolean asyncSsl = false; @@ -210,6 +213,9 @@ public class ServiceEngineGroup extends AviRestResource { @JsonProperty("enable_pcap_tx_ring") private Boolean enablePcapTxRing; + @JsonProperty("enable_qat") + private Boolean enableQat = false; + @JsonProperty("ephemeral_portrange_end") private Integer ephemeralPortrangeEnd; @@ -237,6 +243,9 @@ public class ServiceEngineGroup extends AviRestResource { @JsonProperty("grpc_channel_connect_timeout") private Integer grpcChannelConnectTimeout = 15; + @JsonProperty("gve_enabled") + private Boolean gveEnabled = false; + @JsonProperty("ha_mode") private String haMode; @@ -294,6 +303,9 @@ public class ServiceEngineGroup extends AviRestResource { @JsonProperty("kni_allowed_server_ports") private List kniAllowedServerPorts; + @JsonProperty("kv_val_max_len") + private Integer kvValMaxLen = 4096; + @JsonProperty("l7_conns_per_core") private Integer l7ConnsPerCore = 16384; @@ -381,6 +393,9 @@ public class ServiceEngineGroup extends AviRestResource { @JsonProperty("max_memory_per_mempool") private Integer maxMemoryPerMempool = 64; + @JsonProperty("max_num_http_sessions_to_store") + private Integer maxNumHttpSessionsToStore = 50000; + @JsonProperty("max_num_se_dps") private Integer maxNumSeDps; @@ -444,6 +459,9 @@ public class ServiceEngineGroup extends AviRestResource { @JsonProperty("name") private String name; + @JsonProperty("nd6_cache_timeout") + private Integer nd6CacheTimeout = 86400; + @JsonProperty("netlink_poller_threads") private Integer netlinkPollerThreads = 2; @@ -513,6 +531,9 @@ public class ServiceEngineGroup extends AviRestResource { @JsonProperty("placement_mode") private String placementMode = "PLACEMENT_MODE_AUTO"; + @JsonProperty("pre_upgrade_se_available_mem_threshold") + private Integer preUpgradeSeAvailableMemThreshold = 0; + @JsonProperty("realtime_se_metrics") private MetricsRealTimeUpdate realtimeSeMetrics; @@ -778,10 +799,10 @@ public class ServiceEngineGroup extends AviRestResource { private Boolean useLegacyNetlink = false; @JsonProperty("use_objsync") - private Boolean useObjsync = false; + private Boolean useObjsync = true; @JsonProperty("use_standard_alb") - private Boolean useStandardAlb; + private Boolean useStandardAlb = true; @JsonProperty("user_agent_cache_config") private UserAgentCacheConfig userAgentCacheConfig; @@ -879,6 +900,9 @@ public class ServiceEngineGroup extends AviRestResource { @JsonProperty("waf_mempool_size") private Integer wafMempoolSize = 64; + @JsonProperty("waf_use_jit_for_pcre") + private Boolean wafUseJitForPcre = true; + /** @@ -887,7 +911,7 @@ public class ServiceEngineGroup extends AviRestResource { * Accelerated networking enables single root i/o virtualization (sr-iov) to a se vm. * This improves networking performance. * Field introduced in 17.2.14,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return acceleratedNetworking */ @@ -901,7 +925,7 @@ public Boolean getAcceleratedNetworking() { * Accelerated networking enables single root i/o virtualization (sr-iov) to a se vm. * This improves networking performance. * Field introduced in 17.2.14,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param acceleratedNetworking set the acceleratedNetworking. */ @@ -912,7 +936,7 @@ public void setAcceleratedNetworking(Boolean acceleratedNetworking) { /** * This is the getter method this will return the attribute value. * Service engines in active/standby mode for ha failover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return activeStandby */ @@ -923,7 +947,7 @@ public Boolean getActiveStandby() { /** * This is the setter method to the attribute. * Service engines in active/standby mode for ha failover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param activeStandby set the activeStandby. */ @@ -934,8 +958,8 @@ public void setActiveStandby(Boolean activeStandby) { /** * This is the getter method this will return the attribute value. * Enable aggressive failover configuration for ha. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return aggressiveFailureDetection */ @@ -946,8 +970,8 @@ public Boolean getAggressiveFailureDetection() { /** * This is the setter method to the attribute. * Enable aggressive failover configuration for ha. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param aggressiveFailureDetection set the aggressiveFailureDetection. */ @@ -961,7 +985,7 @@ public void setAggressiveFailureDetection(Boolean aggressiveFailureDetection) { * In distributed placement, virtual services are placed on new ses until max_se limit is reached. * Once this limit is reached, virtual services are placed on ses with least load. * Enum options - PLACEMENT_ALGO_PACKED, PLACEMENT_ALGO_DISTRIBUTED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PLACEMENT_ALGO_PACKED". * @return algo */ @@ -975,7 +999,7 @@ public String getAlgo() { * In distributed placement, virtual services are placed on new ses until max_se limit is reached. * Once this limit is reached, virtual services are placed on ses with least load. * Enum options - PLACEMENT_ALGO_PACKED, PLACEMENT_ALGO_DISTRIBUTED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PLACEMENT_ALGO_PACKED". * @param algo set the algo. */ @@ -987,7 +1011,7 @@ public void setAlgo(String algo) { * This is the getter method this will return the attribute value. * Allow ses to be created using burst license. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowBurst */ @@ -999,7 +1023,7 @@ public Boolean getAllowBurst() { * This is the setter method to the attribute. * Allow ses to be created using burst license. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allowBurst set the allowBurst. */ @@ -1015,9 +1039,9 @@ public void setAllowBurst(Boolean allowBurst) { * Special values are 0- disable. * Field introduced in 18.2.3. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. - * Special default for essentials edition is 0, basic edition is 0, enterprise is 10. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. + * Special default for essentials edition is 0, basic edition is 0, enterprise edition is 10. * @return appCachePercent */ public Integer getAppCachePercent() { @@ -1032,9 +1056,9 @@ public Integer getAppCachePercent() { * Special values are 0- disable. * Field introduced in 18.2.3. * Unit is percent. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. - * Special default for essentials edition is 0, basic edition is 0, enterprise is 10. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. + * Special default for essentials edition is 0, basic edition is 0, enterprise edition is 10. * @param appCachePercent set the appCachePercent. */ public void setAppCachePercent(Integer appCachePercent) { @@ -1048,7 +1072,7 @@ public void setAppCachePercent(Integer appCachePercent) { * Special values are 0- disable. * Field introduced in 20.1.1. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return appCacheThreshold */ @@ -1063,7 +1087,7 @@ public Integer getAppCacheThreshold() { * Special values are 0- disable. * Field introduced in 20.1.1. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param appCacheThreshold set the appCacheThreshold. */ @@ -1078,7 +1102,7 @@ public void setAppCacheThreshold(Integer appCacheThreshold) { * Allowed values are 0 - 10. * Field introduced in 18.2.3. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return appLearningMemoryPercent */ @@ -1093,7 +1117,7 @@ public Integer getAppLearningMemoryPercent() { * Allowed values are 0 - 10. * Field introduced in 18.2.3. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param appLearningMemoryPercent set the appLearningMemoryPercent. */ @@ -1106,7 +1130,7 @@ public void setAppLearningMemoryPercent(Integer appLearningMemoryPercent) { * Amount of se memory in gb until which shared memory is collected in core archive. * Field introduced in 17.1.3. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return archiveShmLimit */ @@ -1119,7 +1143,7 @@ public Integer getArchiveShmLimit() { * Amount of se memory in gb until which shared memory is collected in core archive. * Field introduced in 17.1.3. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param archiveShmLimit set the archiveShmLimit. */ @@ -1127,11 +1151,39 @@ public void setArchiveShmLimit(Integer archiveShmLimit) { this.archiveShmLimit = archiveShmLimit; } + /** + * This is the getter method this will return the attribute value. + * Timeout in seconds for idle arp entries. + * Allowed values are 0-86400. + * Field introduced in 31.2.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 1200. + * @return arpCacheTimeout + */ + public Integer getArpCacheTimeout() { + return arpCacheTimeout; + } + + /** + * This is the setter method to the attribute. + * Timeout in seconds for idle arp entries. + * Allowed values are 0-86400. + * Field introduced in 31.2.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 1200. + * @param arpCacheTimeout set the arpCacheTimeout. + */ + public void setArpCacheTimeout(Integer arpCacheTimeout) { + this.arpCacheTimeout = arpCacheTimeout; + } + /** * This is the getter method this will return the attribute value. * Ssl handshakes will be handled by dedicated ssl threads.requires se reboot. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return asyncSsl */ @@ -1142,8 +1194,8 @@ public Boolean getAsyncSsl() { /** * This is the setter method to the attribute. * Ssl handshakes will be handled by dedicated ssl threads.requires se reboot. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param asyncSsl set the asyncSsl. */ @@ -1155,7 +1207,7 @@ public void setAsyncSsl(Boolean asyncSsl) { * This is the getter method this will return the attribute value. * Number of async ssl threads per se_dp.requires se reboot. * Allowed values are 1-16. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return asyncSslThreads */ @@ -1167,7 +1219,7 @@ public Integer getAsyncSslThreads() { * This is the setter method to the attribute. * Number of async ssl threads per se_dp.requires se reboot. * Allowed values are 1-16. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param asyncSslThreads set the asyncSslThreads. */ @@ -1179,8 +1231,8 @@ public void setAsyncSslThreads(Integer asyncSslThreads) { * This is the getter method this will return the attribute value. * If set, virtual services will be automatically migrated when load on an se is less than minimum or more than maximum thresholds. * Only alerts are generated when the auto_rebalance is not set. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return autoRebalance */ @@ -1192,8 +1244,8 @@ public Boolean getAutoRebalance() { * This is the setter method to the attribute. * If set, virtual services will be automatically migrated when load on an se is less than minimum or more than maximum thresholds. * Only alerts are generated when the auto_rebalance is not set. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param autoRebalance set the autoRebalance. */ @@ -1204,7 +1256,7 @@ public void setAutoRebalance(Boolean autoRebalance) { * This is the getter method this will return the attribute value. * Capacities of se for auto rebalance for each criteria. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoRebalanceCapacityPerSe */ @@ -1216,7 +1268,7 @@ public List getAutoRebalanceCapacityPerSe() { * This is the setter method. this will set the autoRebalanceCapacityPerSe * Capacities of se for auto rebalance for each criteria. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoRebalanceCapacityPerSe */ @@ -1228,7 +1280,7 @@ public void setAutoRebalanceCapacityPerSe(List autoRebalanceCapacityPe * This is the setter method this will set the autoRebalanceCapacityPerSe * Capacities of se for auto rebalance for each criteria. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoRebalanceCapacityPerSe */ @@ -1244,7 +1296,7 @@ public ServiceEngineGroup addAutoRebalanceCapacityPerSeItem(Integer autoRebalanc * Set of criteria for se auto rebalance. * Enum options - SE_AUTO_REBALANCE_CPU, SE_AUTO_REBALANCE_PPS, SE_AUTO_REBALANCE_MBPS, SE_AUTO_REBALANCE_OPEN_CONNS, SE_AUTO_REBALANCE_CPS. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoRebalanceCriteria */ @@ -1257,7 +1309,7 @@ public List getAutoRebalanceCriteria() { * Set of criteria for se auto rebalance. * Enum options - SE_AUTO_REBALANCE_CPU, SE_AUTO_REBALANCE_PPS, SE_AUTO_REBALANCE_MBPS, SE_AUTO_REBALANCE_OPEN_CONNS, SE_AUTO_REBALANCE_CPS. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoRebalanceCriteria */ @@ -1270,7 +1322,7 @@ public void setAutoRebalanceCriteria(List autoRebalanceCriteria) { * Set of criteria for se auto rebalance. * Enum options - SE_AUTO_REBALANCE_CPU, SE_AUTO_REBALANCE_PPS, SE_AUTO_REBALANCE_MBPS, SE_AUTO_REBALANCE_OPEN_CONNS, SE_AUTO_REBALANCE_CPS. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoRebalanceCriteria */ @@ -1286,7 +1338,7 @@ public ServiceEngineGroup addAutoRebalanceCriteriaItem(String autoRebalanceCrite * This is the getter method this will return the attribute value. * Frequency of rebalance, if 'auto rebalance' is enabled. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return autoRebalanceInterval */ @@ -1298,7 +1350,7 @@ public Integer getAutoRebalanceInterval() { * This is the setter method to the attribute. * Frequency of rebalance, if 'auto rebalance' is enabled. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param autoRebalanceInterval set the autoRebalanceInterval. */ @@ -1310,8 +1362,8 @@ public void setAutoRebalanceInterval(Integer autoRebalanceInterval) { * This is the getter method this will return the attribute value. * Redistribution of virtual services from the takeover se to the replacement se can cause momentary traffic loss. * If the auto-redistribute load option is left in its default off state, any desired rebalancing requires calls to rest api. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return autoRedistributeActiveStandbyLoad */ @@ -1323,8 +1375,8 @@ public Boolean getAutoRedistributeActiveStandbyLoad() { * This is the setter method to the attribute. * Redistribution of virtual services from the takeover se to the replacement se can cause momentary traffic loss. * If the auto-redistribute load option is left in its default off state, any desired rebalancing requires calls to rest api. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param autoRedistributeActiveStandbyLoad set the autoRedistributeActiveStandbyLoad. */ @@ -1336,7 +1388,7 @@ public void setAutoRedistributeActiveStandbyLoad(Boolean autoRedistributeActive * Availability zones for virtual service high availability. * It is a reference to an object of type availabilityzone. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZoneRefs */ @@ -1349,7 +1401,7 @@ public List getAvailabilityZoneRefs() { * Availability zones for virtual service high availability. * It is a reference to an object of type availabilityzone. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZoneRefs */ @@ -1362,7 +1414,7 @@ public void setAvailabilityZoneRefs(List availabilityZoneRefs) { * Availability zones for virtual service high availability. * It is a reference to an object of type availabilityzone. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZoneRefs */ @@ -1378,8 +1430,7 @@ public ServiceEngineGroup addAvailabilityZoneRefsItem(String availabilityZoneRef * This is the getter method this will return the attribute value. * Control if dispatcher core also handles tcp flows in baremetal se. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return baremetalDispatcherHandlesFlows */ @@ -1391,8 +1442,7 @@ public Boolean getBaremetalDispatcherHandlesFlows() { * This is the setter method to the attribute. * Control if dispatcher core also handles tcp flows in baremetal se. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param baremetalDispatcherHandlesFlows set the baremetalDispatcherHandlesFlows. */ @@ -1404,7 +1454,7 @@ public void setBaremetalDispatcherHandlesFlows(Boolean baremetalDispatcherHandl * This is the getter method this will return the attribute value. * Enable bgp peer monitoring based failover. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return bgpPeerMonitorFailoverEnabled */ @@ -1416,7 +1466,7 @@ public Boolean getBgpPeerMonitorFailoverEnabled() { * This is the setter method to the attribute. * Enable bgp peer monitoring based failover. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param bgpPeerMonitorFailoverEnabled set the bgpPeerMonitorFailoverEnabled. */ @@ -1430,7 +1480,7 @@ public void setBgpPeerMonitorFailoverEnabled(Boolean bgpPeerMonitorFailoverEnab * Allowed values are 5-100. * Field introduced in 17.2.14,18.1.5,18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return bgpStateUpdateInterval */ @@ -1444,7 +1494,7 @@ public Integer getBgpStateUpdateInterval() { * Allowed values are 5-100. * Field introduced in 17.2.14,18.1.5,18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param bgpStateUpdateInterval set the bgpStateUpdateInterval. */ @@ -1455,7 +1505,7 @@ public void setBgpStateUpdateInterval(Integer bgpStateUpdateInterval) { /** * This is the getter method this will return the attribute value. * Excess service engine capacity provisioned for ha failover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return bufferSe */ @@ -1466,7 +1516,7 @@ public Integer getBufferSe() { /** * This is the setter method to the attribute. * Excess service engine capacity provisioned for ha failover. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param bufferSe set the bufferSe. */ @@ -1477,7 +1527,7 @@ public void setBufferSe(Integer bufferSe) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -1488,7 +1538,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -1500,7 +1550,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * Compress ip rules into a single subnet based ip rule for each north-south ipam subnet configured in pcap mode in openshift/kubernetes node. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return compressIpRulesForEachNsSubnet */ @@ -1512,7 +1562,7 @@ public Boolean getCompressIpRulesForEachNsSubnet() { * This is the setter method to the attribute. * Compress ip rules into a single subnet based ip rule for each north-south ipam subnet configured in pcap mode in openshift/kubernetes node. * Field introduced in 18.2.9, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param compressIpRulesForEachNsSubnet set the compressIpRulesForEachNsSubnet. */ @@ -1524,7 +1574,7 @@ public void setCompressIpRulesForEachNsSubnet(Boolean compressIpRulesForEachNsS * This is the getter method this will return the attribute value. * Enable config debugs on all cores of se. * Field introduced in 17.2.13,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return configDebugsOnAllCores */ @@ -1536,7 +1586,7 @@ public Boolean getConfigDebugsOnAllCores() { * This is the setter method to the attribute. * Enable config debugs on all cores of se. * Field introduced in 17.2.13,18.1.5,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param configDebugsOnAllCores set the configDebugsOnAllCores. */ @@ -1550,7 +1600,7 @@ public void setConfigDebugsOnAllCores(Boolean configDebugsOnAllCores) { * This will come at the expense of memory used for http in-memory cache. * Allowed values are 10-90. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @return connectionMemoryPercentage */ @@ -1564,7 +1614,7 @@ public Integer getConnectionMemoryPercentage() { * This will come at the expense of memory used for http in-memory cache. * Allowed values are 10-90. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @param connectionMemoryPercentage set the connectionMemoryPercentage. */ @@ -1576,7 +1626,7 @@ public void setConnectionMemoryPercentage(Integer connectionMemoryPercentage) { * This is the getter method this will return the attribute value. * Include shared memory for app cache in core file.requires se reboot. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return coreShmAppCache */ @@ -1588,7 +1638,7 @@ public Boolean getCoreShmAppCache() { * This is the setter method to the attribute. * Include shared memory for app cache in core file.requires se reboot. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param coreShmAppCache set the coreShmAppCache. */ @@ -1600,7 +1650,7 @@ public void setCoreShmAppCache(Boolean coreShmAppCache) { * This is the getter method this will return the attribute value. * Include shared memory for app learning in core file.requires se reboot. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return coreShmAppLearning */ @@ -1612,7 +1662,7 @@ public Boolean getCoreShmAppLearning() { * This is the setter method to the attribute. * Include shared memory for app learning in core file.requires se reboot. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param coreShmAppLearning set the coreShmAppLearning. */ @@ -1622,7 +1672,7 @@ public void setCoreShmAppLearning(Boolean coreShmAppLearning) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return cpuReserve */ @@ -1632,7 +1682,7 @@ public Boolean getCpuReserve() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param cpuReserve set the cpuReserve. */ @@ -1644,7 +1694,7 @@ public void setCpuReserve(Boolean cpuReserve) { * This is the getter method this will return the attribute value. * Allocate all the cpu cores for the service engine virtual machines on the same cpu socket. * Applicable only for vcenter cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return cpuSocketAffinity */ @@ -1656,7 +1706,7 @@ public Boolean getCpuSocketAffinity() { * This is the setter method to the attribute. * Allocate all the cpu cores for the service engine virtual machines on the same cpu socket. * Applicable only for vcenter cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param cpuSocketAffinity set the cpuSocketAffinity. */ @@ -1667,7 +1717,7 @@ public void setCpuSocketAffinity(Boolean cpuSocketAffinity) { * This is the getter method this will return the attribute value. * Custom security groups to be associated with data vnics for se instances in openstack and aws clouds. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSecuritygroupsData */ @@ -1679,7 +1729,7 @@ public List getCustomSecuritygroupsData() { * This is the setter method. this will set the customSecuritygroupsData * Custom security groups to be associated with data vnics for se instances in openstack and aws clouds. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSecuritygroupsData */ @@ -1691,7 +1741,7 @@ public void setCustomSecuritygroupsData(List customSecuritygroupsData) * This is the setter method this will set the customSecuritygroupsData * Custom security groups to be associated with data vnics for se instances in openstack and aws clouds. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSecuritygroupsData */ @@ -1706,7 +1756,7 @@ public ServiceEngineGroup addCustomSecuritygroupsDataItem(String customSecurityg * This is the getter method this will return the attribute value. * Custom security groups to be associated with management vnic for se instances in openstack and aws clouds. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSecuritygroupsMgmt */ @@ -1718,7 +1768,7 @@ public List getCustomSecuritygroupsMgmt() { * This is the setter method. this will set the customSecuritygroupsMgmt * Custom security groups to be associated with management vnic for se instances in openstack and aws clouds. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSecuritygroupsMgmt */ @@ -1730,7 +1780,7 @@ public void setCustomSecuritygroupsMgmt(List customSecuritygroupsMgmt) * This is the setter method this will set the customSecuritygroupsMgmt * Custom security groups to be associated with management vnic for se instances in openstack and aws clouds. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSecuritygroupsMgmt */ @@ -1745,7 +1795,7 @@ public ServiceEngineGroup addCustomSecuritygroupsMgmtItem(String customSecurityg * This is the getter method this will return the attribute value. * Custom tag will be used to create the tags for se instance in aws. * Note this is not the same as the prefix for se name. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customTag */ @@ -1757,7 +1807,7 @@ public List getCustomTag() { * This is the setter method. this will set the customTag * Custom tag will be used to create the tags for se instance in aws. * Note this is not the same as the prefix for se name. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customTag */ @@ -1769,7 +1819,7 @@ public void setCustomTag(List customTag) { * This is the setter method this will set the customTag * Custom tag will be used to create the tags for se instance in aws. * Note this is not the same as the prefix for se name. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customTag */ @@ -1786,7 +1836,7 @@ public ServiceEngineGroup addCustomTagItem(CustomTag customTagItem) { * Subnet used to spin up the data nic for service engines, used only for azure cloud. * Overrides the cloud level setting for service engine subnet. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dataNetworkId */ @@ -1799,7 +1849,7 @@ public String getDataNetworkId() { * Subnet used to spin up the data nic for service engines, used only for azure cloud. * Overrides the cloud level setting for service engine subnet. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dataNetworkId set the dataNetworkId. */ @@ -1812,7 +1862,7 @@ public void setDataNetworkId(String dataNetworkId) { * Number of instructions before datascript times out. * Allowed values are 0-100000000. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000000. * @return datascriptTimeout */ @@ -1825,7 +1875,7 @@ public Integer getDatascriptTimeout() { * Number of instructions before datascript times out. * Allowed values are 0-100000000. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000000. * @param datascriptTimeout set the datascriptTimeout. */ @@ -1837,7 +1887,7 @@ public void setDatascriptTimeout(Integer datascriptTimeout) { * This is the getter method this will return the attribute value. * If activated, ipv6 address and route discovery are deactivated.requires se reboot. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deactivateIpv6Discovery */ @@ -1849,7 +1899,7 @@ public Boolean getDeactivateIpv6Discovery() { * This is the setter method to the attribute. * If activated, ipv6 address and route discovery are deactivated.requires se reboot. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deactivateIpv6Discovery set the deactivateIpv6Discovery. */ @@ -1862,7 +1912,7 @@ public void setDeactivateIpv6Discovery(Boolean deactivateIpv6Discovery) { * Deactivate filtering of packets to kni interface. * To be used under surveillance of avi support. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deactivateKniFilteringAtDispatcher */ @@ -1875,7 +1925,7 @@ public Boolean getDeactivateKniFilteringAtDispatcher() { * Deactivate filtering of packets to kni interface. * To be used under surveillance of avi support. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deactivateKniFilteringAtDispatcher set the deactivateKniFilteringAtDispatcher. */ @@ -1886,8 +1936,7 @@ public void setDeactivateKniFilteringAtDispatcher(Boolean deactivateKniFilterin /** * This is the getter method this will return the attribute value. * Dedicate the core that handles packet receive/transmit from the network to just the dispatching function. - * Don't use it for tcp/ip and ssl functions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dedicatedDispatcherCore */ @@ -1898,8 +1947,7 @@ public Boolean getDedicatedDispatcherCore() { /** * This is the setter method to the attribute. * Dedicate the core that handles packet receive/transmit from the network to just the dispatching function. - * Don't use it for tcp/ip and ssl functions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dedicatedDispatcherCore set the dedicatedDispatcherCore. */ @@ -1909,7 +1957,7 @@ public void setDedicatedDispatcherCore(Boolean dedicatedDispatcherCore) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -1919,7 +1967,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -1934,7 +1982,7 @@ public void setDescription(String description) { * Avi will only make use of custom security groups provided by user. * This option is supported for aws and openstack cloud types. * Field introduced in 17.2.13,18.1.4,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAviSecuritygroups */ @@ -1949,7 +1997,7 @@ public Boolean getDisableAviSecuritygroups() { * Avi will only make use of custom security groups provided by user. * This option is supported for aws and openstack cloud types. * Field introduced in 17.2.13,18.1.4,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAviSecuritygroups set the disableAviSecuritygroups. */ @@ -1961,7 +2009,7 @@ public void setDisableAviSecuritygroups(Boolean disableAviSecuritygroups) { * This is the getter method this will return the attribute value. * Stop using tcp/udp and ip checksum offload features of nics. * Field introduced in 17.1.14, 17.2.5, 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableCsumOffloads */ @@ -1973,7 +2021,7 @@ public Boolean getDisableCsumOffloads() { * This is the setter method to the attribute. * Stop using tcp/udp and ip checksum offload features of nics. * Field introduced in 17.1.14, 17.2.5, 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableCsumOffloads set the disableCsumOffloads. */ @@ -1985,7 +2033,7 @@ public void setDisableCsumOffloads(Boolean disableCsumOffloads) { * This is the getter method this will return the attribute value. * Disable flow probes for scaled out vs'es. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableFlowProbes */ @@ -1997,7 +2045,7 @@ public Boolean getDisableFlowProbes() { * This is the setter method to the attribute. * Disable flow probes for scaled out vs'es. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableFlowProbes set the disableFlowProbes. */ @@ -2011,7 +2059,7 @@ public void setDisableFlowProbes(Boolean disableFlowProbes) { * Gro can be enabled on nics that do not support lro (large receive offload) or do not gain performance boost from lro. * Gro is on by default on nics in a system with 8 vcpus or higher. * Field introduced in 17.2.5, 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disableGro */ @@ -2025,7 +2073,7 @@ public Boolean getDisableGro() { * Gro can be enabled on nics that do not support lro (large receive offload) or do not gain performance boost from lro. * Gro is on by default on nics in a system with 8 vcpus or higher. * Field introduced in 17.2.5, 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param disableGro set the disableGro. */ @@ -2037,7 +2085,7 @@ public void setDisableGro(Boolean disableGro) { * This is the getter method this will return the attribute value. * If set, disable the config memory check done in service engine. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableSeMemoryCheck */ @@ -2049,7 +2097,7 @@ public Boolean getDisableSeMemoryCheck() { * This is the setter method to the attribute. * If set, disable the config memory check done in service engine. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableSeMemoryCheck set the disableSeMemoryCheck. */ @@ -2062,7 +2110,7 @@ public void setDisableSeMemoryCheck(Boolean disableSeMemoryCheck) { * Disable tcp segmentation offload (tso) in dpdk poll-mode driver packet transmit path. * Tso is on by default on nics that support it. * Field introduced in 17.2.5, 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableTso */ @@ -2075,7 +2123,7 @@ public Boolean getDisableTso() { * Disable tcp segmentation offload (tso) in dpdk poll-mode driver packet transmit path. * Tso is on by default on nics that support it. * Field introduced in 17.2.5, 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableTso set the disableTso. */ @@ -2087,7 +2135,7 @@ public void setDisableTso(Boolean disableTso) { * This is the getter method this will return the attribute value. * Amount of disk space for each of the service engine virtual machines. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @return diskPerSe */ @@ -2099,7 +2147,7 @@ public Integer getDiskPerSe() { * This is the setter method to the attribute. * Amount of disk space for each of the service engine virtual machines. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @param diskPerSe set the diskPerSe. */ @@ -2110,8 +2158,8 @@ public void setDiskPerSe(Integer diskPerSe) { /** * This is the getter method this will return the attribute value. * Use both the active and standby service engines for virtual service placement in the legacy active standby ha mode. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return distributeLoadActiveStandby */ @@ -2122,8 +2170,8 @@ public Boolean getDistributeLoadActiveStandby() { /** * This is the setter method to the attribute. * Use both the active and standby service engines for virtual service placement in the legacy active standby ha mode. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param distributeLoadActiveStandby set the distributeLoadActiveStandby. */ @@ -2137,8 +2185,8 @@ public void setDistributeLoadActiveStandby(Boolean distributeLoadActiveStandby) * Requires se reboot. * Deprecated from 18.2.8, instead use max_queues_per_vnic. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return distributeQueues */ @@ -2152,8 +2200,8 @@ public Boolean getDistributeQueues() { * Requires se reboot. * Deprecated from 18.2.8, instead use max_queues_per_vnic. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param distributeQueues set the distributeQueues. */ @@ -2165,8 +2213,8 @@ public void setDistributeQueues(Boolean distributeQueues) { * This is the getter method this will return the attribute value. * Distributes vnic ownership among cores so multiple cores handle dispatcher duties.requires se reboot. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return distributeVnics */ @@ -2178,8 +2226,8 @@ public Boolean getDistributeVnics() { * This is the setter method to the attribute. * Distributes vnic ownership among cores so multiple cores handle dispatcher duties.requires se reboot. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param distributeVnics set the distributeVnics. */ @@ -2192,7 +2240,7 @@ public void setDistributeVnics(Boolean distributeVnics) { * Timeout for downstream to become writable. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return downstreamSendTimeout */ @@ -2205,7 +2253,7 @@ public Integer getDownstreamSendTimeout() { * Timeout for downstream to become writable. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param downstreamSendTimeout set the downstreamSendTimeout. */ @@ -2219,8 +2267,7 @@ public void setDownstreamSendTimeout(Integer downstreamSendTimeout) { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return dpAggressiveDeqIntervalMsec */ @@ -2234,8 +2281,7 @@ public Integer getDpAggressiveDeqIntervalMsec() { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param dpAggressiveDeqIntervalMsec set the dpAggressiveDeqIntervalMsec. */ @@ -2249,8 +2295,7 @@ public void setDpAggressiveDeqIntervalMsec(Integer dpAggressiveDeqIntervalMsec) * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return dpAggressiveEnqIntervalMsec */ @@ -2264,8 +2309,7 @@ public Integer getDpAggressiveEnqIntervalMsec() { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param dpAggressiveEnqIntervalMsec set the dpAggressiveEnqIntervalMsec. */ @@ -2278,7 +2322,7 @@ public void setDpAggressiveEnqIntervalMsec(Integer dpAggressiveEnqIntervalMsec) * Frequency of se - se hb messages when aggressive failure mode detection is enabled. * Field introduced in 20.1.3. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return dpAggressiveHbFrequency */ @@ -2291,7 +2335,7 @@ public Integer getDpAggressiveHbFrequency() { * Frequency of se - se hb messages when aggressive failure mode detection is enabled. * Field introduced in 20.1.3. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param dpAggressiveHbFrequency set the dpAggressiveHbFrequency. */ @@ -2303,7 +2347,7 @@ public void setDpAggressiveHbFrequency(Integer dpAggressiveHbFrequency) { * This is the getter method this will return the attribute value. * Consecutive hb failures after which failure is reported to controller,when aggressive failure mode detection is enabled. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return dpAggressiveHbTimeoutCount */ @@ -2315,7 +2359,7 @@ public Integer getDpAggressiveHbTimeoutCount() { * This is the setter method to the attribute. * Consecutive hb failures after which failure is reported to controller,when aggressive failure mode detection is enabled. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param dpAggressiveHbTimeoutCount set the dpAggressiveHbTimeoutCount. */ @@ -2329,8 +2373,7 @@ public void setDpAggressiveHbTimeoutCount(Integer dpAggressiveHbTimeoutCount) { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return dpDeqIntervalMsec */ @@ -2344,8 +2387,7 @@ public Integer getDpDeqIntervalMsec() { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param dpDeqIntervalMsec set the dpDeqIntervalMsec. */ @@ -2359,8 +2401,7 @@ public void setDpDeqIntervalMsec(Integer dpDeqIntervalMsec) { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return dpEnqIntervalMsec */ @@ -2374,8 +2415,7 @@ public Integer getDpEnqIntervalMsec() { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param dpEnqIntervalMsec set the dpEnqIntervalMsec. */ @@ -2388,7 +2428,7 @@ public void setDpEnqIntervalMsec(Integer dpEnqIntervalMsec) { * Frequency of se - se hb messages when aggressive failure mode detection is not enabled. * Field introduced in 20.1.3. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return dpHbFrequency */ @@ -2401,7 +2441,7 @@ public Integer getDpHbFrequency() { * Frequency of se - se hb messages when aggressive failure mode detection is not enabled. * Field introduced in 20.1.3. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param dpHbFrequency set the dpHbFrequency. */ @@ -2413,7 +2453,7 @@ public void setDpHbFrequency(Integer dpHbFrequency) { * This is the getter method this will return the attribute value. * Consecutive hb failures after which failure is reported to controller, when aggressive failure mode detection is not enabled. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return dpHbTimeoutCount */ @@ -2425,7 +2465,7 @@ public Integer getDpHbTimeoutCount() { * This is the setter method to the attribute. * Consecutive hb failures after which failure is reported to controller, when aggressive failure mode detection is not enabled. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param dpHbTimeoutCount set the dpHbTimeoutCount. */ @@ -2440,7 +2480,7 @@ public void setDpHbTimeoutCount(Integer dpHbTimeoutCount) { * Allowed values are 0-900. * Field introduced in 22.1.1. * Unit is microseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @return dpdkGroTimeoutInterval */ @@ -2455,7 +2495,7 @@ public Integer getDpdkGroTimeoutInterval() { * Allowed values are 0-900. * Field introduced in 22.1.1. * Unit is microseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @param dpdkGroTimeoutInterval set the dpdkGroTimeoutInterval. */ @@ -2467,7 +2507,7 @@ public void setDpdkGroTimeoutInterval(Integer dpdkGroTimeoutInterval) { * This is the getter method this will return the attribute value. * Enable gratarp for vip_ip. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableGratarpPermanent */ @@ -2479,7 +2519,7 @@ public Boolean getEnableGratarpPermanent() { * This is the setter method to the attribute. * Enable gratarp for vip_ip. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableGratarpPermanent set the enableGratarpPermanent. */ @@ -2491,7 +2531,7 @@ public void setEnableGratarpPermanent(Boolean enableGratarpPermanent) { * This is the getter method this will return the attribute value. * Enable hsm luna engine logs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableHsmLog */ @@ -2503,7 +2543,7 @@ public Boolean getEnableHsmLog() { * This is the setter method to the attribute. * Enable hsm luna engine logs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableHsmLog set the enableHsmLog. */ @@ -2517,7 +2557,7 @@ public void setEnableHsmLog(Boolean enableHsmLog) { * Enable hsm key priming. * If enabled, key handles on the hsm will be synced to se before processing client connections. * Field introduced in 17.2.7, 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableHsmPriming */ @@ -2531,7 +2571,7 @@ public Boolean getEnableHsmPriming() { * Enable hsm key priming. * If enabled, key handles on the hsm will be synced to se before processing client connections. * Field introduced in 17.2.7, 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableHsmPriming set the enableHsmPriming. */ @@ -2544,7 +2584,7 @@ public void setEnableHsmPriming(Boolean enableHsmPriming) { * Applicable only for azure cloud with basic sku lb. * If set, additional azure lbs will be automatically created if resources in existing lb are exhausted. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableMultiLb */ @@ -2557,7 +2597,7 @@ public Boolean getEnableMultiLb() { * Applicable only for azure cloud with basic sku lb. * If set, additional azure lbs will be automatically created if resources in existing lb are exhausted. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableMultiLb set the enableMultiLb. */ @@ -2572,7 +2612,7 @@ public void setEnableMultiLb(Boolean enableMultiLb) { * Deprecated from 18.2.8, instead use pcap_tx_mode. * Requires se reboot. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enablePcapTxRing */ @@ -2587,7 +2627,7 @@ public Boolean getEnablePcapTxRing() { * Deprecated from 18.2.8, instead use pcap_tx_mode. * Requires se reboot. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enablePcapTxRing set the enablePcapTxRing. */ @@ -2595,11 +2635,37 @@ public void setEnablePcapTxRing(Boolean enablePcapTxRing) { this.enablePcapTxRing = enablePcapTxRing; } + /** + * This is the getter method this will return the attribute value. + * This knob enables the service engine to use qat offloads (if the host cpu is capable, and the qat device is exposed). + * Requires se reboot. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return enableQat + */ + public Boolean getEnableQat() { + return enableQat; + } + + /** + * This is the setter method to the attribute. + * This knob enables the service engine to use qat offloads (if the host cpu is capable, and the qat device is exposed). + * Requires se reboot. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param enableQat set the enableQat. + */ + public void setEnableQat(Boolean enableQat) { + this.enableQat = enableQat; + } + /** * This is the getter method this will return the attribute value. * End local ephemeral port number for outbound connections. * Field introduced in 17.2.13, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ephemeralPortrangeEnd */ @@ -2611,7 +2677,7 @@ public Integer getEphemeralPortrangeEnd() { * This is the setter method to the attribute. * End local ephemeral port number for outbound connections. * Field introduced in 17.2.13, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ephemeralPortrangeEnd set the ephemeralPortrangeEnd. */ @@ -2623,7 +2689,7 @@ public void setEphemeralPortrangeEnd(Integer ephemeralPortrangeEnd) { * This is the getter method this will return the attribute value. * Start local ephemeral port number for outbound connections. * Field introduced in 17.2.13, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ephemeralPortrangeStart */ @@ -2635,7 +2701,7 @@ public Integer getEphemeralPortrangeStart() { * This is the setter method to the attribute. * Start local ephemeral port number for outbound connections. * Field introduced in 17.2.13, 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ephemeralPortrangeStart set the ephemeralPortrangeStart. */ @@ -2646,7 +2712,7 @@ public void setEphemeralPortrangeStart(Integer ephemeralPortrangeStart) { /** * This is the getter method this will return the attribute value. * Multiplier for extra config to support large vs/pool config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return extraConfigMultiplier */ @@ -2657,7 +2723,7 @@ public Float getExtraConfigMultiplier() { /** * This is the setter method to the attribute. * Multiplier for extra config to support large vs/pool config. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param extraConfigMultiplier set the extraConfigMultiplier. */ @@ -2670,7 +2736,7 @@ public void setExtraConfigMultiplier(Float extraConfigMultiplier) { * Extra config memory to support large geo db configuration. * Field introduced in 17.1.1. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return extraSharedConfigMemory */ @@ -2683,7 +2749,7 @@ public Integer getExtraSharedConfigMemory() { * Extra config memory to support large geo db configuration. * Field introduced in 17.1.1. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param extraSharedConfigMemory set the extraSharedConfigMemory. */ @@ -2695,7 +2761,7 @@ public void setExtraSharedConfigMemory(Integer extraSharedConfigMemory) { * This is the getter method this will return the attribute value. * Maximum number of flow table entries that have not completed tcp three-way handshake yet. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return flowTableNewSynMaxEntries */ @@ -2707,7 +2773,7 @@ public Integer getFlowTableNewSynMaxEntries() { * This is the setter method to the attribute. * Maximum number of flow table entries that have not completed tcp three-way handshake yet. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param flowTableNewSynMaxEntries set the flowTableNewSynMaxEntries. */ @@ -2719,7 +2785,7 @@ public void setFlowTableNewSynMaxEntries(Integer flowTableNewSynMaxEntries) { * This is the getter method this will return the attribute value. * Number of entries in the free list. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return freeListSize */ @@ -2731,7 +2797,7 @@ public Integer getFreeListSize() { * This is the setter method to the attribute. * Number of entries in the free list. * Field introduced in 17.2.10, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param freeListSize set the freeListSize. */ @@ -2743,7 +2809,7 @@ public void setFreeListSize(Integer freeListSize) { * This is the getter method this will return the attribute value. * Google cloud platform, service engine group configuration. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcpConfig */ @@ -2755,7 +2821,7 @@ public GCPSeGroupConfig getGcpConfig() { * This is the setter method to the attribute. * Google cloud platform, service engine group configuration. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcpConfig set the gcpConfig. */ @@ -2769,7 +2835,7 @@ public void setGcpConfig(GCPSeGroupConfig gcpConfig) { * Allowed values are 5-30. * Field introduced in 18.2.3. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return gratarpPermanentPeriodicity */ @@ -2783,7 +2849,7 @@ public Integer getGratarpPermanentPeriodicity() { * Allowed values are 5-30. * Field introduced in 18.2.3. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param gratarpPermanentPeriodicity set the gratarpPermanentPeriodicity. */ @@ -2796,7 +2862,7 @@ public void setGratarpPermanentPeriodicity(Integer gratarpPermanentPeriodicity) * Timeout in seconds that se waits for a grpc channel to connect to server, before it retries. * Allowed values are 5-45. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @return grpcChannelConnectTimeout */ @@ -2809,7 +2875,7 @@ public Integer getGrpcChannelConnectTimeout() { * Timeout in seconds that se waits for a grpc channel to connect to server, before it retries. * Allowed values are 5-45. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @param grpcChannelConnectTimeout set the grpcChannelConnectTimeout. */ @@ -2817,13 +2883,39 @@ public void setGrpcChannelConnectTimeout(Integer grpcChannelConnectTimeout) { this.grpcChannelConnectTimeout = grpcChannelConnectTimeout; } + /** + * This is the getter method this will return the attribute value. + * Deploys google virtual ethernet (gve) - gvnic for all supported intances types in gcp. + * Applies only to newly created se's. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return gveEnabled + */ + public Boolean getGveEnabled() { + return gveEnabled; + } + + /** + * This is the setter method to the attribute. + * Deploys google virtual ethernet (gve) - gvnic for all supported intances types in gcp. + * Applies only to newly created se's. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param gveEnabled set the gveEnabled. + */ + public void setGveEnabled(Boolean gveEnabled) { + this.gveEnabled = gveEnabled; + } + /** * This is the getter method this will return the attribute value. * High availability mode for all the virtual services using this service engine group. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. - * Allowed in enterprise edition with any value, essentials edition(allowed values- ha_mode_legacy_active_standby), basic edition(allowed values- - * ha_mode_legacy_active_standby), enterprise with cloud services edition. - * Special default for essentials edition is ha_mode_legacy_active_standby, basic edition is ha_mode_legacy_active_standby, enterprise is + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- ha_mode_legacy_active_standby), basic (allowed values- ha_mode_legacy_active_standby) edition. + * Special default for essentials edition is ha_mode_legacy_active_standby, basic edition is ha_mode_legacy_active_standby, enterprise edition is * ha_mode_shared. * @return haMode */ @@ -2835,9 +2927,9 @@ public String getHaMode() { * This is the setter method to the attribute. * High availability mode for all the virtual services using this service engine group. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. - * Allowed in enterprise edition with any value, essentials edition(allowed values- ha_mode_legacy_active_standby), basic edition(allowed values- - * ha_mode_legacy_active_standby), enterprise with cloud services edition. - * Special default for essentials edition is ha_mode_legacy_active_standby, basic edition is ha_mode_legacy_active_standby, enterprise is + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- ha_mode_legacy_active_standby), basic (allowed values- ha_mode_legacy_active_standby) edition. + * Special default for essentials edition is ha_mode_legacy_active_standby, basic edition is ha_mode_legacy_active_standby, enterprise edition is * ha_mode_shared. * @param haMode set the haMode. */ @@ -2850,7 +2942,7 @@ public void setHaMode(String haMode) { * Configuration to handle per packet attack handling.for example, dns reflection attack is a type of attack where a response packet is sent to the * dns vs.this configuration tells if such packets should be dropped without further processing. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return handlePerPktAttack */ @@ -2863,7 +2955,7 @@ public Boolean getHandlePerPktAttack() { * Configuration to handle per packet attack handling.for example, dns reflection attack is a type of attack where a response packet is sent to the * dns vs.this configuration tells if such packets should be dropped without further processing. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param handlePerPktAttack set the handlePerPktAttack. */ @@ -2874,7 +2966,7 @@ public void setHandlePerPktAttack(Boolean handlePerPktAttack) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type hardwaresecuritymodulegroup. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hardwaresecuritymodulegroupRef */ @@ -2885,7 +2977,7 @@ public String getHardwaresecuritymodulegroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type hardwaresecuritymodulegroup. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hardwaresecuritymodulegroupRef set the hardwaresecuritymodulegroupRef. */ @@ -2899,7 +2991,7 @@ public void setHardwaresecuritymodulegroupRef(String hardwaresecuritymodulegrou * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return heapMinimumConfigMemory */ @@ -2913,7 +3005,7 @@ public Integer getHeapMinimumConfigMemory() { * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param heapMinimumConfigMemory set the heapMinimumConfigMemory. */ @@ -2924,9 +3016,9 @@ public void setHeapMinimumConfigMemory(Integer heapMinimumConfigMemory) { /** * This is the getter method this will return the attribute value. * Enable active health monitoring from the standby se for all placed virtual services. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @return hmOnStandby */ public Boolean getHmOnStandby() { @@ -2936,9 +3028,9 @@ public Boolean getHmOnStandby() { /** * This is the setter method to the attribute. * Enable active health monitoring from the standby se for all placed virtual services. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @param hmOnStandby set the hmOnStandby. */ public void setHmOnStandby(Boolean hmOnStandby) { @@ -2955,7 +3047,7 @@ public void setHmOnStandby(Boolean hmOnStandby) { * A openshift/kubernetes namespace maybe annotated with a matching se group label as openshift.io/node-selector apptype=prod. * When multiple se groups are used in a cloud with host attributes specified,just a single se group can exist as a match-all se group without a * host_attribute_key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostAttributeKey */ @@ -2973,7 +3065,7 @@ public String getHostAttributeKey() { * A openshift/kubernetes namespace maybe annotated with a matching se group label as openshift.io/node-selector apptype=prod. * When multiple se groups are used in a cloud with host attributes specified,just a single se group can exist as a match-all se group without a * host_attribute_key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostAttributeKey set the hostAttributeKey. */ @@ -2985,7 +3077,7 @@ public void setHostAttributeKey(String hostAttributeKey) { * This is the getter method this will return the attribute value. * Value of a (key, value) pair identifying a label for a set of nodes usually in container clouds. * Needs to be specified together with host_attribute_key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostAttributeValue */ @@ -2997,7 +3089,7 @@ public String getHostAttributeValue() { * This is the setter method to the attribute. * Value of a (key, value) pair identifying a label for a set of nodes usually in container clouds. * Needs to be specified together with host_attribute_key. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostAttributeValue set the hostAttributeValue. */ @@ -3010,7 +3102,7 @@ public void setHostAttributeValue(String hostAttributeValue) { * Enable the host gateway monitor when service engine is deployed as docker container. * Disabled by default. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return hostGatewayMonitor */ @@ -3023,7 +3115,7 @@ public Boolean getHostGatewayMonitor() { * Enable the host gateway monitor when service engine is deployed as docker container. * Disabled by default. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param hostGatewayMonitor set the hostGatewayMonitor. */ @@ -3035,8 +3127,8 @@ public void setHostGatewayMonitor(Boolean hostGatewayMonitor) { * This is the getter method this will return the attribute value. * Enable javascript console logs on the client browser when collecting client insights. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return httpRumConsoleLog */ @@ -3048,8 +3140,8 @@ public Boolean getHttpRumConsoleLog() { * This is the setter method to the attribute. * Enable javascript console logs on the client browser when collecting client insights. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param httpRumConsoleLog set the httpRumConsoleLog. */ @@ -3061,8 +3153,8 @@ public void setHttpRumConsoleLog(Boolean httpRumConsoleLog) { * This is the getter method this will return the attribute value. * Minimum response size content length to sample for client insights. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 64), basic edition(allowed values- 64), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 64), basic (allowed values- 64) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return httpRumMinContentLength */ @@ -3074,8 +3166,8 @@ public Integer getHttpRumMinContentLength() { * This is the setter method to the attribute. * Minimum response size content length to sample for client insights. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 64), basic edition(allowed values- 64), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 64), basic (allowed values- 64) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param httpRumMinContentLength set the httpRumMinContentLength. */ @@ -3089,7 +3181,7 @@ public void setHttpRumMinContentLength(Integer httpRumMinContentLength) { * instance performing both dispatcher and proxy function. * Requires reboot. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return hybridRssMode */ @@ -3103,7 +3195,7 @@ public Boolean getHybridRssMode() { * instance performing both dispatcher and proxy function. * Requires reboot. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param hybridRssMode set the hybridRssMode. */ @@ -3115,7 +3207,7 @@ public void setHybridRssMode(Boolean hybridRssMode) { * This is the getter method this will return the attribute value. * Override default hypervisor. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisor */ @@ -3127,7 +3219,7 @@ public String getHypervisor() { * This is the setter method to the attribute. * Override default hypervisor. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hypervisor set the hypervisor. */ @@ -3139,8 +3231,7 @@ public void setHypervisor(String hypervisor) { * This is the getter method this will return the attribute value. * Ignore docker mac change. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ignoreDockerMacChange */ @@ -3152,8 +3243,7 @@ public Boolean getIgnoreDockerMacChange() { * This is the setter method to the attribute. * Ignore docker mac change. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param ignoreDockerMacChange set the ignoreDockerMacChange. */ @@ -3166,7 +3256,7 @@ public void setIgnoreDockerMacChange(Boolean ignoreDockerMacChange) { * Ignore rtt samples if it is above threshold. * Field introduced in 17.1.6,17.2.2. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @return ignoreRttThreshold */ @@ -3179,7 +3269,7 @@ public Integer getIgnoreRttThreshold() { * Ignore rtt samples if it is above threshold. * Field introduced in 17.1.6,17.2.2. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @param ignoreRttThreshold set the ignoreRttThreshold. */ @@ -3192,7 +3282,7 @@ public void setIgnoreRttThreshold(Integer ignoreRttThreshold) { * Program se security group ingress rules to allow vip data access from remote cidr type. * Enum options - SG_INGRESS_ACCESS_NONE, SG_INGRESS_ACCESS_ALL, SG_INGRESS_ACCESS_VPC. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SG_INGRESS_ACCESS_ALL". * @return ingressAccessData */ @@ -3205,7 +3295,7 @@ public String getIngressAccessData() { * Program se security group ingress rules to allow vip data access from remote cidr type. * Enum options - SG_INGRESS_ACCESS_NONE, SG_INGRESS_ACCESS_ALL, SG_INGRESS_ACCESS_VPC. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SG_INGRESS_ACCESS_ALL". * @param ingressAccessData set the ingressAccessData. */ @@ -3218,7 +3308,7 @@ public void setIngressAccessData(String ingressAccessData) { * Program se security group ingress rules to allow ssh/icmp management access from remote cidr type. * Enum options - SG_INGRESS_ACCESS_NONE, SG_INGRESS_ACCESS_ALL, SG_INGRESS_ACCESS_VPC. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SG_INGRESS_ACCESS_ALL". * @return ingressAccessMgmt */ @@ -3231,7 +3321,7 @@ public String getIngressAccessMgmt() { * Program se security group ingress rules to allow ssh/icmp management access from remote cidr type. * Enum options - SG_INGRESS_ACCESS_NONE, SG_INGRESS_ACCESS_ALL, SG_INGRESS_ACCESS_VPC. * Field introduced in 17.1.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SG_INGRESS_ACCESS_ALL". * @param ingressAccessMgmt set the ingressAccessMgmt. */ @@ -3242,7 +3332,7 @@ public void setIngressAccessMgmt(String ingressAccessMgmt) { /** * This is the getter method this will return the attribute value. * Instance/flavor name for se instance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return instanceFlavor */ @@ -3253,7 +3343,7 @@ public String getInstanceFlavor() { /** * This is the setter method to the attribute. * Instance/flavor name for se instance. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param instanceFlavor set the instanceFlavor. */ @@ -3264,7 +3354,7 @@ public void setInstanceFlavor(String instanceFlavor) { * This is the getter method this will return the attribute value. * Iptable rules. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return iptables */ @@ -3276,7 +3366,7 @@ public List getIptables() { * This is the setter method. this will set the iptables * Iptable rules. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return iptables */ @@ -3288,7 +3378,7 @@ public void setIptables(List iptables) { * This is the setter method this will set the iptables * Iptable rules. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return iptables */ @@ -3303,7 +3393,7 @@ public ServiceEngineGroup addIptablesItem(IptableRuleSet iptablesItem) { * This is the getter method this will return the attribute value. * Port ranges for any servers running in inband linuxserver clouds. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kniAllowedServerPorts */ @@ -3315,7 +3405,7 @@ public List getKniAllowedServerPorts() { * This is the setter method. this will set the kniAllowedServerPorts * Port ranges for any servers running in inband linuxserver clouds. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kniAllowedServerPorts */ @@ -3327,7 +3417,7 @@ public void setKniAllowedServerPorts(List kniAllowedServerPorts) * This is the setter method this will set the kniAllowedServerPorts * Port ranges for any servers running in inband linuxserver clouds. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kniAllowedServerPorts */ @@ -3339,11 +3429,37 @@ public ServiceEngineGroup addKniAllowedServerPortsItem(KniPortRange kniAllowedSe return this; } + /** + * This is the getter method this will return the attribute value. + * Max length allowed for the value in a kv pair. + * Allowed values are 128,256,512,1024,2048,4096,8192. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 4096. + * @return kvValMaxLen + */ + public Integer getKvValMaxLen() { + return kvValMaxLen; + } + + /** + * This is the setter method to the attribute. + * Max length allowed for the value in a kv pair. + * Allowed values are 128,256,512,1024,2048,4096,8192. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 4096. + * @param kvValMaxLen set the kvValMaxLen. + */ + public void setKvValMaxLen(Integer kvValMaxLen) { + this.kvValMaxLen = kvValMaxLen; + } + /** * This is the getter method this will return the attribute value. * Number of l7 connections that can be cached per core. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @return l7ConnsPerCore */ @@ -3355,7 +3471,7 @@ public Integer getL7ConnsPerCore() { * This is the setter method to the attribute. * Number of l7 connections that can be cached per core. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @param l7ConnsPerCore set the l7ConnsPerCore. */ @@ -3367,7 +3483,7 @@ public void setL7ConnsPerCore(Integer l7ConnsPerCore) { * This is the getter method this will return the attribute value. * Number of reserved l7 listener connections per core. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @return l7ResvdListenConnsPerCore */ @@ -3379,7 +3495,7 @@ public Integer getL7ResvdListenConnsPerCore() { * This is the setter method to the attribute. * Number of reserved l7 listener connections per core. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @param l7ResvdListenConnsPerCore set the l7ResvdListenConnsPerCore. */ @@ -3391,7 +3507,7 @@ public void setL7ResvdListenConnsPerCore(Integer l7ResvdListenConnsPerCore) { * Labels associated with this se group. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -3404,7 +3520,7 @@ public List getLabels() { * Labels associated with this se group. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -3417,7 +3533,7 @@ public void setLabels(List labels) { * Labels associated with this se group. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -3434,7 +3550,7 @@ public ServiceEngineGroup addLabelsItem(KeyValue labelsItem) { * Number of requests to dispatch from the request. * Queue at a regular interval. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return lbactionNumRequestsToDispatch */ @@ -3447,7 +3563,7 @@ public Integer getLbactionNumRequestsToDispatch() { * Number of requests to dispatch from the request. * Queue at a regular interval. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param lbactionNumRequestsToDispatch set the lbactionNumRequestsToDispatch. */ @@ -3459,7 +3575,7 @@ public void setLbactionNumRequestsToDispatch(Integer lbactionNumRequestsToDispa * This is the getter method this will return the attribute value. * Maximum retries per request in the request queue. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 22. * @return lbactionRqPerRequestMaxRetries */ @@ -3471,7 +3587,7 @@ public Integer getLbactionRqPerRequestMaxRetries() { * This is the setter method to the attribute. * Maximum retries per request in the request queue. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 22. * @param lbactionRqPerRequestMaxRetries set the lbactionRqPerRequestMaxRetries. */ @@ -3482,7 +3598,7 @@ public void setLbactionRqPerRequestMaxRetries(Integer lbactionRqPerRequestMaxRe /** * This is the getter method this will return the attribute value. * Select core with least load for new flow. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return leastLoadCoreSelection */ @@ -3493,7 +3609,7 @@ public Boolean getLeastLoadCoreSelection() { /** * This is the setter method to the attribute. * Select core with least load for new flow. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param leastLoadCoreSelection set the leastLoadCoreSelection. */ @@ -3507,7 +3623,7 @@ public void setLeastLoadCoreSelection(Boolean leastLoadCoreSelection) { * This field by default inherits the value from cloud. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTier */ @@ -3521,7 +3637,7 @@ public String getLicenseTier() { * This field by default inherits the value from cloud. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseTier set the licenseTier. */ @@ -3534,7 +3650,7 @@ public void setLicenseTier(String licenseTier) { * If no license type is specified then default license enforcement for the cloud type is chosen. * Enum options - LIC_BACKEND_SERVERS, LIC_SOCKETS, LIC_CORES, LIC_HOSTS, LIC_SE_BANDWIDTH, LIC_METERED_SE_BANDWIDTH. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseType */ @@ -3547,7 +3663,7 @@ public String getLicenseType() { * If no license type is specified then default license enforcement for the cloud type is chosen. * Enum options - LIC_BACKEND_SERVERS, LIC_SOCKETS, LIC_CORES, LIC_HOSTS, LIC_SE_BANDWIDTH, LIC_METERED_SE_BANDWIDTH. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseType set the licenseType. */ @@ -3559,7 +3675,7 @@ public void setLicenseType(String licenseType) { * This is the getter method this will return the attribute value. * Flag to indicate if log files are compressed upon full on the service engine. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return logAgentCompressLogs */ @@ -3571,7 +3687,7 @@ public Boolean getLogAgentCompressLogs() { * This is the setter method to the attribute. * Flag to indicate if log files are compressed upon full on the service engine. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param logAgentCompressLogs set the logAgentCompressLogs. */ @@ -3585,7 +3701,7 @@ public void setLogAgentCompressLogs(Boolean logAgentCompressLogs) { * This includes all other debugging logs. * Debug logs can also be explcitly enabled from the cli shell. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return logAgentDebugEnabled */ @@ -3599,7 +3715,7 @@ public Boolean getLogAgentDebugEnabled() { * This includes all other debugging logs. * Debug logs can also be explcitly enabled from the cli shell. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param logAgentDebugEnabled set the logAgentDebugEnabled. */ @@ -3611,7 +3727,7 @@ public void setLogAgentDebugEnabled(Boolean logAgentDebugEnabled) { * This is the getter method this will return the attribute value. * Maximum application log file size before rollover. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzAppl */ @@ -3623,7 +3739,7 @@ public Integer getLogAgentFileSzAppl() { * This is the setter method to the attribute. * Maximum application log file size before rollover. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzAppl set the logAgentFileSzAppl. */ @@ -3635,7 +3751,7 @@ public void setLogAgentFileSzAppl(Integer logAgentFileSzAppl) { * This is the getter method this will return the attribute value. * Maximum connection log file size before rollover. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzConn */ @@ -3647,7 +3763,7 @@ public Integer getLogAgentFileSzConn() { * This is the setter method to the attribute. * Maximum connection log file size before rollover. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzConn set the logAgentFileSzConn. */ @@ -3659,7 +3775,7 @@ public void setLogAgentFileSzConn(Integer logAgentFileSzConn) { * This is the getter method this will return the attribute value. * Maximum debug log file size before rollover. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzDebug */ @@ -3671,7 +3787,7 @@ public Integer getLogAgentFileSzDebug() { * This is the setter method to the attribute. * Maximum debug log file size before rollover. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzDebug set the logAgentFileSzDebug. */ @@ -3683,7 +3799,7 @@ public void setLogAgentFileSzDebug(Integer logAgentFileSzDebug) { * This is the getter method this will return the attribute value. * Maximum event log file size before rollover. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzEvent */ @@ -3695,7 +3811,7 @@ public Integer getLogAgentFileSzEvent() { * This is the setter method to the attribute. * Maximum event log file size before rollover. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzEvent set the logAgentFileSzEvent. */ @@ -3708,7 +3824,7 @@ public void setLogAgentFileSzEvent(Integer logAgentFileSzEvent) { * Minimum storage allocated for logs irrespective of memory and cores. * Field introduced in 21.1.1. * Unit is mb. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return logAgentLogStorageMinSz */ @@ -3721,7 +3837,7 @@ public Integer getLogAgentLogStorageMinSz() { * Minimum storage allocated for logs irrespective of memory and cores. * Field introduced in 21.1.1. * Unit is mb. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param logAgentLogStorageMinSz set the logAgentLogStorageMinSz. */ @@ -3733,7 +3849,7 @@ public void setLogAgentLogStorageMinSz(Integer logAgentLogStorageMinSz) { * This is the getter method this will return the attribute value. * Maximum concurrent rsync requests initiated from log-agent to the controller. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return logAgentMaxConcurrentRsync */ @@ -3745,7 +3861,7 @@ public Integer getLogAgentMaxConcurrentRsync() { * This is the setter method to the attribute. * Maximum concurrent rsync requests initiated from log-agent to the controller. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param logAgentMaxConcurrentRsync set the logAgentMaxConcurrentRsync. */ @@ -3757,7 +3873,7 @@ public void setLogAgentMaxConcurrentRsync(Integer logAgentMaxConcurrentRsync) { * This is the getter method this will return the attribute value. * Excess percentage threshold of disk size to trigger cleanup of logs on the service engine. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 110. * @return logAgentMaxStorageExcessPercent */ @@ -3769,7 +3885,7 @@ public Integer getLogAgentMaxStorageExcessPercent() { * This is the setter method to the attribute. * Excess percentage threshold of disk size to trigger cleanup of logs on the service engine. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 110. * @param logAgentMaxStorageExcessPercent set the logAgentMaxStorageExcessPercent. */ @@ -3781,7 +3897,7 @@ public void setLogAgentMaxStorageExcessPercent(Integer logAgentMaxStorageExcess * This is the getter method this will return the attribute value. * Maximum storage on the disk not allocated for logs on the service engine. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20.0f. * @return logAgentMaxStorageIgnorePercent */ @@ -3793,7 +3909,7 @@ public Float getLogAgentMaxStorageIgnorePercent() { * This is the setter method to the attribute. * Maximum storage on the disk not allocated for logs on the service engine. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20.0f. * @param logAgentMaxStorageIgnorePercent set the logAgentMaxStorageIgnorePercent. */ @@ -3805,7 +3921,7 @@ public void setLogAgentMaxStorageIgnorePercent(Float logAgentMaxStorageIgnorePe * This is the getter method this will return the attribute value. * Minimum storage allocated to any given virtualservice on the service engine. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return logAgentMinStoragePerVs */ @@ -3817,7 +3933,7 @@ public Integer getLogAgentMinStoragePerVs() { * This is the setter method to the attribute. * Minimum storage allocated to any given virtualservice on the service engine. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param logAgentMinStoragePerVs set the logAgentMinStoragePerVs. */ @@ -3830,7 +3946,7 @@ public void setLogAgentMinStoragePerVs(Integer logAgentMinStoragePerVs) { * Internal timer to stall log-agent and prevent it from hogging cpu cycles on the service engine. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return logAgentSleepInterval */ @@ -3843,7 +3959,7 @@ public Integer getLogAgentSleepInterval() { * Internal timer to stall log-agent and prevent it from hogging cpu cycles on the service engine. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param logAgentSleepInterval set the logAgentSleepInterval. */ @@ -3856,7 +3972,7 @@ public void setLogAgentSleepInterval(Integer logAgentSleepInterval) { * Enable trace logs by default on service engine. * Configuration operations are logged along with other important logs by service engine. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return logAgentTraceEnabled */ @@ -3869,7 +3985,7 @@ public Boolean getLogAgentTraceEnabled() { * Enable trace logs by default on service engine. * Configuration operations are logged along with other important logs by service engine. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param logAgentTraceEnabled set the logAgentTraceEnabled. */ @@ -3882,7 +3998,7 @@ public void setLogAgentTraceEnabled(Boolean logAgentTraceEnabled) { * Timeout to purge unknown virtual service logs from the service engine. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @return logAgentUnknownVsTimer */ @@ -3895,7 +4011,7 @@ public Integer getLogAgentUnknownVsTimer() { * Timeout to purge unknown virtual service logs from the service engine. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @param logAgentUnknownVsTimer set the logAgentUnknownVsTimer. */ @@ -3908,7 +4024,7 @@ public void setLogAgentUnknownVsTimer(Integer logAgentUnknownVsTimer) { * Maximum disk capacity (in mb) to be allocated to an se. * This is exclusively used for debug and log data. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return logDisksz */ @@ -3921,7 +4037,7 @@ public Integer getLogDisksz() { * Maximum disk capacity (in mb) to be allocated to an se. * This is exclusively used for debug and log data. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param logDisksz set the logDisksz. */ @@ -3933,8 +4049,8 @@ public void setLogDisksz(Integer logDisksz) { * This is the getter method this will return the attribute value. * Se will log memory allocation related failure to the se_trace file, wherever available. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return logMallocFailure */ @@ -3946,8 +4062,8 @@ public Boolean getLogMallocFailure() { * This is the setter method to the attribute. * Se will log memory allocation related failure to the se_trace file, wherever available. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param logMallocFailure set the logMallocFailure. */ @@ -3959,7 +4075,7 @@ public void setLogMallocFailure(Boolean logMallocFailure) { * This is the getter method this will return the attribute value. * Maximum number of file names in a log message. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return logMessageMaxFileListSize */ @@ -3971,7 +4087,7 @@ public Integer getLogMessageMaxFileListSize() { * This is the setter method to the attribute. * Maximum number of file names in a log message. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param logMessageMaxFileListSize set the logMessageMaxFileListSize. */ @@ -3982,8 +4098,7 @@ public void setLogMessageMaxFileListSize(Integer logMessageMaxFileListSize) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.7. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -3995,8 +4110,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.7. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -4008,8 +4122,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.7. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -4027,7 +4140,7 @@ public ServiceEngineGroup addMarkersItem(RoleFilterMatchLabel markersItem) { * This helps control the cpu and memory use by external health monitors. * Special values are 0- value will be internally calculated based on cpu and memory. * Field introduced in 18.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxConcurrentExternalHm */ @@ -4041,7 +4154,7 @@ public Integer getMaxConcurrentExternalHm() { * This helps control the cpu and memory use by external health monitors. * Special values are 0- value will be internally calculated based on cpu and memory. * Field introduced in 18.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxConcurrentExternalHm set the maxConcurrentExternalHm. */ @@ -4055,7 +4168,7 @@ public void setMaxConcurrentExternalHm(Integer maxConcurrentExternalHm) { * A new se may be created as part of this process. * Allowed values are 40-90. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 80. * @return maxCpuUsage */ @@ -4069,7 +4182,7 @@ public Integer getMaxCpuUsage() { * A new se may be created as part of this process. * Allowed values are 40-90. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 80. * @param maxCpuUsage set the maxCpuUsage. */ @@ -4082,7 +4195,7 @@ public void setMaxCpuUsage(Integer maxCpuUsage) { * Max bytes that can be allocated in a single mempool. * Field introduced in 18.1.5. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return maxMemoryPerMempool */ @@ -4095,7 +4208,7 @@ public Integer getMaxMemoryPerMempool() { * Max bytes that can be allocated in a single mempool. * Field introduced in 18.1.5. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param maxMemoryPerMempool set the maxMemoryPerMempool. */ @@ -4103,6 +4216,36 @@ public void setMaxMemoryPerMempool(Integer maxMemoryPerMempool) { this.maxMemoryPerMempool = maxMemoryPerMempool; } + /** + * This is the getter method this will return the attribute value. + * Maximum number of http session that will be created. + * Each session uses about 1kb in the key-value storage in shared memory. + * Setting this value too high can lead to exhaustion of shared memory and affect services. + * Allowed values are 1-2000000. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 50000. + * @return maxNumHttpSessionsToStore + */ + public Integer getMaxNumHttpSessionsToStore() { + return maxNumHttpSessionsToStore; + } + + /** + * This is the setter method to the attribute. + * Maximum number of http session that will be created. + * Each session uses about 1kb in the key-value storage in shared memory. + * Setting this value too high can lead to exhaustion of shared memory and affect services. + * Allowed values are 1-2000000. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 50000. + * @param maxNumHttpSessionsToStore set the maxNumHttpSessionsToStore. + */ + public void setMaxNumHttpSessionsToStore(Integer maxNumHttpSessionsToStore) { + this.maxNumHttpSessionsToStore = maxNumHttpSessionsToStore; + } + /** * This is the getter method this will return the attribute value. * Configures the maximum number of se_dp processes that handles traffic. @@ -4110,8 +4253,8 @@ public void setMaxMemoryPerMempool(Integer maxMemoryPerMempool) { * If decreased, it will only take effect after se reboot. * Allowed values are 1-128. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxNumSeDps */ @@ -4126,8 +4269,8 @@ public Integer getMaxNumSeDps() { * If decreased, it will only take effect after se reboot. * Allowed values are 1-128. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxNumSeDps set the maxNumSeDps. */ @@ -4140,7 +4283,7 @@ public void setMaxNumSeDps(Integer maxNumSeDps) { * Applicable to azure platform only. * Maximum number of public ips per azure lb. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return maxPublicIpsPerLb */ @@ -4153,7 +4296,7 @@ public Integer getMaxPublicIpsPerLb() { * Applicable to azure platform only. * Maximum number of public ips per azure lb. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param maxPublicIpsPerLb set the maxPublicIpsPerLb. */ @@ -4166,8 +4309,8 @@ public void setMaxPublicIpsPerLb(Integer maxPublicIpsPerLb) { * Maximum number of queues per vnic setting to '0' utilises all queues that are distributed across dispatcher cores. * Allowed values are 0,1,2,4,8,16. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1), basic (allowed values- 1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return maxQueuesPerVnic */ @@ -4180,8 +4323,8 @@ public Integer getMaxQueuesPerVnic() { * Maximum number of queues per vnic setting to '0' utilises all queues that are distributed across dispatcher cores. * Allowed values are 0,1,2,4,8,16. * Field introduced in 18.2.7, 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1), basic (allowed values- 1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param maxQueuesPerVnic set the maxQueuesPerVnic. */ @@ -4194,7 +4337,7 @@ public void setMaxQueuesPerVnic(Integer maxQueuesPerVnic) { * Applicable to azure platform only. * Maximum number of rules per azure lb. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 150. * @return maxRulesPerLb */ @@ -4207,7 +4350,7 @@ public Integer getMaxRulesPerLb() { * Applicable to azure platform only. * Maximum number of rules per azure lb. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 150. * @param maxRulesPerLb set the maxRulesPerLb. */ @@ -4219,7 +4362,7 @@ public void setMaxRulesPerLb(Integer maxRulesPerLb) { * This is the getter method this will return the attribute value. * Maximum number of active service engines for the virtual service. * Allowed values are 1-64. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return maxScaleoutPerVs */ @@ -4231,7 +4374,7 @@ public Integer getMaxScaleoutPerVs() { * This is the setter method to the attribute. * Maximum number of active service engines for the virtual service. * Allowed values are 1-64. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param maxScaleoutPerVs set the maxScaleoutPerVs. */ @@ -4243,7 +4386,7 @@ public void setMaxScaleoutPerVs(Integer maxScaleoutPerVs) { * This is the getter method this will return the attribute value. * Maximum number of services engines in this group. * Allowed values are 0-1000. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return maxSe */ @@ -4255,7 +4398,7 @@ public Integer getMaxSe() { * This is the setter method to the attribute. * Maximum number of services engines in this group. * Allowed values are 0-1000. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param maxSe set the maxSe. */ @@ -4270,7 +4413,7 @@ public void setMaxSe(Integer maxSe) { * Requires se reboot. * Allowed values are 1-17. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 17. * @return maxSkbFrags */ @@ -4285,7 +4428,7 @@ public Integer getMaxSkbFrags() { * Requires se reboot. * Allowed values are 1-17. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 17. * @param maxSkbFrags set the maxSkbFrags. */ @@ -4297,7 +4440,7 @@ public void setMaxSkbFrags(Integer maxSkbFrags) { * This is the getter method this will return the attribute value. * Maximum number of virtual services that can be placed on a single service engine. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return maxVsPerSe */ @@ -4309,7 +4452,7 @@ public Integer getMaxVsPerSe() { * This is the setter method to the attribute. * Maximum number of virtual services that can be placed on a single service engine. * Allowed values are 1-1000. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param maxVsPerSe set the maxVsPerSe. */ @@ -4319,7 +4462,7 @@ public void setMaxVsPerSe(Integer maxVsPerSe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return memReserve */ @@ -4329,7 +4472,7 @@ public Boolean getMemReserve() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param memReserve set the memReserve. */ @@ -4343,7 +4486,7 @@ public void setMemReserve(Boolean memReserve) { * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @return memoryForConfigUpdate */ @@ -4357,7 +4500,7 @@ public Integer getMemoryForConfigUpdate() { * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @param memoryForConfigUpdate set the memoryForConfigUpdate. */ @@ -4371,7 +4514,7 @@ public void setMemoryForConfigUpdate(Integer memoryForConfigUpdate) { * Changes to this setting do not affect existing ses. * Allowed values are 2048-262144. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2048. * @return memoryPerSe */ @@ -4385,7 +4528,7 @@ public Integer getMemoryPerSe() { * Changes to this setting do not affect existing ses. * Allowed values are 2048-262144. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2048. * @param memoryPerSe set the memoryPerSe. */ @@ -4402,7 +4545,7 @@ public void setMemoryPerSe(Integer memoryPerSe) { * Allowed values are 0-1. * Special values are 9- reset metrics collection state. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return metricsCollectionMode */ @@ -4419,7 +4562,7 @@ public Integer getMetricsCollectionMode() { * Allowed values are 0-1. * Special values are 9- reset metrics collection state. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param metricsCollectionMode set the metricsCollectionMode. */ @@ -4431,7 +4574,7 @@ public void setMetricsCollectionMode(Integer metricsCollectionMode) { * This is the getter method this will return the attribute value. * Management network to use for avi service engines. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtNetworkRef */ @@ -4443,7 +4586,7 @@ public String getMgmtNetworkRef() { * This is the setter method to the attribute. * Management network to use for avi service engines. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtNetworkRef set the mgmtNetworkRef. */ @@ -4454,7 +4597,7 @@ public void setMgmtNetworkRef(String mgmtNetworkRef) { /** * This is the getter method this will return the attribute value. * Management subnet to use for avi service engines. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtSubnet */ @@ -4465,7 +4608,7 @@ public IpAddrPrefix getMgmtSubnet() { /** * This is the setter method to the attribute. * Management subnet to use for avi service engines. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtSubnet set the mgmtSubnet. */ @@ -4479,7 +4622,7 @@ public void setMgmtSubnet(IpAddrPrefix mgmtSubnet) { * After consolidation, unused service engines may then be eligible for deletion. * Allowed values are 20-60. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return minCpuUsage */ @@ -4493,7 +4636,7 @@ public Integer getMinCpuUsage() { * After consolidation, unused service engines may then be eligible for deletion. * Allowed values are 20-60. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param minCpuUsage set the minCpuUsage. */ @@ -4505,7 +4648,7 @@ public void setMinCpuUsage(Integer minCpuUsage) { * This is the getter method this will return the attribute value. * Minimum number of active service engines for the virtual service. * Allowed values are 1-64. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return minScaleoutPerVs */ @@ -4517,7 +4660,7 @@ public Integer getMinScaleoutPerVs() { * This is the setter method to the attribute. * Minimum number of active service engines for the virtual service. * Allowed values are 1-64. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param minScaleoutPerVs set the minScaleoutPerVs. */ @@ -4530,7 +4673,7 @@ public void setMinScaleoutPerVs(Integer minScaleoutPerVs) { * Minimum number of services engines in this group (relevant for se autorebalance only). * Allowed values are 0-1000. * Field introduced in 17.2.13,18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return minSe */ @@ -4543,7 +4686,7 @@ public Integer getMinSe() { * Minimum number of services engines in this group (relevant for se autorebalance only). * Allowed values are 0-1000. * Field introduced in 17.2.13,18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param minSe set the minSe. */ @@ -4557,7 +4700,7 @@ public void setMinSe(Integer minSe) { * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return minimumConnectionMemory */ @@ -4571,7 +4714,7 @@ public Integer getMinimumConnectionMemory() { * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param minimumConnectionMemory set the minimumConnectionMemory. */ @@ -4583,7 +4726,7 @@ public void setMinimumConnectionMemory(Integer minimumConnectionMemory) { * This is the getter method this will return the attribute value. * This knob enables the service engine to process multicast traffic(for vmware hypervisor). * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return multicastEnable */ @@ -4595,7 +4738,7 @@ public Boolean getMulticastEnable() { * This is the setter method to the attribute. * This knob enables the service engine to process multicast traffic(for vmware hypervisor). * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param multicastEnable set the multicastEnable. */ @@ -4608,7 +4751,7 @@ public void setMulticastEnable(Boolean multicastEnable) { * Number of threads to use for log streaming. * Allowed values are 1-100. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return nLogStreamingThreads */ @@ -4621,7 +4764,7 @@ public Integer getNLogStreamingThreads() { * Number of threads to use for log streaming. * Allowed values are 1-100. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param nLogStreamingThreads set the nLogStreamingThreads. */ @@ -4631,7 +4774,7 @@ public void setNLogStreamingThreads(Integer nLogStreamingThreads) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -4641,7 +4784,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -4649,13 +4792,41 @@ public void setName(String name) { this.name = name; } + /** + * This is the getter method this will return the attribute value. + * Timeout in seconds for idle nd6 entries. + * Allowed values are 0-86400. + * Field introduced in 31.2.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 86400. + * @return nd6CacheTimeout + */ + public Integer getNd6CacheTimeout() { + return nd6CacheTimeout; + } + + /** + * This is the setter method to the attribute. + * Timeout in seconds for idle nd6 entries. + * Allowed values are 0-86400. + * Field introduced in 31.2.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 86400. + * @param nd6CacheTimeout set the nd6CacheTimeout. + */ + public void setNd6CacheTimeout(Integer nd6CacheTimeout) { + this.nd6CacheTimeout = nd6CacheTimeout; + } + /** * This is the getter method this will return the attribute value. * Number of threads to poll for netlink messages excluding the thread for default namespace. * Requires se reboot. * Allowed values are 1-32. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return netlinkPollerThreads */ @@ -4669,7 +4840,7 @@ public Integer getNetlinkPollerThreads() { * Requires se reboot. * Allowed values are 1-32. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param netlinkPollerThreads set the netlinkPollerThreads. */ @@ -4684,7 +4855,7 @@ public void setNetlinkPollerThreads(Integer netlinkPollerThreads) { * Allowed values are 1-128. * Field introduced in 21.1.1. * Unit is mega_bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return netlinkSockBufSize */ @@ -4699,7 +4870,7 @@ public Integer getNetlinkSockBufSize() { * Allowed values are 1-128. * Field introduced in 21.1.1. * Unit is mega_bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param netlinkSockBufSize set the netlinkSockBufSize. */ @@ -4711,7 +4882,7 @@ public void setNetlinkSockBufSize(Integer netlinkSockBufSize) { * This is the getter method this will return the attribute value. * Free the connection stack. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ngxFreeConnectionStack */ @@ -4723,7 +4894,7 @@ public Boolean getNgxFreeConnectionStack() { * This is the setter method to the attribute. * Free the connection stack. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ngxFreeConnectionStack set the ngxFreeConnectionStack. */ @@ -4738,7 +4909,7 @@ public void setNgxFreeConnectionStack(Boolean ngxFreeConnectionStack) { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return nonSignificantLogThrottle */ @@ -4753,7 +4924,7 @@ public Integer getNonSignificantLogThrottle() { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param nonSignificantLogThrottle set the nonSignificantLogThrottle. */ @@ -4767,8 +4938,7 @@ public void setNonSignificantLogThrottle(Integer nonSignificantLogThrottle) { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return nsHelperDeqIntervalMsec */ @@ -4782,8 +4952,7 @@ public Integer getNsHelperDeqIntervalMsec() { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param nsHelperDeqIntervalMsec set the nsHelperDeqIntervalMsec. */ @@ -4796,8 +4965,7 @@ public void setNsHelperDeqIntervalMsec(Integer nsHelperDeqIntervalMsec) { * Toggle se ntp synchronization failure events generation. * Disabled by default. * Field introduced in 22.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ntpSyncFailEvent */ @@ -4810,8 +4978,7 @@ public Boolean getNtpSyncFailEvent() { * Toggle se ntp synchronization failure events generation. * Disabled by default. * Field introduced in 22.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ntpSyncFailEvent set the ntpSyncFailEvent. */ @@ -4827,8 +4994,7 @@ public void setNtpSyncFailEvent(Boolean ntpSyncFailEvent) { * Special values are 0- disable. * Field introduced in 22.1.2. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return ntpSyncStatusInterval */ @@ -4844,8 +5010,7 @@ public Integer getNtpSyncStatusInterval() { * Special values are 0- disable. * Field introduced in 22.1.2. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param ntpSyncStatusInterval set the ntpSyncStatusInterval. */ @@ -4859,8 +5024,8 @@ public void setNtpSyncStatusInterval(Integer ntpSyncStatusInterval) { * If set to 0, then number of dispatcher cores is deduced automatically.requires se reboot. * Allowed values are 0,1,2,4,8,16. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return numDispatcherCores */ @@ -4874,8 +5039,8 @@ public Integer getNumDispatcherCores() { * If set to 0, then number of dispatcher cores is deduced automatically.requires se reboot. * Allowed values are 0,1,2,4,8,16. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param numDispatcherCores set the numDispatcherCores. */ @@ -4888,7 +5053,7 @@ public void setNumDispatcherCores(Integer numDispatcherCores) { * Number of queues to each dispatcher. * Allowed values are 1-2. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return numDispatcherQueues */ @@ -4901,7 +5066,7 @@ public Integer getNumDispatcherQueues() { * Number of queues to each dispatcher. * Allowed values are 1-2. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param numDispatcherQueues set the numDispatcherQueues. */ @@ -4912,7 +5077,7 @@ public void setNumDispatcherQueues(Integer numDispatcherQueues) { /** * This is the getter method this will return the attribute value. * Number of changes in num flow cores sum to ignore. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return numFlowCoresSumChangesToIgnore */ @@ -4923,7 +5088,7 @@ public Integer getNumFlowCoresSumChangesToIgnore() { /** * This is the setter method to the attribute. * Number of changes in num flow cores sum to ignore. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param numFlowCoresSumChangesToIgnore set the numFlowCoresSumChangesToIgnore. */ @@ -4935,7 +5100,7 @@ public void setNumFlowCoresSumChangesToIgnore(Integer numFlowCoresSumChangesToI * This is the getter method this will return the attribute value. * Configuration knobs for interse object distribution. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objsyncConfig */ @@ -4947,7 +5112,7 @@ public ObjSyncConfig getObjsyncConfig() { * This is the setter method to the attribute. * Configuration knobs for interse object distribution. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objsyncConfig set the objsyncConfig. */ @@ -4963,7 +5128,7 @@ public void setObjsyncConfig(ObjSyncConfig objsyncConfig) { * Requires se reboot. * Allowed values are 1024-65535. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4001. * @return objsyncPort */ @@ -4979,7 +5144,7 @@ public Integer getObjsyncPort() { * Requires se reboot. * Allowed values are 1024-65535. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4001. * @param objsyncPort set the objsyncPort. */ @@ -4990,7 +5155,7 @@ public void setObjsyncPort(Integer objsyncPort) { * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. * Maximum of 5 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return openstackAvailabilityZones */ @@ -5002,7 +5167,7 @@ public List getOpenstackAvailabilityZones() { * This is the setter method. this will set the openstackAvailabilityZones * Field introduced in 17.1.1. * Maximum of 5 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return openstackAvailabilityZones */ @@ -5014,7 +5179,7 @@ public void setOpenstackAvailabilityZones(List openstackAvailabilityZon * This is the setter method this will set the openstackAvailabilityZones * Field introduced in 17.1.1. * Maximum of 5 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return openstackAvailabilityZones */ @@ -5029,7 +5194,7 @@ public ServiceEngineGroup addOpenstackAvailabilityZonesItem(String openstackAvai /** * This is the getter method this will return the attribute value. * Avi management network name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return openstackMgmtNetworkName */ @@ -5040,7 +5205,7 @@ public String getOpenstackMgmtNetworkName() { /** * This is the setter method to the attribute. * Avi management network name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param openstackMgmtNetworkName set the openstackMgmtNetworkName. */ @@ -5051,7 +5216,7 @@ public void setOpenstackMgmtNetworkName(String openstackMgmtNetworkName) { /** * This is the getter method this will return the attribute value. * Management network uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return openstackMgmtNetworkUuid */ @@ -5062,7 +5227,7 @@ public String getOpenstackMgmtNetworkUuid() { /** * This is the setter method to the attribute. * Management network uuid. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param openstackMgmtNetworkUuid set the openstackMgmtNetworkUuid. */ @@ -5074,7 +5239,7 @@ public void setOpenstackMgmtNetworkUuid(String openstackMgmtNetworkUuid) { * This is the getter method this will return the attribute value. * Amount of extra memory to be reserved for use by the operating system on a service engine. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return osReservedMemory */ @@ -5086,7 +5251,7 @@ public Integer getOsReservedMemory() { * This is the setter method to the attribute. * Amount of extra memory to be reserved for use by the operating system on a service engine. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param osReservedMemory set the osReservedMemory. */ @@ -5098,7 +5263,7 @@ public void setOsReservedMemory(Integer osReservedMemory) { * This is the getter method this will return the attribute value. * Enable path mtu discovery feature for ipv4. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return pathMtuDiscoveryV4 */ @@ -5110,7 +5275,7 @@ public Boolean getPathMtuDiscoveryV4() { * This is the setter method to the attribute. * Enable path mtu discovery feature for ipv4. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param pathMtuDiscoveryV4 set the pathMtuDiscoveryV4. */ @@ -5122,7 +5287,7 @@ public void setPathMtuDiscoveryV4(Boolean pathMtuDiscoveryV4) { * This is the getter method this will return the attribute value. * Enable path mtu discovery feature for ipv6. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return pathMtuDiscoveryV6 */ @@ -5134,7 +5299,7 @@ public Boolean getPathMtuDiscoveryV6() { * This is the setter method to the attribute. * Enable path mtu discovery feature for ipv6. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param pathMtuDiscoveryV6 set the pathMtuDiscoveryV6. */ @@ -5148,7 +5313,7 @@ public void setPathMtuDiscoveryV6(Boolean pathMtuDiscoveryV6) { * Requires se reboot. * Enum options - PCAP_TX_AUTO, PCAP_TX_SOCKET, PCAP_TX_RING. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PCAP_TX_AUTO". * @return pcapTxMode */ @@ -5162,7 +5327,7 @@ public String getPcapTxMode() { * Requires se reboot. * Enum options - PCAP_TX_AUTO, PCAP_TX_SOCKET, PCAP_TX_RING. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PCAP_TX_AUTO". * @param pcapTxMode set the pcapTxMode. */ @@ -5178,7 +5343,7 @@ public void setPcapTxMode(String pcapTxMode) { * Allowed values are 10-100. * Field introduced in 20.1.3. * Unit is percent. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return pcapTxRingRdBalancingFactor */ @@ -5194,7 +5359,7 @@ public Integer getPcapTxRingRdBalancingFactor() { * Allowed values are 10-100. * Field introduced in 20.1.3. * Unit is percent. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param pcapTxRingRdBalancingFactor set the pcapTxRingRdBalancingFactor. */ @@ -5207,8 +5372,8 @@ public void setPcapTxRingRdBalancingFactor(Integer pcapTxRingRdBalancingFactor) * Per-app se mode is designed for deploying dedicated load balancers per app (vs). * In this mode, each se is limited to a max of 2 vss. * Vcpus in per-app ses count towards licensing usage at 25% rate. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return perApp */ @@ -5221,8 +5386,8 @@ public Boolean getPerApp() { * Per-app se mode is designed for deploying dedicated load balancers per app (vs). * In this mode, each se is limited to a max of 2 vss. * Vcpus in per-app ses count towards licensing usage at 25% rate. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param perApp set the perApp. */ @@ -5235,7 +5400,7 @@ public void setPerApp(Boolean perApp) { * Enable/disable per vs level admission control.enabling this feature will cause the connection and packet throttling on a particular vs that has * high packet buffer consumption. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return perVsAdmissionControl */ @@ -5248,7 +5413,7 @@ public Boolean getPerVsAdmissionControl() { * Enable/disable per vs level admission control.enabling this feature will cause the connection and packet throttling on a particular vs that has * high packet buffer consumption. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param perVsAdmissionControl set the perVsAdmissionControl. */ @@ -5260,7 +5425,7 @@ public void setPerVsAdmissionControl(Boolean perVsAdmissionControl) { * This is the getter method this will return the attribute value. * If placement mode is 'auto', virtual services are automatically placed on service engines. * Enum options - PLACEMENT_MODE_AUTO. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PLACEMENT_MODE_AUTO". * @return placementMode */ @@ -5272,7 +5437,7 @@ public String getPlacementMode() { * This is the setter method to the attribute. * If placement mode is 'auto', virtual services are automatically placed on service engines. * Enum options - PLACEMENT_MODE_AUTO. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PLACEMENT_MODE_AUTO". * @param placementMode set the placementMode. */ @@ -5280,10 +5445,38 @@ public void setPlacementMode(String placementMode) { this.placementMode = placementMode; } + /** + * This is the getter method this will return the attribute value. + * Available memory threshold on se in mb, to get qualified for upgrade operation. + * Adjusting this knob will override the internal value of available memory threshold for se, thereby qualifying it for upgrade operation. + * '0' is a special auto value, which will indicate that memory threshold is calculated based on total memory size of the se. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. + * @return preUpgradeSeAvailableMemThreshold + */ + public Integer getPreUpgradeSeAvailableMemThreshold() { + return preUpgradeSeAvailableMemThreshold; + } + + /** + * This is the setter method to the attribute. + * Available memory threshold on se in mb, to get qualified for upgrade operation. + * Adjusting this knob will override the internal value of available memory threshold for se, thereby qualifying it for upgrade operation. + * '0' is a special auto value, which will indicate that memory threshold is calculated based on total memory size of the se. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. + * @param preUpgradeSeAvailableMemThreshold set the preUpgradeSeAvailableMemThreshold. + */ + public void setPreUpgradeSeAvailableMemThreshold(Integer preUpgradeSeAvailableMemThreshold) { + this.preUpgradeSeAvailableMemThreshold = preUpgradeSeAvailableMemThreshold; + } + /** * This is the getter method this will return the attribute value. * Enable or deactivate real time se metrics. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return realtimeSeMetrics */ @@ -5294,7 +5487,7 @@ public MetricsRealTimeUpdate getRealtimeSeMetrics() { /** * This is the setter method to the attribute. * Enable or deactivate real time se metrics. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param realtimeSeMetrics set the realtimeSeMetrics. */ @@ -5306,7 +5499,7 @@ public void setRealtimeSeMetrics(MetricsRealTimeUpdate realtimeSeMetrics) { * This is the getter method this will return the attribute value. * Reboot the vm or host on kernel panic. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return rebootOnPanic */ @@ -5318,7 +5511,7 @@ public Boolean getRebootOnPanic() { * This is the setter method to the attribute. * Reboot the vm or host on kernel panic. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param rebootOnPanic set the rebootOnPanic. */ @@ -5333,7 +5526,7 @@ public void setRebootOnPanic(Boolean rebootOnPanic) { * Allowed values are 0-3000. * Field introduced in 22.1.3. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return replayVrfRoutesInterval */ @@ -5348,7 +5541,7 @@ public Integer getReplayVrfRoutesInterval() { * Allowed values are 0-3000. * Field introduced in 22.1.3. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param replayVrfRoutesInterval set the replayVrfRoutesInterval. */ @@ -5362,7 +5555,7 @@ public void setReplayVrfRoutesInterval(Integer replayVrfRoutesInterval) { * Allowed values are 8-600000. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 65536. * @return resyncTimeInterval */ @@ -5376,7 +5569,7 @@ public Integer getResyncTimeInterval() { * Allowed values are 8-600000. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 65536. * @param resyncTimeInterval set the resyncTimeInterval. */ @@ -5390,8 +5583,7 @@ public void setResyncTimeInterval(Integer resyncTimeInterval) { * Allowed values are 1-10000. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return sdbFlushInterval */ @@ -5405,8 +5597,7 @@ public Integer getSdbFlushInterval() { * Allowed values are 1-10000. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param sdbFlushInterval set the sdbFlushInterval. */ @@ -5419,8 +5610,7 @@ public void setSdbFlushInterval(Integer sdbFlushInterval) { * Sdb pipeline size. * Allowed values are 1-10000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return sdbPipelineSize */ @@ -5433,8 +5623,7 @@ public Integer getSdbPipelineSize() { * Sdb pipeline size. * Allowed values are 1-10000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param sdbPipelineSize set the sdbPipelineSize. */ @@ -5447,8 +5636,7 @@ public void setSdbPipelineSize(Integer sdbPipelineSize) { * Sdb scan count. * Allowed values are 1-1000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return sdbScanCount */ @@ -5461,8 +5649,7 @@ public Integer getSdbScanCount() { * Sdb scan count. * Allowed values are 1-1000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param sdbScanCount set the sdbScanCount. */ @@ -5475,8 +5662,8 @@ public void setSdbScanCount(Integer sdbScanCount) { * Select the se bandwidth for the bandwidth license. * Enum options - SE_BANDWIDTH_UNLIMITED, SE_BANDWIDTH_25M, SE_BANDWIDTH_200M, SE_BANDWIDTH_1000M, SE_BANDWIDTH_10000M. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- se_bandwidth_unlimited), basic edition(allowed values- - * se_bandwidth_unlimited), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- se_bandwidth_unlimited), basic (allowed values- se_bandwidth_unlimited) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthType */ @@ -5489,8 +5676,8 @@ public String getSeBandwidthType() { * Select the se bandwidth for the bandwidth license. * Enum options - SE_BANDWIDTH_UNLIMITED, SE_BANDWIDTH_25M, SE_BANDWIDTH_200M, SE_BANDWIDTH_1000M, SE_BANDWIDTH_10000M. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials edition(allowed values- se_bandwidth_unlimited), basic edition(allowed values- - * se_bandwidth_unlimited), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- se_bandwidth_unlimited), basic (allowed values- se_bandwidth_unlimited) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seBandwidthType set the seBandwidthType. */ @@ -5505,7 +5692,7 @@ public void setSeBandwidthType(String seBandwidthType) { * Requires se reboot. * Allowed values are 1,2,4,8,255. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return seDebugTraceSz */ @@ -5520,7 +5707,7 @@ public Integer getSeDebugTraceSz() { * Requires se reboot. * Allowed values are 1,2,4,8,255. * Field introduced in 22.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param seDebugTraceSz set the seDebugTraceSz. */ @@ -5533,8 +5720,8 @@ public void setSeDebugTraceSz(Integer seDebugTraceSz) { * Delay the cleanup of flowtable entry. * To be used under surveillance of avi support. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return seDelayedFlowDelete */ @@ -5547,8 +5734,8 @@ public Boolean getSeDelayedFlowDelete() { * Delay the cleanup of flowtable entry. * To be used under surveillance of avi support. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param seDelayedFlowDelete set the seDelayedFlowDelete. */ @@ -5563,7 +5750,7 @@ public void setSeDelayedFlowDelete(Boolean seDelayedFlowDelete) { * If this value is set to 0, controller will never delete any ses and administrator has to manually cleanup unused ses. * Allowed values are 0-525600. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @return seDeprovisionDelay */ @@ -5578,7 +5765,7 @@ public Integer getSeDeprovisionDelay() { * If this value is set to 0, controller will never delete any ses and administrator has to manually cleanup unused ses. * Allowed values are 0-525600. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @param seDeprovisionDelay set the seDeprovisionDelay. */ @@ -5588,7 +5775,7 @@ public void setSeDeprovisionDelay(Integer seDeprovisionDelay) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDosProfile */ @@ -5598,7 +5785,7 @@ public DosThresholdProfile getSeDosProfile() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDosProfile set the seDosProfile. */ @@ -5611,7 +5798,7 @@ public void setSeDosProfile(DosThresholdProfile seDosProfile) { * Internal only. * Used to simulate se - se hb failure. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seDpHmDrops */ @@ -5624,7 +5811,7 @@ public Integer getSeDpHmDrops() { * Internal only. * Used to simulate se - se hb failure. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seDpHmDrops set the seDpHmDrops. */ @@ -5636,8 +5823,7 @@ public void setSeDpHmDrops(Integer seDpHmDrops) { * This is the getter method this will return the attribute value. * Number of jiffies between polling interface state. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return seDpIfStatePollInterval */ @@ -5649,8 +5835,7 @@ public Integer getSeDpIfStatePollInterval() { * This is the setter method to the attribute. * Number of jiffies between polling interface state. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param seDpIfStatePollInterval set the seDpIfStatePollInterval. */ @@ -5666,7 +5851,7 @@ public void setSeDpIfStatePollInterval(Integer seDpIfStatePollInterval) { * Supported for >= 8 cpus. * Requires se reboot. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seDpIsolation */ @@ -5682,7 +5867,7 @@ public Boolean getSeDpIsolation() { * Supported for >= 8 cpus. * Requires se reboot. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seDpIsolation set the seDpIsolation. */ @@ -5699,7 +5884,7 @@ public void setSeDpIsolation(Boolean seDpIsolation) { * Allowed values are 1-8. * Special values are 0- auto. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seDpIsolationNumNonDpCpus */ @@ -5716,7 +5901,7 @@ public Integer getSeDpIsolationNumNonDpCpus() { * Allowed values are 1-8. * Special values are 0- auto. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seDpIsolationNumNonDpCpus set the seDpIsolationNumNonDpCpus. */ @@ -5728,7 +5913,7 @@ public void setSeDpIsolationNumNonDpCpus(Integer seDpIsolationNumNonDpCpus) { * This is the getter method this will return the attribute value. * Internal buffer full indicator on the service engine beyond which the unfiltered logs are abandoned. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 70. * @return seDpLogNfEnqueuePercent */ @@ -5740,7 +5925,7 @@ public Integer getSeDpLogNfEnqueuePercent() { * This is the setter method to the attribute. * Internal buffer full indicator on the service engine beyond which the unfiltered logs are abandoned. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 70. * @param seDpLogNfEnqueuePercent set the seDpLogNfEnqueuePercent. */ @@ -5752,7 +5937,7 @@ public void setSeDpLogNfEnqueuePercent(Integer seDpLogNfEnqueuePercent) { * This is the getter method this will return the attribute value. * Internal buffer full indicator on the service engine beyond which the user filtered logs are abandoned. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 90. * @return seDpLogUdfEnqueuePercent */ @@ -5764,7 +5949,7 @@ public Integer getSeDpLogUdfEnqueuePercent() { * This is the setter method to the attribute. * Internal buffer full indicator on the service engine beyond which the user filtered logs are abandoned. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 90. * @param seDpLogUdfEnqueuePercent set the seDpLogUdfEnqueuePercent. */ @@ -5778,7 +5963,7 @@ public void setSeDpLogUdfEnqueuePercent(Integer seDpLogUdfEnqueuePercent) { * This version is reported by secondary se to primary se in heartbeat response messages. * Allowed values are 1-3. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return seDpMaxHbVersion */ @@ -5792,7 +5977,7 @@ public Integer getSeDpMaxHbVersion() { * This version is reported by secondary se to primary se in heartbeat response messages. * Allowed values are 1-3. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param seDpMaxHbVersion set the seDpMaxHbVersion. */ @@ -5804,7 +5989,7 @@ public void setSeDpMaxHbVersion(Integer seDpMaxHbVersion) { * This is the getter method this will return the attribute value. * Time (in seconds) service engine waits for after generating a vnic transmit queue stall event before resetting thenic. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seDpVnicQueueStallEventSleep */ @@ -5816,7 +6001,7 @@ public Integer getSeDpVnicQueueStallEventSleep() { * This is the setter method to the attribute. * Time (in seconds) service engine waits for after generating a vnic transmit queue stall event before resetting thenic. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seDpVnicQueueStallEventSleep set the seDpVnicQueueStallEventSleep. */ @@ -5828,7 +6013,7 @@ public void setSeDpVnicQueueStallEventSleep(Integer seDpVnicQueueStallEventSlee * This is the getter method this will return the attribute value. * Number of consecutive transmit failures to look for before generating a vnic transmit queue stall event. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return seDpVnicQueueStallThreshold */ @@ -5840,7 +6025,7 @@ public Integer getSeDpVnicQueueStallThreshold() { * This is the setter method to the attribute. * Number of consecutive transmit failures to look for before generating a vnic transmit queue stall event. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param seDpVnicQueueStallThreshold set the seDpVnicQueueStallThreshold. */ @@ -5852,7 +6037,7 @@ public void setSeDpVnicQueueStallThreshold(Integer seDpVnicQueueStallThreshold) * This is the getter method this will return the attribute value. * Time (in milliseconds) to wait for network/nic recovery on detecting a transmit queue stall after which service engine resets the nic. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seDpVnicQueueStallTimeout */ @@ -5864,7 +6049,7 @@ public Integer getSeDpVnicQueueStallTimeout() { * This is the setter method to the attribute. * Time (in milliseconds) to wait for network/nic recovery on detecting a transmit queue stall after which service engine resets the nic. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seDpVnicQueueStallTimeout set the seDpVnicQueueStallTimeout. */ @@ -5876,7 +6061,7 @@ public void setSeDpVnicQueueStallTimeout(Integer seDpVnicQueueStallTimeout) { * This is the getter method this will return the attribute value. * Number of consecutive transmit queue stall events in se_dp_vnic_stall_se_restart_window to look for before restarting se. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return seDpVnicRestartOnQueueStallCount */ @@ -5888,7 +6073,7 @@ public Integer getSeDpVnicRestartOnQueueStallCount() { * This is the setter method to the attribute. * Number of consecutive transmit queue stall events in se_dp_vnic_stall_se_restart_window to look for before restarting se. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param seDpVnicRestartOnQueueStallCount set the seDpVnicRestartOnQueueStallCount. */ @@ -5900,7 +6085,7 @@ public void setSeDpVnicRestartOnQueueStallCount(Integer seDpVnicRestartOnQueueS * This is the getter method this will return the attribute value. * Window of time (in seconds) during which se_dp_vnic_restart_on_queue_stall_count number of consecutive stalls results in a se restart. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @return seDpVnicStallSeRestartWindow */ @@ -5912,7 +6097,7 @@ public Integer getSeDpVnicStallSeRestartWindow() { * This is the setter method to the attribute. * Window of time (in seconds) during which se_dp_vnic_restart_on_queue_stall_count number of consecutive stalls results in a se restart. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @param seDpVnicStallSeRestartWindow set the seDpVnicStallSeRestartWindow. */ @@ -5926,7 +6111,7 @@ public void setSeDpVnicStallSeRestartWindow(Integer seDpVnicStallSeRestartWindo * poll mode driver 2 don't use dpdk poll mode driver.requires se reboot. * Allowed values are 0-2. * Field introduced in 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seDpdkPmd */ @@ -5940,7 +6125,7 @@ public Integer getSeDpdkPmd() { * poll mode driver 2 don't use dpdk poll mode driver.requires se reboot. * Allowed values are 0-2. * Field introduced in 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seDpdkPmd set the seDpdkPmd. */ @@ -5952,8 +6137,7 @@ public void setSeDpdkPmd(Integer seDpdkPmd) { * This is the getter method this will return the attribute value. * Enable core dump on assert. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seDumpCoreOnAssert */ @@ -5965,8 +6149,7 @@ public Boolean getSeDumpCoreOnAssert() { * This is the setter method to the attribute. * Enable core dump on assert. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seDumpCoreOnAssert set the seDumpCoreOnAssert. */ @@ -5979,8 +6162,8 @@ public void setSeDumpCoreOnAssert(Boolean seDumpCoreOnAssert) { * Use this to emulate more/less cpus than is actually available. * One datapath process is started for each core. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seEmulatedCores */ @@ -5993,8 +6176,8 @@ public Integer getSeEmulatedCores() { * Use this to emulate more/less cpus than is actually available. * One datapath process is started for each core. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seEmulatedCores set the seEmulatedCores. */ @@ -6007,7 +6190,7 @@ public void setSeEmulatedCores(Integer seEmulatedCores) { * Flow probe retry count if no replies are received.requires se reboot. * Allowed values are 0-5. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return seFlowProbeRetries */ @@ -6020,7 +6203,7 @@ public Integer getSeFlowProbeRetries() { * Flow probe retry count if no replies are received.requires se reboot. * Allowed values are 0-5. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param seFlowProbeRetries set the seFlowProbeRetries. */ @@ -6034,7 +6217,7 @@ public void setSeFlowProbeRetries(Integer seFlowProbeRetries) { * Allowed values are 20-50. * Field introduced in 18.2.5. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 40. * @return seFlowProbeRetryTimer */ @@ -6048,7 +6231,7 @@ public Integer getSeFlowProbeRetryTimer() { * Allowed values are 20-50. * Field introduced in 18.2.5. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 40. * @param seFlowProbeRetryTimer set the seFlowProbeRetryTimer. */ @@ -6060,7 +6243,7 @@ public void setSeFlowProbeRetryTimer(Integer seFlowProbeRetryTimer) { * This is the getter method this will return the attribute value. * Analytics policy for serviceenginegroup. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupAnalyticsPolicy */ @@ -6072,7 +6255,7 @@ public SeGroupAnalyticsPolicy getSeGroupAnalyticsPolicy() { * This is the setter method to the attribute. * Analytics policy for serviceenginegroup. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupAnalyticsPolicy set the seGroupAnalyticsPolicy. */ @@ -6088,7 +6271,7 @@ public void setSeGroupAnalyticsPolicy(SeGroupAnalyticsPolicy seGroupAnalyticsPol * For more details please refer to se placement kb. * Enum options - SE_CPU_HT_AUTO, SE_CPU_HT_SPARSE_DISPATCHER_PRIORITY, SE_CPU_HT_SPARSE_PROXY_PRIORITY, SE_CPU_HT_PACKED_CORES. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CPU_HT_AUTO". * @return seHyperthreadedMode */ @@ -6104,7 +6287,7 @@ public String getSeHyperthreadedMode() { * For more details please refer to se placement kb. * Enum options - SE_CPU_HT_AUTO, SE_CPU_HT_SPARSE_DISPATCHER_PRIORITY, SE_CPU_HT_SPARSE_PROXY_PRIORITY, SE_CPU_HT_PACKED_CORES. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CPU_HT_AUTO". * @param seHyperthreadedMode set the seHyperthreadedMode. */ @@ -6117,7 +6300,7 @@ public void setSeHyperthreadedMode(String seHyperthreadedMode) { * Determines if se-se ipc messages are encapsulated in an ip header 0 automatically determine based on hypervisor type 1 use * ip encap unconditionally ~[0,1] don't use ip encaprequires se reboot. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seIpEncapIpc */ @@ -6130,7 +6313,7 @@ public Integer getSeIpEncapIpc() { * Determines if se-se ipc messages are encapsulated in an ip header 0 automatically determine based on hypervisor type 1 use * ip encap unconditionally ~[0,1] don't use ip encaprequires se reboot. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seIpEncapIpc set the seIpEncapIpc. */ @@ -6145,9 +6328,10 @@ public void setSeIpEncapIpc(Integer seIpEncapIpc) { * The factor takes the following values 0-default. * 1-doubles the burst size and kni resources. * 2-quadruples the burst size and kni resources. - * Allowed values are 0-2. + * 3-increases the burst size and kni resources by a factor of eight. + * Allowed values are 0-3. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seKniBurstFactor */ @@ -6162,9 +6346,10 @@ public Integer getSeKniBurstFactor() { * The factor takes the following values 0-default. * 1-doubles the burst size and kni resources. * 2-quadruples the burst size and kni resources. - * Allowed values are 0-2. + * 3-increases the burst size and kni resources by a factor of eight. + * Allowed values are 0-3. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seKniBurstFactor set the seKniBurstFactor. */ @@ -6177,7 +6362,7 @@ public void setSeKniBurstFactor(Integer seKniBurstFactor) { * Determines if se-se ipc messages use se interface ip instead of vip 0 automatically determine based on hypervisor type 1 * use se interface ip unconditionally ~[0,1] don't use se interface iprequires se reboot. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seL3EncapIpc */ @@ -6190,7 +6375,7 @@ public Integer getSeL3EncapIpc() { * Determines if se-se ipc messages use se interface ip instead of vip 0 automatically determine based on hypervisor type 1 * use se interface ip unconditionally ~[0,1] don't use se interface iprequires se reboot. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seL3EncapIpc set the seL3EncapIpc. */ @@ -6202,7 +6387,7 @@ public void setSeL3EncapIpc(Integer seL3EncapIpc) { * This is the getter method this will return the attribute value. * Internal flag that blocks dataplane until all application logs are flushed to log-agent process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seLogBufferAppBlockingDequeue */ @@ -6214,7 +6399,7 @@ public Boolean getSeLogBufferAppBlockingDequeue() { * This is the setter method to the attribute. * Internal flag that blocks dataplane until all application logs are flushed to log-agent process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seLogBufferAppBlockingDequeue set the seLogBufferAppBlockingDequeue. */ @@ -6226,7 +6411,7 @@ public void setSeLogBufferAppBlockingDequeue(Boolean seLogBufferAppBlockingDequ * This is the getter method this will return the attribute value. * Internal flag that blocks dataplane until all connection logs are flushed to log-agent process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seLogBufferConnBlockingDequeue */ @@ -6238,7 +6423,7 @@ public Boolean getSeLogBufferConnBlockingDequeue() { * This is the setter method to the attribute. * Internal flag that blocks dataplane until all connection logs are flushed to log-agent process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seLogBufferConnBlockingDequeue set the seLogBufferConnBlockingDequeue. */ @@ -6250,7 +6435,7 @@ public void setSeLogBufferConnBlockingDequeue(Boolean seLogBufferConnBlockingDe * This is the getter method this will return the attribute value. * Internal flag that blocks dataplane until all outstanding events are flushed to log-agent process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return seLogBufferEventsBlockingDequeue */ @@ -6262,7 +6447,7 @@ public Boolean getSeLogBufferEventsBlockingDequeue() { * This is the setter method to the attribute. * Internal flag that blocks dataplane until all outstanding events are flushed to log-agent process. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param seLogBufferEventsBlockingDequeue set the seLogBufferEventsBlockingDequeue. */ @@ -6274,7 +6459,7 @@ public void setSeLogBufferEventsBlockingDequeue(Boolean seLogBufferEventsBlocki * This is the getter method this will return the attribute value. * Enable or disable large receive optimization for vnics.supported on vmxnet3.requires se reboot. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seLro */ @@ -6286,7 +6471,7 @@ public Boolean getSeLro() { * This is the setter method to the attribute. * Enable or disable large receive optimization for vnics.supported on vmxnet3.requires se reboot. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seLro set the seLro. */ @@ -6299,8 +6484,8 @@ public void setSeLro(Boolean seLro) { * The retry count for the multi-producer enqueue before yielding the cpu. * To be used under surveillance of avi support. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 500), basic edition(allowed values- 500), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 500. * @return seMpRingRetryCount */ @@ -6313,8 +6498,8 @@ public Integer getSeMpRingRetryCount() { * The retry count for the multi-producer enqueue before yielding the cpu. * To be used under surveillance of avi support. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 500), basic edition(allowed values- 500), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 500. * @param seMpRingRetryCount set the seMpRingRetryCount. */ @@ -6327,7 +6512,7 @@ public void setSeMpRingRetryCount(Integer seMpRingRetryCount) { * Mtu for the vnics of ses in the se group. * Allowed values are 512-9000. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seMtu */ @@ -6340,7 +6525,7 @@ public Integer getSeMtu() { * Mtu for the vnics of ses in the se group. * Allowed values are 512-9000. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seMtu set the seMtu. */ @@ -6351,7 +6536,7 @@ public void setSeMtu(Integer seMtu) { /** * This is the getter method this will return the attribute value. * Prefix to use for virtual machine name of service engines. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Avi". * @return seNamePrefix */ @@ -6362,7 +6547,7 @@ public String getSeNamePrefix() { /** * This is the setter method to the attribute. * Prefix to use for virtual machine name of service engines. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Avi". * @param seNamePrefix set the seNamePrefix. */ @@ -6375,8 +6560,7 @@ public void setSeNamePrefix(String seNamePrefix) { * Internal use only. * Used to artificially reduce the available number of packet buffers. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return sePacketBufferMax */ @@ -6389,8 +6573,7 @@ public Integer getSePacketBufferMax() { * Internal use only. * Used to artificially reduce the available number of packet buffers. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param sePacketBufferMax set the sePacketBufferMax. */ @@ -6404,7 +6587,7 @@ public void setSePacketBufferMax(Integer sePacketBufferMax) { * Introduced to overcome an issue with hv_netvsc driver. * Lookahead mode attempts to ensure that application and kernel's view of the receive rings are consistent. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return sePcapLookahead */ @@ -6418,7 +6601,7 @@ public Boolean getSePcapLookahead() { * Introduced to overcome an issue with hv_netvsc driver. * Lookahead mode attempts to ensure that application and kernel's view of the receive rings are consistent. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param sePcapLookahead set the sePcapLookahead. */ @@ -6431,7 +6614,7 @@ public void setSePcapLookahead(Boolean sePcapLookahead) { * Max number of packets the pcap interface can hold and if the value is 0 the optimum value will be chosen. * The optimum value will be chosen based on se-memory, cloud type and number of interfaces.requires se reboot. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return sePcapPktCount */ @@ -6444,7 +6627,7 @@ public Integer getSePcapPktCount() { * Max number of packets the pcap interface can hold and if the value is 0 the optimum value will be chosen. * The optimum value will be chosen based on se-memory, cloud type and number of interfaces.requires se reboot. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param sePcapPktCount set the sePcapPktCount. */ @@ -6457,7 +6640,7 @@ public void setSePcapPktCount(Integer sePcapPktCount) { * Max size of each packet in the pcap interface. * Requires se reboot. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 69632. * @return sePcapPktSz */ @@ -6470,7 +6653,7 @@ public Integer getSePcapPktSz() { * Max size of each packet in the pcap interface. * Requires se reboot. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 69632. * @param sePcapPktSz set the sePcapPktSz. */ @@ -6484,7 +6667,7 @@ public void setSePcapPktSz(Integer sePcapPktSz) { * Enabling this feature results in egress packets not being captured in host tcpdump. * Note brief packet reordering or loss may occur upon toggle. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sePcapQdiscBypass */ @@ -6498,7 +6681,7 @@ public Boolean getSePcapQdiscBypass() { * Enabling this feature results in egress packets not being captured in host tcpdump. * Note brief packet reordering or loss may occur upon toggle. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sePcapQdiscBypass set the sePcapQdiscBypass. */ @@ -6515,7 +6698,7 @@ public void setSePcapQdiscBypass(Boolean sePcapQdiscBypass) { * Special values are 0- disable. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return sePcapReinitFrequency */ @@ -6532,7 +6715,7 @@ public Integer getSePcapReinitFrequency() { * Special values are 0- disable. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param sePcapReinitFrequency set the sePcapReinitFrequency. */ @@ -6547,7 +6730,7 @@ public void setSePcapReinitFrequency(Integer sePcapReinitFrequency) { * This value is checked every pcap_reinit_frequency interval. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is metric_count. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return sePcapReinitThreshold */ @@ -6562,7 +6745,7 @@ public Integer getSePcapReinitThreshold() { * This value is checked every pcap_reinit_frequency interval. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is metric_count. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param sePcapReinitThreshold set the sePcapReinitThreshold. */ @@ -6574,7 +6757,7 @@ public void setSePcapReinitThreshold(Integer sePcapReinitThreshold) { * This is the getter method this will return the attribute value. * Tcp port on se where echo service will be run. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 7. * @return seProbePort */ @@ -6586,7 +6769,7 @@ public Integer getSeProbePort() { * This is the setter method to the attribute. * Tcp port on se where echo service will be run. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 7. * @param seProbePort set the seProbePort. */ @@ -6598,7 +6781,7 @@ public void setSeProbePort(Integer seProbePort) { * This is the getter method this will return the attribute value. * Rate limiter properties. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRlProp */ @@ -6610,7 +6793,7 @@ public RateLimiterProperties getSeRlProp() { * This is the setter method to the attribute. * Rate limiter properties. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRlProp set the seRlProp. */ @@ -6623,7 +6806,7 @@ public void setSeRlProp(RateLimiterProperties seRlProp) { * Minimum time to wait on server between taking sampleswhen sampling the navigation timing data from the end user client. * Field introduced in 18.2.6. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seRumSamplingNavInterval */ @@ -6636,7 +6819,7 @@ public Integer getSeRumSamplingNavInterval() { * Minimum time to wait on server between taking sampleswhen sampling the navigation timing data from the end user client. * Field introduced in 18.2.6. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seRumSamplingNavInterval set the seRumSamplingNavInterval. */ @@ -6648,7 +6831,7 @@ public void setSeRumSamplingNavInterval(Integer seRumSamplingNavInterval) { * This is the getter method this will return the attribute value. * Percentage of navigation timing data from the end user client, used for sampling to get client insights. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seRumSamplingNavPercent */ @@ -6660,7 +6843,7 @@ public Integer getSeRumSamplingNavPercent() { * This is the setter method to the attribute. * Percentage of navigation timing data from the end user client, used for sampling to get client insights. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seRumSamplingNavPercent set the seRumSamplingNavPercent. */ @@ -6673,7 +6856,7 @@ public void setSeRumSamplingNavPercent(Integer seRumSamplingNavPercent) { * Minimum time to wait on server between taking sampleswhen sampling the resource timing data from the end user client. * Field introduced in 18.2.6. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return seRumSamplingResInterval */ @@ -6686,7 +6869,7 @@ public Integer getSeRumSamplingResInterval() { * Minimum time to wait on server between taking sampleswhen sampling the resource timing data from the end user client. * Field introduced in 18.2.6. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param seRumSamplingResInterval set the seRumSamplingResInterval. */ @@ -6698,7 +6881,7 @@ public void setSeRumSamplingResInterval(Integer seRumSamplingResInterval) { * This is the getter method this will return the attribute value. * Percentage of resource timing data from the end user client used for sampling to get client insight. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return seRumSamplingResPercent */ @@ -6710,7 +6893,7 @@ public Integer getSeRumSamplingResPercent() { * This is the setter method to the attribute. * Percentage of resource timing data from the end user client used for sampling to get client insight. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param seRumSamplingResPercent set the seRumSamplingResPercent. */ @@ -6722,7 +6905,7 @@ public void setSeRumSamplingResPercent(Integer seRumSamplingResPercent) { * This is the getter method this will return the attribute value. * Sideband traffic will be handled by a dedicated core.requires se reboot. * Field introduced in 16.5.2, 17.1.9, 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seSbDedicatedCore */ @@ -6734,7 +6917,7 @@ public Boolean getSeSbDedicatedCore() { * This is the setter method to the attribute. * Sideband traffic will be handled by a dedicated core.requires se reboot. * Field introduced in 16.5.2, 17.1.9, 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seSbDedicatedCore set the seSbDedicatedCore. */ @@ -6747,7 +6930,7 @@ public void setSeSbDedicatedCore(Boolean seSbDedicatedCore) { * Number of sideband threads per se.requires se reboot. * Allowed values are 1-128. * Field introduced in 16.5.2, 17.1.9, 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seSbThreads */ @@ -6760,7 +6943,7 @@ public Integer getSeSbThreads() { * Number of sideband threads per se.requires se reboot. * Allowed values are 1-128. * Field introduced in 16.5.2, 17.1.9, 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seSbThreads set the seSbThreads. */ @@ -6772,8 +6955,8 @@ public void setSeSbThreads(Integer seSbThreads) { * This is the getter method this will return the attribute value. * Multiplier for se threads based on vcpu. * Allowed values are 1-10. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1), basic (allowed values- 1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seThreadMultiplier */ @@ -6785,8 +6968,8 @@ public Integer getSeThreadMultiplier() { * This is the setter method to the attribute. * Multiplier for se threads based on vcpu. * Allowed values are 1-10. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1), basic (allowed values- 1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seThreadMultiplier set the seThreadMultiplier. */ @@ -6798,8 +6981,7 @@ public void setSeThreadMultiplier(Integer seThreadMultiplier) { * This is the getter method this will return the attribute value. * Time tracker properties for latency audit. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seTimeTrackerProps */ @@ -6811,8 +6993,7 @@ public SETimeTrackerProperties getSeTimeTrackerProps() { * This is the setter method to the attribute. * Time tracker properties for latency audit. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seTimeTrackerProps set the seTimeTrackerProps. */ @@ -6824,7 +7005,7 @@ public void setSeTimeTrackerProps(SETimeTrackerProperties seTimeTrackerProps) { * This is the getter method this will return the attribute value. * Traceroute port range. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seTracertPortRange */ @@ -6836,7 +7017,7 @@ public PortRange getSeTracertPortRange() { * This is the setter method to the attribute. * Traceroute port range. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seTracertPortRange set the seTracertPortRange. */ @@ -6852,8 +7033,8 @@ public void setSeTracertPortRange(PortRange seTracertPortRange) { * Tunnel mode can be enabled or disabled at run-time. * Allowed values are 0-2. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seTunnelMode */ @@ -6869,8 +7050,8 @@ public Integer getSeTunnelMode() { * Tunnel mode can be enabled or disabled at run-time. * Allowed values are 0-2. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 0), basic (allowed values- 0) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seTunnelMode set the seTunnelMode. */ @@ -6882,7 +7063,7 @@ public void setSeTunnelMode(Integer seTunnelMode) { * This is the getter method this will return the attribute value. * Udp port for tunneled packets from secondary to primary se in docker bridge mode.requires se reboot. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1550. * @return seTunnelUdpPort */ @@ -6894,7 +7075,7 @@ public Integer getSeTunnelUdpPort() { * This is the setter method to the attribute. * Udp port for tunneled packets from secondary to primary se in docker bridge mode.requires se reboot. * Field introduced in 17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1550. * @param seTunnelUdpPort set the seTunnelUdpPort. */ @@ -6907,7 +7088,7 @@ public void setSeTunnelUdpPort(Integer seTunnelUdpPort) { * Number of packets to batch for transmit to the nic. * Requires se reboot. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return seTxBatchSize */ @@ -6920,7 +7101,7 @@ public Integer getSeTxBatchSize() { * Number of packets to batch for transmit to the nic. * Requires se reboot. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param seTxBatchSize set the seTxBatchSize. */ @@ -6934,8 +7115,8 @@ public void setSeTxBatchSize(Integer seTxBatchSize) { * To be used under surveillance of avi support. * Allowed values are 512-32768. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 2048), basic edition(allowed values- 2048), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 2048), basic (allowed values- 2048) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2048. * @return seTxqThreshold */ @@ -6949,8 +7130,8 @@ public Integer getSeTxqThreshold() { * To be used under surveillance of avi support. * Allowed values are 512-32768. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 2048), basic edition(allowed values- 2048), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 2048), basic (allowed values- 2048) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2048. * @param seTxqThreshold set the seTxqThreshold. */ @@ -6964,7 +7145,7 @@ public void setSeTxqThreshold(Integer seTxqThreshold) { * 1 use udp encap unconditionally.requires se reboot. * Allowed values are 0-1. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seUdpEncapIpc */ @@ -6978,7 +7159,7 @@ public Integer getSeUdpEncapIpc() { * 1 use udp encap unconditionally.requires se reboot. * Allowed values are 0-1. * Field introduced in 17.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seUdpEncapIpc set the seUdpEncapIpc. */ @@ -6992,7 +7173,7 @@ public void setSeUdpEncapIpc(Integer seUdpEncapIpc) { * don't use dpdk. * Allowed values are 0-2. * Field introduced in 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seUseDpdk */ @@ -7006,7 +7187,7 @@ public Integer getSeUseDpdk() { * don't use dpdk. * Allowed values are 0-2. * Field introduced in 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seUseDpdk set the seUseDpdk. */ @@ -7022,7 +7203,7 @@ public void setSeUseDpdk(Integer seUseDpdk) { * Special values are 0- disable. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seVnicTxSwQueueFlushFrequency */ @@ -7038,7 +7219,7 @@ public Integer getSeVnicTxSwQueueFlushFrequency() { * Special values are 0- disable. * Field introduced in 20.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seVnicTxSwQueueFlushFrequency set the seVnicTxSwQueueFlushFrequency. */ @@ -7052,7 +7233,7 @@ public void setSeVnicTxSwQueueFlushFrequency(Integer seVnicTxSwQueueFlushFreque * Requires se reboot. * Allowed values are 128-2048. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @return seVnicTxSwQueueSize */ @@ -7066,7 +7247,7 @@ public Integer getSeVnicTxSwQueueSize() { * Requires se reboot. * Allowed values are 128-2048. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @param seVnicTxSwQueueSize set the seVnicTxSwQueueSize. */ @@ -7079,7 +7260,7 @@ public void setSeVnicTxSwQueueSize(Integer seVnicTxSwQueueSize) { * Maximum number of aggregated vs heartbeat packets to send in a batch. * Allowed values are 1-256. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return seVsHbMaxPktsInBatch */ @@ -7092,7 +7273,7 @@ public Integer getSeVsHbMaxPktsInBatch() { * Maximum number of aggregated vs heartbeat packets to send in a batch. * Allowed values are 1-256. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param seVsHbMaxPktsInBatch set the seVsHbMaxPktsInBatch. */ @@ -7105,7 +7286,7 @@ public void setSeVsHbMaxPktsInBatch(Integer seVsHbMaxPktsInBatch) { * Maximum number of virtualservices for which heartbeat messages are aggregated in one packet. * Allowed values are 1-1024. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @return seVsHbMaxVsInPkt */ @@ -7118,7 +7299,7 @@ public Integer getSeVsHbMaxVsInPkt() { * Maximum number of virtualservices for which heartbeat messages are aggregated in one packet. * Allowed values are 1-1024. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @param seVsHbMaxVsInPkt set the seVsHbMaxVsInPkt. */ @@ -7130,8 +7311,8 @@ public void setSeVsHbMaxVsInPkt(Integer seVsHbMaxVsInPkt) { * This is the getter method this will return the attribute value. * Enable ses to elect a primary amongst themselves in the absence of a connectivity to controller. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return selfSeElection */ @@ -7143,8 +7324,8 @@ public Boolean getSelfSeElection() { * This is the setter method to the attribute. * Enable ses to elect a primary amongst themselves in the absence of a connectivity to controller. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param selfSeElection set the selfSeElection. */ @@ -7158,8 +7339,7 @@ public void setSelfSeElection(Boolean selfSeElection) { * Allowed values are 10-600. * Field introduced in 21.1.1. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return sendSeReadyTimeout */ @@ -7173,8 +7353,7 @@ public Integer getSendSeReadyTimeout() { * Allowed values are 10-600. * Field introduced in 21.1.1. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param sendSeReadyTimeout set the sendSeReadyTimeout. */ @@ -7187,7 +7366,7 @@ public void setSendSeReadyTimeout(Integer sendSeReadyTimeout) { * Required for vs group placement. * Field introduced in 18.1.1. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIp6Subnets */ @@ -7201,7 +7380,7 @@ public List getServiceIp6Subnets() { * Required for vs group placement. * Field introduced in 18.1.1. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIp6Subnets */ @@ -7215,7 +7394,7 @@ public void setServiceIp6Subnets(List serviceIp6Subnets) { * Required for vs group placement. * Field introduced in 18.1.1. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIp6Subnets */ @@ -7232,7 +7411,7 @@ public ServiceEngineGroup addServiceIp6SubnetsItem(IpAddrPrefix serviceIp6Subnet * Required for vs group placement. * Field introduced in 17.1.1. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIpSubnets */ @@ -7246,7 +7425,7 @@ public List getServiceIpSubnets() { * Required for vs group placement. * Field introduced in 17.1.1. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIpSubnets */ @@ -7260,7 +7439,7 @@ public void setServiceIpSubnets(List serviceIpSubnets) { * Required for vs group placement. * Field introduced in 17.1.1. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIpSubnets */ @@ -7278,7 +7457,7 @@ public ServiceEngineGroup addServiceIpSubnetsItem(IpAddrPrefix serviceIpSubnetsI * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return shmMinimumConfigMemory */ @@ -7292,7 +7471,7 @@ public Integer getShmMinimumConfigMemory() { * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is mb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param shmMinimumConfigMemory set the shmMinimumConfigMemory. */ @@ -7307,7 +7486,7 @@ public void setShmMinimumConfigMemory(Integer shmMinimumConfigMemory) { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return significantLogThrottle */ @@ -7322,7 +7501,7 @@ public Integer getSignificantLogThrottle() { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param significantLogThrottle set the significantLogThrottle. */ @@ -7335,7 +7514,7 @@ public void setSignificantLogThrottle(Integer significantLogThrottle) { * (beta) preprocess ssl client hello for sni hostname extension.if set to true, this will apply sni child's ssl protocol(s), if they are different * from sni parent's allowed ssl protocol(s). * Field introduced in 17.2.12, 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sslPreprocessSniHostname */ @@ -7348,7 +7527,7 @@ public Boolean getSslPreprocessSniHostname() { * (beta) preprocess ssl client hello for sni hostname extension.if set to true, this will apply sni child's ssl protocol(s), if they are different * from sni parent's allowed ssl protocol(s). * Field introduced in 17.2.12, 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sslPreprocessSniHostname set the sslPreprocessSniHostname. */ @@ -7360,7 +7539,7 @@ public void setSslPreprocessSniHostname(Boolean sslPreprocessSniHostname) { * This is the getter method this will return the attribute value. * Number of ssl sessions that can be cached per vs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return sslSessCachePerVs */ @@ -7372,7 +7551,7 @@ public Integer getSslSessCachePerVs() { * This is the setter method to the attribute. * Number of ssl sessions that can be cached per vs. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param sslSessCachePerVs set the sslSessCachePerVs. */ @@ -7383,7 +7562,7 @@ public void setSslSessCachePerVs(Integer sslSessCachePerVs) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -7394,7 +7573,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -7408,7 +7587,7 @@ public void setTenantRef(String tenantRef) { * Allowed values are 0-100. * Field introduced in 20.1.1. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return transientSharedMemoryMax */ @@ -7422,7 +7601,7 @@ public Integer getTransientSharedMemoryMax() { * Allowed values are 0-100. * Field introduced in 20.1.1. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param transientSharedMemoryMax set the transientSharedMemoryMax. */ @@ -7438,7 +7617,7 @@ public void setTransientSharedMemoryMax(Integer transientSharedMemoryMax) { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return udfLogThrottle */ @@ -7454,7 +7633,7 @@ public Integer getUdfLogThrottle() { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param udfLogThrottle set the udfLogThrottle. */ @@ -7467,7 +7646,7 @@ public void setUdfLogThrottle(Integer udfLogThrottle) { * Timeout for backend connection. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return upstreamConnectTimeout */ @@ -7480,7 +7659,7 @@ public Integer getUpstreamConnectTimeout() { * Timeout for backend connection. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param upstreamConnectTimeout set the upstreamConnectTimeout. */ @@ -7492,7 +7671,7 @@ public void setUpstreamConnectTimeout(Integer upstreamConnectTimeout) { * This is the getter method this will return the attribute value. * Enable upstream connection pool,. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return upstreamConnpoolEnable */ @@ -7504,7 +7683,7 @@ public Boolean getUpstreamConnpoolEnable() { * This is the setter method to the attribute. * Enable upstream connection pool,. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param upstreamConnpoolEnable set the upstreamConnpoolEnable. */ @@ -7517,7 +7696,7 @@ public void setUpstreamConnpoolEnable(Boolean upstreamConnpoolEnable) { * Timeout for data to be received from backend. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return upstreamReadTimeout */ @@ -7530,7 +7709,7 @@ public Integer getUpstreamReadTimeout() { * Timeout for data to be received from backend. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param upstreamReadTimeout set the upstreamReadTimeout. */ @@ -7543,8 +7722,8 @@ public void setUpstreamReadTimeout(Integer upstreamReadTimeout) { * Timeout for upstream to become writable. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 3600000), basic edition(allowed values- 3600000), enterprise - * with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 3600000), basic (allowed values- 3600000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return upstreamSendTimeout */ @@ -7557,8 +7736,8 @@ public Integer getUpstreamSendTimeout() { * Timeout for upstream to become writable. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 3600000), basic edition(allowed values- 3600000), enterprise - * with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 3600000), basic (allowed values- 3600000) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param upstreamSendTimeout set the upstreamSendTimeout. */ @@ -7587,8 +7766,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * If enabled, the datapath cpu utilization is consulted by the auto scale-out logic. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useDpUtilForScaleout */ @@ -7600,8 +7778,7 @@ public Boolean getUseDpUtilForScaleout() { * This is the setter method to the attribute. * If enabled, the datapath cpu utilization is consulted by the auto scale-out logic. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useDpUtilForScaleout set the useDpUtilForScaleout. */ @@ -7614,7 +7791,7 @@ public void setUseDpUtilForScaleout(Boolean useDpUtilForScaleout) { * Enables the use of hyper-threaded cores on se. * Requires se reboot. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useHyperthreadedCores */ @@ -7627,7 +7804,7 @@ public Boolean getUseHyperthreadedCores() { * Enables the use of hyper-threaded cores on se. * Requires se reboot. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useHyperthreadedCores set the useHyperthreadedCores. */ @@ -7639,7 +7816,7 @@ public void setUseHyperthreadedCores(Boolean useHyperthreadedCores) { * This is the getter method this will return the attribute value. * Enable legacy model of netlink notifications. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useLegacyNetlink */ @@ -7651,7 +7828,7 @@ public Boolean getUseLegacyNetlink() { * This is the setter method to the attribute. * Enable legacy model of netlink notifications. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useLegacyNetlink set the useLegacyNetlink. */ @@ -7663,9 +7840,8 @@ public void setUseLegacyNetlink(Boolean useLegacyNetlink) { * This is the getter method this will return the attribute value. * Enable interse objsyc distribution framework. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. - * Default value when not specified in API or module is interpreted by Avi Controller as false. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useObjsync */ public Boolean getUseObjsync() { @@ -7676,9 +7852,8 @@ public Boolean getUseObjsync() { * This is the setter method to the attribute. * Enable interse objsyc distribution framework. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. - * Default value when not specified in API or module is interpreted by Avi Controller as false. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useObjsync set the useObjsync. */ public void setUseObjsync(Boolean useObjsync) { @@ -7691,8 +7866,8 @@ public void setUseObjsync(Boolean useObjsync) { * By default cloud level flag is set. * If not set, it inherits/uses the use_standard_alb flag from the cloud. * Field introduced in 18.2.3. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useStandardAlb */ public Boolean getUseStandardAlb() { @@ -7705,8 +7880,8 @@ public Boolean getUseStandardAlb() { * By default cloud level flag is set. * If not set, it inherits/uses the use_standard_alb flag from the cloud. * Field introduced in 18.2.3. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useStandardAlb set the useStandardAlb. */ public void setUseStandardAlb(Boolean useStandardAlb) { @@ -7717,7 +7892,7 @@ public void setUseStandardAlb(Boolean useStandardAlb) { * This is the getter method this will return the attribute value. * Configuration for user-agent cache used in bot management. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAgentCacheConfig */ @@ -7729,7 +7904,7 @@ public UserAgentCacheConfig getUserAgentCacheConfig() { * This is the setter method to the attribute. * Configuration for user-agent cache used in bot management. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userAgentCacheConfig set the userAgentCacheConfig. */ @@ -7742,7 +7917,7 @@ public void setUserAgentCacheConfig(UserAgentCacheConfig userAgentCacheConfig) { * Defines in seconds how long before an unused user-defined-metric is garbage collected. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return userDefinedMetricAge */ @@ -7755,7 +7930,7 @@ public Integer getUserDefinedMetricAge() { * Defines in seconds how long before an unused user-defined-metric is garbage collected. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param userDefinedMetricAge set the userDefinedMetricAge. */ @@ -7765,7 +7940,7 @@ public void setUserDefinedMetricAge(Integer userDefinedMetricAge) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -7775,7 +7950,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -7785,7 +7960,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterClusters */ @@ -7795,7 +7970,7 @@ public VcenterClusters getVcenterClusters() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterClusters set the vcenterClusters. */ @@ -7806,7 +7981,7 @@ public void setVcenterClusters(VcenterClusters vcenterClusters) { /** * This is the getter method this will return the attribute value. * Enum options - VCENTER_DATASTORE_ANY, VCENTER_DATASTORE_LOCAL, VCENTER_DATASTORE_SHARED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VCENTER_DATASTORE_ANY". * @return vcenterDatastoreMode */ @@ -7817,7 +7992,7 @@ public String getVcenterDatastoreMode() { /** * This is the setter method to the attribute. * Enum options - VCENTER_DATASTORE_ANY, VCENTER_DATASTORE_LOCAL, VCENTER_DATASTORE_SHARED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VCENTER_DATASTORE_ANY". * @param vcenterDatastoreMode set the vcenterDatastoreMode. */ @@ -7826,7 +8001,7 @@ public void setVcenterDatastoreMode(String vcenterDatastoreMode) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterDatastores */ @@ -7836,7 +8011,7 @@ public List getVcenterDatastores() { /** * This is the setter method. this will set the vcenterDatastores - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterDatastores */ @@ -7846,7 +8021,7 @@ public void setVcenterDatastores(List vcenterDatastores) { /** * This is the setter method this will set the vcenterDatastores - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterDatastores */ @@ -7860,7 +8035,7 @@ public ServiceEngineGroup addVcenterDatastoresItem(VcenterDatastore vcenterDatas /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return vcenterDatastoresInclude */ @@ -7870,7 +8045,7 @@ public Boolean getVcenterDatastoresInclude() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param vcenterDatastoresInclude set the vcenterDatastoresInclude. */ @@ -7881,7 +8056,7 @@ public void setVcenterDatastoresInclude(Boolean vcenterDatastoresInclude) { /** * This is the getter method this will return the attribute value. * Folder to place all the service engine virtual machines in vcenter. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AviSeFolder". * @return vcenterFolder */ @@ -7892,7 +8067,7 @@ public String getVcenterFolder() { /** * This is the setter method to the attribute. * Folder to place all the service engine virtual machines in vcenter. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AviSeFolder". * @param vcenterFolder set the vcenterFolder. */ @@ -7902,7 +8077,7 @@ public void setVcenterFolder(String vcenterFolder) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterHosts */ @@ -7912,7 +8087,7 @@ public VcenterHosts getVcenterHosts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterHosts set the vcenterHosts. */ @@ -7924,7 +8099,7 @@ public void setVcenterHosts(VcenterHosts vcenterHosts) { * This is the getter method this will return the attribute value. * Parking port group to be used by 9 vnics at the time of se creation. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterParkingVnicPg */ @@ -7936,7 +8111,7 @@ public String getVcenterParkingVnicPg() { * This is the setter method to the attribute. * Parking port group to be used by 9 vnics at the time of se creation. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterParkingVnicPg set the vcenterParkingVnicPg. */ @@ -7947,7 +8122,7 @@ public void setVcenterParkingVnicPg(String vcenterParkingVnicPg) { * This is the getter method this will return the attribute value. * Vcenter information for scoping at host/cluster level. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenters */ @@ -7959,7 +8134,7 @@ public List getVcenters() { * This is the setter method. this will set the vcenters * Vcenter information for scoping at host/cluster level. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenters */ @@ -7971,7 +8146,7 @@ public void setVcenters(List vcenters) { * This is the setter method this will set the vcenters * Vcenter information for scoping at host/cluster level. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenters */ @@ -7987,7 +8162,7 @@ public ServiceEngineGroup addVcentersItem(PlacementScopeConfig vcentersItem) { * This is the getter method this will return the attribute value. * Number of vcpus for each of the service engine virtual machines. * Changes to this setting do not affect existing ses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return vcpusPerSe */ @@ -7999,7 +8174,7 @@ public Integer getVcpusPerSe() { * This is the setter method to the attribute. * Number of vcpus for each of the service engine virtual machines. * Changes to this setting do not affect existing ses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param vcpusPerSe set the vcpusPerSe. */ @@ -8011,7 +8186,7 @@ public void setVcpusPerSe(Integer vcpusPerSe) { * This is the getter method this will return the attribute value. * When vip_asg is set, vip configuration will be managed by avi.user will be able to configure vip_asg or vips individually at the time of create. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipAsg */ @@ -8023,7 +8198,7 @@ public VipAutoscaleGroup getVipAsg() { * This is the setter method to the attribute. * When vip_asg is set, vip configuration will be managed by avi.user will be able to configure vip_asg or vips individually at the time of create. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipAsg set the vipAsg. */ @@ -8037,8 +8212,7 @@ public void setVipAsg(VipAutoscaleGroup vipAsg) { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @return vnicDhcpIpCheckInterval */ @@ -8052,8 +8226,7 @@ public Integer getVnicDhcpIpCheckInterval() { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @param vnicDhcpIpCheckInterval set the vnicDhcpIpCheckInterval. */ @@ -8065,8 +8238,7 @@ public void setVnicDhcpIpCheckInterval(Integer vnicDhcpIpCheckInterval) { * This is the getter method this will return the attribute value. * Dhcp ip max retries. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return vnicDhcpIpMaxRetries */ @@ -8078,8 +8250,7 @@ public Integer getVnicDhcpIpMaxRetries() { * This is the setter method to the attribute. * Dhcp ip max retries. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param vnicDhcpIpMaxRetries set the vnicDhcpIpMaxRetries. */ @@ -8092,8 +8263,7 @@ public void setVnicDhcpIpMaxRetries(Integer vnicDhcpIpMaxRetries) { * Wait interval before deleting ip. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return vnicIpDeleteInterval */ @@ -8106,8 +8276,7 @@ public Integer getVnicIpDeleteInterval() { * Wait interval before deleting ip. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param vnicIpDeleteInterval set the vnicIpDeleteInterval. */ @@ -8120,8 +8289,7 @@ public void setVnicIpDeleteInterval(Integer vnicIpDeleteInterval) { * Probe vnic interval. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return vnicProbeInterval */ @@ -8134,8 +8302,7 @@ public Integer getVnicProbeInterval() { * Probe vnic interval. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param vnicProbeInterval set the vnicProbeInterval. */ @@ -8148,8 +8315,7 @@ public void setVnicProbeInterval(Integer vnicProbeInterval) { * Time interval for retrying the failed vnic rpc requests. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return vnicRpcRetryInterval */ @@ -8162,8 +8328,7 @@ public Integer getVnicRpcRetryInterval() { * Time interval for retrying the failed vnic rpc requests. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param vnicRpcRetryInterval set the vnicRpcRetryInterval. */ @@ -8176,8 +8341,7 @@ public void setVnicRpcRetryInterval(Integer vnicRpcRetryInterval) { * Size of vnicdb command history. * Allowed values are 0-65535. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @return vnicdbCmdHistorySize */ @@ -8190,8 +8354,7 @@ public Integer getVnicdbCmdHistorySize() { * Size of vnicdb command history. * Allowed values are 0-65535. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @param vnicdbCmdHistorySize set the vnicdbCmdHistorySize. */ @@ -8202,9 +8365,9 @@ public void setVnicdbCmdHistorySize(Integer vnicdbCmdHistorySize) { /** * This is the getter method this will return the attribute value. * Ensure primary and secondary service engines are deployed on different physical hosts. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. - * Special default for essentials edition is true, basic edition is true, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. + * Special default for essentials edition is true, basic edition is true, enterprise edition is true. * @return vsHostRedundancy */ public Boolean getVsHostRedundancy() { @@ -8214,9 +8377,9 @@ public Boolean getVsHostRedundancy() { /** * This is the setter method to the attribute. * Ensure primary and secondary service engines are deployed on different physical hosts. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. - * Special default for essentials edition is true, basic edition is true, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. + * Special default for essentials edition is true, basic edition is true, enterprise edition is true. * @param vsHostRedundancy set the vsHostRedundancy. */ public void setVsHostRedundancy(Boolean vsHostRedundancy) { @@ -8227,7 +8390,7 @@ public void setVsHostRedundancy(Boolean vsHostRedundancy) { * This is the getter method this will return the attribute value. * Time to wait for the scaled in se to drain existing flows before marking the scalein done. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return vsScaleinTimeout */ @@ -8239,7 +8402,7 @@ public Integer getVsScaleinTimeout() { * This is the setter method to the attribute. * Time to wait for the scaled in se to drain existing flows before marking the scalein done. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param vsScaleinTimeout set the vsScaleinTimeout. */ @@ -8251,7 +8414,7 @@ public void setVsScaleinTimeout(Integer vsScaleinTimeout) { * This is the getter method this will return the attribute value. * During se upgrade, time to wait for the scaled-in se to drain existing flows before marking the scalein done. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return vsScaleinTimeoutForUpgrade */ @@ -8263,7 +8426,7 @@ public Integer getVsScaleinTimeoutForUpgrade() { * This is the setter method to the attribute. * During se upgrade, time to wait for the scaled-in se to drain existing flows before marking the scalein done. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param vsScaleinTimeoutForUpgrade set the vsScaleinTimeoutForUpgrade. */ @@ -8275,7 +8438,7 @@ public void setVsScaleinTimeoutForUpgrade(Integer vsScaleinTimeoutForUpgrade) { * This is the getter method this will return the attribute value. * Time to wait for the scaled out se to become ready before marking the scaleout done. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @return vsScaleoutTimeout */ @@ -8287,7 +8450,7 @@ public Integer getVsScaleoutTimeout() { * This is the setter method to the attribute. * Time to wait for the scaled out se to become ready before marking the scaleout done. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @param vsScaleoutTimeout set the vsScaleoutTimeout. */ @@ -8303,7 +8466,7 @@ public void setVsScaleoutTimeout(Integer vsScaleoutTimeout) { * Allowed values are 0-300. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return vsSePrimarySwitchoverAdditionalWaitTime */ @@ -8319,7 +8482,7 @@ public Integer getVsSePrimarySwitchoverAdditionalWaitTime() { * Allowed values are 0-300. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param vsSePrimarySwitchoverAdditionalWaitTime set the vsSePrimarySwitchoverAdditionalWaitTime. */ @@ -8335,7 +8498,7 @@ public void setVsSePrimarySwitchoverAdditionalWaitTime(Integer vsSePrimarySwitc * Allowed values are 0-300. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return vsSeScaleinAdditionalWaitTime */ @@ -8351,7 +8514,7 @@ public Integer getVsSeScaleinAdditionalWaitTime() { * Allowed values are 0-300. * Field introduced in 30.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param vsSeScaleinAdditionalWaitTime set the vsSeScaleinAdditionalWaitTime. */ @@ -8367,7 +8530,7 @@ public void setVsSeScaleinAdditionalWaitTime(Integer vsSeScaleinAdditionalWaitT * Allowed values are 0-300. * Field introduced in 18.1.5,18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return vsSeScaleoutAdditionalWaitTime */ @@ -8383,7 +8546,7 @@ public Integer getVsSeScaleoutAdditionalWaitTime() { * Allowed values are 0-300. * Field introduced in 18.1.5,18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param vsSeScaleoutAdditionalWaitTime set the vsSeScaleoutAdditionalWaitTime. */ @@ -8397,7 +8560,7 @@ public void setVsSeScaleoutAdditionalWaitTime(Integer vsSeScaleoutAdditionalWai * Allowed values are 0-90. * Field introduced in 18.1.5,18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return vsSeScaleoutReadyTimeout */ @@ -8411,7 +8574,7 @@ public Integer getVsSeScaleoutReadyTimeout() { * Allowed values are 0-90. * Field introduced in 18.1.5,18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param vsSeScaleoutReadyTimeout set the vsSeScaleoutReadyTimeout. */ @@ -8424,7 +8587,7 @@ public void setVsSeScaleoutReadyTimeout(Integer vsSeScaleoutReadyTimeout) { * During se upgrade in a legacy active/standby segroup, time to wait for the new primary se to accept flows before marking the switchover done. * Field introduced in 17.2.13,18.1.4,18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return vsSwitchoverTimeout */ @@ -8437,7 +8600,7 @@ public Integer getVsSwitchoverTimeout() { * During se upgrade in a legacy active/standby segroup, time to wait for the new primary se to accept flows before marking the switchover done. * Field introduced in 17.2.13,18.1.4,18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param vsSwitchoverTimeout set the vsSwitchoverTimeout. */ @@ -8449,7 +8612,7 @@ public void setVsSwitchoverTimeout(Integer vsSwitchoverTimeout) { * This is the getter method this will return the attribute value. * Parameters to place virtual services on only a subset of the cores of an se. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vssPlacement */ @@ -8461,7 +8624,7 @@ public VssPlacement getVssPlacement() { * This is the setter method to the attribute. * Parameters to place virtual services on only a subset of the cores of an se. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vssPlacement set the vssPlacement. */ @@ -8473,7 +8636,7 @@ public void setVssPlacement(VssPlacement vssPlacement) { * This is the getter method this will return the attribute value. * If set, virtual services will be placed on only a subset of the cores of an se. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return vssPlacementEnabled */ @@ -8485,7 +8648,7 @@ public Boolean getVssPlacementEnabled() { * This is the setter method to the attribute. * If set, virtual services will be placed on only a subset of the cores of an se. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param vssPlacementEnabled set the vssPlacementEnabled. */ @@ -8497,7 +8660,7 @@ public void setVssPlacementEnabled(Boolean vssPlacementEnabled) { * This is the getter method this will return the attribute value. * Enable memory pool for waf.requires se reboot. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return wafMempool */ @@ -8509,7 +8672,7 @@ public Boolean getWafMempool() { * This is the setter method to the attribute. * Enable memory pool for waf.requires se reboot. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param wafMempool set the wafMempool. */ @@ -8522,7 +8685,7 @@ public void setWafMempool(Boolean wafMempool) { * Memory pool size used for waf.requires se reboot. * Field introduced in 17.2.3. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return wafMempoolSize */ @@ -8535,7 +8698,7 @@ public Integer getWafMempoolSize() { * Memory pool size used for waf.requires se reboot. * Field introduced in 17.2.3. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param wafMempoolSize set the wafMempoolSize. */ @@ -8543,6 +8706,32 @@ public void setWafMempoolSize(Integer wafMempoolSize) { this.wafMempoolSize = wafMempoolSize; } + /** + * This is the getter method this will return the attribute value. + * Use the jit compiler for pcre regular expressions in waf. + * Setting this to false will impact performance. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @return wafUseJitForPcre + */ + public Boolean getWafUseJitForPcre() { + return wafUseJitForPcre; + } + + /** + * This is the setter method to the attribute. + * Use the jit compiler for pcre regular expressions in waf. + * Setting this to false will impact performance. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @param wafUseJitForPcre set the wafUseJitForPcre. + */ + public void setWafUseJitForPcre(Boolean wafUseJitForPcre) { + this.wafUseJitForPcre = wafUseJitForPcre; + } + @Override public boolean equals(java.lang.Object o) { @@ -8837,7 +9026,15 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.pathMtuDiscoveryV6, objServiceEngineGroup.pathMtuDiscoveryV6)&& Objects.equals(this.metricsCollectionMode, objServiceEngineGroup.metricsCollectionMode)&& Objects.equals(this.seDebugTraceSz, objServiceEngineGroup.seDebugTraceSz)&& - Objects.equals(this.multicastEnable, objServiceEngineGroup.multicastEnable); + Objects.equals(this.multicastEnable, objServiceEngineGroup.multicastEnable)&& + Objects.equals(this.maxNumHttpSessionsToStore, objServiceEngineGroup.maxNumHttpSessionsToStore)&& + Objects.equals(this.gveEnabled, objServiceEngineGroup.gveEnabled)&& + Objects.equals(this.wafUseJitForPcre, objServiceEngineGroup.wafUseJitForPcre)&& + Objects.equals(this.enableQat, objServiceEngineGroup.enableQat)&& + Objects.equals(this.preUpgradeSeAvailableMemThreshold, objServiceEngineGroup.preUpgradeSeAvailableMemThreshold)&& + Objects.equals(this.kvValMaxLen, objServiceEngineGroup.kvValMaxLen)&& + Objects.equals(this.arpCacheTimeout, objServiceEngineGroup.arpCacheTimeout)&& + Objects.equals(this.nd6CacheTimeout, objServiceEngineGroup.nd6CacheTimeout); } @Override @@ -8853,6 +9050,7 @@ public String toString() { sb.append(" appCacheThreshold: ").append(toIndentedString(appCacheThreshold)).append("\n"); sb.append(" appLearningMemoryPercent: ").append(toIndentedString(appLearningMemoryPercent)).append("\n"); sb.append(" archiveShmLimit: ").append(toIndentedString(archiveShmLimit)).append("\n"); + sb.append(" arpCacheTimeout: ").append(toIndentedString(arpCacheTimeout)).append("\n"); sb.append(" asyncSsl: ").append(toIndentedString(asyncSsl)).append("\n"); sb.append(" asyncSslThreads: ").append(toIndentedString(asyncSslThreads)).append("\n"); sb.append(" autoRebalance: ").append(toIndentedString(autoRebalance)).append("\n"); @@ -8907,6 +9105,7 @@ public String toString() { sb.append(" enableHsmPriming: ").append(toIndentedString(enableHsmPriming)).append("\n"); sb.append(" enableMultiLb: ").append(toIndentedString(enableMultiLb)).append("\n"); sb.append(" enablePcapTxRing: ").append(toIndentedString(enablePcapTxRing)).append("\n"); + sb.append(" enableQat: ").append(toIndentedString(enableQat)).append("\n"); sb.append(" ephemeralPortrangeEnd: ").append(toIndentedString(ephemeralPortrangeEnd)).append("\n"); sb.append(" ephemeralPortrangeStart: ").append(toIndentedString(ephemeralPortrangeStart)).append("\n"); sb.append(" extraConfigMultiplier: ").append(toIndentedString(extraConfigMultiplier)).append("\n"); @@ -8916,6 +9115,7 @@ public String toString() { sb.append(" gcpConfig: ").append(toIndentedString(gcpConfig)).append("\n"); sb.append(" gratarpPermanentPeriodicity: ").append(toIndentedString(gratarpPermanentPeriodicity)).append("\n"); sb.append(" grpcChannelConnectTimeout: ").append(toIndentedString(grpcChannelConnectTimeout)).append("\n"); + sb.append(" gveEnabled: ").append(toIndentedString(gveEnabled)).append("\n"); sb.append(" haMode: ").append(toIndentedString(haMode)).append("\n"); sb.append(" handlePerPktAttack: ").append(toIndentedString(handlePerPktAttack)).append("\n"); sb.append(" hardwaresecuritymodulegroupRef: ").append(toIndentedString(hardwaresecuritymodulegroupRef)).append("\n"); @@ -8935,6 +9135,7 @@ public String toString() { sb.append(" instanceFlavor: ").append(toIndentedString(instanceFlavor)).append("\n"); sb.append(" iptables: ").append(toIndentedString(iptables)).append("\n"); sb.append(" kniAllowedServerPorts: ").append(toIndentedString(kniAllowedServerPorts)).append("\n"); + sb.append(" kvValMaxLen: ").append(toIndentedString(kvValMaxLen)).append("\n"); sb.append(" l7ConnsPerCore: ").append(toIndentedString(l7ConnsPerCore)).append("\n"); sb.append(" l7ResvdListenConnsPerCore: ").append(toIndentedString(l7ResvdListenConnsPerCore)).append("\n"); sb.append(" labels: ").append(toIndentedString(labels)).append("\n"); @@ -8964,6 +9165,7 @@ public String toString() { sb.append(" maxConcurrentExternalHm: ").append(toIndentedString(maxConcurrentExternalHm)).append("\n"); sb.append(" maxCpuUsage: ").append(toIndentedString(maxCpuUsage)).append("\n"); sb.append(" maxMemoryPerMempool: ").append(toIndentedString(maxMemoryPerMempool)).append("\n"); + sb.append(" maxNumHttpSessionsToStore: ").append(toIndentedString(maxNumHttpSessionsToStore)).append("\n"); sb.append(" maxNumSeDps: ").append(toIndentedString(maxNumSeDps)).append("\n"); sb.append(" maxPublicIpsPerLb: ").append(toIndentedString(maxPublicIpsPerLb)).append("\n"); sb.append(" maxQueuesPerVnic: ").append(toIndentedString(maxQueuesPerVnic)).append("\n"); @@ -8985,6 +9187,7 @@ public String toString() { sb.append(" multicastEnable: ").append(toIndentedString(multicastEnable)).append("\n"); sb.append(" nLogStreamingThreads: ").append(toIndentedString(nLogStreamingThreads)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" nd6CacheTimeout: ").append(toIndentedString(nd6CacheTimeout)).append("\n"); sb.append(" netlinkPollerThreads: ").append(toIndentedString(netlinkPollerThreads)).append("\n"); sb.append(" netlinkSockBufSize: ").append(toIndentedString(netlinkSockBufSize)).append("\n"); sb.append(" ngxFreeConnectionStack: ").append(toIndentedString(ngxFreeConnectionStack)).append("\n"); @@ -9008,6 +9211,7 @@ public String toString() { sb.append(" perApp: ").append(toIndentedString(perApp)).append("\n"); sb.append(" perVsAdmissionControl: ").append(toIndentedString(perVsAdmissionControl)).append("\n"); sb.append(" placementMode: ").append(toIndentedString(placementMode)).append("\n"); + sb.append(" preUpgradeSeAvailableMemThreshold: ").append(toIndentedString(preUpgradeSeAvailableMemThreshold)).append("\n"); sb.append(" realtimeSeMetrics: ").append(toIndentedString(realtimeSeMetrics)).append("\n"); sb.append(" rebootOnPanic: ").append(toIndentedString(rebootOnPanic)).append("\n"); sb.append(" replayVrfRoutesInterval: ").append(toIndentedString(replayVrfRoutesInterval)).append("\n"); @@ -9129,6 +9333,7 @@ public String toString() { sb.append(" vssPlacementEnabled: ").append(toIndentedString(vssPlacementEnabled)).append("\n"); sb.append(" wafMempool: ").append(toIndentedString(wafMempool)).append("\n"); sb.append(" wafMempoolSize: ").append(toIndentedString(wafMempoolSize)).append("\n"); + sb.append(" wafUseJitForPcre: ").append(toIndentedString(wafUseJitForPcre)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/java/src/com/vmware/avi/sdk/model/ServiceEngineLimits.java b/java/src/com/vmware/avi/sdk/model/ServiceEngineLimits.java index e216f783c6..6a8e5f50f5 100644 --- a/java/src/com/vmware/avi/sdk/model/ServiceEngineLimits.java +++ b/java/src/com/vmware/avi/sdk/model/ServiceEngineLimits.java @@ -53,9 +53,9 @@ public class ServiceEngineLimits { /** * This is the getter method this will return the attribute value. * Maximum number of virtualservices per serviceengine, including east-west virtualservices. + * Field deprecated in 31.2.1. * Field introduced in 20.1.1. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return allVirtualservicesPerServiceengine */ public Integer getAllVirtualservicesPerServiceengine() { @@ -65,9 +65,9 @@ public Integer getAllVirtualservicesPerServiceengine() { /** * This is the setter method to the attribute. * Maximum number of virtualservices per serviceengine, including east-west virtualservices. + * Field deprecated in 31.2.1. * Field introduced in 20.1.1. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param allVirtualservicesPerServiceengine set the allVirtualservicesPerServiceengine. */ public void setAllVirtualservicesPerServiceengine(Integer allVirtualservicesPerServiceengine) { @@ -77,9 +77,9 @@ public void setAllVirtualservicesPerServiceengine(Integer allVirtualservicesPer /** * This is the getter method this will return the attribute value. * Maximum number of east-west virtualservices per serviceengine, excluding north-south virtualservices. + * Field deprecated in 31.2.1. * Field introduced in 20.1.1. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return ewVirtualservicesPerServiceengine */ public Integer getEwVirtualservicesPerServiceengine() { @@ -89,9 +89,9 @@ public Integer getEwVirtualservicesPerServiceengine() { /** * This is the setter method to the attribute. * Maximum number of east-west virtualservices per serviceengine, excluding north-south virtualservices. + * Field deprecated in 31.2.1. * Field introduced in 20.1.1. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param ewVirtualservicesPerServiceengine set the ewVirtualservicesPerServiceengine. */ public void setEwVirtualservicesPerServiceengine(Integer ewVirtualservicesPerServiceengine) { @@ -101,9 +101,9 @@ public void setEwVirtualservicesPerServiceengine(Integer ewVirtualservicesPerSe /** * This is the getter method this will return the attribute value. * Maximum number of north-south virtualservices per serviceengine, excluding east-west virtualservices. + * Field deprecated in 31.2.1. * Field introduced in 20.1.1. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return nsVirtualservicesPerServiceengine */ public Integer getNsVirtualservicesPerServiceengine() { @@ -113,9 +113,9 @@ public Integer getNsVirtualservicesPerServiceengine() { /** * This is the setter method to the attribute. * Maximum number of north-south virtualservices per serviceengine, excluding east-west virtualservices. + * Field deprecated in 31.2.1. * Field introduced in 20.1.1. - * 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 null. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param nsVirtualservicesPerServiceengine set the nsVirtualservicesPerServiceengine. */ public void setNsVirtualservicesPerServiceengine(Integer nsVirtualservicesPerServiceengine) { @@ -126,7 +126,7 @@ public void setNsVirtualservicesPerServiceengine(Integer nsVirtualservicesPerSe * This is the getter method this will return the attribute value. * Maximum number of logical interfaces (vlan, bond) per serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numLogicalIntfPerSe */ @@ -138,7 +138,7 @@ public Integer getNumLogicalIntfPerSe() { * This is the setter method to the attribute. * Maximum number of logical interfaces (vlan, bond) per serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numLogicalIntfPerSe set the numLogicalIntfPerSe. */ @@ -150,7 +150,7 @@ public void setNumLogicalIntfPerSe(Integer numLogicalIntfPerSe) { * This is the getter method this will return the attribute value. * Maximum number of physical interfaces per serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPhyIntfPerSe */ @@ -162,7 +162,7 @@ public Integer getNumPhyIntfPerSe() { * This is the setter method to the attribute. * Maximum number of physical interfaces per serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPhyIntfPerSe set the numPhyIntfPerSe. */ @@ -174,7 +174,7 @@ public void setNumPhyIntfPerSe(Integer numPhyIntfPerSe) { * This is the getter method this will return the attribute value. * Maximum number of virtualservices with realtime metrics enabled. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVirtualservicesRtMetrics */ @@ -186,7 +186,7 @@ public Integer getNumVirtualservicesRtMetrics() { * This is the setter method to the attribute. * Maximum number of virtualservices with realtime metrics enabled. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVirtualservicesRtMetrics set the numVirtualservicesRtMetrics. */ @@ -198,7 +198,7 @@ public void setNumVirtualservicesRtMetrics(Integer numVirtualservicesRtMetrics) * This is the getter method this will return the attribute value. * Maximum number of vlan interfaces per physical interface. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVlanIntfPerPhyIntf */ @@ -210,7 +210,7 @@ public Integer getNumVlanIntfPerPhyIntf() { * This is the setter method to the attribute. * Maximum number of vlan interfaces per physical interface. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVlanIntfPerPhyIntf set the numVlanIntfPerPhyIntf. */ @@ -222,7 +222,7 @@ public void setNumVlanIntfPerPhyIntf(Integer numVlanIntfPerPhyIntf) { * This is the getter method this will return the attribute value. * Maximum number of vlan interfaces per serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVlanIntfPerSe */ @@ -234,7 +234,7 @@ public Integer getNumVlanIntfPerSe() { * This is the setter method to the attribute. * Maximum number of vlan interfaces per serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVlanIntfPerSe set the numVlanIntfPerSe. */ @@ -245,7 +245,7 @@ public void setNumVlanIntfPerSe(Integer numVlanIntfPerSe) { * This is the getter method this will return the attribute value. * Serviceengine system limits specific to cloud type. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceengineCloudLimits */ @@ -257,7 +257,7 @@ public List getServiceengineCloudLimits() { * This is the setter method. this will set the serviceengineCloudLimits * Serviceengine system limits specific to cloud type. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceengineCloudLimits */ @@ -269,7 +269,7 @@ public void setServiceengineCloudLimits(List servicee * This is the setter method this will set the serviceengineCloudLimits * Serviceengine system limits specific to cloud type. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceengineCloudLimits */ diff --git a/java/src/com/vmware/avi/sdk/model/ServiceEngineParams.java b/java/src/com/vmware/avi/sdk/model/ServiceEngineParams.java new file mode 100644 index 0000000000..2fac584883 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/ServiceEngineParams.java @@ -0,0 +1,266 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The ServiceEngineParams is a POJO class extends AviRestResource that used for creating + * ServiceEngineParams. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class ServiceEngineParams { + @JsonProperty("concurrent_segroup_upgrades") + private Integer concurrentSegroupUpgrades = 8; + + @JsonProperty("image_data_transfer_size") + private Integer imageDataTransferSize = 512; + + @JsonProperty("large_se_connect_timeout") + private Integer largeSeConnectTimeout = 1200; + + @JsonProperty("se_connect_timeout") + private Integer seConnectTimeout = 600; + + @JsonProperty("simultaneous_image_downloads") + private Integer simultaneousImageDownloads = 5; + + @JsonProperty("task_base_timeout") + private Integer taskBaseTimeout = 300; + + + + /** + * This is the getter method this will return the attribute value. + * This parameter is used to control the number of concurrent segroup upgrades. + * This field value takes affect upon controller warm reboot. + * The value is modified based on flavor size of controller. + * Allowed values are 1-24. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 8. + * @return concurrentSegroupUpgrades + */ + public Integer getConcurrentSegroupUpgrades() { + return concurrentSegroupUpgrades; + } + + /** + * This is the setter method to the attribute. + * This parameter is used to control the number of concurrent segroup upgrades. + * This field value takes affect upon controller warm reboot. + * The value is modified based on flavor size of controller. + * Allowed values are 1-24. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 8. + * @param concurrentSegroupUpgrades set the concurrentSegroupUpgrades. + */ + public void setConcurrentSegroupUpgrades(Integer concurrentSegroupUpgrades) { + this.concurrentSegroupUpgrades = concurrentSegroupUpgrades; + } + + /** + * This is the getter method this will return the attribute value. + * This parameter defines the buffer size during serviceengine image downloads in a serviceenginegroup.it is used to pace the serviceengine upgrade + * package downloads so that controller network/cpu/memory bandwidth is a bounded operation. + * It generally specifies the buffer size used for data transfer. + * Allowed values are 64-2048. + * Field introduced in 31.1.1. + * Unit is kb. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 512. + * @return imageDataTransferSize + */ + public Integer getImageDataTransferSize() { + return imageDataTransferSize; + } + + /** + * This is the setter method to the attribute. + * This parameter defines the buffer size during serviceengine image downloads in a serviceenginegroup.it is used to pace the serviceengine upgrade + * package downloads so that controller network/cpu/memory bandwidth is a bounded operation. + * It generally specifies the buffer size used for data transfer. + * Allowed values are 64-2048. + * Field introduced in 31.1.1. + * Unit is kb. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 512. + * @param imageDataTransferSize set the imageDataTransferSize. + */ + public void setImageDataTransferSize(Integer imageDataTransferSize) { + this.imageDataTransferSize = imageDataTransferSize; + } + + /** + * This is the getter method this will return the attribute value. + * Amount of time controller waits for a large-sized se (>=128gb memory)to reconnect after it is rebooted during upgrade. + * Allowed values are 1200-2400. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 1200. + * @return largeSeConnectTimeout + */ + public Integer getLargeSeConnectTimeout() { + return largeSeConnectTimeout; + } + + /** + * This is the setter method to the attribute. + * Amount of time controller waits for a large-sized se (>=128gb memory)to reconnect after it is rebooted during upgrade. + * Allowed values are 1200-2400. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 1200. + * @param largeSeConnectTimeout set the largeSeConnectTimeout. + */ + public void setLargeSeConnectTimeout(Integer largeSeConnectTimeout) { + this.largeSeConnectTimeout = largeSeConnectTimeout; + } + + /** + * This is the getter method this will return the attribute value. + * Amount of time controller waits for a regular-sized se (<128gb memory)to reconnect after it is rebooted during upgrade. + * Allowed values are 600-1200. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 600. + * @return seConnectTimeout + */ + public Integer getSeConnectTimeout() { + return seConnectTimeout; + } + + /** + * This is the setter method to the attribute. + * Amount of time controller waits for a regular-sized se (<128gb memory)to reconnect after it is rebooted during upgrade. + * Allowed values are 600-1200. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 600. + * @param seConnectTimeout set the seConnectTimeout. + */ + public void setSeConnectTimeout(Integer seConnectTimeout) { + this.seConnectTimeout = seConnectTimeout; + } + + /** + * This is the getter method this will return the attribute value. + * Number of simultaneous serviceengine image downloads in a serviceenginegroup. + * It is used to pace serviceengine upgrade package downloads so that controller network/cpu bandwidth is a bounded operation. + * Allowed values are 1-20. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 5. + * @return simultaneousImageDownloads + */ + public Integer getSimultaneousImageDownloads() { + return simultaneousImageDownloads; + } + + /** + * This is the setter method to the attribute. + * Number of simultaneous serviceengine image downloads in a serviceenginegroup. + * It is used to pace serviceengine upgrade package downloads so that controller network/cpu bandwidth is a bounded operation. + * Allowed values are 1-20. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 5. + * @param simultaneousImageDownloads set the simultaneousImageDownloads. + */ + public void setSimultaneousImageDownloads(Integer simultaneousImageDownloads) { + this.simultaneousImageDownloads = simultaneousImageDownloads; + } + + /** + * This is the getter method this will return the attribute value. + * Base timeout value for all service engine upgrade operation tasks. + * The timeout for certain tasks is a multiple of this field. + * For example, in the copyandinstallimage task, the serviceengine has a maximum wait time to install an image or package, i.e., timeout = [scaling + * factor] * task_base_timeout. + * Allowed values are 300-3600. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 300. + * @return taskBaseTimeout + */ + public Integer getTaskBaseTimeout() { + return taskBaseTimeout; + } + + /** + * This is the setter method to the attribute. + * Base timeout value for all service engine upgrade operation tasks. + * The timeout for certain tasks is a multiple of this field. + * For example, in the copyandinstallimage task, the serviceengine has a maximum wait time to install an image or package, i.e., timeout = [scaling + * factor] * task_base_timeout. + * Allowed values are 300-3600. + * Field introduced in 31.1.1. + * Unit is sec. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 300. + * @param taskBaseTimeout set the taskBaseTimeout. + */ + public void setTaskBaseTimeout(Integer taskBaseTimeout) { + this.taskBaseTimeout = taskBaseTimeout; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ServiceEngineParams objServiceEngineParams = (ServiceEngineParams) o; + return Objects.equals(this.taskBaseTimeout, objServiceEngineParams.taskBaseTimeout)&& + Objects.equals(this.simultaneousImageDownloads, objServiceEngineParams.simultaneousImageDownloads)&& + Objects.equals(this.imageDataTransferSize, objServiceEngineParams.imageDataTransferSize)&& + Objects.equals(this.concurrentSegroupUpgrades, objServiceEngineParams.concurrentSegroupUpgrades)&& + Objects.equals(this.seConnectTimeout, objServiceEngineParams.seConnectTimeout)&& + Objects.equals(this.largeSeConnectTimeout, objServiceEngineParams.largeSeConnectTimeout); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ServiceEngineParams {\n"); + sb.append(" concurrentSegroupUpgrades: ").append(toIndentedString(concurrentSegroupUpgrades)).append("\n"); + sb.append(" imageDataTransferSize: ").append(toIndentedString(imageDataTransferSize)).append("\n"); + sb.append(" largeSeConnectTimeout: ").append(toIndentedString(largeSeConnectTimeout)).append("\n"); + sb.append(" seConnectTimeout: ").append(toIndentedString(seConnectTimeout)).append("\n"); + sb.append(" simultaneousImageDownloads: ").append(toIndentedString(simultaneousImageDownloads)).append("\n"); + sb.append(" taskBaseTimeout: ").append(toIndentedString(taskBaseTimeout)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/ServiceMatch.java b/java/src/com/vmware/avi/sdk/model/ServiceMatch.java index ef4e582abc..6a799d901e 100644 --- a/java/src/com/vmware/avi/sdk/model/ServiceMatch.java +++ b/java/src/com/vmware/avi/sdk/model/ServiceMatch.java @@ -36,7 +36,7 @@ public class ServiceMatch { * This is the getter method this will return the attribute value. * Destination port of the packet. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return destinationPort */ @@ -48,7 +48,7 @@ public PortMatch getDestinationPort() { * This is the setter method to the attribute. * Destination port of the packet. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param destinationPort set the destinationPort. */ @@ -61,7 +61,7 @@ public void setDestinationPort(PortMatch destinationPort) { * Protocol to match. * Supported protocols are tcp, udp and icmp. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -74,7 +74,7 @@ public L4RuleProtocolMatch getProtocol() { * Protocol to match. * Supported protocols are tcp, udp and icmp. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -86,7 +86,7 @@ public void setProtocol(L4RuleProtocolMatch protocol) { * This is the getter method this will return the attribute value. * Source port of the packet. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourcePort */ @@ -98,7 +98,7 @@ public PortMatch getSourcePort() { * This is the setter method to the attribute. * Source port of the packet. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourcePort set the sourcePort. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServiceOAuth.java b/java/src/com/vmware/avi/sdk/model/ServiceOAuth.java index f27b9d0bd7..4c4707d345 100644 --- a/java/src/com/vmware/avi/sdk/model/ServiceOAuth.java +++ b/java/src/com/vmware/avi/sdk/model/ServiceOAuth.java @@ -42,7 +42,7 @@ public class ServiceOAuth { * This is the getter method this will return the attribute value. * Url of authorization server. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authorizationEndpoint */ @@ -54,7 +54,7 @@ public String getAuthorizationEndpoint() { * This is the setter method to the attribute. * Url of authorization server. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authorizationEndpoint set the authorizationEndpoint. */ @@ -66,7 +66,7 @@ public void setAuthorizationEndpoint(String authorizationEndpoint) { * This is the getter method this will return the attribute value. * Application specific identifier for service auth. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientId */ @@ -78,7 +78,7 @@ public String getClientId() { * This is the setter method to the attribute. * Application specific identifier for service auth. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientId set the clientId. */ @@ -90,7 +90,7 @@ public void setClientId(String clientId) { * This is the getter method this will return the attribute value. * Organization id for service oauth(required for csp). * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return orgId */ @@ -102,7 +102,7 @@ public String getOrgId() { * This is the setter method to the attribute. * Organization id for service oauth(required for csp). * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param orgId set the orgId. */ @@ -114,7 +114,7 @@ public void setOrgId(String orgId) { * This is the getter method this will return the attribute value. * Uuid value of the service(required for csp). * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceId */ @@ -126,7 +126,7 @@ public String getServiceId() { * This is the setter method to the attribute. * Uuid value of the service(required for csp). * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceId set the serviceId. */ @@ -138,7 +138,7 @@ public void setServiceId(String serviceId) { * This is the getter method this will return the attribute value. * Name of the service(required for csp). * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceName */ @@ -150,7 +150,7 @@ public String getServiceName() { * This is the setter method to the attribute. * Name of the service(required for csp). * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceName set the serviceName. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServicePoolSelector.java b/java/src/com/vmware/avi/sdk/model/ServicePoolSelector.java index ced729a7b8..d892452834 100644 --- a/java/src/com/vmware/avi/sdk/model/ServicePoolSelector.java +++ b/java/src/com/vmware/avi/sdk/model/ServicePoolSelector.java @@ -41,7 +41,7 @@ public class ServicePoolSelector { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type poolgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePoolGroupRef */ @@ -52,7 +52,7 @@ public String getServicePoolGroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type poolgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param servicePoolGroupRef set the servicePoolGroupRef. */ @@ -63,7 +63,7 @@ public void setServicePoolGroupRef(String servicePoolGroupRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePoolRef */ @@ -74,7 +74,7 @@ public String getServicePoolRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param servicePoolRef set the servicePoolRef. */ @@ -86,7 +86,7 @@ public void setServicePoolRef(String servicePoolRef) { * This is the getter method this will return the attribute value. * Pool based destination port. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePort */ @@ -98,7 +98,7 @@ public Integer getServicePort() { * This is the setter method to the attribute. * Pool based destination port. * Allowed values are 1-65535. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param servicePort set the servicePort. */ @@ -112,7 +112,7 @@ public void setServicePort(Integer servicePort) { * Allowed values are 1-65535. * Special values are 0- single port. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return servicePortRangeEnd */ @@ -126,7 +126,7 @@ public Integer getServicePortRangeEnd() { * Allowed values are 1-65535. * Special values are 0- single port. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param servicePortRangeEnd set the servicePortRangeEnd. */ @@ -140,7 +140,7 @@ public void setServicePortRangeEnd(Integer servicePortRangeEnd) { * If not specified, it will match any protocol. * Enum options - PROTOCOL_TYPE_TCP_PROXY, PROTOCOL_TYPE_TCP_FAST_PATH, PROTOCOL_TYPE_UDP_FAST_PATH, PROTOCOL_TYPE_UDP_PROXY, * PROTOCOL_TYPE_SCTP_PROXY, PROTOCOL_TYPE_SCTP_FAST_PATH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceProtocol */ @@ -154,7 +154,7 @@ public String getServiceProtocol() { * If not specified, it will match any protocol. * Enum options - PROTOCOL_TYPE_TCP_PROXY, PROTOCOL_TYPE_TCP_FAST_PATH, PROTOCOL_TYPE_UDP_FAST_PATH, PROTOCOL_TYPE_UDP_PROXY, * PROTOCOL_TYPE_SCTP_PROXY, PROTOCOL_TYPE_SCTP_FAST_PATH. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceProtocol set the serviceProtocol. */ diff --git a/java/src/com/vmware/avi/sdk/model/ServiceengineFaults.java b/java/src/com/vmware/avi/sdk/model/ServiceengineFaults.java index d407ed3adb..ae7cb3812f 100644 --- a/java/src/com/vmware/avi/sdk/model/ServiceengineFaults.java +++ b/java/src/com/vmware/avi/sdk/model/ServiceengineFaults.java @@ -30,7 +30,7 @@ public class ServiceengineFaults { * This is the getter method this will return the attribute value. * Enable debug faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return debugFaults */ @@ -42,7 +42,7 @@ public Boolean getDebugFaults() { * This is the setter method to the attribute. * Enable debug faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param debugFaults set the debugFaults. */ diff --git a/java/src/com/vmware/avi/sdk/model/SessionHeaders.java b/java/src/com/vmware/avi/sdk/model/SessionHeaders.java index 26daea68b9..a3a939c684 100644 --- a/java/src/com/vmware/avi/sdk/model/SessionHeaders.java +++ b/java/src/com/vmware/avi/sdk/model/SessionHeaders.java @@ -34,7 +34,7 @@ public class SessionHeaders { * This is the getter method this will return the attribute value. * Header name. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -46,7 +46,7 @@ public String getName() { * This is the setter method to the attribute. * Header name. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -58,7 +58,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Header value. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -70,7 +70,7 @@ public String getValue() { * This is the setter method to the attribute. * Header value. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/SidebandProfile.java b/java/src/com/vmware/avi/sdk/model/SidebandProfile.java index 1cf8cd0f00..108de8ed32 100644 --- a/java/src/com/vmware/avi/sdk/model/SidebandProfile.java +++ b/java/src/com/vmware/avi/sdk/model/SidebandProfile.java @@ -31,7 +31,7 @@ public class SidebandProfile { /** * This is the getter method this will return the attribute value. * Ip address of the sideband server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -42,7 +42,7 @@ public List getIp() { /** * This is the setter method. this will set the ip * Ip address of the sideband server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -53,7 +53,7 @@ public void setIp(List ip) { /** * This is the setter method this will set the ip * Ip address of the sideband server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -70,7 +70,7 @@ public SidebandProfile addIpItem(IpAddr ipItem) { * Maximum size of the request body that will be sent on the sideband. * Allowed values are 0-16384. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return sidebandMaxRequestBodySize */ @@ -83,7 +83,7 @@ public Integer getSidebandMaxRequestBodySize() { * Maximum size of the request body that will be sent on the sideband. * Allowed values are 0-16384. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param sidebandMaxRequestBodySize set the sidebandMaxRequestBodySize. */ diff --git a/java/src/com/vmware/avi/sdk/model/SingleLicense.java b/java/src/com/vmware/avi/sdk/model/SingleLicense.java index c6b7d01b84..c4b00e5d9d 100644 --- a/java/src/com/vmware/avi/sdk/model/SingleLicense.java +++ b/java/src/com/vmware/avi/sdk/model/SingleLicense.java @@ -108,7 +108,7 @@ public class SingleLicense { * Features supported by the add-on license. * Enum options - LICENSE_UNKNOWN_ADDON, LICENSE_LEGACY_ADDON. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addons */ @@ -121,7 +121,7 @@ public List getAddons() { * Features supported by the add-on license. * Enum options - LICENSE_UNKNOWN_ADDON, LICENSE_LEGACY_ADDON. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addons */ @@ -134,7 +134,7 @@ public void setAddons(List addons) { * Features supported by the add-on license. * Enum options - LICENSE_UNKNOWN_ADDON, LICENSE_LEGACY_ADDON. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addons */ @@ -150,7 +150,7 @@ public SingleLicense addAddonsItem(String addonsItem) { * This is the getter method this will return the attribute value. * Total number of service engine burst cores for core based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return burstCores */ @@ -162,7 +162,7 @@ public Integer getBurstCores() { * This is the setter method to the attribute. * Total number of service engine burst cores for core based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param burstCores set the burstCores. */ @@ -174,7 +174,7 @@ public void setBurstCores(Integer burstCores) { * This is the getter method this will return the attribute value. * Total licensing capacity available for all the resoures available in a single license. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return capacity */ @@ -186,7 +186,7 @@ public Float getCapacity() { * This is the setter method to the attribute. * Total licensing capacity available for all the resoures available in a single license. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param capacity set the capacity. */ @@ -198,7 +198,7 @@ public void setCapacity(Float capacity) { * This is the getter method this will return the attribute value. * Number of concurrent vmware horizon users. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return ccu */ @@ -210,7 +210,7 @@ public Integer getCcu() { * This is the setter method to the attribute. * Number of concurrent vmware horizon users. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param ccu set the ccu. */ @@ -221,7 +221,7 @@ public void setCcu(Integer ccu) { /** * This is the getter method this will return the attribute value. * Number of service engine cores in non-container clouds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cores */ @@ -232,7 +232,7 @@ public Float getCores() { /** * This is the setter method to the attribute. * Number of service engine cores in non-container clouds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cores set the cores. */ @@ -244,7 +244,7 @@ public void setCores(Float cores) { * This is the getter method this will return the attribute value. * Total number of cpu cores. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return cpuCores */ @@ -256,7 +256,7 @@ public Float getCpuCores() { * This is the setter method to the attribute. * Total number of cpu cores. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param cpuCores set the cpuCores. */ @@ -266,7 +266,7 @@ public void setCpuCores(Float cpuCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdOn */ @@ -276,7 +276,7 @@ public String getCreatedOn() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdOn set the createdOn. */ @@ -286,7 +286,7 @@ public void setCreatedOn(String createdOn) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customerName */ @@ -296,7 +296,7 @@ public String getCustomerName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param customerName set the customerName. */ @@ -305,7 +305,7 @@ public void setCustomerName(String customerName) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enforcedParams */ @@ -315,7 +315,7 @@ public List getEnforcedParams() { /** * This is the setter method. this will set the enforcedParams - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enforcedParams */ @@ -325,7 +325,7 @@ public void setEnforcedParams(List enforcedParams) { /** * This is the setter method this will set the enforcedParams - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enforcedParams */ @@ -341,7 +341,7 @@ public SingleLicense addEnforcedParamsItem(String enforcedParamsItem) { * This is the getter method this will return the attribute value. * Flag to track license expiry. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return expired */ @@ -353,7 +353,7 @@ public Boolean getExpired() { * This is the setter method to the attribute. * Flag to track license expiry. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param expired set the expired. */ @@ -363,7 +363,7 @@ public void setExpired(Boolean expired) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastUpdate */ @@ -373,7 +373,7 @@ public String getLastUpdate() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastUpdate set the lastUpdate. */ @@ -383,7 +383,7 @@ public void setLastUpdate(String lastUpdate) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseId */ @@ -393,7 +393,7 @@ public String getLicenseId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseId set the licenseId. */ @@ -403,7 +403,7 @@ public void setLicenseId(String licenseId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseName */ @@ -413,7 +413,7 @@ public String getLicenseName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseName set the licenseName. */ @@ -423,7 +423,7 @@ public void setLicenseName(String licenseName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseString */ @@ -433,7 +433,7 @@ public String getLicenseString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseString set the licenseString. */ @@ -442,7 +442,7 @@ public void setLicenseString(String licenseString) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTier */ @@ -452,7 +452,7 @@ public List getLicenseTier() { /** * This is the setter method. this will set the licenseTier - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTier */ @@ -462,7 +462,7 @@ public void setLicenseTier(List licenseTier) { /** * This is the setter method this will set the licenseTier - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTier */ @@ -476,7 +476,7 @@ public SingleLicense addLicenseTierItem(String licenseTierItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseType */ @@ -486,7 +486,7 @@ public String getLicenseType() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseType set the licenseType. */ @@ -497,7 +497,7 @@ public void setLicenseType(String licenseType) { /** * This is the getter method this will return the attribute value. * Number of service engines hosts in container clouds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxSes */ @@ -508,7 +508,7 @@ public Integer getMaxSes() { /** * This is the setter method to the attribute. * Number of service engines hosts in container clouds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxSes set the maxSes. */ @@ -519,7 +519,7 @@ public void setMaxSes(Integer maxSes) { * This is the getter method this will return the attribute value. * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -531,7 +531,7 @@ public List getSeBandwidthLimits() { * This is the setter method. this will set the seBandwidthLimits * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -543,7 +543,7 @@ public void setSeBandwidthLimits(List seBandwidthLimits) { * This is the setter method this will set the seBandwidthLimits * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -559,7 +559,7 @@ public SingleLicense addSeBandwidthLimitsItem(SEBandwidthLimit seBandwidthLimits * This is the getter method this will return the attribute value. * Serial key (hyphen separated 25 char wide alphanumeric key ex aa123-23bas-383as-383ud-fhsfg). * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serialKey */ @@ -571,7 +571,7 @@ public String getSerialKey() { * This is the setter method to the attribute. * Serial key (hyphen separated 25 char wide alphanumeric key ex aa123-23bas-383as-383ud-fhsfg). * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serialKey set the serialKey. */ @@ -583,7 +583,7 @@ public void setSerialKey(String serialKey) { * This is the getter method this will return the attribute value. * Total number of service cores equivalent to all the resoures available in the single license. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return serviceCores */ @@ -595,7 +595,7 @@ public Float getServiceCores() { * This is the setter method to the attribute. * Total number of service cores equivalent to all the resoures available in the single license. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param serviceCores set the serviceCores. */ @@ -606,7 +606,7 @@ public void setServiceCores(Float serviceCores) { /** * This is the getter method this will return the attribute value. * Number of physical cpu sockets across service engines in no access and linux server clouds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sockets */ @@ -617,7 +617,7 @@ public Integer getSockets() { /** * This is the setter method to the attribute. * Number of physical cpu sockets across service engines in no access and linux server clouds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sockets set the sockets. */ @@ -627,7 +627,7 @@ public void setSockets(Integer sockets) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startOn */ @@ -637,7 +637,7 @@ public String getStartOn() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startOn set the startOn. */ @@ -649,7 +649,7 @@ public void setStartOn(String startOn) { * This is the getter method this will return the attribute value. * Tenant uuid. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -661,7 +661,7 @@ public String getTenantUuid() { * This is the setter method to the attribute. * Tenant uuid. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ @@ -674,7 +674,7 @@ public void setTenantUuid(String tenantUuid) { * Specifies the licensed tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tierType */ @@ -687,7 +687,7 @@ public String getTierType() { * Specifies the licensed tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tierType set the tierType. */ @@ -700,7 +700,7 @@ public void setTierType(String tierType) { * Units in which resources will be licensed. * Enum options - UNNOWN_UNIT, SERVICE_UNIT, LEGACY_ADDON_UNIT. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SERVICE_UNIT". * @return unit */ @@ -713,7 +713,7 @@ public String getUnit() { * Units in which resources will be licensed. * Enum options - UNNOWN_UNIT, SERVICE_UNIT, LEGACY_ADDON_UNIT. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SERVICE_UNIT". * @param unit set the unit. */ @@ -723,7 +723,7 @@ public void setUnit(String unit) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return validUntil */ @@ -733,7 +733,7 @@ public String getValidUntil() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param validUntil set the validUntil. */ @@ -743,7 +743,7 @@ public void setValidUntil(String validUntil) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -753,7 +753,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/SingleOptionalFieldMessage.java b/java/src/com/vmware/avi/sdk/model/SingleOptionalFieldMessage.java index 732597e1f8..5257715afc 100644 --- a/java/src/com/vmware/avi/sdk/model/SingleOptionalFieldMessage.java +++ b/java/src/com/vmware/avi/sdk/model/SingleOptionalFieldMessage.java @@ -30,7 +30,7 @@ public class SingleOptionalFieldMessage { * This is the getter method this will return the attribute value. * Optional string field for nested f_mandatory test cases-level3. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return optionalString */ @@ -42,7 +42,7 @@ public String getOptionalString() { * This is the setter method to the attribute. * Optional string field for nested f_mandatory test cases-level3. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param optionalString set the optionalString. */ diff --git a/java/src/com/vmware/avi/sdk/model/SingleOptionalSensitiveFieldMessage.java b/java/src/com/vmware/avi/sdk/model/SingleOptionalSensitiveFieldMessage.java index 535565af4a..ed72749ae9 100644 --- a/java/src/com/vmware/avi/sdk/model/SingleOptionalSensitiveFieldMessage.java +++ b/java/src/com/vmware/avi/sdk/model/SingleOptionalSensitiveFieldMessage.java @@ -30,7 +30,7 @@ public class SingleOptionalSensitiveFieldMessage { * This is the getter method this will return the attribute value. * Optional string field for nested f_mandatory test cases-level3. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return optionalSensitiveString */ @@ -42,7 +42,7 @@ public String getOptionalSensitiveString() { * This is the setter method to the attribute. * Optional string field for nested f_mandatory test cases-level3. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param optionalSensitiveString set the optionalSensitiveString. */ diff --git a/java/src/com/vmware/avi/sdk/model/SingleOptionalStringField.java b/java/src/com/vmware/avi/sdk/model/SingleOptionalStringField.java index 0ecbcb1a23..0e372a83dc 100644 --- a/java/src/com/vmware/avi/sdk/model/SingleOptionalStringField.java +++ b/java/src/com/vmware/avi/sdk/model/SingleOptionalStringField.java @@ -30,7 +30,7 @@ public class SingleOptionalStringField { * This is the getter method this will return the attribute value. * Optional string field. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testString */ @@ -42,7 +42,7 @@ public String getTestString() { * This is the setter method to the attribute. * Optional string field. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param testString set the testString. */ diff --git a/java/src/com/vmware/avi/sdk/model/SipLog.java b/java/src/com/vmware/avi/sdk/model/SipLog.java index d9c1cfcb2e..568050be8d 100644 --- a/java/src/com/vmware/avi/sdk/model/SipLog.java +++ b/java/src/com/vmware/avi/sdk/model/SipLog.java @@ -46,7 +46,7 @@ public class SipLog { * Server connection protocol type. * Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP, PROTOCOL_SCTP. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverProtocol */ @@ -59,7 +59,7 @@ public String getServerProtocol() { * Server connection protocol type. * Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP, PROTOCOL_SCTP. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverProtocol set the serverProtocol. */ @@ -71,7 +71,7 @@ public void setServerProtocol(String serverProtocol) { * This is the getter method this will return the attribute value. * Sip callid header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipCallidHdr */ @@ -83,7 +83,7 @@ public String getSipCallidHdr() { * This is the setter method to the attribute. * Sip callid header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sipCallidHdr set the sipCallidHdr. */ @@ -95,7 +95,7 @@ public void setSipCallidHdr(String sipCallidHdr) { * This is the getter method this will return the attribute value. * Client's sip contact header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipContactHdr */ @@ -107,7 +107,7 @@ public String getSipContactHdr() { * This is the setter method to the attribute. * Client's sip contact header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sipContactHdr set the sipContactHdr. */ @@ -119,7 +119,7 @@ public void setSipContactHdr(String sipContactHdr) { * This is the getter method this will return the attribute value. * Sip from header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipFromHdr */ @@ -131,7 +131,7 @@ public String getSipFromHdr() { * This is the setter method to the attribute. * Sip from header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sipFromHdr set the sipFromHdr. */ @@ -142,7 +142,7 @@ public void setSipFromHdr(String sipFromHdr) { * This is the getter method this will return the attribute value. * Sip messages. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipMessages */ @@ -154,7 +154,7 @@ public List getSipMessages() { * This is the setter method. this will set the sipMessages * Sip messages. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipMessages */ @@ -166,7 +166,7 @@ public void setSipMessages(List sipMessages) { * This is the setter method this will set the sipMessages * Sip messages. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipMessages */ @@ -182,7 +182,7 @@ public SipLog addSipMessagesItem(SipMessage sipMessagesItem) { * This is the getter method this will return the attribute value. * Sip to header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipToHdr */ @@ -194,7 +194,7 @@ public String getSipToHdr() { * This is the setter method to the attribute. * Sip to header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sipToHdr set the sipToHdr. */ diff --git a/java/src/com/vmware/avi/sdk/model/SipMessage.java b/java/src/com/vmware/avi/sdk/model/SipMessage.java index 03646cb456..b750c5702b 100644 --- a/java/src/com/vmware/avi/sdk/model/SipMessage.java +++ b/java/src/com/vmware/avi/sdk/model/SipMessage.java @@ -51,7 +51,7 @@ public class SipMessage { * This is the getter method this will return the attribute value. * Contents up to first 128 bytes of a sip message for which could not be parsed. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return content */ @@ -63,7 +63,7 @@ public String getContent() { * This is the setter method to the attribute. * Contents up to first 128 bytes of a sip message for which could not be parsed. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param content set the content. */ @@ -75,7 +75,7 @@ public void setContent(String content) { * This is the getter method this will return the attribute value. * Indicates if sip message is received from a client. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromClient */ @@ -87,7 +87,7 @@ public Boolean getFromClient() { * This is the setter method to the attribute. * Indicates if sip message is received from a client. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromClient set the fromClient. */ @@ -99,7 +99,7 @@ public void setFromClient(Boolean fromClient) { * This is the getter method this will return the attribute value. * Sip request method string. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -111,7 +111,7 @@ public String getMethod() { * This is the setter method to the attribute. * Sip request method string. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -123,7 +123,7 @@ public void setMethod(String method) { * This is the getter method this will return the attribute value. * Sip message receive time stamp. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rcvTimestamp */ @@ -135,7 +135,7 @@ public Integer getRcvTimestamp() { * This is the setter method to the attribute. * Sip message receive time stamp. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rcvTimestamp set the rcvTimestamp. */ @@ -147,7 +147,7 @@ public void setRcvTimestamp(Integer rcvTimestamp) { * This is the getter method this will return the attribute value. * Sip message size before modifications. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rxBytes */ @@ -159,7 +159,7 @@ public Integer getRxBytes() { * This is the setter method to the attribute. * Sip message size before modifications. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rxBytes set the rxBytes. */ @@ -171,7 +171,7 @@ public void setRxBytes(Integer rxBytes) { * This is the getter method this will return the attribute value. * Sip response status string. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -183,7 +183,7 @@ public String getStatus() { * This is the setter method to the attribute. * Sip response status string. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -195,7 +195,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Sip response status code, 2xx response means success. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCode */ @@ -207,7 +207,7 @@ public Integer getStatusCode() { * This is the setter method to the attribute. * Sip response status code, 2xx response means success. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statusCode set the statusCode. */ @@ -219,7 +219,7 @@ public void setStatusCode(Integer statusCode) { * This is the getter method this will return the attribute value. * Sip message size post modifications. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txBytes */ @@ -231,7 +231,7 @@ public Integer getTxBytes() { * This is the setter method to the attribute. * Sip message size post modifications. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param txBytes set the txBytes. */ diff --git a/java/src/com/vmware/avi/sdk/model/SipServiceApplicationProfile.java b/java/src/com/vmware/avi/sdk/model/SipServiceApplicationProfile.java index fe7abebfaa..63702a7c83 100644 --- a/java/src/com/vmware/avi/sdk/model/SipServiceApplicationProfile.java +++ b/java/src/com/vmware/avi/sdk/model/SipServiceApplicationProfile.java @@ -32,7 +32,7 @@ public class SipServiceApplicationProfile { * Allowed values are 2-512. * Field introduced in 17.2.8, 18.1.3, 18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @return transactionTimeout */ @@ -46,7 +46,7 @@ public Integer getTransactionTimeout() { * Allowed values are 2-512. * Field introduced in 17.2.8, 18.1.3, 18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @param transactionTimeout set the transactionTimeout. */ diff --git a/java/src/com/vmware/avi/sdk/model/SiteVersion.java b/java/src/com/vmware/avi/sdk/model/SiteVersion.java index e86bcb746b..3d2a1f1dce 100644 --- a/java/src/com/vmware/avi/sdk/model/SiteVersion.java +++ b/java/src/com/vmware/avi/sdk/model/SiteVersion.java @@ -66,7 +66,7 @@ public class SiteVersion extends AviRestResource { * This is the getter method this will return the attribute value. * This field represents the creation time of the federateddiff. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datetime */ @@ -78,7 +78,7 @@ public String getDatetime() { * This is the setter method to the attribute. * This field represents the creation time of the federateddiff. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datetime set the datetime. */ @@ -90,7 +90,7 @@ public void setDatetime(String datetime) { * This is the getter method this will return the attribute value. * Name of the site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -102,7 +102,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -114,7 +114,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Previous targer version for a site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevTargetVersion */ @@ -126,7 +126,7 @@ public Integer getPrevTargetVersion() { * This is the setter method to the attribute. * Previous targer version for a site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevTargetVersion set the prevTargetVersion. */ @@ -138,9 +138,9 @@ public void setPrevTargetVersion(Integer prevTargetVersion) { * This is the getter method this will return the attribute value. * Replication state for a site. * Enum options - REPLICATION_STATE_FASTFORWARD, REPLICATION_STATE_FORCESYNC, REPLICATION_STATE_STREAMING, REPLICATION_STATE_SUSPENDED, - * REPLICATION_STATE_INIT, REPLICATION_STATE_WAIT, REPLICATION_STATE_NOT_APPLICABLE. + * REPLICATION_STATE_INIT, REPLICATION_STATE_WAIT, REPLICATION_STATE_NOT_APPLICABLE, REPLICATION_STATE_SYNC_STALLED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return replicationState */ @@ -152,9 +152,9 @@ public String getReplicationState() { * This is the setter method to the attribute. * Replication state for a site. * Enum options - REPLICATION_STATE_FASTFORWARD, REPLICATION_STATE_FORCESYNC, REPLICATION_STATE_STREAMING, REPLICATION_STATE_SUSPENDED, - * REPLICATION_STATE_INIT, REPLICATION_STATE_WAIT, REPLICATION_STATE_NOT_APPLICABLE. + * REPLICATION_STATE_INIT, REPLICATION_STATE_WAIT, REPLICATION_STATE_NOT_APPLICABLE, REPLICATION_STATE_SYNC_STALLED. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param replicationState set the replicationState. */ @@ -166,7 +166,7 @@ public void setReplicationState(String replicationState) { * This is the getter method this will return the attribute value. * Cluster uuid of the site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteId */ @@ -178,7 +178,7 @@ public String getSiteId() { * This is the setter method to the attribute. * Cluster uuid of the site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteId set the siteId. */ @@ -190,7 +190,7 @@ public void setSiteId(String siteId) { * This is the getter method this will return the attribute value. * Target timeline of the site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return targetTimeline */ @@ -202,7 +202,7 @@ public String getTargetTimeline() { * This is the setter method to the attribute. * Target timeline of the site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param targetTimeline set the targetTimeline. */ @@ -214,7 +214,7 @@ public void setTargetTimeline(String targetTimeline) { * This is the getter method this will return the attribute value. * Target version of the site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return targetVersion */ @@ -226,7 +226,7 @@ public Integer getTargetVersion() { * This is the setter method to the attribute. * Target version of the site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param targetVersion set the targetVersion. */ @@ -239,7 +239,7 @@ public void setTargetVersion(Integer targetVersion) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -252,7 +252,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -264,7 +264,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Timeline of the site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timeline */ @@ -276,7 +276,7 @@ public String getTimeline() { * This is the setter method to the attribute. * Timeline of the site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timeline set the timeline. */ @@ -305,7 +305,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the siteversion object. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -317,7 +317,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the siteversion object. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -329,7 +329,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Version of the site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -341,7 +341,7 @@ public Integer getVersion() { * This is the setter method to the attribute. * Version of the site. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ @@ -354,7 +354,7 @@ public void setVersion(Integer version) { * Type of message for which version is maintained. * Enum options - CONFIG_VERSION, HEALTH_STATUS_VERSION. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versionType */ @@ -367,7 +367,7 @@ public String getVersionType() { * Type of message for which version is maintained. * Enum options - CONFIG_VERSION, HEALTH_STATUS_VERSION. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param versionType set the versionType. */ diff --git a/java/src/com/vmware/avi/sdk/model/SnmpConfiguration.java b/java/src/com/vmware/avi/sdk/model/SnmpConfiguration.java index 67f140785f..43f3fd0c9e 100644 --- a/java/src/com/vmware/avi/sdk/model/SnmpConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/SnmpConfiguration.java @@ -44,7 +44,7 @@ public class SnmpConfiguration { /** * This is the getter method this will return the attribute value. * Community string for snmp v2c. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return community */ @@ -55,7 +55,7 @@ public String getCommunity() { /** * This is the setter method to the attribute. * Community string for snmp v2c. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param community set the community. */ @@ -67,7 +67,7 @@ public void setCommunity(String community) { * This is the getter method this will return the attribute value. * Support for 4096 bytes trap payload. * Field introduced in 17.2.13,18.1.4,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return largeTrapPayload */ @@ -79,7 +79,7 @@ public Boolean getLargeTrapPayload() { * This is the setter method to the attribute. * Support for 4096 bytes trap payload. * Field introduced in 17.2.13,18.1.4,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param largeTrapPayload set the largeTrapPayload. */ @@ -91,7 +91,7 @@ public void setLargeTrapPayload(Boolean largeTrapPayload) { * This is the getter method this will return the attribute value. * Snmp version 3 configuration. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snmpV3Config */ @@ -103,7 +103,7 @@ public SnmpV3Configuration getSnmpV3Config() { * This is the setter method to the attribute. * Snmp version 3 configuration. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param snmpV3Config set the snmpV3Config. */ @@ -114,7 +114,7 @@ public void setSnmpV3Config(SnmpV3Configuration snmpV3Config) { /** * This is the getter method this will return the attribute value. * Sets the syscontact in system mib. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "support@avinetworks.com". * @return sysContact */ @@ -125,7 +125,7 @@ public String getSysContact() { /** * This is the setter method to the attribute. * Sets the syscontact in system mib. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "support@avinetworks.com". * @param sysContact set the sysContact. */ @@ -136,7 +136,7 @@ public void setSysContact(String sysContact) { /** * This is the getter method this will return the attribute value. * Sets the syslocation in system mib. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sysLocation */ @@ -147,7 +147,7 @@ public String getSysLocation() { /** * This is the setter method to the attribute. * Sets the syslocation in system mib. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sysLocation set the sysLocation. */ @@ -161,7 +161,7 @@ public void setSysLocation(String sysLocation) { * V2 or v3. * Enum options - SNMP_VER2, SNMP_VER3. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_VER2". * @return version */ @@ -175,7 +175,7 @@ public String getVersion() { * V2 or v3. * Enum options - SNMP_VER2, SNMP_VER3. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_VER2". * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/SnmpTrapProfile.java b/java/src/com/vmware/avi/sdk/model/SnmpTrapProfile.java index e3ea668e5b..61ceaca141 100644 --- a/java/src/com/vmware/avi/sdk/model/SnmpTrapProfile.java +++ b/java/src/com/vmware/avi/sdk/model/SnmpTrapProfile.java @@ -41,7 +41,7 @@ public class SnmpTrapProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * A user-friendly name of the snmp trap configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -52,7 +52,7 @@ public String getName() { /** * This is the setter method to the attribute. * A user-friendly name of the snmp trap configuration. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -63,7 +63,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -74,7 +74,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -84,7 +84,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. * The ip address or hostname of the snmp trap destination server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trapServers */ @@ -95,7 +95,7 @@ public List getTrapServers() { /** * This is the setter method. this will set the trapServers * The ip address or hostname of the snmp trap destination server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trapServers */ @@ -106,7 +106,7 @@ public void setTrapServers(List trapServers) { /** * This is the setter method this will set the trapServers * The ip address or hostname of the snmp trap destination server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trapServers */ @@ -138,7 +138,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the snmp trap profile object. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -149,7 +149,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the snmp trap profile object. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SnmpTrapServer.java b/java/src/com/vmware/avi/sdk/model/SnmpTrapServer.java index 20af8b030a..0e64c32dad 100644 --- a/java/src/com/vmware/avi/sdk/model/SnmpTrapServer.java +++ b/java/src/com/vmware/avi/sdk/model/SnmpTrapServer.java @@ -41,7 +41,7 @@ public class SnmpTrapServer { /** * This is the getter method this will return the attribute value. * The community string to communicate with the trap server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return community */ @@ -52,7 +52,7 @@ public String getCommunity() { /** * This is the setter method to the attribute. * The community string to communicate with the trap server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param community set the community. */ @@ -63,7 +63,7 @@ public void setCommunity(String community) { /** * This is the getter method this will return the attribute value. * Ip(v4/v6) address or fqdn of the snmp trap destination. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddr */ @@ -74,7 +74,7 @@ public IpAddr getIpAddr() { /** * This is the setter method to the attribute. * Ip(v4/v6) address or fqdn of the snmp trap destination. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddr set the ipAddr. */ @@ -86,7 +86,7 @@ public void setIpAddr(IpAddr ipAddr) { * This is the getter method this will return the attribute value. * The udp port of the trap server. * Field introduced in 16.5.4,17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 162. * @return port */ @@ -98,7 +98,7 @@ public Integer getPort() { * This is the setter method to the attribute. * The udp port of the trap server. * Field introduced in 16.5.4,17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 162. * @param port set the port. */ @@ -110,7 +110,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Snmp version 3 configuration. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -122,7 +122,7 @@ public SnmpV3UserParams getUser() { * This is the setter method to the attribute. * Snmp version 3 configuration. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ @@ -136,7 +136,7 @@ public void setUser(SnmpV3UserParams user) { * V2 or v3. * Enum options - SNMP_VER2, SNMP_VER3. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_VER2". * @return version */ @@ -150,7 +150,7 @@ public String getVersion() { * V2 or v3. * Enum options - SNMP_VER2, SNMP_VER3. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_VER2". * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/SnmpV3Configuration.java b/java/src/com/vmware/avi/sdk/model/SnmpV3Configuration.java index 13672ca727..7b357b3cd0 100644 --- a/java/src/com/vmware/avi/sdk/model/SnmpV3Configuration.java +++ b/java/src/com/vmware/avi/sdk/model/SnmpV3Configuration.java @@ -33,7 +33,7 @@ public class SnmpV3Configuration { * This is the getter method this will return the attribute value. * Engine id of the avi controller snmp. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return engineId */ @@ -45,7 +45,7 @@ public String getEngineId() { * This is the setter method to the attribute. * Engine id of the avi controller snmp. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param engineId set the engineId. */ @@ -57,7 +57,7 @@ public void setEngineId(String engineId) { * This is the getter method this will return the attribute value. * Snmp ver 3 user definition. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -69,7 +69,7 @@ public SnmpV3UserParams getUser() { * This is the setter method to the attribute. * Snmp ver 3 user definition. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ diff --git a/java/src/com/vmware/avi/sdk/model/SnmpV3UserParams.java b/java/src/com/vmware/avi/sdk/model/SnmpV3UserParams.java index 70dff5377f..5bf18bb679 100644 --- a/java/src/com/vmware/avi/sdk/model/SnmpV3UserParams.java +++ b/java/src/com/vmware/avi/sdk/model/SnmpV3UserParams.java @@ -42,7 +42,7 @@ public class SnmpV3UserParams { * This is the getter method this will return the attribute value. * Snmp v3 authentication passphrase. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "avinetworks". * @return authPassphrase */ @@ -54,7 +54,7 @@ public String getAuthPassphrase() { * This is the setter method to the attribute. * Snmp v3 authentication passphrase. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "avinetworks". * @param authPassphrase set the authPassphrase. */ @@ -67,7 +67,7 @@ public void setAuthPassphrase(String authPassphrase) { * Snmp v3 user authentication type. * Enum options - SNMP_V3_AUTH_MD5, SNMP_V3_AUTH_SHA, SNMP_V3_AUTH_SHA_224, SNMP_V3_AUTH_SHA_256, SNMP_V3_AUTH_SHA_384, SNMP_V3_AUTH_SHA_512. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_V3_AUTH_MD5". * @return authType */ @@ -80,7 +80,7 @@ public String getAuthType() { * Snmp v3 user authentication type. * Enum options - SNMP_V3_AUTH_MD5, SNMP_V3_AUTH_SHA, SNMP_V3_AUTH_SHA_224, SNMP_V3_AUTH_SHA_256, SNMP_V3_AUTH_SHA_384, SNMP_V3_AUTH_SHA_512. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_V3_AUTH_MD5". * @param authType set the authType. */ @@ -92,7 +92,7 @@ public void setAuthType(String authType) { * This is the getter method this will return the attribute value. * Snmp v3 privacy passphrase. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "avinetworks". * @return privPassphrase */ @@ -104,7 +104,7 @@ public String getPrivPassphrase() { * This is the setter method to the attribute. * Snmp v3 privacy passphrase. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "avinetworks". * @param privPassphrase set the privPassphrase. */ @@ -117,7 +117,7 @@ public void setPrivPassphrase(String privPassphrase) { * Snmp v3 privacy setting. * Enum options - SNMP_V3_PRIV_DES, SNMP_V3_PRIV_AES. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_V3_PRIV_DES". * @return privType */ @@ -130,7 +130,7 @@ public String getPrivType() { * Snmp v3 privacy setting. * Enum options - SNMP_V3_PRIV_DES, SNMP_V3_PRIV_AES. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_V3_PRIV_DES". * @param privType set the privType. */ @@ -142,7 +142,7 @@ public void setPrivType(String privType) { * This is the getter method this will return the attribute value. * Snmp username to be used by snmp clients for performing snmp walk. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -154,7 +154,7 @@ public String getUsername() { * This is the setter method to the attribute. * Snmp username to be used by snmp clients for performing snmp walk. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ diff --git a/java/src/com/vmware/avi/sdk/model/SourcePortAddr.java b/java/src/com/vmware/avi/sdk/model/SourcePortAddr.java index 61f68cba05..0a0b3538d3 100644 --- a/java/src/com/vmware/avi/sdk/model/SourcePortAddr.java +++ b/java/src/com/vmware/avi/sdk/model/SourcePortAddr.java @@ -37,7 +37,7 @@ public class SourcePortAddr { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @return matchOperation */ @@ -50,7 +50,7 @@ public String getMatchOperation() { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN". * @param matchOperation set the matchOperation. */ @@ -63,7 +63,7 @@ public void setMatchOperation(String matchOperation) { * Tcp/udp port range end (inclusive). * Allowed values are 1-65535. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcPortEnd */ @@ -76,7 +76,7 @@ public Integer getSrcPortEnd() { * Tcp/udp port range end (inclusive). * Allowed values are 1-65535. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcPortEnd set the srcPortEnd. */ @@ -89,7 +89,7 @@ public void setSrcPortEnd(Integer srcPortEnd) { * Tcp/udp port range start (inclusive). * Allowed values are 1-65535. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcPortStart */ @@ -102,7 +102,7 @@ public Integer getSrcPortStart() { * Tcp/udp port range start (inclusive). * Allowed values are 1-65535. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcPortStart set the srcPortStart. */ diff --git a/java/src/com/vmware/avi/sdk/model/SpGslbServiceInfo.java b/java/src/com/vmware/avi/sdk/model/SpGslbServiceInfo.java index 02bb616895..15c62b995b 100644 --- a/java/src/com/vmware/avi/sdk/model/SpGslbServiceInfo.java +++ b/java/src/com/vmware/avi/sdk/model/SpGslbServiceInfo.java @@ -32,7 +32,7 @@ public class SpGslbServiceInfo { * This is the getter method this will return the attribute value. * Fqdns associated with the gslb service. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdns */ @@ -44,7 +44,7 @@ public List getFqdns() { * This is the setter method. this will set the fqdns * Fqdns associated with the gslb service. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdns */ @@ -56,7 +56,7 @@ public void setFqdns(List fqdns) { * This is the setter method this will set the fqdns * Fqdns associated with the gslb service. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdns */ @@ -73,7 +73,7 @@ public SpGslbServiceInfo addFqdnsItem(String fqdnsItem) { * Gslb service uuid associated with the site persistence pool. * It is a reference to an object of type gslbservice. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsRef */ @@ -86,7 +86,7 @@ public String getGsRef() { * Gslb service uuid associated with the site persistence pool. * It is a reference to an object of type gslbservice. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsRef set the gsRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/StateCacheMgrDebugFilter.java b/java/src/com/vmware/avi/sdk/model/StateCacheMgrDebugFilter.java index d22b913da7..4a8670d6eb 100644 --- a/java/src/com/vmware/avi/sdk/model/StateCacheMgrDebugFilter.java +++ b/java/src/com/vmware/avi/sdk/model/StateCacheMgrDebugFilter.java @@ -33,7 +33,7 @@ public class StateCacheMgrDebugFilter { * This is the getter method this will return the attribute value. * Pool uuid. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -45,7 +45,7 @@ public String getPoolRef() { * This is the setter method to the attribute. * Pool uuid. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -57,7 +57,7 @@ public void setPoolRef(String poolRef) { * This is the getter method this will return the attribute value. * Virtualservice uuid. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsRef */ @@ -69,7 +69,7 @@ public String getVsRef() { * This is the setter method to the attribute. * Virtualservice uuid. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsRef set the vsRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/StatediffEvent.java b/java/src/com/vmware/avi/sdk/model/StatediffEvent.java index baa4c27dd1..34d84ecfd4 100644 --- a/java/src/com/vmware/avi/sdk/model/StatediffEvent.java +++ b/java/src/com/vmware/avi/sdk/model/StatediffEvent.java @@ -46,7 +46,7 @@ public class StatediffEvent { * Time taken to complete statediff event in seconds. * Field introduced in 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -59,7 +59,7 @@ public Integer getDuration() { * Time taken to complete statediff event in seconds. * Field introduced in 21.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -71,7 +71,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Task end time. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -83,7 +83,7 @@ public String getEndTime() { * This is the setter method to the attribute. * Task end time. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -95,7 +95,7 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Statediff event message if any. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -107,7 +107,7 @@ public String getMessage() { * This is the setter method to the attribute. * Statediff event message if any. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ @@ -119,7 +119,7 @@ public void setMessage(String message) { * This is the getter method this will return the attribute value. * Task start time. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -131,7 +131,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Task start time. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -144,7 +144,7 @@ public void setStartTime(String startTime) { * Statediff event status. * Enum options - FB_INIT, FB_IN_PROGRESS, FB_COMPLETED, FB_FAILED, FB_COMPLETED_WITH_ERRORS. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FB_INIT". * @return status */ @@ -157,7 +157,7 @@ public String getStatus() { * Statediff event status. * Enum options - FB_INIT, FB_IN_PROGRESS, FB_COMPLETED, FB_FAILED, FB_COMPLETED_WITH_ERRORS. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FB_INIT". * @param status set the status. */ @@ -169,7 +169,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Name of statediff task. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return taskName */ @@ -181,7 +181,7 @@ public String getTaskName() { * This is the setter method to the attribute. * Name of statediff task. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param taskName set the taskName. */ diff --git a/java/src/com/vmware/avi/sdk/model/StatediffOperation.java b/java/src/com/vmware/avi/sdk/model/StatediffOperation.java index d2781f90de..894e575981 100644 --- a/java/src/com/vmware/avi/sdk/model/StatediffOperation.java +++ b/java/src/com/vmware/avi/sdk/model/StatediffOperation.java @@ -53,7 +53,7 @@ public class StatediffOperation extends AviRestResource { * This is the getter method this will return the attribute value. * Info for each statediff event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -65,7 +65,7 @@ public List getEvents() { * This is the setter method. this will set the events * Info for each statediff event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -77,7 +77,7 @@ public void setEvents(List events) { * This is the setter method this will set the events * Info for each statediff event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -93,7 +93,7 @@ public StatediffOperation addEventsItem(StatediffEvent eventsItem) { * This is the getter method this will return the attribute value. * Name of statediff operation. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -105,7 +105,7 @@ public String getName() { * This is the setter method to the attribute. * Name of statediff operation. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -117,7 +117,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Uuid of node for statediff operation entry. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeUuid */ @@ -129,7 +129,7 @@ public String getNodeUuid() { * This is the setter method to the attribute. * Uuid of node for statediff operation entry. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeUuid set the nodeUuid. */ @@ -142,7 +142,7 @@ public void setNodeUuid(String nodeUuid) { * Type of statediff operation. * Enum options - FB_UPGRADE, FB_ROLLBACK, FB_PATCH, FB_ROLLBACK_PATCH. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operation */ @@ -155,7 +155,7 @@ public String getOperation() { * Type of statediff operation. * Enum options - FB_UPGRADE, FB_ROLLBACK, FB_PATCH, FB_ROLLBACK_PATCH. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operation set the operation. */ @@ -168,7 +168,7 @@ public void setOperation(String operation) { * Phase of statediff operation. * Enum options - FB_PRE_SNAPSHOT, FB_POST_SNAPSHOT. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return phase */ @@ -181,7 +181,7 @@ public String getPhase() { * Phase of statediff operation. * Enum options - FB_PRE_SNAPSHOT, FB_POST_SNAPSHOT. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param phase set the phase. */ @@ -194,7 +194,7 @@ public void setPhase(String phase) { * Status of statediff operation. * Enum options - FB_INIT, FB_IN_PROGRESS, FB_COMPLETED, FB_FAILED, FB_COMPLETED_WITH_ERRORS. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -207,7 +207,7 @@ public String getStatus() { * Status of statediff operation. * Enum options - FB_INIT, FB_IN_PROGRESS, FB_COMPLETED, FB_FAILED, FB_COMPLETED_WITH_ERRORS. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -220,7 +220,7 @@ public void setStatus(String status) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -233,7 +233,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -262,7 +262,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Unique identifier for statediff entry. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -274,7 +274,7 @@ public String getUuid() { * This is the setter method to the attribute. * Unique identifier for statediff entry. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/StatediffSnapshot.java b/java/src/com/vmware/avi/sdk/model/StatediffSnapshot.java index 6a99cb7460..a2e5d877f5 100644 --- a/java/src/com/vmware/avi/sdk/model/StatediffSnapshot.java +++ b/java/src/com/vmware/avi/sdk/model/StatediffSnapshot.java @@ -81,7 +81,7 @@ public class StatediffSnapshot extends AviRestResource { * This is the getter method this will return the attribute value. * Name of gslb object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbName */ @@ -93,7 +93,7 @@ public String getGslbName() { * This is the setter method to the attribute. * Name of gslb object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbName set the gslbName. */ @@ -105,7 +105,7 @@ public void setGslbName(String gslbName) { * This is the getter method this will return the attribute value. * Reference to base gslb object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbUuid */ @@ -117,7 +117,7 @@ public String getGslbUuid() { * This is the setter method to the attribute. * Reference to base gslb object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbUuid set the gslbUuid. */ @@ -129,7 +129,7 @@ public void setGslbUuid(String gslbUuid) { * This is the getter method this will return the attribute value. * Name of statediff operation. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -141,7 +141,7 @@ public String getName() { * This is the setter method to the attribute. * Name of statediff operation. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -153,7 +153,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Name of pool object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -165,7 +165,7 @@ public String getPoolName() { * This is the setter method to the attribute. * Name of pool object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -177,7 +177,7 @@ public void setPoolName(String poolName) { * This is the getter method this will return the attribute value. * Reference to base pool object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -189,7 +189,7 @@ public String getPoolUuid() { * This is the setter method to the attribute. * Reference to base pool object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ @@ -201,7 +201,7 @@ public void setPoolUuid(String poolUuid) { * This is the getter method this will return the attribute value. * Post-upgrade snapshot for vs. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return postSnapshot */ @@ -213,7 +213,7 @@ public postsnapshot getPostSnapshot() { * This is the setter method to the attribute. * Post-upgrade snapshot for vs. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param postSnapshot set the postSnapshot. */ @@ -225,7 +225,7 @@ public void setPostSnapshot(postsnapshot postSnapshot) { * This is the getter method this will return the attribute value. * Pre-upgrade snapshot for vs. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return preSnapshot */ @@ -237,7 +237,7 @@ public presnapshot getPreSnapshot() { * This is the setter method to the attribute. * Pre-upgrade snapshot for vs. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param preSnapshot set the preSnapshot. */ @@ -249,7 +249,7 @@ public void setPreSnapshot(presnapshot preSnapshot) { * This is the getter method this will return the attribute value. * Name of seg object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupName */ @@ -261,7 +261,7 @@ public String getSeGroupName() { * This is the setter method to the attribute. * Name of seg object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupName set the seGroupName. */ @@ -273,7 +273,7 @@ public void setSeGroupName(String seGroupName) { * This is the getter method this will return the attribute value. * Reference to base seg object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupUuid */ @@ -285,7 +285,7 @@ public String getSeGroupUuid() { * This is the setter method to the attribute. * Reference to base seg object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupUuid set the seGroupUuid. */ @@ -297,7 +297,7 @@ public void setSeGroupUuid(String seGroupUuid) { * This is the getter method this will return the attribute value. * Name of seg object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -309,7 +309,7 @@ public String getSeName() { * This is the setter method to the attribute. * Name of seg object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -321,7 +321,7 @@ public void setSeName(String seName) { * This is the getter method this will return the attribute value. * Reference to base se object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -333,7 +333,7 @@ public String getSeUuid() { * This is the setter method to the attribute. * Reference to base se object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ @@ -347,7 +347,7 @@ public void setSeUuid(String seUuid) { * Vs_snapshot, se_snapshot etc. * Enum options - FB_VS_SNAPSHOT, FB_SE_SNAPSHOT, FB_GSLB_SNAPSHOT, FB_POOL_SNAPSHOT. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snapshotType */ @@ -361,7 +361,7 @@ public String getSnapshotType() { * Vs_snapshot, se_snapshot etc. * Enum options - FB_VS_SNAPSHOT, FB_SE_SNAPSHOT, FB_GSLB_SNAPSHOT, FB_POOL_SNAPSHOT. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param snapshotType set the snapshotType. */ @@ -374,7 +374,7 @@ public void setSnapshotType(String snapshotType) { * Statediff operation uuid for identifying the operation. * It is a reference to an object of type statediffoperation. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statediffOperationRef */ @@ -387,7 +387,7 @@ public String getStatediffOperationRef() { * Statediff operation uuid for identifying the operation. * It is a reference to an object of type statediffoperation. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statediffOperationRef set the statediffOperationRef. */ @@ -400,7 +400,7 @@ public void setStatediffOperationRef(String statediffOperationRef) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -413,7 +413,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -442,7 +442,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Unique identifier for statediff entry. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -454,7 +454,7 @@ public String getUuid() { * This is the setter method to the attribute. * Unique identifier for statediff entry. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -466,7 +466,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Name of vs object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -478,7 +478,7 @@ public String getVsName() { * This is the setter method to the attribute. * Name of vs object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -490,7 +490,7 @@ public void setVsName(String vsName) { * This is the getter method this will return the attribute value. * Reference to base vs object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -502,7 +502,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Reference to base vs object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/StaticIpAllocInfo.java b/java/src/com/vmware/avi/sdk/model/StaticIpAllocInfo.java index 1f96fe3b4b..4084544413 100644 --- a/java/src/com/vmware/avi/sdk/model/StaticIpAllocInfo.java +++ b/java/src/com/vmware/avi/sdk/model/StaticIpAllocInfo.java @@ -36,7 +36,7 @@ public class StaticIpAllocInfo { * This is the getter method this will return the attribute value. * Ip address. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -48,7 +48,7 @@ public IpAddr getIp() { * This is the setter method to the attribute. * Ip address. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -60,7 +60,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Object metadata. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objInfo */ @@ -72,7 +72,7 @@ public String getObjInfo() { * This is the setter method to the attribute. * Object metadata. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objInfo set the objInfo. */ @@ -84,7 +84,7 @@ public void setObjInfo(String objInfo) { * This is the getter method this will return the attribute value. * Object which this ip address is allocated to. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objUuid */ @@ -96,7 +96,7 @@ public String getObjUuid() { * This is the setter method to the attribute. * Object which this ip address is allocated to. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objUuid set the objUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/StaticIpRange.java b/java/src/com/vmware/avi/sdk/model/StaticIpRange.java index 66434be2a2..0e4596f762 100644 --- a/java/src/com/vmware/avi/sdk/model/StaticIpRange.java +++ b/java/src/com/vmware/avi/sdk/model/StaticIpRange.java @@ -33,7 +33,7 @@ public class StaticIpRange { * This is the getter method this will return the attribute value. * Ip range. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return range */ @@ -45,7 +45,7 @@ public IpAddrRange getRange() { * This is the setter method to the attribute. * Ip range. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param range set the range. */ @@ -58,7 +58,7 @@ public void setRange(IpAddrRange range) { * Object type (vip only, service engine only, or both) which can use this ip range. * Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "STATIC_IPS_FOR_VIP_AND_SE". * @return type */ @@ -71,7 +71,7 @@ public String getType() { * Object type (vip only, service engine only, or both) which can use this ip range. * Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "STATIC_IPS_FOR_VIP_AND_SE". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/StaticIpRangeRuntime.java b/java/src/com/vmware/avi/sdk/model/StaticIpRangeRuntime.java index 6eb635be0d..c76b4de913 100644 --- a/java/src/com/vmware/avi/sdk/model/StaticIpRangeRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/StaticIpRangeRuntime.java @@ -38,7 +38,7 @@ public class StaticIpRangeRuntime { * This is the getter method this will return the attribute value. * Allocated ips. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allocatedIps */ @@ -50,7 +50,7 @@ public List getAllocatedIps() { * This is the setter method. this will set the allocatedIps * Allocated ips. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allocatedIps */ @@ -62,7 +62,7 @@ public void setAllocatedIps(List allocatedIps) { * This is the setter method this will set the allocatedIps * Allocated ips. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allocatedIps */ @@ -78,7 +78,7 @@ public StaticIpRangeRuntime addAllocatedIpsItem(StaticIpAllocInfo allocatedIpsIt * This is the getter method this will return the attribute value. * Free ip count. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return freeIpCount */ @@ -90,7 +90,7 @@ public Integer getFreeIpCount() { * This is the setter method to the attribute. * Free ip count. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param freeIpCount set the freeIpCount. */ @@ -102,7 +102,7 @@ public void setFreeIpCount(Integer freeIpCount) { * This is the getter method this will return the attribute value. * Total ip count. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalIpCount */ @@ -114,7 +114,7 @@ public Integer getTotalIpCount() { * This is the setter method to the attribute. * Total ip count. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalIpCount set the totalIpCount. */ @@ -127,7 +127,7 @@ public void setTotalIpCount(Integer totalIpCount) { * Object type (vip only, service engine only, or both) which is using this ip group. * Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "STATIC_IPS_FOR_VIP_AND_SE". * @return type */ @@ -140,7 +140,7 @@ public String getType() { * Object type (vip only, service engine only, or both) which is using this ip group. * Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "STATIC_IPS_FOR_VIP_AND_SE". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/StaticRoute.java b/java/src/com/vmware/avi/sdk/model/StaticRoute.java index 372ca2f365..a950eb6c35 100644 --- a/java/src/com/vmware/avi/sdk/model/StaticRoute.java +++ b/java/src/com/vmware/avi/sdk/model/StaticRoute.java @@ -46,7 +46,7 @@ public class StaticRoute { * Disable the gateway monitor for default gateway. * They are monitored by default. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disableGatewayMonitor */ @@ -59,7 +59,7 @@ public Boolean getDisableGatewayMonitor() { * Disable the gateway monitor for default gateway. * They are monitored by default. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param disableGatewayMonitor set the disableGatewayMonitor. */ @@ -69,7 +69,7 @@ public void setDisableGatewayMonitor(Boolean disableGatewayMonitor) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -79,7 +79,7 @@ public String getIfName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -91,7 +91,7 @@ public void setIfName(String ifName) { * Labels associated with this route. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -104,7 +104,7 @@ public List getLabels() { * Labels associated with this route. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -117,7 +117,7 @@ public void setLabels(List labels) { * Labels associated with this route. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -131,7 +131,7 @@ public StaticRoute addLabelsItem(KeyValue labelsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nextHop */ @@ -141,7 +141,7 @@ public IpAddr getNextHop() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nextHop set the nextHop. */ @@ -151,7 +151,7 @@ public void setNextHop(IpAddr nextHop) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefix */ @@ -161,7 +161,7 @@ public IpAddrPrefix getPrefix() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prefix set the prefix. */ @@ -171,7 +171,7 @@ public void setPrefix(IpAddrPrefix prefix) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routeId */ @@ -181,7 +181,7 @@ public String getRouteId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routeId set the routeId. */ diff --git a/java/src/com/vmware/avi/sdk/model/StreamingSyslogConfig.java b/java/src/com/vmware/avi/sdk/model/StreamingSyslogConfig.java index 48484d3a0c..8d2a564277 100644 --- a/java/src/com/vmware/avi/sdk/model/StreamingSyslogConfig.java +++ b/java/src/com/vmware/avi/sdk/model/StreamingSyslogConfig.java @@ -49,7 +49,7 @@ public class StreamingSyslogConfig { * Facility value, as defined in rfc5424, must be between 0 and 23 inclusive. * Allowed values are 0-23. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16. * @return facility */ @@ -62,7 +62,7 @@ public Integer getFacility() { * Facility value, as defined in rfc5424, must be between 0 and 23 inclusive. * Allowed values are 0-23. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16. * @param facility set the facility. */ @@ -76,7 +76,7 @@ public void setFacility(Integer facility) { * This must be between 0 and 7 inclusive. * Allowed values are 0-7. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return filteredLogSeverity */ @@ -90,7 +90,7 @@ public Integer getFilteredLogSeverity() { * This must be between 0 and 7 inclusive. * Allowed values are 0-7. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param filteredLogSeverity set the filteredLogSeverity. */ @@ -103,7 +103,7 @@ public void setFilteredLogSeverity(Integer filteredLogSeverity) { * String to use as the hostname in the syslog messages. * This string can contain only printable ascii characters (hex 21 to hex 7e; no space allowed). * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AviVantage". * @return hostname */ @@ -116,7 +116,7 @@ public String getHostname() { * String to use as the hostname in the syslog messages. * This string can contain only printable ascii characters (hex 21 to hex 7e; no space allowed). * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AviVantage". * @param hostname set the hostname. */ @@ -128,7 +128,7 @@ public void setHostname(String hostname) { * This is the getter method this will return the attribute value. * As per rfc, constant string to identify the type of message. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NILVALUE". * @return msgId */ @@ -140,7 +140,7 @@ public String getMsgId() { * This is the setter method to the attribute. * As per rfc, constant string to identify the type of message. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NILVALUE". * @param msgId set the msgId. */ @@ -154,7 +154,7 @@ public void setMsgId(String msgId) { * This must be between 0 and 7 inclusive. * Allowed values are 0-7. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @return nonSignificantLogSeverity */ @@ -168,7 +168,7 @@ public Integer getNonSignificantLogSeverity() { * This must be between 0 and 7 inclusive. * Allowed values are 0-7. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @param nonSignificantLogSeverity set the nonSignificantLogSeverity. */ @@ -180,7 +180,7 @@ public void setNonSignificantLogSeverity(Integer nonSignificantLogSeverity) { * This is the getter method this will return the attribute value. * As per rfc, if there is a change in value indicated there has been discontinuity in syslog reporting. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NILVALUE". * @return procId */ @@ -192,7 +192,7 @@ public String getProcId() { * This is the setter method to the attribute. * As per rfc, if there is a change in value indicated there has been discontinuity in syslog reporting. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NILVALUE". * @param procId set the procId. */ @@ -206,7 +206,7 @@ public void setProcId(String procId) { * This must be between 0 and 7 inclusive. * Allowed values are 0-7. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return significantLogSeverity */ @@ -220,7 +220,7 @@ public Integer getSignificantLogSeverity() { * This must be between 0 and 7 inclusive. * Allowed values are 0-7. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param significantLogSeverity set the significantLogSeverity. */ diff --git a/java/src/com/vmware/avi/sdk/model/StringGroup.java b/java/src/com/vmware/avi/sdk/model/StringGroup.java index 37e3227e5c..595ee5e04e 100644 --- a/java/src/com/vmware/avi/sdk/model/StringGroup.java +++ b/java/src/com/vmware/avi/sdk/model/StringGroup.java @@ -52,7 +52,7 @@ public class StringGroup extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -62,7 +62,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -72,7 +72,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Configure key value in the string group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kv */ @@ -83,7 +83,7 @@ public List getKv() { /** * This is the setter method. this will set the kv * Configure key value in the string group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kv */ @@ -94,7 +94,7 @@ public void setKv(List kv) { /** * This is the setter method this will set the kv * Configure key value in the string group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kv */ @@ -110,7 +110,7 @@ public StringGroup addKvItem(KeyValue kvItem) { * This is the getter method this will return the attribute value. * Enable the longest match, default is the shortest match. * Field introduced in 18.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return longestMatch */ @@ -122,7 +122,7 @@ public Boolean getLongestMatch() { * This is the setter method to the attribute. * Enable the longest match, default is the shortest match. * Field introduced in 18.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param longestMatch set the longestMatch. */ @@ -133,8 +133,7 @@ public void setLongestMatch(Boolean longestMatch) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -146,8 +145,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -159,8 +157,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -175,7 +172,7 @@ public StringGroup addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Name of the string group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -186,7 +183,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the string group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -197,7 +194,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -208,7 +205,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -220,7 +217,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Type of stringgroup. * Enum options - SG_TYPE_STRING, SG_TYPE_KEYVAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SG_TYPE_STRING". * @return type */ @@ -232,7 +229,7 @@ public String getType() { * This is the setter method to the attribute. * Type of stringgroup. * Enum options - SG_TYPE_STRING, SG_TYPE_KEYVAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SG_TYPE_STRING". * @param type set the type. */ @@ -260,7 +257,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the string group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -271,7 +268,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the string group. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/StringMatch.java b/java/src/com/vmware/avi/sdk/model/StringMatch.java index 616cc16d2b..5f4a88639d 100644 --- a/java/src/com/vmware/avi/sdk/model/StringMatch.java +++ b/java/src/com/vmware/avi/sdk/model/StringMatch.java @@ -37,10 +37,10 @@ public class StringMatch { * Criterion to use for string matching the http request. * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), enterprise with cloud services - * edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -53,10 +53,10 @@ public String getMatchCriteria() { * Criterion to use for string matching the http request. * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. - * Allowed in enterprise edition with any value, essentials edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic edition(allowed values- - * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), enterprise with cloud services - * edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal), basic (allowed values- + * begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -66,7 +66,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * String value(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -77,7 +77,7 @@ public List getMatchStr() { /** * This is the setter method. this will set the matchStr * String value(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -88,7 +88,7 @@ public void setMatchStr(List matchStr) { /** * This is the setter method this will set the matchStr * String value(s). - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -103,7 +103,7 @@ public StringMatch addMatchStrItem(String matchStrItem) { * This is the getter method this will return the attribute value. * Uuid of the string group(s). * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -115,7 +115,7 @@ public List getStringGroupRefs() { * This is the setter method. this will set the stringGroupRefs * Uuid of the string group(s). * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -127,7 +127,7 @@ public void setStringGroupRefs(List stringGroupRefs) { * This is the setter method this will set the stringGroupRefs * Uuid of the string group(s). * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ diff --git a/java/src/com/vmware/avi/sdk/model/SubJob.java b/java/src/com/vmware/avi/sdk/model/SubJob.java index 239514fbac..0e555afc0f 100644 --- a/java/src/com/vmware/avi/sdk/model/SubJob.java +++ b/java/src/com/vmware/avi/sdk/model/SubJob.java @@ -38,7 +38,7 @@ public class SubJob { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiresAt */ @@ -49,7 +49,7 @@ public String getExpiresAt() { /** * This is the setter method to the attribute. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expiresAt set the expiresAt. */ @@ -60,7 +60,7 @@ public void setExpiresAt(String expiresAt) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -71,7 +71,7 @@ public String getMetadata() { /** * This is the setter method to the attribute. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metadata set the metadata. */ @@ -83,7 +83,7 @@ public void setMetadata(String metadata) { * This is the getter method this will return the attribute value. * Number of times the sub job got scheduled. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRetries */ @@ -95,7 +95,7 @@ public Integer getNumRetries() { * This is the setter method to the attribute. * Number of times the sub job got scheduled. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRetries set the numRetries. */ @@ -110,7 +110,7 @@ public void setNumRetries(Integer numRetries) { * JOB_TYPE_VS_ROTATE_KEYS, JOB_TYPE_POOL_DNS, JOB_TYPE_GSLB_SERVICE, JOB_TYPE_APP_PERSISTENCE, JOB_TYPE_PROCESS_LOCKED_USER_ACCOUNTS, * JOB_TYPE_SESSION, JOB_TYPE_AUTHTOKEN, JOB_TYPE_CLUSTER, JOB_TYPE_SE_SECURE_CHANNEL_CLEANUP... * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -125,7 +125,7 @@ public String getType() { * JOB_TYPE_VS_ROTATE_KEYS, JOB_TYPE_POOL_DNS, JOB_TYPE_GSLB_SERVICE, JOB_TYPE_APP_PERSISTENCE, JOB_TYPE_PROCESS_LOCKED_USER_ACCOUNTS, * JOB_TYPE_SESSION, JOB_TYPE_AUTHTOKEN, JOB_TYPE_CLUSTER, JOB_TYPE_SE_SECURE_CHANNEL_CLEANUP... * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/SubRequestLog.java b/java/src/com/vmware/avi/sdk/model/SubRequestLog.java index bc8f39392b..ae24bb5cd7 100644 --- a/java/src/com/vmware/avi/sdk/model/SubRequestLog.java +++ b/java/src/com/vmware/avi/sdk/model/SubRequestLog.java @@ -75,7 +75,7 @@ public class SubRequestLog { * This is the getter method this will return the attribute value. * Response headers received from the server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersReceivedFromServer */ @@ -87,7 +87,7 @@ public String getHeadersReceivedFromServer() { * This is the setter method to the attribute. * Response headers received from the server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersReceivedFromServer set the headersReceivedFromServer. */ @@ -99,7 +99,7 @@ public void setHeadersReceivedFromServer(String headersReceivedFromServer) { * This is the getter method this will return the attribute value. * Request headers sent to the server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersSentToServer */ @@ -111,7 +111,7 @@ public String getHeadersSentToServer() { * This is the setter method to the attribute. * Request headers sent to the server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersSentToServer set the headersSentToServer. */ @@ -123,7 +123,7 @@ public void setHeadersSentToServer(String headersSentToServer) { * This is the getter method this will return the attribute value. * The http response code received from the server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponseCode */ @@ -135,7 +135,7 @@ public Integer getHttpResponseCode() { * This is the setter method to the attribute. * The http response code received from the server. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpResponseCode set the httpResponseCode. */ @@ -148,7 +148,7 @@ public void setHttpResponseCode(Integer httpResponseCode) { * The http version of the sub-request. * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpVersion */ @@ -161,7 +161,7 @@ public String getHttpVersion() { * The http version of the sub-request. * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpVersion set the httpVersion. */ @@ -176,7 +176,7 @@ public void setHttpVersion(String httpVersion) { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -191,7 +191,7 @@ public String getMethod() { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -203,7 +203,7 @@ public void setMethod(String method) { * This is the getter method this will return the attribute value. * The name of the pool that was used for the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -215,7 +215,7 @@ public String getPoolName() { * This is the setter method to the attribute. * The name of the pool that was used for the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -227,7 +227,7 @@ public void setPoolName(String poolName) { * This is the getter method this will return the attribute value. * The uuid of the pool that was used for the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -239,7 +239,7 @@ public String getPoolUuid() { * This is the setter method to the attribute. * The uuid of the pool that was used for the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ @@ -252,7 +252,7 @@ public void setPoolUuid(String poolUuid) { * Length of the request sent in bytes. * Field introduced in 21.1.3. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLength */ @@ -265,7 +265,7 @@ public Integer getRequestLength() { * Length of the request sent in bytes. * Field introduced in 21.1.3. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestLength set the requestLength. */ @@ -278,7 +278,7 @@ public void setRequestLength(Integer requestLength) { * Length of the response received in bytes. * Field introduced in 21.1.3. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseLength */ @@ -291,7 +291,7 @@ public Integer getResponseLength() { * Length of the response received in bytes. * Field introduced in 21.1.3. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseLength set the responseLength. */ @@ -303,7 +303,7 @@ public void setResponseLength(Integer responseLength) { * This is the getter method this will return the attribute value. * The ip of the server that was used for the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ @@ -315,7 +315,7 @@ public Integer getServerIp() { * This is the setter method to the attribute. * The ip of the server that was used for the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp set the serverIp. */ @@ -327,7 +327,7 @@ public void setServerIp(Integer serverIp) { * This is the getter method this will return the attribute value. * The name of the server that was used for the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverName */ @@ -339,7 +339,7 @@ public String getServerName() { * This is the setter method to the attribute. * The name of the server that was used for the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverName set the serverName. */ @@ -351,7 +351,7 @@ public void setServerName(String serverName) { * This is the getter method this will return the attribute value. * The port of the server that was used for the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverPort */ @@ -363,7 +363,7 @@ public Integer getServerPort() { * This is the setter method to the attribute. * The port of the server that was used for the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverPort set the serverPort. */ @@ -375,7 +375,7 @@ public void setServerPort(Integer serverPort) { * This is the getter method this will return the attribute value. * The source port for this request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourcePort */ @@ -387,7 +387,7 @@ public Integer getSourcePort() { * This is the setter method to the attribute. * The source port for this request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourcePort set the sourcePort. */ @@ -401,7 +401,7 @@ public void setSourcePort(Integer sourcePort) { * This is the time taken from the 1st byte of the request sent to the last byte of the response received. * Field introduced in 21.1.3. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalTime */ @@ -415,7 +415,7 @@ public Integer getTotalTime() { * This is the time taken from the 1st byte of the request sent to the last byte of the response received. * Field introduced in 21.1.3. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalTime set the totalTime. */ @@ -427,7 +427,7 @@ public void setTotalTime(Integer totalTime) { * This is the getter method this will return the attribute value. * The uri path of the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriPath */ @@ -439,7 +439,7 @@ public String getUriPath() { * This is the setter method to the attribute. * The uri path of the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriPath set the uriPath. */ @@ -451,7 +451,7 @@ public void setUriPath(String uriPath) { * This is the getter method this will return the attribute value. * The uri query of the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriQuery */ @@ -463,7 +463,7 @@ public String getUriQuery() { * This is the setter method to the attribute. * The uri query of the sub-request. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriQuery set the uriQuery. */ diff --git a/java/src/com/vmware/avi/sdk/model/SubResource.java b/java/src/com/vmware/avi/sdk/model/SubResource.java index b3a44dde8d..46d32ce802 100644 --- a/java/src/com/vmware/avi/sdk/model/SubResource.java +++ b/java/src/com/vmware/avi/sdk/model/SubResource.java @@ -33,7 +33,7 @@ public class SubResource { * This is the getter method this will return the attribute value. * Allows modification of all fields except for the specified subresources. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeSubresources */ @@ -45,7 +45,7 @@ public Boolean getExcludeSubresources() { * This is the setter method to the attribute. * Allows modification of all fields except for the specified subresources. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeSubresources set the excludeSubresources. */ @@ -63,7 +63,7 @@ public void setExcludeSubresources(Boolean excludeSubresources) { * SUBRESOURCE_GSLBSERVICE_GROUP_ENABLED, SUBRESOURCE_GSLBSERVICE_GROUP_MEMBERS, SUBRESOURCE_GSLBSERVICE_GROUP_MEMBER_ENABLED. * Field introduced in 20.1.5. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subresources */ @@ -82,7 +82,7 @@ public List getSubresources() { * SUBRESOURCE_GSLBSERVICE_GROUP_ENABLED, SUBRESOURCE_GSLBSERVICE_GROUP_MEMBERS, SUBRESOURCE_GSLBSERVICE_GROUP_MEMBER_ENABLED. * Field introduced in 20.1.5. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subresources */ @@ -101,7 +101,7 @@ public void setSubresources(List subresources) { * SUBRESOURCE_GSLBSERVICE_GROUP_ENABLED, SUBRESOURCE_GSLBSERVICE_GROUP_MEMBERS, SUBRESOURCE_GSLBSERVICE_GROUP_MEMBER_ENABLED. * Field introduced in 20.1.5. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subresources */ diff --git a/java/src/com/vmware/avi/sdk/model/Subnet.java b/java/src/com/vmware/avi/sdk/model/Subnet.java index 12d12dfafc..b4cdef54e8 100644 --- a/java/src/com/vmware/avi/sdk/model/Subnet.java +++ b/java/src/com/vmware/avi/sdk/model/Subnet.java @@ -32,7 +32,7 @@ public class Subnet { /** * This is the getter method this will return the attribute value. * Specify an ip subnet prefix for this network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefix */ @@ -43,7 +43,7 @@ public IpAddrPrefix getPrefix() { /** * This is the setter method to the attribute. * Specify an ip subnet prefix for this network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prefix set the prefix. */ @@ -54,7 +54,7 @@ public void setPrefix(IpAddrPrefix prefix) { * This is the getter method this will return the attribute value. * Static ip ranges for this subnet. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticIpRanges */ @@ -66,7 +66,7 @@ public List getStaticIpRanges() { * This is the setter method. this will set the staticIpRanges * Static ip ranges for this subnet. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticIpRanges */ @@ -78,7 +78,7 @@ public void setStaticIpRanges(List staticIpRanges) { * This is the setter method this will set the staticIpRanges * Static ip ranges for this subnet. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticIpRanges */ diff --git a/java/src/com/vmware/avi/sdk/model/SubnetRuntime.java b/java/src/com/vmware/avi/sdk/model/SubnetRuntime.java index 2306a042b6..928a59a2c5 100644 --- a/java/src/com/vmware/avi/sdk/model/SubnetRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/SubnetRuntime.java @@ -32,7 +32,7 @@ public class SubnetRuntime { * This is the getter method this will return the attribute value. * Static ip range runtime. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipRangeRuntimes */ @@ -44,7 +44,7 @@ public List getIpRangeRuntimes() { * This is the setter method. this will set the ipRangeRuntimes * Static ip range runtime. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipRangeRuntimes */ @@ -56,7 +56,7 @@ public void setIpRangeRuntimes(List ipRangeRuntimes) { * This is the setter method this will set the ipRangeRuntimes * Static ip range runtime. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipRangeRuntimes */ @@ -70,7 +70,7 @@ public SubnetRuntime addIpRangeRuntimesItem(StaticIpRangeRuntime ipRangeRuntimes /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefix */ @@ -80,7 +80,7 @@ public IpAddrPrefix getPrefix() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prefix set the prefix. */ diff --git a/java/src/com/vmware/avi/sdk/model/SummarizedInfo.java b/java/src/com/vmware/avi/sdk/model/SummarizedInfo.java index 41d328a34e..2496bc2e9e 100644 --- a/java/src/com/vmware/avi/sdk/model/SummarizedInfo.java +++ b/java/src/com/vmware/avi/sdk/model/SummarizedInfo.java @@ -27,7 +27,7 @@ public class SummarizedInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetInfo */ @@ -37,7 +37,7 @@ public List getSubnetInfo() { /** * This is the setter method. this will set the subnetInfo - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetInfo */ @@ -47,7 +47,7 @@ public void setSubnetInfo(List subnetInfo) { /** * This is the setter method this will set the subnetInfo - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetInfo */ diff --git a/java/src/com/vmware/avi/sdk/model/SummarizedSubnetInfo.java b/java/src/com/vmware/avi/sdk/model/SummarizedSubnetInfo.java index 2b4159796b..144f8be57d 100644 --- a/java/src/com/vmware/avi/sdk/model/SummarizedSubnetInfo.java +++ b/java/src/com/vmware/avi/sdk/model/SummarizedSubnetInfo.java @@ -31,7 +31,7 @@ public class SummarizedSubnetInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cidrPrefix */ @@ -41,7 +41,7 @@ public String getCidrPrefix() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cidrPrefix set the cidrPrefix. */ @@ -51,7 +51,7 @@ public void setCidrPrefix(String cidrPrefix) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return network */ @@ -61,7 +61,7 @@ public String getNetwork() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param network set the network. */ diff --git a/java/src/com/vmware/avi/sdk/model/SupportedMigrations.java b/java/src/com/vmware/avi/sdk/model/SupportedMigrations.java index 5161d34eae..1a46d651a5 100644 --- a/java/src/com/vmware/avi/sdk/model/SupportedMigrations.java +++ b/java/src/com/vmware/avi/sdk/model/SupportedMigrations.java @@ -42,6 +42,15 @@ public class SupportedMigrations { @JsonProperty("controller_min_total_disk") private Integer controllerMinTotalDisk = 128; + @JsonProperty("dryrun_min_cores") + private Integer dryrunMinCores = 1; + + @JsonProperty("dryrun_min_free_disk_size") + private Integer dryrunMinFreeDiskSize = 18; + + @JsonProperty("dryrun_min_memory") + private Float dryrunMinMemory = 1.0f; + @JsonProperty("max_active_versions") private Integer maxActiveVersions = 2; @@ -84,7 +93,7 @@ public class SupportedMigrations { * This is the getter method this will return the attribute value. * Minimum accepted api version. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apiVersion */ @@ -96,7 +105,7 @@ public String getApiVersion() { * This is the setter method to the attribute. * Minimum accepted api version. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apiVersion set the apiVersion. */ @@ -109,7 +118,7 @@ public void setApiVersion(String apiVersion) { * Minimum space required(in gb) on controller host for this image installation. * Field introduced in 18.2.6. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return controllerHostMinFreeDiskSize */ @@ -122,7 +131,7 @@ public Integer getControllerHostMinFreeDiskSize() { * Minimum space required(in gb) on controller host for this image installation. * Field introduced in 18.2.6. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param controllerHostMinFreeDiskSize set the controllerHostMinFreeDiskSize. */ @@ -134,8 +143,7 @@ public void setControllerHostMinFreeDiskSize(Integer controllerHostMinFreeDiskS * This is the getter method this will return the attribute value. * Minimum number of cores required for controller. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return controllerMinCores */ @@ -147,8 +155,7 @@ public Integer getControllerMinCores() { * This is the setter method to the attribute. * Minimum number of cores required for controller. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param controllerMinCores set the controllerMinCores. */ @@ -160,7 +167,7 @@ public void setControllerMinCores(Integer controllerMinCores) { * This is the getter method this will return the attribute value. * Minimum supported docker version required for controller. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "1.6.1". * @return controllerMinDockerVersion */ @@ -172,7 +179,7 @@ public String getControllerMinDockerVersion() { * This is the setter method to the attribute. * Minimum supported docker version required for controller. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "1.6.1". * @param controllerMinDockerVersion set the controllerMinDockerVersion. */ @@ -185,7 +192,7 @@ public void setControllerMinDockerVersion(String controllerMinDockerVersion) { * Minimum space required(in gb) on controller for this image installation. * Field introduced in 18.2.6. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return controllerMinFreeDiskSize */ @@ -198,7 +205,7 @@ public Integer getControllerMinFreeDiskSize() { * Minimum space required(in gb) on controller for this image installation. * Field introduced in 18.2.6. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param controllerMinFreeDiskSize set the controllerMinFreeDiskSize. */ @@ -211,8 +218,7 @@ public void setControllerMinFreeDiskSize(Integer controllerMinFreeDiskSize) { * Minimum memory required(in gb) for controller. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 24. * @return controllerMinMemory */ @@ -225,8 +231,7 @@ public Integer getControllerMinMemory() { * Minimum memory required(in gb) for controller. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 24. * @param controllerMinMemory set the controllerMinMemory. */ @@ -239,8 +244,7 @@ public void setControllerMinMemory(Integer controllerMinMemory) { * Minimum space required(in gb) for controller. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return controllerMinTotalDisk */ @@ -253,8 +257,7 @@ public Integer getControllerMinTotalDisk() { * Minimum space required(in gb) for controller. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param controllerMinTotalDisk set the controllerMinTotalDisk. */ @@ -262,11 +265,87 @@ public void setControllerMinTotalDisk(Integer controllerMinTotalDisk) { this.controllerMinTotalDisk = controllerMinTotalDisk; } + /** + * This is the getter method this will return the attribute value. + * Minimum cpu cores required to perform dryrun operation for this image. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 1. + * @return dryrunMinCores + */ + public Integer getDryrunMinCores() { + return dryrunMinCores; + } + + /** + * This is the setter method to the attribute. + * Minimum cpu cores required to perform dryrun operation for this image. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 1. + * @param dryrunMinCores set the dryrunMinCores. + */ + public void setDryrunMinCores(Integer dryrunMinCores) { + this.dryrunMinCores = dryrunMinCores; + } + + /** + * This is the getter method this will return the attribute value. + * Minimum free disk space required (in gb) to perform dryrun operation for this image. + * Field introduced in 31.1.1. + * Unit is gb. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 18. + * @return dryrunMinFreeDiskSize + */ + public Integer getDryrunMinFreeDiskSize() { + return dryrunMinFreeDiskSize; + } + + /** + * This is the setter method to the attribute. + * Minimum free disk space required (in gb) to perform dryrun operation for this image. + * Field introduced in 31.1.1. + * Unit is gb. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 18. + * @param dryrunMinFreeDiskSize set the dryrunMinFreeDiskSize. + */ + public void setDryrunMinFreeDiskSize(Integer dryrunMinFreeDiskSize) { + this.dryrunMinFreeDiskSize = dryrunMinFreeDiskSize; + } + + /** + * This is the getter method this will return the attribute value. + * Minimum memory required to perform dryrun operation for this image. + * Field introduced in 31.1.1. + * Unit is gb. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 1.0f. + * @return dryrunMinMemory + */ + public Float getDryrunMinMemory() { + return dryrunMinMemory; + } + + /** + * This is the setter method to the attribute. + * Minimum memory required to perform dryrun operation for this image. + * Field introduced in 31.1.1. + * Unit is gb. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 1.0f. + * @param dryrunMinMemory set the dryrunMinMemory. + */ + public void setDryrunMinMemory(Float dryrunMinMemory) { + this.dryrunMinMemory = dryrunMinMemory; + } + /** * This is the getter method this will return the attribute value. * Supported active versions for this image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return maxActiveVersions */ @@ -278,7 +357,7 @@ public Integer getMaxActiveVersions() { * This is the setter method to the attribute. * Supported active versions for this image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param maxActiveVersions set the maxActiveVersions. */ @@ -290,7 +369,7 @@ public void setMaxActiveVersions(Integer maxActiveVersions) { * This is the getter method this will return the attribute value. * Minimum supported api version. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minSupportedApiVersion */ @@ -302,7 +381,7 @@ public String getMinSupportedApiVersion() { * This is the setter method to the attribute. * Minimum supported api version. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minSupportedApiVersion set the minSupportedApiVersion. */ @@ -315,7 +394,7 @@ public void setMinSupportedApiVersion(String minSupportedApiVersion) { * Minimum space required(in gb) on podman controller host for this image installation. * Field introduced in 21.1.4. * Unit is gb. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 24. * @return podmanControllerHostMinFreeDiskSize */ @@ -328,7 +407,7 @@ public Integer getPodmanControllerHostMinFreeDiskSize() { * Minimum space required(in gb) on podman controller host for this image installation. * Field introduced in 21.1.4. * Unit is gb. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 24. * @param podmanControllerHostMinFreeDiskSize set the podmanControllerHostMinFreeDiskSize. */ @@ -341,7 +420,7 @@ public void setPodmanControllerHostMinFreeDiskSize(Integer podmanControllerHost * Minimum space required(in gb) on podman se host for this image installation. * Field introduced in 21.1.4. * Unit is gb. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 12. * @return podmanSeHostMinFreeDiskSize */ @@ -354,7 +433,7 @@ public Integer getPodmanSeHostMinFreeDiskSize() { * Minimum space required(in gb) on podman se host for this image installation. * Field introduced in 21.1.4. * Unit is gb. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 12. * @param podmanSeHostMinFreeDiskSize set the podmanSeHostMinFreeDiskSize. */ @@ -367,7 +446,7 @@ public void setPodmanSeHostMinFreeDiskSize(Integer podmanSeHostMinFreeDiskSize) * Minimum space required(in gb) on controller for rollback. * Field introduced in 18.2.6. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return rollbackControllerDiskSpace */ @@ -380,7 +459,7 @@ public Integer getRollbackControllerDiskSpace() { * Minimum space required(in gb) on controller for rollback. * Field introduced in 18.2.6. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param rollbackControllerDiskSpace set the rollbackControllerDiskSpace. */ @@ -393,7 +472,7 @@ public void setRollbackControllerDiskSpace(Integer rollbackControllerDiskSpace) * Minimum space required(in gb) on se for rollback. * Field introduced in 18.2.6. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return rollbackSeDiskSpace */ @@ -406,7 +485,7 @@ public Integer getRollbackSeDiskSpace() { * Minimum space required(in gb) on se for rollback. * Field introduced in 18.2.6. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param rollbackSeDiskSpace set the rollbackSeDiskSpace. */ @@ -419,7 +498,7 @@ public void setRollbackSeDiskSpace(Integer rollbackSeDiskSpace) { * Minimum space required(in gb) on se host for this image installation. * Field introduced in 18.2.6. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return seHostMinFreeDiskSize */ @@ -432,7 +511,7 @@ public Integer getSeHostMinFreeDiskSize() { * Minimum space required(in gb) on se host for this image installation. * Field introduced in 18.2.6. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param seHostMinFreeDiskSize set the seHostMinFreeDiskSize. */ @@ -444,8 +523,7 @@ public void setSeHostMinFreeDiskSize(Integer seHostMinFreeDiskSize) { * This is the getter method this will return the attribute value. * Minimum number of cores required for se. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return seMinCores */ @@ -457,8 +535,7 @@ public Integer getSeMinCores() { * This is the setter method to the attribute. * Minimum number of cores required for se. * Field introduced in 18.2.10, 20.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param seMinCores set the seMinCores. */ @@ -471,7 +548,7 @@ public void setSeMinCores(Integer seMinCores) { * Minimum space required(in gb) on se for this image installation for non-fips mode(+1 gb for fips mode). * Field introduced in 18.2.6. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return seMinFreeDiskSize */ @@ -484,7 +561,7 @@ public Integer getSeMinFreeDiskSize() { * Minimum space required(in gb) on se for this image installation for non-fips mode(+1 gb for fips mode). * Field introduced in 18.2.6. * Unit is gb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param seMinFreeDiskSize set the seMinFreeDiskSize. */ @@ -497,8 +574,7 @@ public void setSeMinFreeDiskSize(Integer seMinFreeDiskSize) { * Minimum memory required(in gb) for se. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return seMinMemory */ @@ -511,8 +587,7 @@ public Integer getSeMinMemory() { * Minimum memory required(in gb) for se. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param seMinMemory set the seMinMemory. */ @@ -525,8 +600,7 @@ public void setSeMinMemory(Integer seMinMemory) { * Minimum space required(in gb) for se. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return seMinTotalDisk */ @@ -539,8 +613,7 @@ public Integer getSeMinTotalDisk() { * Minimum space required(in gb) for se. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param seMinTotalDisk set the seMinTotalDisk. */ @@ -551,7 +624,7 @@ public void setSeMinTotalDisk(Integer seMinTotalDisk) { * This is the getter method this will return the attribute value. * Supported compatible versions for this image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ @@ -563,7 +636,7 @@ public List getVersions() { * This is the setter method. this will set the versions * Supported compatible versions for this image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ @@ -575,7 +648,7 @@ public void setVersions(List versions) { * This is the setter method this will set the versions * Supported compatible versions for this image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ @@ -615,7 +688,10 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.controllerMinDockerVersion, objSupportedMigrations.controllerMinDockerVersion)&& Objects.equals(this.minSupportedApiVersion, objSupportedMigrations.minSupportedApiVersion)&& Objects.equals(this.podmanControllerHostMinFreeDiskSize, objSupportedMigrations.podmanControllerHostMinFreeDiskSize)&& - Objects.equals(this.podmanSeHostMinFreeDiskSize, objSupportedMigrations.podmanSeHostMinFreeDiskSize); + Objects.equals(this.podmanSeHostMinFreeDiskSize, objSupportedMigrations.podmanSeHostMinFreeDiskSize)&& + Objects.equals(this.dryrunMinCores, objSupportedMigrations.dryrunMinCores)&& + Objects.equals(this.dryrunMinMemory, objSupportedMigrations.dryrunMinMemory)&& + Objects.equals(this.dryrunMinFreeDiskSize, objSupportedMigrations.dryrunMinFreeDiskSize); } @Override @@ -629,6 +705,9 @@ public String toString() { sb.append(" controllerMinFreeDiskSize: ").append(toIndentedString(controllerMinFreeDiskSize)).append("\n"); sb.append(" controllerMinMemory: ").append(toIndentedString(controllerMinMemory)).append("\n"); sb.append(" controllerMinTotalDisk: ").append(toIndentedString(controllerMinTotalDisk)).append("\n"); + sb.append(" dryrunMinCores: ").append(toIndentedString(dryrunMinCores)).append("\n"); + sb.append(" dryrunMinFreeDiskSize: ").append(toIndentedString(dryrunMinFreeDiskSize)).append("\n"); + sb.append(" dryrunMinMemory: ").append(toIndentedString(dryrunMinMemory)).append("\n"); sb.append(" maxActiveVersions: ").append(toIndentedString(maxActiveVersions)).append("\n"); sb.append(" minSupportedApiVersion: ").append(toIndentedString(minSupportedApiVersion)).append("\n"); sb.append(" podmanControllerHostMinFreeDiskSize: ").append(toIndentedString(podmanControllerHostMinFreeDiskSize)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/SwitchoverEventDetails.java b/java/src/com/vmware/avi/sdk/model/SwitchoverEventDetails.java index 6e82b74afd..65dfa7be53 100644 --- a/java/src/com/vmware/avi/sdk/model/SwitchoverEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SwitchoverEventDetails.java @@ -46,7 +46,7 @@ public class SwitchoverEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromSeName */ @@ -56,7 +56,7 @@ public String getFromSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromSeName set the fromSeName. */ @@ -66,7 +66,7 @@ public void setFromSeName(String fromSeName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -76,7 +76,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -86,7 +86,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -96,7 +96,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -108,7 +108,7 @@ public void setIp6(String ip6) { * This is the getter method this will return the attribute value. * Reason for switchover. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -120,7 +120,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason for switchover. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -130,7 +130,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toSeName */ @@ -140,7 +140,7 @@ public String getToSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toSeName set the toSeName. */ @@ -150,7 +150,7 @@ public void setToSeName(String toSeName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -160,7 +160,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -170,7 +170,7 @@ public void setVsName(String vsName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -180,7 +180,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SwitchoverFailEventDetails.java b/java/src/com/vmware/avi/sdk/model/SwitchoverFailEventDetails.java index 96c87ca223..263d3b73d1 100644 --- a/java/src/com/vmware/avi/sdk/model/SwitchoverFailEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/SwitchoverFailEventDetails.java @@ -43,7 +43,7 @@ public class SwitchoverFailEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromSeName */ @@ -53,7 +53,7 @@ public String getFromSeName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromSeName set the fromSeName. */ @@ -63,7 +63,7 @@ public void setFromSeName(String fromSeName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -73,7 +73,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -83,7 +83,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -93,7 +93,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -103,7 +103,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -113,7 +113,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -123,7 +123,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -133,7 +133,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -143,7 +143,7 @@ public void setVsName(String vsName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -153,7 +153,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SysTestEmailParams.java b/java/src/com/vmware/avi/sdk/model/SysTestEmailParams.java index 2d64dabc68..6497679033 100644 --- a/java/src/com/vmware/avi/sdk/model/SysTestEmailParams.java +++ b/java/src/com/vmware/avi/sdk/model/SysTestEmailParams.java @@ -38,7 +38,7 @@ public class SysTestEmailParams { /** * This is the getter method this will return the attribute value. * Alerts are copied to the comma separated list of email recipients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccEmails */ @@ -49,7 +49,7 @@ public String getCcEmails() { /** * This is the setter method to the attribute. * Alerts are copied to the comma separated list of email recipients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccEmails set the ccEmails. */ @@ -60,7 +60,7 @@ public void setCcEmails(String ccEmails) { /** * This is the getter method this will return the attribute value. * The subject line of the originating email from avi controller. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subject */ @@ -71,7 +71,7 @@ public String getSubject() { /** * This is the setter method to the attribute. * The subject line of the originating email from avi controller. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subject set the subject. */ @@ -82,7 +82,7 @@ public void setSubject(String subject) { /** * This is the getter method this will return the attribute value. * The email context. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return text */ @@ -93,7 +93,7 @@ public String getText() { /** * This is the setter method to the attribute. * The email context. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param text set the text. */ @@ -104,7 +104,7 @@ public void setText(String text) { /** * This is the getter method this will return the attribute value. * Alerts are sent to the comma separated list of email recipients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toEmails */ @@ -115,7 +115,7 @@ public String getToEmails() { /** * This is the setter method to the attribute. * Alerts are sent to the comma separated list of email recipients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toEmails set the toEmails. */ diff --git a/java/src/com/vmware/avi/sdk/model/SystemConfiguration.java b/java/src/com/vmware/avi/sdk/model/SystemConfiguration.java index 0b4bed5c96..758fc6be78 100644 --- a/java/src/com/vmware/avi/sdk/model/SystemConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/SystemConfiguration.java @@ -7,6 +7,7 @@ import java.util.*; import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonInclude; @@ -24,6 +25,9 @@ public class SystemConfiguration extends AviRestResource { @JsonProperty("admin_auth_configuration") private AdminAuthConfiguration adminAuthConfiguration; + @JsonIgnore + private String aviEmailLoginPassword; + @JsonProperty("common_criteria_mode") private Boolean commonCriteriaMode = false; @@ -48,6 +52,9 @@ public class SystemConfiguration extends AviRestResource { @JsonProperty("enable_cors") private Boolean enableCors = false; + @JsonProperty("enable_host_header_check") + private Boolean enableHostHeaderCheck = false; + @JsonProperty("fips_mode") private Boolean fipsMode = false; @@ -60,6 +67,9 @@ public class SystemConfiguration extends AviRestResource { @JsonProperty("kex_algorithm_exclude") private String kexAlgorithmExclude; + @JsonProperty("legacy_ssl_support") + private Boolean legacySslSupport = false; + @JsonProperty("linux_configuration") private LinuxConfiguration linuxConfiguration; @@ -81,6 +91,9 @@ public class SystemConfiguration extends AviRestResource { @JsonProperty("rekey_volume_limit") private String rekeyVolumeLimit = "default"; + @JsonProperty("sddcmanager_fqdn") + private String sddcmanagerFqdn; + @JsonProperty("secure_channel_configuration") private SecureChannelConfiguration secureChannelConfiguration; @@ -93,6 +106,15 @@ public class SystemConfiguration extends AviRestResource { @JsonProperty("ssh_hmacs") private List sshHmacs; + @JsonProperty("telemetry_configuration") + private TelemetryConfiguration telemetryConfiguration; + + @JsonProperty("trusted_host_profiles_refs") + private List trustedHostProfilesRefs; + + @JsonProperty("truststore_pkiprofile_ref") + private String truststorePkiprofileRef; + @JsonProperty("url") private String url = "url"; @@ -106,7 +128,7 @@ public class SystemConfiguration extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adminAuthConfiguration */ @@ -116,7 +138,7 @@ public AdminAuthConfiguration getAdminAuthConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adminAuthConfiguration set the adminAuthConfiguration. */ @@ -124,11 +146,35 @@ public void setAdminAuthConfiguration(AdminAuthConfiguration adminAuthConfigurat this.adminAuthConfiguration = adminAuthConfiguration; } + /** + * This is the getter method this will return the attribute value. + * Password for avi_email_login user. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return aviEmailLoginPassword + */ + public String getAviEmailLoginPassword() { + return aviEmailLoginPassword; + } + + /** + * This is the setter method to the attribute. + * Password for avi_email_login user. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param aviEmailLoginPassword set the aviEmailLoginPassword. + */ + public void setAviEmailLoginPassword(String aviEmailLoginPassword) { + this.aviEmailLoginPassword = aviEmailLoginPassword; + } + /** * This is the getter method this will return the attribute value. * Common criteria mode's current state. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return commonCriteriaMode */ @@ -140,7 +186,7 @@ public Boolean getCommonCriteriaMode() { * This is the setter method to the attribute. * Common criteria mode's current state. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param commonCriteriaMode set the commonCriteriaMode. */ @@ -153,7 +199,7 @@ public void setCommonCriteriaMode(Boolean commonCriteriaMode) { * Controller metrics event dynamic thresholds can be set here. * Controller_cpu_high and controller_mem_high evets can take configured dynamic thresholds. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerAnalyticsPolicy */ @@ -166,7 +212,7 @@ public ControllerAnalyticsPolicy getControllerAnalyticsPolicy() { * Controller metrics event dynamic thresholds can be set here. * Controller_cpu_high and controller_mem_high evets can take configured dynamic thresholds. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerAnalyticsPolicy set the controllerAnalyticsPolicy. */ @@ -179,8 +225,8 @@ public void setControllerAnalyticsPolicy(ControllerAnalyticsPolicy controllerAna * Specifies the default license tier which would be used by new clouds. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. - * Special default for essentials edition is essentials, basic edition is basic, enterprise is enterprise_with_cloud_services. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Special default for essentials edition is essentials, basic edition is basic, enterprise edition is enterprise_with_cloud_services. * @return defaultLicenseTier */ public String getDefaultLicenseTier() { @@ -192,8 +238,8 @@ public String getDefaultLicenseTier() { * Specifies the default license tier which would be used by new clouds. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. - * Special default for essentials edition is essentials, basic edition is basic, enterprise is enterprise_with_cloud_services. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Special default for essentials edition is essentials, basic edition is basic, enterprise edition is enterprise_with_cloud_services. * @param defaultLicenseTier set the defaultLicenseTier. */ public void setDefaultLicenseTier(String defaultLicenseTier) { @@ -202,7 +248,7 @@ public void setDefaultLicenseTier(String defaultLicenseTier) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsConfiguration */ @@ -212,7 +258,7 @@ public DNSConfiguration getDnsConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsConfiguration set the dnsConfiguration. */ @@ -225,7 +271,7 @@ public void setDnsConfiguration(DNSConfiguration dnsConfiguration) { * If no virtualservices are provided, avi vantage will provide dns services for configured applications. * Switching back to avi vantage from dns virtualservices is not allowed. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVirtualserviceRefs */ @@ -239,7 +285,7 @@ public List getDnsVirtualserviceRefs() { * If no virtualservices are provided, avi vantage will provide dns services for configured applications. * Switching back to avi vantage from dns virtualservices is not allowed. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVirtualserviceRefs */ @@ -253,7 +299,7 @@ public void setDnsVirtualserviceRefs(List dnsVirtualserviceRefs) { * If no virtualservices are provided, avi vantage will provide dns services for configured applications. * Switching back to avi vantage from dns virtualservices is not allowed. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVirtualserviceRefs */ @@ -267,7 +313,7 @@ public SystemConfiguration addDnsVirtualserviceRefsItem(String dnsVirtualservice /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return dockerMode */ @@ -277,7 +323,7 @@ public Boolean getDockerMode() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param dockerMode set the dockerMode. */ @@ -287,7 +333,7 @@ public void setDockerMode(Boolean dockerMode) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return emailConfiguration */ @@ -297,7 +343,7 @@ public EmailConfiguration getEmailConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param emailConfiguration set the emailConfiguration. */ @@ -309,8 +355,7 @@ public void setEmailConfiguration(EmailConfiguration emailConfiguration) { * This is the getter method this will return the attribute value. * Enable cors header. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableCors */ @@ -322,8 +367,7 @@ public Boolean getEnableCors() { * This is the setter method to the attribute. * Enable cors header. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableCors set the enableCors. */ @@ -331,11 +375,35 @@ public void setEnableCors(Boolean enableCors) { this.enableCors = enableCors; } + /** + * This is the getter method this will return the attribute value. + * Validates the host header against a list of trusted domains. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return enableHostHeaderCheck + */ + public Boolean getEnableHostHeaderCheck() { + return enableHostHeaderCheck; + } + + /** + * This is the setter method to the attribute. + * Validates the host header against a list of trusted domains. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param enableHostHeaderCheck set the enableHostHeaderCheck. + */ + public void setEnableHostHeaderCheck(Boolean enableHostHeaderCheck) { + this.enableHostHeaderCheck = enableHostHeaderCheck; + } + /** * This is the getter method this will return the attribute value. * Fips mode current state. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return fipsMode */ @@ -347,7 +415,7 @@ public Boolean getFipsMode() { * This is the setter method to the attribute. * Fips mode current state. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param fipsMode set the fipsMode. */ @@ -357,7 +425,7 @@ public void setFipsMode(Boolean fipsMode) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return globalTenantConfig */ @@ -367,7 +435,7 @@ public TenantConfiguration getGlobalTenantConfig() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param globalTenantConfig set the globalTenantConfig. */ @@ -380,7 +448,7 @@ public void setGlobalTenantConfig(TenantConfiguration globalTenantConfig) { * Users can specify comma separated list of deprecated host key algorithm.if nothing is specified, all known algorithms provided by openssh will be * supported.this change could only apply on the controller node. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostKeyAlgorithmExclude */ @@ -393,7 +461,7 @@ public String getHostKeyAlgorithmExclude() { * Users can specify comma separated list of deprecated host key algorithm.if nothing is specified, all known algorithms provided by openssh will be * supported.this change could only apply on the controller node. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostKeyAlgorithmExclude set the hostKeyAlgorithmExclude. */ @@ -406,7 +474,7 @@ public void setHostKeyAlgorithmExclude(String hostKeyAlgorithmExclude) { * Users can specify comma separated list of deprecated key exchange algorithm.if nothing is specified, all known algorithms provided by openssh * will be supported.this change could only apply on the controller node. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kexAlgorithmExclude */ @@ -419,7 +487,7 @@ public String getKexAlgorithmExclude() { * Users can specify comma separated list of deprecated key exchange algorithm.if nothing is specified, all known algorithms provided by openssh * will be supported.this change could only apply on the controller node. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param kexAlgorithmExclude set the kexAlgorithmExclude. */ @@ -429,7 +497,31 @@ public void setKexAlgorithmExclude(String kexAlgorithmExclude) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allow outgoing connections from controller to servers using tls 1.0/1.1. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return legacySslSupport + */ + public Boolean getLegacySslSupport() { + return legacySslSupport; + } + + /** + * This is the setter method to the attribute. + * Allow outgoing connections from controller to servers using tls 1.0/1.1. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param legacySslSupport set the legacySslSupport. + */ + public void setLegacySslSupport(Boolean legacySslSupport) { + this.legacySslSupport = legacySslSupport; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxConfiguration */ @@ -439,7 +531,7 @@ public LinuxConfiguration getLinuxConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxConfiguration set the linuxConfiguration. */ @@ -450,7 +542,7 @@ public void setLinuxConfiguration(LinuxConfiguration linuxConfiguration) { /** * This is the getter method this will return the attribute value. * Configure ip access control for controller to restrict open access. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtIpAccessControl */ @@ -461,7 +553,7 @@ public MgmtIpAccessControl getMgmtIpAccessControl() { /** * This is the setter method to the attribute. * Configure ip access control for controller to restrict open access. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtIpAccessControl set the mgmtIpAccessControl. */ @@ -471,7 +563,7 @@ public void setMgmtIpAccessControl(MgmtIpAccessControl mgmtIpAccessControl) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpConfiguration */ @@ -481,7 +573,7 @@ public NTPConfiguration getNtpConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ntpConfiguration set the ntpConfiguration. */ @@ -491,7 +583,7 @@ public void setNtpConfiguration(NTPConfiguration ntpConfiguration) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portalConfiguration */ @@ -501,7 +593,7 @@ public PortalConfiguration getPortalConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param portalConfiguration set the portalConfiguration. */ @@ -511,7 +603,7 @@ public void setPortalConfiguration(PortalConfiguration portalConfiguration) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return proxyConfiguration */ @@ -521,7 +613,7 @@ public ProxyConfiguration getProxyConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param proxyConfiguration set the proxyConfiguration. */ @@ -533,7 +625,7 @@ public void setProxyConfiguration(ProxyConfiguration proxyConfiguration) { * This is the getter method this will return the attribute value. * Users can specify and update the time limit of rekeylimit in sshd_config.if nothing is specified, the default setting will be none. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "none". * @return rekeyTimeLimit */ @@ -545,7 +637,7 @@ public String getRekeyTimeLimit() { * This is the setter method to the attribute. * Users can specify and update the time limit of rekeylimit in sshd_config.if nothing is specified, the default setting will be none. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "none". * @param rekeyTimeLimit set the rekeyTimeLimit. */ @@ -557,7 +649,7 @@ public void setRekeyTimeLimit(String rekeyTimeLimit) { * This is the getter method this will return the attribute value. * Users can specify and update the size/volume limit of rekeylimit in sshd_config.if nothing is specified, the default setting will be default. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return rekeyVolumeLimit */ @@ -569,7 +661,7 @@ public String getRekeyVolumeLimit() { * This is the setter method to the attribute. * Users can specify and update the size/volume limit of rekeylimit in sshd_config.if nothing is specified, the default setting will be default. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param rekeyVolumeLimit set the rekeyVolumeLimit. */ @@ -577,11 +669,35 @@ public void setRekeyVolumeLimit(String rekeyVolumeLimit) { this.rekeyVolumeLimit = rekeyVolumeLimit; } + /** + * This is the getter method this will return the attribute value. + * Fqdn of sddc manager in vcf responsible for management of this alb controller cluster. + * Field introduced in 22.1.6,31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return sddcmanagerFqdn + */ + public String getSddcmanagerFqdn() { + return sddcmanagerFqdn; + } + + /** + * This is the setter method to the attribute. + * Fqdn of sddc manager in vcf responsible for management of this alb controller cluster. + * Field introduced in 22.1.6,31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param sddcmanagerFqdn set the sddcmanagerFqdn. + */ + public void setSddcmanagerFqdn(String sddcmanagerFqdn) { + this.sddcmanagerFqdn = sddcmanagerFqdn; + } + /** * This is the getter method this will return the attribute value. * Configure secure channel properties. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secureChannelConfiguration */ @@ -593,7 +709,7 @@ public SecureChannelConfiguration getSecureChannelConfiguration() { * This is the setter method to the attribute. * Configure secure channel properties. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secureChannelConfiguration set the secureChannelConfiguration. */ @@ -603,7 +719,7 @@ public void setSecureChannelConfiguration(SecureChannelConfiguration secureChann /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snmpConfiguration */ @@ -613,7 +729,7 @@ public SnmpConfiguration getSnmpConfiguration() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param snmpConfiguration set the snmpConfiguration. */ @@ -624,7 +740,7 @@ public void setSnmpConfiguration(SnmpConfiguration snmpConfiguration) { * This is the getter method this will return the attribute value. * Allowed ciphers list for ssh to the management interface on the controller and service engines. * If this is not specified, all the default ciphers are allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshCiphers */ @@ -636,7 +752,7 @@ public List getSshCiphers() { * This is the setter method. this will set the sshCiphers * Allowed ciphers list for ssh to the management interface on the controller and service engines. * If this is not specified, all the default ciphers are allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshCiphers */ @@ -648,7 +764,7 @@ public void setSshCiphers(List sshCiphers) { * This is the setter method this will set the sshCiphers * Allowed ciphers list for ssh to the management interface on the controller and service engines. * If this is not specified, all the default ciphers are allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshCiphers */ @@ -663,7 +779,7 @@ public SystemConfiguration addSshCiphersItem(String sshCiphersItem) { * This is the getter method this will return the attribute value. * Allowed hmac list for ssh to the management interface on the controller and service engines. * If this is not specified, all the default hmacs are allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshHmacs */ @@ -675,7 +791,7 @@ public List getSshHmacs() { * This is the setter method. this will set the sshHmacs * Allowed hmac list for ssh to the management interface on the controller and service engines. * If this is not specified, all the default hmacs are allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshHmacs */ @@ -687,7 +803,7 @@ public void setSshHmacs(List sshHmacs) { * This is the setter method this will set the sshHmacs * Allowed hmac list for ssh to the management interface on the controller and service engines. * If this is not specified, all the default hmacs are allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshHmacs */ @@ -698,6 +814,106 @@ public SystemConfiguration addSshHmacsItem(String sshHmacsItem) { this.sshHmacs.add(sshHmacsItem); return this; } + + /** + * This is the getter method this will return the attribute value. + * Telemetry configuration. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return telemetryConfiguration + */ + public TelemetryConfiguration getTelemetryConfiguration() { + return telemetryConfiguration; + } + + /** + * This is the setter method to the attribute. + * Telemetry configuration. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param telemetryConfiguration set the telemetryConfiguration. + */ + public void setTelemetryConfiguration(TelemetryConfiguration telemetryConfiguration) { + this.telemetryConfiguration = telemetryConfiguration; + } + /** + * This is the getter method this will return the attribute value. + * Trusted host profiles for host header validation. + * Only works when host_header_check is set to true. + * It is a reference to an object of type trustedhostprofile. + * Field introduced in 31.1.1. + * Maximum of 20 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return trustedHostProfilesRefs + */ + public List getTrustedHostProfilesRefs() { + return trustedHostProfilesRefs; + } + + /** + * This is the setter method. this will set the trustedHostProfilesRefs + * Trusted host profiles for host header validation. + * Only works when host_header_check is set to true. + * It is a reference to an object of type trustedhostprofile. + * Field introduced in 31.1.1. + * Maximum of 20 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return trustedHostProfilesRefs + */ + public void setTrustedHostProfilesRefs(List trustedHostProfilesRefs) { + this.trustedHostProfilesRefs = trustedHostProfilesRefs; + } + + /** + * This is the setter method this will set the trustedHostProfilesRefs + * Trusted host profiles for host header validation. + * Only works when host_header_check is set to true. + * It is a reference to an object of type trustedhostprofile. + * Field introduced in 31.1.1. + * Maximum of 20 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return trustedHostProfilesRefs + */ + public SystemConfiguration addTrustedHostProfilesRefsItem(String trustedHostProfilesRefsItem) { + if (this.trustedHostProfilesRefs == null) { + this.trustedHostProfilesRefs = new ArrayList(); + } + this.trustedHostProfilesRefs.add(trustedHostProfilesRefsItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Reference to pkiprofile used for validating the ca certificates for external comminications from avi load balancer controller this acts as trust + * store for avi load balancer controller. + * It is a reference to an object of type pkiprofile. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return truststorePkiprofileRef + */ + public String getTruststorePkiprofileRef() { + return truststorePkiprofileRef; + } + + /** + * This is the setter method to the attribute. + * Reference to pkiprofile used for validating the ca certificates for external comminications from avi load balancer controller this acts as trust + * store for avi load balancer controller. + * It is a reference to an object of type pkiprofile. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param truststorePkiprofileRef set the truststorePkiprofileRef. + */ + public void setTruststorePkiprofileRef(String truststorePkiprofileRef) { + this.truststorePkiprofileRef = truststorePkiprofileRef; + } /** * This is the getter method this will return the attribute value. * Avi controller URL of the object. @@ -718,7 +934,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -728,7 +944,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -740,7 +956,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * This flag is set once the initial controller setup workflow is complete. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return welcomeWorkflowComplete */ @@ -752,7 +968,7 @@ public Boolean getWelcomeWorkflowComplete() { * This is the setter method to the attribute. * This flag is set once the initial controller setup workflow is complete. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param welcomeWorkflowComplete set the welcomeWorkflowComplete. */ @@ -795,7 +1011,14 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.hostKeyAlgorithmExclude, objSystemConfiguration.hostKeyAlgorithmExclude)&& Objects.equals(this.kexAlgorithmExclude, objSystemConfiguration.kexAlgorithmExclude)&& Objects.equals(this.rekeyVolumeLimit, objSystemConfiguration.rekeyVolumeLimit)&& - Objects.equals(this.rekeyTimeLimit, objSystemConfiguration.rekeyTimeLimit); + Objects.equals(this.rekeyTimeLimit, objSystemConfiguration.rekeyTimeLimit)&& + Objects.equals(this.sddcmanagerFqdn, objSystemConfiguration.sddcmanagerFqdn)&& + Objects.equals(this.enableHostHeaderCheck, objSystemConfiguration.enableHostHeaderCheck)&& + Objects.equals(this.trustedHostProfilesRefs, objSystemConfiguration.trustedHostProfilesRefs)&& + Objects.equals(this.telemetryConfiguration, objSystemConfiguration.telemetryConfiguration)&& + Objects.equals(this.truststorePkiprofileRef, objSystemConfiguration.truststorePkiprofileRef)&& + Objects.equals(this.legacySslSupport, objSystemConfiguration.legacySslSupport)&& + Objects.equals(this.aviEmailLoginPassword, objSystemConfiguration.aviEmailLoginPassword); } @Override @@ -803,6 +1026,7 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class SystemConfiguration {\n"); sb.append(" adminAuthConfiguration: ").append(toIndentedString(adminAuthConfiguration)).append("\n"); + sb.append(" aviEmailLoginPassword: ").append(toIndentedString(aviEmailLoginPassword)).append("\n"); sb.append(" commonCriteriaMode: ").append(toIndentedString(commonCriteriaMode)).append("\n"); sb.append(" controllerAnalyticsPolicy: ").append(toIndentedString(controllerAnalyticsPolicy)).append("\n"); sb.append(" defaultLicenseTier: ").append(toIndentedString(defaultLicenseTier)).append("\n"); @@ -811,10 +1035,12 @@ public String toString() { sb.append(" dockerMode: ").append(toIndentedString(dockerMode)).append("\n"); sb.append(" emailConfiguration: ").append(toIndentedString(emailConfiguration)).append("\n"); sb.append(" enableCors: ").append(toIndentedString(enableCors)).append("\n"); + sb.append(" enableHostHeaderCheck: ").append(toIndentedString(enableHostHeaderCheck)).append("\n"); sb.append(" fipsMode: ").append(toIndentedString(fipsMode)).append("\n"); sb.append(" globalTenantConfig: ").append(toIndentedString(globalTenantConfig)).append("\n"); sb.append(" hostKeyAlgorithmExclude: ").append(toIndentedString(hostKeyAlgorithmExclude)).append("\n"); sb.append(" kexAlgorithmExclude: ").append(toIndentedString(kexAlgorithmExclude)).append("\n"); + sb.append(" legacySslSupport: ").append(toIndentedString(legacySslSupport)).append("\n"); sb.append(" linuxConfiguration: ").append(toIndentedString(linuxConfiguration)).append("\n"); sb.append(" mgmtIpAccessControl: ").append(toIndentedString(mgmtIpAccessControl)).append("\n"); sb.append(" ntpConfiguration: ").append(toIndentedString(ntpConfiguration)).append("\n"); @@ -822,10 +1048,14 @@ public String toString() { sb.append(" proxyConfiguration: ").append(toIndentedString(proxyConfiguration)).append("\n"); sb.append(" rekeyTimeLimit: ").append(toIndentedString(rekeyTimeLimit)).append("\n"); sb.append(" rekeyVolumeLimit: ").append(toIndentedString(rekeyVolumeLimit)).append("\n"); + sb.append(" sddcmanagerFqdn: ").append(toIndentedString(sddcmanagerFqdn)).append("\n"); sb.append(" secureChannelConfiguration: ").append(toIndentedString(secureChannelConfiguration)).append("\n"); sb.append(" snmpConfiguration: ").append(toIndentedString(snmpConfiguration)).append("\n"); sb.append(" sshCiphers: ").append(toIndentedString(sshCiphers)).append("\n"); sb.append(" sshHmacs: ").append(toIndentedString(sshHmacs)).append("\n"); + sb.append(" telemetryConfiguration: ").append(toIndentedString(telemetryConfiguration)).append("\n"); + sb.append(" trustedHostProfilesRefs: ").append(toIndentedString(trustedHostProfilesRefs)).append("\n"); + sb.append(" truststorePkiprofileRef: ").append(toIndentedString(truststorePkiprofileRef)).append("\n"); sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); sb.append(" welcomeWorkflowComplete: ").append(toIndentedString(welcomeWorkflowComplete)).append("\n"); sb.append("}"); diff --git a/java/src/com/vmware/avi/sdk/model/SystemLimits.java b/java/src/com/vmware/avi/sdk/model/SystemLimits.java index 6e6fbfc972..fbc29843c5 100644 --- a/java/src/com/vmware/avi/sdk/model/SystemLimits.java +++ b/java/src/com/vmware/avi/sdk/model/SystemLimits.java @@ -42,7 +42,7 @@ public class SystemLimits extends AviRestResource { * This is the getter method this will return the attribute value. * System limits for the entire controller cluster. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerLimits */ @@ -54,7 +54,7 @@ public ControllerLimits getControllerLimits() { * This is the setter method to the attribute. * System limits for the entire controller cluster. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerLimits set the controllerLimits. */ @@ -65,7 +65,7 @@ public void setControllerLimits(ControllerLimits controllerLimits) { * This is the getter method this will return the attribute value. * Possible controller sizes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizes */ @@ -77,7 +77,7 @@ public List getControllerSizes() { * This is the setter method. this will set the controllerSizes * Possible controller sizes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizes */ @@ -89,7 +89,7 @@ public void setControllerSizes(List controllerSizes) { * This is the setter method this will set the controllerSizes * Possible controller sizes. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizes */ @@ -105,7 +105,7 @@ public SystemLimits addControllerSizesItem(ControllerSize controllerSizesItem) { * This is the getter method this will return the attribute value. * System limits that apply to a serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceengineLimits */ @@ -117,7 +117,7 @@ public ServiceEngineLimits getServiceengineLimits() { * This is the setter method to the attribute. * System limits that apply to a serviceengine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceengineLimits set the serviceengineLimits. */ @@ -146,7 +146,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid for the system limits object. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -158,7 +158,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid for the system limits object. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/SystemReport.java b/java/src/com/vmware/avi/sdk/model/SystemReport.java index fad91d34a4..edb8468828 100644 --- a/java/src/com/vmware/avi/sdk/model/SystemReport.java +++ b/java/src/com/vmware/avi/sdk/model/SystemReport.java @@ -30,6 +30,9 @@ public class SystemReport extends AviRestResource { @JsonProperty("downloadable") private Boolean downloadable = false; + @JsonProperty("dryrun_info") + private DryrunInfo dryrunInfo; + @JsonProperty("events") private List events; @@ -39,6 +42,9 @@ public class SystemReport extends AviRestResource { @JsonProperty("name") private String name; + @JsonProperty("operation") + private String operation; + @JsonProperty("readiness_reports") private List readinessReports; @@ -57,6 +63,9 @@ public class SystemReport extends AviRestResource { @JsonProperty("tenant_ref") private String tenantRef; + @JsonProperty("type") + private String type; + @JsonProperty("url") private String url = "url"; @@ -69,7 +78,7 @@ public class SystemReport extends AviRestResource { * This is the getter method this will return the attribute value. * Relative path to the report archive file on filesystem.the archive includes exported system configuration and current object as json. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return archiveRef */ @@ -81,7 +90,7 @@ public String getArchiveRef() { * This is the setter method to the attribute. * Relative path to the report archive file on filesystem.the archive includes exported system configuration and current object as json. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param archiveRef set the archiveRef. */ @@ -94,7 +103,7 @@ public void setArchiveRef(String archiveRef) { * Controller patch image associated with the report. * It is a reference to an object of type image. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchImageRef */ @@ -107,7 +116,7 @@ public String getControllerPatchImageRef() { * Controller patch image associated with the report. * It is a reference to an object of type image. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchImageRef set the controllerPatchImageRef. */ @@ -119,7 +128,7 @@ public void setControllerPatchImageRef(String controllerPatchImageRef) { * This is the getter method this will return the attribute value. * Indicates whether this report is downloadable as an archive. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return downloadable */ @@ -131,18 +140,42 @@ public Boolean getDownloadable() { * This is the setter method to the attribute. * Indicates whether this report is downloadable as an archive. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param downloadable set the downloadable. */ public void setDownloadable(Boolean downloadable) { this.downloadable = downloadable; } + + /** + * This is the getter method this will return the attribute value. + * Dry-run report. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return dryrunInfo + */ + public DryrunInfo getDryrunInfo() { + return dryrunInfo; + } + + /** + * This is the setter method to the attribute. + * Dry-run report. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param dryrunInfo set the dryrunInfo. + */ + public void setDryrunInfo(DryrunInfo dryrunInfo) { + this.dryrunInfo = dryrunInfo; + } /** * This is the getter method this will return the attribute value. * List of events associated with the report. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -154,7 +187,7 @@ public List getEvents() { * This is the setter method. this will set the events * List of events associated with the report. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -166,7 +199,7 @@ public void setEvents(List events) { * This is the setter method this will set the events * List of events associated with the report. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -183,7 +216,7 @@ public SystemReport addEventsItem(ReportEvent eventsItem) { * System image associated with the report. * It is a reference to an object of type image. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -196,7 +229,7 @@ public String getImageRef() { * System image associated with the report. * It is a reference to an object of type image. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -209,7 +242,7 @@ public void setImageRef(String imageRef) { * Name of the report derived from operation in a readable format. * Ex upgrade_system_1a5c. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -222,19 +255,45 @@ public String getName() { * Name of the report derived from operation in a readable format. * Ex upgrade_system_1a5c. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ public void setName(String name) { this.name = name; } + + /** + * This is the getter method this will return the attribute value. + * Nature of operation. + * Ex controller upgrade, system patch, etc. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return operation + */ + public String getOperation() { + return operation; + } + + /** + * This is the setter method to the attribute. + * Nature of operation. + * Ex controller upgrade, system patch, etc. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param operation set the operation. + */ + public void setOperation(String operation) { + this.operation = operation; + } /** * This is the getter method this will return the attribute value. * Readiness state of the system. * Ex upgrade pre-check results. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return readinessReports */ @@ -247,7 +306,7 @@ public List getReadinessReports() { * Readiness state of the system. * Ex upgrade pre-check results. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return readinessReports */ @@ -260,7 +319,7 @@ public void setReadinessReports(List readinessReports) { * Readiness state of the system. * Ex upgrade pre-check results. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return readinessReports */ @@ -277,7 +336,7 @@ public SystemReport addReadinessReportsItem(ReportDetail readinessReportsItem) { * Se patch image associated with the report. * It is a reference to an object of type image. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchImageRef */ @@ -290,7 +349,7 @@ public String getSePatchImageRef() { * Se patch image associated with the report. * It is a reference to an object of type image. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchImageRef set the sePatchImageRef. */ @@ -303,7 +362,7 @@ public void setSePatchImageRef(String sePatchImageRef) { * Report state combines all applicable states. * Ex readiness_reports.system_readiness.state. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -316,7 +375,7 @@ public ReportOpsState getState() { * Report state combines all applicable states. * Ex readiness_reports.system_readiness.state. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -328,7 +387,7 @@ public void setState(ReportOpsState state) { * This is the getter method this will return the attribute value. * Summary of the report. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return summary */ @@ -340,7 +399,7 @@ public ReportSummary getSummary() { * This is the setter method to the attribute. * Summary of the report. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param summary set the summary. */ @@ -351,7 +410,7 @@ public void setSummary(ReportSummary summary) { * This is the getter method this will return the attribute value. * List of tasks associated with the report. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tasks */ @@ -363,7 +422,7 @@ public List getTasks() { * This is the setter method. this will set the tasks * List of tasks associated with the report. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tasks */ @@ -375,7 +434,7 @@ public void setTasks(List tasks) { * This is the setter method this will set the tasks * List of tasks associated with the report. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tasks */ @@ -392,7 +451,7 @@ public SystemReport addTasksItem(ReportTask tasksItem) { * Tenant uuid associated with the object. * It is a reference to an object of type tenant. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -405,13 +464,39 @@ public String getTenantRef() { * Tenant uuid associated with the object. * It is a reference to an object of type tenant. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ public void setTenantRef(String tenantRef) { this.tenantRef = tenantRef; } + + /** + * This is the getter method this will return the attribute value. + * Type of report. + * Pre-checks, dry-run or an upgrade operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return type + */ + public String getType() { + return type; + } + + /** + * This is the setter method to the attribute. + * Type of report. + * Pre-checks, dry-run or an upgrade operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param type set the type. + */ + public void setType(String type) { + this.type = type; + } /** * This is the getter method this will return the attribute value. * Avi controller URL of the object. @@ -434,7 +519,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid identifier for the report. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -446,7 +531,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid identifier for the report. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -476,7 +561,10 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.summary, objSystemReport.summary)&& Objects.equals(this.readinessReports, objSystemReport.readinessReports)&& Objects.equals(this.events, objSystemReport.events)&& - Objects.equals(this.tasks, objSystemReport.tasks); + Objects.equals(this.tasks, objSystemReport.tasks)&& + Objects.equals(this.dryrunInfo, objSystemReport.dryrunInfo)&& + Objects.equals(this.operation, objSystemReport.operation)&& + Objects.equals(this.type, objSystemReport.type); } @Override @@ -486,15 +574,18 @@ public String toString() { sb.append(" archiveRef: ").append(toIndentedString(archiveRef)).append("\n"); sb.append(" controllerPatchImageRef: ").append(toIndentedString(controllerPatchImageRef)).append("\n"); sb.append(" downloadable: ").append(toIndentedString(downloadable)).append("\n"); + sb.append(" dryrunInfo: ").append(toIndentedString(dryrunInfo)).append("\n"); sb.append(" events: ").append(toIndentedString(events)).append("\n"); sb.append(" imageRef: ").append(toIndentedString(imageRef)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" operation: ").append(toIndentedString(operation)).append("\n"); sb.append(" readinessReports: ").append(toIndentedString(readinessReports)).append("\n"); sb.append(" sePatchImageRef: ").append(toIndentedString(sePatchImageRef)).append("\n"); sb.append(" state: ").append(toIndentedString(state)).append("\n"); sb.append(" summary: ").append(toIndentedString(summary)).append("\n"); sb.append(" tasks: ").append(toIndentedString(tasks)).append("\n"); sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); + sb.append(" type: ").append(toIndentedString(type)).append("\n"); sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/TCPApplicationProfile.java b/java/src/com/vmware/avi/sdk/model/TCPApplicationProfile.java index efc91a8633..d45e8d75f6 100644 --- a/java/src/com/vmware/avi/sdk/model/TCPApplicationProfile.java +++ b/java/src/com/vmware/avi/sdk/model/TCPApplicationProfile.java @@ -42,7 +42,7 @@ public class TCPApplicationProfile { * This is the getter method this will return the attribute value. * Ftp profile configuration. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ftpProfile */ @@ -54,7 +54,7 @@ public FTPProfile getFtpProfile() { * This is the setter method to the attribute. * Ftp profile configuration. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ftpProfile set the ftpProfile. */ @@ -68,7 +68,7 @@ public void setFtpProfile(FTPProfile ftpProfile) { * This profile defines the certificate authority and revocation list. * It is a reference to an object of type pkiprofile. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRef */ @@ -82,7 +82,7 @@ public String getPkiProfileRef() { * This profile defines the certificate authority and revocation list. * It is a reference to an object of type pkiprofile. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pkiProfileRef set the pkiProfileRef. */ @@ -94,8 +94,8 @@ public void setPkiProfileRef(String pkiProfileRef) { * This is the getter method this will return the attribute value. * Enable/disable the usage of proxy protocol to convey client connection information to the back-end servers. * Valid only for l4 application profiles and tcp proxy. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return proxyProtocolEnabled */ @@ -107,8 +107,8 @@ public Boolean getProxyProtocolEnabled() { * This is the setter method to the attribute. * Enable/disable the usage of proxy protocol to convey client connection information to the back-end servers. * Valid only for l4 application profiles and tcp proxy. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param proxyProtocolEnabled set the proxyProtocolEnabled. */ @@ -120,8 +120,8 @@ public void setProxyProtocolEnabled(Boolean proxyProtocolEnabled) { * This is the getter method this will return the attribute value. * Version of proxy protocol to be used to convey client connection information to the back-end servers. * Enum options - PROXY_PROTOCOL_VERSION_1, PROXY_PROTOCOL_VERSION_2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- proxy_protocol_version_1), basic edition(allowed values- - * proxy_protocol_version_1), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- proxy_protocol_version_1), basic (allowed values- proxy_protocol_version_1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PROXY_PROTOCOL_VERSION_1". * @return proxyProtocolVersion */ @@ -133,8 +133,8 @@ public String getProxyProtocolVersion() { * This is the setter method to the attribute. * Version of proxy protocol to be used to convey client connection information to the back-end servers. * Enum options - PROXY_PROTOCOL_VERSION_1, PROXY_PROTOCOL_VERSION_2. - * Allowed in enterprise edition with any value, essentials edition(allowed values- proxy_protocol_version_1), basic edition(allowed values- - * proxy_protocol_version_1), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- proxy_protocol_version_1), basic (allowed values- proxy_protocol_version_1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PROXY_PROTOCOL_VERSION_1". * @param proxyProtocolVersion set the proxyProtocolVersion. */ @@ -147,8 +147,8 @@ public void setProxyProtocolVersion(String proxyProtocolVersion) { * Specifies whether the client side verification is set to none, request or require. * Enum options - SSL_CLIENT_CERTIFICATE_NONE, SSL_CLIENT_CERTIFICATE_REQUEST, SSL_CLIENT_CERTIFICATE_REQUIRE. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- ssl_client_certificate_none), basic edition(allowed values- - * ssl_client_certificate_none), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- ssl_client_certificate_none), basic (allowed values- ssl_client_certificate_none) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CLIENT_CERTIFICATE_NONE". * @return sslClientCertificateMode */ @@ -161,8 +161,8 @@ public String getSslClientCertificateMode() { * Specifies whether the client side verification is set to none, request or require. * Enum options - SSL_CLIENT_CERTIFICATE_NONE, SSL_CLIENT_CERTIFICATE_REQUEST, SSL_CLIENT_CERTIFICATE_REQUIRE. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- ssl_client_certificate_none), basic edition(allowed values- - * ssl_client_certificate_none), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- ssl_client_certificate_none), basic (allowed values- ssl_client_certificate_none) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CLIENT_CERTIFICATE_NONE". * @param sslClientCertificateMode set the sslClientCertificateMode. */ diff --git a/java/src/com/vmware/avi/sdk/model/TCPFastPathProfile.java b/java/src/com/vmware/avi/sdk/model/TCPFastPathProfile.java index ce5230cc3e..5f1c23d5fc 100644 --- a/java/src/com/vmware/avi/sdk/model/TCPFastPathProfile.java +++ b/java/src/com/vmware/avi/sdk/model/TCPFastPathProfile.java @@ -30,13 +30,16 @@ public class TCPFastPathProfile { @JsonProperty("session_idle_timeout") private Integer sessionIdleTimeout = 300; + @JsonProperty("tcp_fastpath_options") + private TCPOptions tcpFastpathOptions; + /** * This is the getter method this will return the attribute value. * Dsr profile information. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsrProfile */ @@ -48,7 +51,7 @@ public DsrProfile getDsrProfile() { * This is the setter method to the attribute. * Dsr profile information. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dsrProfile set the dsrProfile. */ @@ -60,8 +63,8 @@ public void setDsrProfile(DsrProfile dsrProfile) { * This is the getter method this will return the attribute value. * When enabled, avi will complete the 3-way handshake with the client before forwarding any packets to the server. * This will protect the server from syn flood and half open syn connections. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableSynProtection */ @@ -73,8 +76,8 @@ public Boolean getEnableSynProtection() { * This is the setter method to the attribute. * When enabled, avi will complete the 3-way handshake with the client before forwarding any packets to the server. * This will protect the server from syn flood and half open syn connections. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableSynProtection set the enableSynProtection. */ @@ -88,7 +91,7 @@ public void setEnableSynProtection(Boolean enableSynProtection) { * Allowed values are 5-14400. * Special values are 0 - infinite. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return sessionIdleTimeout */ @@ -102,7 +105,7 @@ public Integer getSessionIdleTimeout() { * Allowed values are 5-14400. * Special values are 0 - infinite. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param sessionIdleTimeout set the sessionIdleTimeout. */ @@ -110,6 +113,30 @@ public void setSessionIdleTimeout(Integer sessionIdleTimeout) { this.sessionIdleTimeout = sessionIdleTimeout; } + /** + * This is the getter method this will return the attribute value. + * Tcp_fast_path network profile options. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return tcpFastpathOptions + */ + public TCPOptions getTcpFastpathOptions() { + return tcpFastpathOptions; + } + + /** + * This is the setter method to the attribute. + * Tcp_fast_path network profile options. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param tcpFastpathOptions set the tcpFastpathOptions. + */ + public void setTcpFastpathOptions(TCPOptions tcpFastpathOptions) { + this.tcpFastpathOptions = tcpFastpathOptions; + } + @Override public boolean equals(java.lang.Object o) { @@ -122,7 +149,8 @@ public boolean equals(java.lang.Object o) { TCPFastPathProfile objTCPFastPathProfile = (TCPFastPathProfile) o; return Objects.equals(this.sessionIdleTimeout, objTCPFastPathProfile.sessionIdleTimeout)&& Objects.equals(this.enableSynProtection, objTCPFastPathProfile.enableSynProtection)&& - Objects.equals(this.dsrProfile, objTCPFastPathProfile.dsrProfile); + Objects.equals(this.dsrProfile, objTCPFastPathProfile.dsrProfile)&& + Objects.equals(this.tcpFastpathOptions, objTCPFastPathProfile.tcpFastpathOptions); } @Override @@ -132,6 +160,7 @@ public String toString() { sb.append(" dsrProfile: ").append(toIndentedString(dsrProfile)).append("\n"); sb.append(" enableSynProtection: ").append(toIndentedString(enableSynProtection)).append("\n"); sb.append(" sessionIdleTimeout: ").append(toIndentedString(sessionIdleTimeout)).append("\n"); + sb.append(" tcpFastpathOptions: ").append(toIndentedString(tcpFastpathOptions)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/java/src/com/vmware/avi/sdk/model/TCPOptions.java b/java/src/com/vmware/avi/sdk/model/TCPOptions.java new file mode 100644 index 0000000000..bf45a4d9ce --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/TCPOptions.java @@ -0,0 +1,85 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The TCPOptions is a POJO class extends AviRestResource that used for creating + * TCPOptions. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class TCPOptions { + @JsonProperty("strip_sack") + private Boolean stripSack = false; + + + + /** + * This is the getter method this will return the attribute value. + * Remove the sack tcp option from header. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return stripSack + */ + public Boolean getStripSack() { + return stripSack; + } + + /** + * This is the setter method to the attribute. + * Remove the sack tcp option from header. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param stripSack set the stripSack. + */ + public void setStripSack(Boolean stripSack) { + this.stripSack = stripSack; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + TCPOptions objTCPOptions = (TCPOptions) o; + return Objects.equals(this.stripSack, objTCPOptions.stripSack); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class TCPOptions {\n"); + sb.append(" stripSack: ").append(toIndentedString(stripSack)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/TCPProxyProfile.java b/java/src/com/vmware/avi/sdk/model/TCPProxyProfile.java index b2e3abb4df..e0609603db 100644 --- a/java/src/com/vmware/avi/sdk/model/TCPProxyProfile.java +++ b/java/src/com/vmware/avi/sdk/model/TCPProxyProfile.java @@ -21,6 +21,9 @@ @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) public class TCPProxyProfile { + @JsonProperty("ack_on_push") + private Boolean ackOnPush = false; + @JsonProperty("aggressive_congestion_avoidance") private Boolean aggressiveCongestionAvoidance = false; @@ -36,6 +39,12 @@ public class TCPProxyProfile { @JsonProperty("congestion_recovery_scaling_factor") private Integer congestionRecoveryScalingFactor = 2; + @JsonProperty("delayed_ack_mode") + private Boolean delayedAckMode; + + @JsonProperty("delayed_ack_timer_delay") + private Integer delayedAckTimerDelay = 100; + @JsonProperty("idle_connection_timeout") private Integer idleConnectionTimeout = 600; @@ -86,10 +95,34 @@ public class TCPProxyProfile { + /** + * This is the getter method this will return the attribute value. + * Controls whether we immediately send ack when incoming packet has push flag marked. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return ackOnPush + */ + public Boolean getAckOnPush() { + return ackOnPush; + } + + /** + * This is the setter method to the attribute. + * Controls whether we immediately send ack when incoming packet has push flag marked. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param ackOnPush set the ackOnPush. + */ + public void setAckOnPush(Boolean ackOnPush) { + this.ackOnPush = ackOnPush; + } + /** * This is the getter method this will return the attribute value. * Controls the our congestion window to send, normally it's 1 mss, if this option is turned on, we use 10 msses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return aggressiveCongestionAvoidance */ @@ -100,7 +133,7 @@ public Boolean getAggressiveCongestionAvoidance() { /** * This is the setter method to the attribute. * Controls the our congestion window to send, normally it's 1 mss, if this option is turned on, we use 10 msses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param aggressiveCongestionAvoidance set the aggressiveCongestionAvoidance. */ @@ -113,7 +146,7 @@ public void setAggressiveCongestionAvoidance(Boolean aggressiveCongestionAvoida * Controls whether the windows are static or supports autogrowth. * Maximum that it can grow to is limited to 4mb. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return autoWindowGrowth */ @@ -126,7 +159,7 @@ public Boolean getAutoWindowGrowth() { * Controls whether the windows are static or supports autogrowth. * Maximum that it can grow to is limited to 4mb. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param autoWindowGrowth set the autoWindowGrowth. */ @@ -137,7 +170,8 @@ public void setAutoWindowGrowth(Boolean autoWindowGrowth) { /** * This is the getter method this will return the attribute value. * Dynamically pick the relevant parameters for connections. - * Allowed in enterprise edition with any value, basic edition(allowed values- true), essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return automatic */ @@ -148,7 +182,8 @@ public Boolean getAutomatic() { /** * This is the setter method to the attribute. * Dynamically pick the relevant parameters for connections. - * Allowed in enterprise edition with any value, basic edition(allowed values- true), essentials, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param automatic set the automatic. */ @@ -160,7 +195,7 @@ public void setAutomatic(Boolean automatic) { * This is the getter method this will return the attribute value. * Controls the congestion control algorithm we use. * Enum options - CC_ALGO_NEW_RENO, CC_ALGO_CUBIC, CC_ALGO_HTCP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CC_ALGO_NEW_RENO". * @return ccAlgo */ @@ -172,7 +207,7 @@ public String getCcAlgo() { * This is the setter method to the attribute. * Controls the congestion control algorithm we use. * Enum options - CC_ALGO_NEW_RENO, CC_ALGO_CUBIC, CC_ALGO_HTCP. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CC_ALGO_NEW_RENO". * @param ccAlgo set the ccAlgo. */ @@ -185,7 +220,7 @@ public void setCcAlgo(String ccAlgo) { * Congestion window scaling factor after recovery. * Allowed values are 0-8. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return congestionRecoveryScalingFactor */ @@ -198,7 +233,7 @@ public Integer getCongestionRecoveryScalingFactor() { * Congestion window scaling factor after recovery. * Allowed values are 0-8. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param congestionRecoveryScalingFactor set the congestionRecoveryScalingFactor. */ @@ -206,6 +241,60 @@ public void setCongestionRecoveryScalingFactor(Integer congestionRecoveryScalin this.congestionRecoveryScalingFactor = congestionRecoveryScalingFactor; } + /** + * This is the getter method this will return the attribute value. + * Determines if delayed ack mode is enabledtrue unconditionally use delayed ackfalse don't use delayed ack. + * Field introduced in 30.2.3, 31.1.2, 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return delayedAckMode + */ + public Boolean getDelayedAckMode() { + return delayedAckMode; + } + + /** + * This is the setter method to the attribute. + * Determines if delayed ack mode is enabledtrue unconditionally use delayed ackfalse don't use delayed ack. + * Field introduced in 30.2.3, 31.1.2, 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param delayedAckMode set the delayedAckMode. + */ + public void setDelayedAckMode(Boolean delayedAckMode) { + this.delayedAckMode = delayedAckMode; + } + + /** + * This is the getter method this will return the attribute value. + * The time in milliseconds for delayed timer to kick in. + * Allowed values are 0-500. + * Special values are 0 - disable delayed ack. + * Field introduced in 31.1.1. + * Unit is milliseconds. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 100. + * @return delayedAckTimerDelay + */ + public Integer getDelayedAckTimerDelay() { + return delayedAckTimerDelay; + } + + /** + * This is the setter method to the attribute. + * The time in milliseconds for delayed timer to kick in. + * Allowed values are 0-500. + * Special values are 0 - disable delayed ack. + * Field introduced in 31.1.1. + * Unit is milliseconds. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 100. + * @param delayedAckTimerDelay set the delayedAckTimerDelay. + */ + public void setDelayedAckTimerDelay(Integer delayedAckTimerDelay) { + this.delayedAckTimerDelay = delayedAckTimerDelay; + } + /** * This is the getter method this will return the attribute value. * The duration for keepalive probes or session idle timeout. @@ -214,7 +303,7 @@ public void setCongestionRecoveryScalingFactor(Integer congestionRecoveryScalin * Allowed values are 5-14400. * Special values are 0 - infinite. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @return idleConnectionTimeout */ @@ -230,7 +319,7 @@ public Integer getIdleConnectionTimeout() { * Allowed values are 5-14400. * Special values are 0 - infinite. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @param idleConnectionTimeout set the idleConnectionTimeout. */ @@ -242,7 +331,7 @@ public void setIdleConnectionTimeout(Integer idleConnectionTimeout) { * This is the getter method this will return the attribute value. * Controls the behavior of idle connections. * Enum options - KEEP_ALIVE, CLOSE_IDLE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "KEEP_ALIVE". * @return idleConnectionType */ @@ -254,7 +343,7 @@ public String getIdleConnectionType() { * This is the setter method to the attribute. * Controls the behavior of idle connections. * Enum options - KEEP_ALIVE, CLOSE_IDLE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "KEEP_ALIVE". * @param idleConnectionType set the idleConnectionType. */ @@ -266,7 +355,7 @@ public void setIdleConnectionType(String idleConnectionType) { * This is the getter method this will return the attribute value. * A new syn is accepted from the same 4-tuple even if there is already a connection in time_wait state. * This is equivalent of setting time wait delay to 0. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ignoreTimeWait */ @@ -278,7 +367,7 @@ public Boolean getIgnoreTimeWait() { * This is the setter method to the attribute. * A new syn is accepted from the same 4-tuple even if there is already a connection in time_wait state. * This is equivalent of setting time wait delay to 0. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ignoreTimeWait set the ignoreTimeWait. */ @@ -292,7 +381,7 @@ public void setIgnoreTimeWait(Boolean ignoreTimeWait) { * This has two options set to a specific value, or pass through, which uses the incoming dscp value. * Allowed values are 0-63. * Special values are max - passthrough. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return ipDscp */ @@ -306,7 +395,7 @@ public Integer getIpDscp() { * This has two options set to a specific value, or pass through, which uses the incoming dscp value. * Allowed values are 0-63. * Special values are max - passthrough. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param ipDscp set the ipDscp. */ @@ -320,7 +409,7 @@ public void setIpDscp(Integer ipDscp) { * The interval for sending keepalive messages is 30s. * If a timeout is already configured in the network profile, this will not override it. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return keepaliveInHalfcloseState */ @@ -334,7 +423,7 @@ public Boolean getKeepaliveInHalfcloseState() { * The interval for sending keepalive messages is 30s. * If a timeout is already configured in the network profile, this will not override it. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param keepaliveInHalfcloseState set the keepaliveInHalfcloseState. */ @@ -346,7 +435,7 @@ public void setKeepaliveInHalfcloseState(Boolean keepaliveInHalfcloseState) { * This is the getter method this will return the attribute value. * The number of attempts at retransmit before closing the connection. * Allowed values are 3-8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return maxRetransmissions */ @@ -358,7 +447,7 @@ public Integer getMaxRetransmissions() { * This is the setter method to the attribute. * The number of attempts at retransmit before closing the connection. * Allowed values are 3-8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param maxRetransmissions set the maxRetransmissions. */ @@ -372,7 +461,7 @@ public void setMaxRetransmissions(Integer maxRetransmissions) { * Allowed values are 512-9000. * Special values are 0 - use interface mtu. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxSegmentSize */ @@ -386,7 +475,7 @@ public Integer getMaxSegmentSize() { * Allowed values are 512-9000. * Special values are 0 - use interface mtu. * Unit is bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxSegmentSize set the maxSegmentSize. */ @@ -398,7 +487,7 @@ public void setMaxSegmentSize(Integer maxSegmentSize) { * This is the getter method this will return the attribute value. * The maximum number of attempts at retransmitting a syn packet before giving up. * Allowed values are 3-8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return maxSynRetransmissions */ @@ -410,7 +499,7 @@ public Integer getMaxSynRetransmissions() { * This is the setter method to the attribute. * The maximum number of attempts at retransmitting a syn packet before giving up. * Allowed values are 3-8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param maxSynRetransmissions set the maxSynRetransmissions. */ @@ -424,7 +513,7 @@ public void setMaxSynRetransmissions(Integer maxSynRetransmissions) { * Allowed values are 50-5000. * Field introduced in 17.2.8. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minRexmtTimeout */ @@ -438,7 +527,7 @@ public Integer getMinRexmtTimeout() { * Allowed values are 50-5000. * Field introduced in 17.2.8. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minRexmtTimeout set the minRexmtTimeout. */ @@ -450,7 +539,7 @@ public void setMinRexmtTimeout(Integer minRexmtTimeout) { * This is the getter method this will return the attribute value. * Consolidates small data packets to send clients fewer but larger packets. * Adversely affects real time protocols such as telnet or ssh. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return naglesAlgorithm */ @@ -462,7 +551,7 @@ public Boolean getNaglesAlgorithm() { * This is the setter method to the attribute. * Consolidates small data packets to send clients fewer but larger packets. * Adversely affects real time protocols such as telnet or ssh. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param naglesAlgorithm set the naglesAlgorithm. */ @@ -475,7 +564,7 @@ public void setNaglesAlgorithm(Boolean naglesAlgorithm) { * Maximum number of tcp segments that can be queued for reassembly. * Configuring this to 0 disables the feature and provides unlimited queuing. * Field introduced in 17.2.13, 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return reassemblyQueueSize */ @@ -488,7 +577,7 @@ public Integer getReassemblyQueueSize() { * Maximum number of tcp segments that can be queued for reassembly. * Configuring this to 0 disables the feature and provides unlimited queuing. * Field introduced in 17.2.13, 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param reassemblyQueueSize set the reassemblyQueueSize. */ @@ -501,7 +590,7 @@ public void setReassemblyQueueSize(Integer reassemblyQueueSize) { * Size of the receive window. * Allowed values are 2-65536. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return receiveWindow */ @@ -514,7 +603,7 @@ public Integer getReceiveWindow() { * Size of the receive window. * Allowed values are 2-65536. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param receiveWindow set the receiveWindow. */ @@ -530,7 +619,7 @@ public void setReceiveWindow(Integer receiveWindow) { * The default value is 8 in public cloud platforms (aws, azure, gcp), and 3 in other environments. * Allowed values are 1-100. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reorderThreshold */ @@ -546,7 +635,7 @@ public Integer getReorderThreshold() { * The default value is 8 in public cloud platforms (aws, azure, gcp), and 3 in other environments. * Allowed values are 1-100. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reorderThreshold set the reorderThreshold. */ @@ -559,7 +648,7 @@ public void setReorderThreshold(Integer reorderThreshold) { * Congestion window scaling factor during slow start. * Allowed values are 0-8. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return slowStartScalingFactor */ @@ -572,7 +661,7 @@ public Integer getSlowStartScalingFactor() { * Congestion window scaling factor during slow start. * Allowed values are 0-8. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param slowStartScalingFactor set the slowStartScalingFactor. */ @@ -586,7 +675,7 @@ public void setSlowStartScalingFactor(Integer slowStartScalingFactor) { * Allowed values are 500-2000. * Special values are 0 - immediate. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return timeWaitDelay */ @@ -600,7 +689,7 @@ public Integer getTimeWaitDelay() { * Allowed values are 500-2000. * Special values are 0 - immediate. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param timeWaitDelay set the timeWaitDelay. */ @@ -611,7 +700,7 @@ public void setTimeWaitDelay(Integer timeWaitDelay) { /** * This is the getter method this will return the attribute value. * Use the interface mtu to calculate the tcp max segment size. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useInterfaceMtu */ @@ -622,7 +711,7 @@ public Boolean getUseInterfaceMtu() { /** * This is the setter method to the attribute. * Use the interface mtu to calculate the tcp max segment size. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useInterfaceMtu set the useInterfaceMtu. */ @@ -660,18 +749,24 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.congestionRecoveryScalingFactor, objTCPProxyProfile.congestionRecoveryScalingFactor)&& Objects.equals(this.reassemblyQueueSize, objTCPProxyProfile.reassemblyQueueSize)&& Objects.equals(this.keepaliveInHalfcloseState, objTCPProxyProfile.keepaliveInHalfcloseState)&& - Objects.equals(this.autoWindowGrowth, objTCPProxyProfile.autoWindowGrowth); + Objects.equals(this.autoWindowGrowth, objTCPProxyProfile.autoWindowGrowth)&& + Objects.equals(this.ackOnPush, objTCPProxyProfile.ackOnPush)&& + Objects.equals(this.delayedAckTimerDelay, objTCPProxyProfile.delayedAckTimerDelay)&& + Objects.equals(this.delayedAckMode, objTCPProxyProfile.delayedAckMode); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class TCPProxyProfile {\n"); - sb.append(" aggressiveCongestionAvoidance: ").append(toIndentedString(aggressiveCongestionAvoidance)).append("\n"); + sb.append(" ackOnPush: ").append(toIndentedString(ackOnPush)).append("\n"); + sb.append(" aggressiveCongestionAvoidance: ").append(toIndentedString(aggressiveCongestionAvoidance)).append("\n"); sb.append(" autoWindowGrowth: ").append(toIndentedString(autoWindowGrowth)).append("\n"); sb.append(" automatic: ").append(toIndentedString(automatic)).append("\n"); sb.append(" ccAlgo: ").append(toIndentedString(ccAlgo)).append("\n"); sb.append(" congestionRecoveryScalingFactor: ").append(toIndentedString(congestionRecoveryScalingFactor)).append("\n"); + sb.append(" delayedAckMode: ").append(toIndentedString(delayedAckMode)).append("\n"); + sb.append(" delayedAckTimerDelay: ").append(toIndentedString(delayedAckTimerDelay)).append("\n"); sb.append(" idleConnectionTimeout: ").append(toIndentedString(idleConnectionTimeout)).append("\n"); sb.append(" idleConnectionType: ").append(toIndentedString(idleConnectionType)).append("\n"); sb.append(" ignoreTimeWait: ").append(toIndentedString(ignoreTimeWait)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/TLSTicket.java b/java/src/com/vmware/avi/sdk/model/TLSTicket.java index 729131854f..e1cd74d202 100644 --- a/java/src/com/vmware/avi/sdk/model/TLSTicket.java +++ b/java/src/com/vmware/avi/sdk/model/TLSTicket.java @@ -34,7 +34,7 @@ public class TLSTicket { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return aesKey */ @@ -44,7 +44,7 @@ public String getAesKey() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param aesKey set the aesKey. */ @@ -54,7 +54,7 @@ public void setAesKey(String aesKey) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmacKey */ @@ -64,7 +64,7 @@ public String getHmacKey() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hmacKey set the hmacKey. */ @@ -74,7 +74,7 @@ public void setHmacKey(String hmacKey) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -84,7 +84,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/TacacsPlusAuthSettings.java b/java/src/com/vmware/avi/sdk/model/TacacsPlusAuthSettings.java index 51193a0bb9..7bdfeab643 100644 --- a/java/src/com/vmware/avi/sdk/model/TacacsPlusAuthSettings.java +++ b/java/src/com/vmware/avi/sdk/model/TacacsPlusAuthSettings.java @@ -40,7 +40,7 @@ public class TacacsPlusAuthSettings { /** * This is the getter method this will return the attribute value. * Tacacs+ authorization attribute value pairs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authorizationAttrs */ @@ -51,7 +51,7 @@ public List getAuthorizationAttrs() { /** * This is the setter method. this will set the authorizationAttrs * Tacacs+ authorization attribute value pairs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authorizationAttrs */ @@ -62,7 +62,7 @@ public void setAuthorizationAttrs(List author /** * This is the setter method this will set the authorizationAttrs * Tacacs+ authorization attribute value pairs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authorizationAttrs */ @@ -77,7 +77,7 @@ public TacacsPlusAuthSettings addAuthorizationAttrsItem(AuthTacacsPlusAttributeV /** * This is the getter method this will return the attribute value. * Tacacs+ server shared secret. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -88,7 +88,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * Tacacs+ server shared secret. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -99,7 +99,7 @@ public void setPassword(String password) { /** * This is the getter method this will return the attribute value. * Tacacs+ server listening port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 49. * @return port */ @@ -110,7 +110,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. * Tacacs+ server listening port. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 49. * @param port set the port. */ @@ -121,7 +121,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Tacacs+ server ip address or fqdn. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -133,7 +133,7 @@ public List getServer() { * This is the setter method. this will set the server * Tacacs+ server ip address or fqdn. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -145,7 +145,7 @@ public void setServer(List server) { * This is the setter method this will set the server * Tacacs+ server ip address or fqdn. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -163,7 +163,7 @@ public TacacsPlusAuthSettings addServerItem(String serverItem) { * Enum options - AUTH_TACACS_PLUS_SERVICE_NONE, AUTH_TACACS_PLUS_SERVICE_LOGIN, AUTH_TACACS_PLUS_SERVICE_ENABLE, AUTH_TACACS_PLUS_SERVICE_PPP, * AUTH_TACACS_PLUS_SERVICE_ARAP, AUTH_TACACS_PLUS_SERVICE_PT, AUTH_TACACS_PLUS_SERVICE_RCMD, AUTH_TACACS_PLUS_SERVICE_X25, * AUTH_TACACS_PLUS_SERVICE_NASI, AUTH_TACACS_PLUS_SERVICE_FWPROXY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_TACACS_PLUS_SERVICE_LOGIN". * @return service */ @@ -177,7 +177,7 @@ public String getService() { * Enum options - AUTH_TACACS_PLUS_SERVICE_NONE, AUTH_TACACS_PLUS_SERVICE_LOGIN, AUTH_TACACS_PLUS_SERVICE_ENABLE, AUTH_TACACS_PLUS_SERVICE_PPP, * AUTH_TACACS_PLUS_SERVICE_ARAP, AUTH_TACACS_PLUS_SERVICE_PT, AUTH_TACACS_PLUS_SERVICE_RCMD, AUTH_TACACS_PLUS_SERVICE_X25, * AUTH_TACACS_PLUS_SERVICE_NASI, AUTH_TACACS_PLUS_SERVICE_FWPROXY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_TACACS_PLUS_SERVICE_LOGIN". * @param service set the service. */ diff --git a/java/src/com/vmware/avi/sdk/model/Tag.java b/java/src/com/vmware/avi/sdk/model/Tag.java index e4756f331b..0f84aa5288 100644 --- a/java/src/com/vmware/avi/sdk/model/Tag.java +++ b/java/src/com/vmware/avi/sdk/model/Tag.java @@ -32,7 +32,7 @@ public class Tag { /** * This is the getter method this will return the attribute value. * Enum options - AVI_DEFINED, USER_DEFINED, VCENTER_DEFINED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "USER_DEFINED". * @return type */ @@ -43,7 +43,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - AVI_DEFINED, USER_DEFINED, VCENTER_DEFINED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "USER_DEFINED". * @param type set the type. */ @@ -53,7 +53,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -63,7 +63,7 @@ public String getValue() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/TaskJournal.java b/java/src/com/vmware/avi/sdk/model/TaskJournal.java index 7fc799b032..660909ac4e 100644 --- a/java/src/com/vmware/avi/sdk/model/TaskJournal.java +++ b/java/src/com/vmware/avi/sdk/model/TaskJournal.java @@ -45,6 +45,9 @@ public class TaskJournal extends AviRestResource { @JsonProperty("summary") private JournalSummary summary; + @JsonProperty("tasks") + private List tasks; + @JsonProperty("tenant_ref") private String tenantRef; @@ -59,7 +62,7 @@ public class TaskJournal extends AviRestResource { * This is the getter method this will return the attribute value. * List of errors in the process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errors */ @@ -71,7 +74,7 @@ public List getErrors() { * This is the setter method. this will set the errors * List of errors in the process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errors */ @@ -83,7 +86,7 @@ public void setErrors(List errors) { * This is the setter method this will set the errors * List of errors in the process. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errors */ @@ -100,7 +103,7 @@ public TaskJournal addErrorsItem(JournalError errorsItem) { * Image uuid for identifying the current base image. * It is a reference to an object of type image. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -113,7 +116,7 @@ public String getImageRef() { * Image uuid for identifying the current base image. * It is a reference to an object of type image. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -125,7 +128,7 @@ public void setImageRef(String imageRef) { * This is the getter method this will return the attribute value. * Detailed information of journal. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return info */ @@ -137,7 +140,7 @@ public JournalInfo getInfo() { * This is the setter method to the attribute. * Detailed information of journal. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param info set the info. */ @@ -149,7 +152,7 @@ public void setInfo(JournalInfo info) { * This is the getter method this will return the attribute value. * Name for the task journal. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -161,7 +164,7 @@ public String getName() { * This is the setter method to the attribute. * Name for the task journal. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -174,7 +177,7 @@ public void setName(String name) { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objCloudRef */ @@ -187,7 +190,7 @@ public String getObjCloudRef() { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objCloudRef set the objCloudRef. */ @@ -199,7 +202,7 @@ public void setObjCloudRef(String objCloudRef) { * This is the getter method this will return the attribute value. * Operation for which the task journal created. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operation */ @@ -211,7 +214,7 @@ public String getOperation() { * This is the setter method to the attribute. * Operation for which the task journal created. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operation set the operation. */ @@ -224,7 +227,7 @@ public void setOperation(String operation) { * Image uuid for identifying the current patch. * It is a reference to an object of type image. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchImageRef */ @@ -237,7 +240,7 @@ public String getPatchImageRef() { * Image uuid for identifying the current patch. * It is a reference to an object of type image. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchImageRef set the patchImageRef. */ @@ -249,7 +252,7 @@ public void setPatchImageRef(String patchImageRef) { * This is the getter method this will return the attribute value. * Summary of journal. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return summary */ @@ -261,20 +264,62 @@ public JournalSummary getSummary() { * This is the setter method to the attribute. * Summary of journal. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param summary set the summary. */ public void setSummary(JournalSummary summary) { this.summary = summary; } + /** + * This is the getter method this will return the attribute value. + * List of all the tasks executed with details. + * For example, details of tasks to be executed for upgrade filecopy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return tasks + */ + public List getTasks() { + return tasks; + } + + /** + * This is the setter method. this will set the tasks + * List of all the tasks executed with details. + * For example, details of tasks to be executed for upgrade filecopy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return tasks + */ + public void setTasks(List tasks) { + this.tasks = tasks; + } + + /** + * This is the setter method this will set the tasks + * List of all the tasks executed with details. + * For example, details of tasks to be executed for upgrade filecopy. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return tasks + */ + public TaskJournal addTasksItem(JournalTask tasksItem) { + if (this.tasks == null) { + this.tasks = new ArrayList(); + } + this.tasks.add(tasksItem); + return this; + } /** * This is the getter method this will return the attribute value. * Tenant uuid associated with the object. * It is a reference to an object of type tenant. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -287,7 +332,7 @@ public String getTenantRef() { * Tenant uuid associated with the object. * It is a reference to an object of type tenant. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -316,7 +361,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid identifier for the task journal. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -328,7 +373,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid identifier for the task journal. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -355,6 +400,7 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.patchImageRef, objTaskJournal.patchImageRef)&& Objects.equals(this.operation, objTaskJournal.operation)&& Objects.equals(this.objCloudRef, objTaskJournal.objCloudRef)&& + Objects.equals(this.tasks, objTaskJournal.tasks)&& Objects.equals(this.tenantRef, objTaskJournal.tenantRef); } @@ -370,6 +416,7 @@ public String toString() { sb.append(" operation: ").append(toIndentedString(operation)).append("\n"); sb.append(" patchImageRef: ").append(toIndentedString(patchImageRef)).append("\n"); sb.append(" summary: ").append(toIndentedString(summary)).append("\n"); + sb.append(" tasks: ").append(toIndentedString(tasks)).append("\n"); sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); sb.append("}"); diff --git a/java/src/com/vmware/avi/sdk/model/TechSupportEvent.java b/java/src/com/vmware/avi/sdk/model/TechSupportEvent.java new file mode 100644 index 0000000000..740c3e6635 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/TechSupportEvent.java @@ -0,0 +1,114 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The TechSupportEvent is a POJO class extends AviRestResource that used for creating + * TechSupportEvent. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class TechSupportEvent { + @JsonProperty("tech_support_status") + private TechSupportStatus techSupportStatus; + + @JsonProperty("tenant") + private String tenant; + + + + /** + * This is the getter method this will return the attribute value. + * Techsupport status object. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return techSupportStatus + */ + public TechSupportStatus getTechSupportStatus() { + return techSupportStatus; + } + + /** + * This is the setter method to the attribute. + * Techsupport status object. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param techSupportStatus set the techSupportStatus. + */ + public void setTechSupportStatus(TechSupportStatus techSupportStatus) { + this.techSupportStatus = techSupportStatus; + } + + /** + * This is the getter method this will return the attribute value. + * Tenant under techsupport invoked. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return tenant + */ + public String getTenant() { + return tenant; + } + + /** + * This is the setter method to the attribute. + * Tenant under techsupport invoked. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param tenant set the tenant. + */ + public void setTenant(String tenant) { + this.tenant = tenant; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + TechSupportEvent objTechSupportEvent = (TechSupportEvent) o; + return Objects.equals(this.techSupportStatus, objTechSupportEvent.techSupportStatus)&& + Objects.equals(this.tenant, objTechSupportEvent.tenant); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class TechSupportEvent {\n"); + sb.append(" techSupportStatus: ").append(toIndentedString(techSupportStatus)).append("\n"); + sb.append(" tenant: ").append(toIndentedString(tenant)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/TechSupportStatus.java b/java/src/com/vmware/avi/sdk/model/TechSupportStatus.java new file mode 100644 index 0000000000..633e72a87b --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/TechSupportStatus.java @@ -0,0 +1,471 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The TechSupportStatus is a POJO class extends AviRestResource that used for creating + * TechSupportStatus. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class TechSupportStatus { + @JsonProperty("case_number") + private String caseNumber; + + @JsonProperty("duration") + private String duration; + + @JsonProperty("errors") + private List errors; + + @JsonProperty("key") + private String key; + + @JsonProperty("level") + private String level; + + @JsonProperty("name") + private String name; + + @JsonProperty("node") + private String node; + + @JsonProperty("output") + private String output; + + @JsonProperty("size") + private String size; + + @JsonProperty("start_time") + private String startTime; + + @JsonProperty("status") + private String status; + + @JsonProperty("status_code") + private String statusCode; + + @JsonProperty("warnings") + private List warnings; + + + + /** + * This is the getter method this will return the attribute value. + * 'customer case number for which this tech-support is generated. + * ''useful for connected portal and other use-cases.'. + * Field introduced in 18.2.3. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return caseNumber + */ + public String getCaseNumber() { + return caseNumber; + } + + /** + * This is the setter method to the attribute. + * 'customer case number for which this tech-support is generated. + * ''useful for connected portal and other use-cases.'. + * Field introduced in 18.2.3. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param caseNumber set the caseNumber. + */ + public void setCaseNumber(String caseNumber) { + this.caseNumber = caseNumber; + } + + /** + * This is the getter method this will return the attribute value. + * Total time taken for tech-support collection. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return duration + */ + public String getDuration() { + return duration; + } + + /** + * This is the setter method to the attribute. + * Total time taken for tech-support collection. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param duration set the duration. + */ + public void setDuration(String duration) { + this.duration = duration; + } + /** + * This is the getter method this will return the attribute value. + * Error logged during tech-support collection. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return errors + */ + public List getErrors() { + return errors; + } + + /** + * This is the setter method. this will set the errors + * Error logged during tech-support collection. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return errors + */ + public void setErrors(List errors) { + this.errors = errors; + } + + /** + * This is the setter method this will set the errors + * Error logged during tech-support collection. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return errors + */ + public TechSupportStatus addErrorsItem(String errorsItem) { + if (this.errors == null) { + this.errors = new ArrayList(); + } + this.errors.add(errorsItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Tech-support collection keys. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return key + */ + public String getKey() { + return key; + } + + /** + * This is the setter method to the attribute. + * Tech-support collection keys. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param key set the key. + */ + public void setKey(String key) { + this.key = key; + } + + /** + * This is the getter method this will return the attribute value. + * Tech-support collection level. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return level + */ + public String getLevel() { + return level; + } + + /** + * This is the setter method to the attribute. + * Tech-support collection level. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param level set the level. + */ + public void setLevel(String level) { + this.level = level; + } + + /** + * This is the getter method this will return the attribute value. + * 'obj name if one exists.'. + * Field introduced in 18.2.3. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return name + */ + public String getName() { + return name; + } + + /** + * This is the setter method to the attribute. + * 'obj name if one exists.'. + * Field introduced in 18.2.3. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param name set the name. + */ + public void setName(String name) { + this.name = name; + } + + /** + * This is the getter method this will return the attribute value. + * Cluster member node on which the techsupport tarball bundle is saved. + * Field introduced in 20.1.2. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return node + */ + public String getNode() { + return node; + } + + /** + * This is the setter method to the attribute. + * Cluster member node on which the techsupport tarball bundle is saved. + * Field introduced in 20.1.2. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param node set the node. + */ + public void setNode(String node) { + this.node = node; + } + + /** + * This is the getter method this will return the attribute value. + * Tech-support collection output. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return output + */ + public String getOutput() { + return output; + } + + /** + * This is the setter method to the attribute. + * Tech-support collection output. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param output set the output. + */ + public void setOutput(String output) { + this.output = output; + } + + /** + * This is the getter method this will return the attribute value. + * Size of techsupport tarball. + * Field introduced in 20.1.2. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return size + */ + public String getSize() { + return size; + } + + /** + * This is the setter method to the attribute. + * Size of techsupport tarball. + * Field introduced in 20.1.2. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param size set the size. + */ + public void setSize(String size) { + this.size = size; + } + + /** + * This is the getter method this will return the attribute value. + * Start timestamp of tech-support collection. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return startTime + */ + public String getStartTime() { + return startTime; + } + + /** + * This is the setter method to the attribute. + * Start timestamp of tech-support collection. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param startTime set the startTime. + */ + public void setStartTime(String startTime) { + this.startTime = startTime; + } + + /** + * This is the getter method this will return the attribute value. + * Status of tech-support invocation. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return status + */ + public String getStatus() { + return status; + } + + /** + * This is the setter method to the attribute. + * Status of tech-support invocation. + * Field introduced in 17.2.12, 18.1.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param status set the status. + */ + public void setStatus(String status) { + this.status = status; + } + + /** + * This is the getter method this will return the attribute value. + * Status code for the tech-support invocation. + * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, + * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Field introduced in 18.2.3. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return statusCode + */ + public String getStatusCode() { + return statusCode; + } + + /** + * This is the setter method to the attribute. + * Status code for the tech-support invocation. + * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, + * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, + * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_FAILED... + * Field introduced in 18.2.3. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param statusCode set the statusCode. + */ + public void setStatusCode(String statusCode) { + this.statusCode = statusCode; + } + /** + * This is the getter method this will return the attribute value. + * Warning logged during tech-support collection. + * Field introduced in 18.2.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return warnings + */ + public List getWarnings() { + return warnings; + } + + /** + * This is the setter method. this will set the warnings + * Warning logged during tech-support collection. + * Field introduced in 18.2.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return warnings + */ + public void setWarnings(List warnings) { + this.warnings = warnings; + } + + /** + * This is the setter method this will set the warnings + * Warning logged during tech-support collection. + * Field introduced in 18.2.2. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return warnings + */ + public TechSupportStatus addWarningsItem(String warningsItem) { + if (this.warnings == null) { + this.warnings = new ArrayList(); + } + this.warnings.add(warningsItem); + return this; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + TechSupportStatus objTechSupportStatus = (TechSupportStatus) o; + return Objects.equals(this.startTime, objTechSupportStatus.startTime)&& + Objects.equals(this.level, objTechSupportStatus.level)&& + Objects.equals(this.key, objTechSupportStatus.key)&& + Objects.equals(this.status, objTechSupportStatus.status)&& + Objects.equals(this.output, objTechSupportStatus.output)&& + Objects.equals(this.duration, objTechSupportStatus.duration)&& + Objects.equals(this.errors, objTechSupportStatus.errors)&& + Objects.equals(this.warnings, objTechSupportStatus.warnings)&& + Objects.equals(this.statusCode, objTechSupportStatus.statusCode)&& + Objects.equals(this.name, objTechSupportStatus.name)&& + Objects.equals(this.caseNumber, objTechSupportStatus.caseNumber)&& + Objects.equals(this.node, objTechSupportStatus.node)&& + Objects.equals(this.size, objTechSupportStatus.size); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class TechSupportStatus {\n"); + sb.append(" caseNumber: ").append(toIndentedString(caseNumber)).append("\n"); + sb.append(" duration: ").append(toIndentedString(duration)).append("\n"); + sb.append(" errors: ").append(toIndentedString(errors)).append("\n"); + sb.append(" key: ").append(toIndentedString(key)).append("\n"); + sb.append(" level: ").append(toIndentedString(level)).append("\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" node: ").append(toIndentedString(node)).append("\n"); + sb.append(" output: ").append(toIndentedString(output)).append("\n"); + sb.append(" size: ").append(toIndentedString(size)).append("\n"); + sb.append(" startTime: ").append(toIndentedString(startTime)).append("\n"); + sb.append(" status: ").append(toIndentedString(status)).append("\n"); + sb.append(" statusCode: ").append(toIndentedString(statusCode)).append("\n"); + sb.append(" warnings: ").append(toIndentedString(warnings)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/TelemetryConfiguration.java b/java/src/com/vmware/avi/sdk/model/TelemetryConfiguration.java new file mode 100644 index 0000000000..b95deb788a --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/TelemetryConfiguration.java @@ -0,0 +1,111 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The TelemetryConfiguration is a POJO class extends AviRestResource that used for creating + * TelemetryConfiguration. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class TelemetryConfiguration { + @JsonProperty("enable") + private Boolean enable = true; + + @JsonProperty("url") + private String url = "url"; + + + + /** + * This is the getter method this will return the attribute value. + * Enables vmware customer experience improvement program ( ceip ). + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @return enable + */ + public Boolean getEnable() { + return enable; + } + + /** + * This is the setter method to the attribute. + * Enables vmware customer experience improvement program ( ceip ). + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as true. + * @param enable set the enable. + */ + public void setEnable(Boolean enable) { + this.enable = enable; + } + /** + * This is the getter method this will return the attribute value. + * The fqdn or ip address of the telemetry server. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "https://telemetry.pulse.broadcom.com". + * @return url + */ + public String getUrl() { + return url; + } + + /** + * This is the setter method. this will set the url + * The fqdn or ip address of the telemetry server. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "https://telemetry.pulse.broadcom.com". + * @return url + */ + public void setUrl(String url) { + this.url = url; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + TelemetryConfiguration objTelemetryConfiguration = (TelemetryConfiguration) o; + return Objects.equals(this.enable, objTelemetryConfiguration.enable); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class TelemetryConfiguration {\n"); + sb.append(" enable: ").append(toIndentedString(enable)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/Tenant.java b/java/src/com/vmware/avi/sdk/model/Tenant.java index 658785e8b4..6460da8b1b 100644 --- a/java/src/com/vmware/avi/sdk/model/Tenant.java +++ b/java/src/com/vmware/avi/sdk/model/Tenant.java @@ -56,7 +56,7 @@ public class Tenant extends AviRestResource { * This is the getter method this will return the attribute value. * Key/value tenant attributes. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrs */ @@ -68,7 +68,7 @@ public List getAttrs() { * This is the setter method. this will set the attrs * Key/value tenant attributes. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrs */ @@ -80,7 +80,7 @@ public void setAttrs(List attrs) { * This is the setter method this will set the attrs * Key/value tenant attributes. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrs */ @@ -94,7 +94,7 @@ public Tenant addAttrsItem(KeyValue attrsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configSettings */ @@ -104,7 +104,7 @@ public TenantConfiguration getConfigSettings() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configSettings set the configSettings. */ @@ -115,7 +115,7 @@ public void setConfigSettings(TenantConfiguration configSettings) { /** * This is the getter method this will return the attribute value. * Creator of this tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -126,7 +126,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator of this tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -136,7 +136,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -146,7 +146,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -159,7 +159,7 @@ public void setDescription(String description) { * The referred label groups are enforced on the tenant if this is set to true.if this is set to false, the label groups are suggested for the * tenant. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enforceLabelGroup */ @@ -172,7 +172,7 @@ public Boolean getEnforceLabelGroup() { * The referred label groups are enforced on the tenant if this is set to true.if this is set to false, the label groups are suggested for the * tenant. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enforceLabelGroup set the enforceLabelGroup. */ @@ -185,7 +185,7 @@ public void setEnforceLabelGroup(Boolean enforceLabelGroup) { * This is strictly enforced only if enforce_label_group is set to true. * It is a reference to an object of type labelgroup. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labelGroupRefs */ @@ -199,7 +199,7 @@ public List getLabelGroupRefs() { * This is strictly enforced only if enforce_label_group is set to true. * It is a reference to an object of type labelgroup. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labelGroupRefs */ @@ -213,7 +213,7 @@ public void setLabelGroupRefs(List labelGroupRefs) { * This is strictly enforced only if enforce_label_group is set to true. * It is a reference to an object of type labelgroup. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labelGroupRefs */ @@ -227,7 +227,7 @@ public Tenant addLabelGroupRefsItem(String labelGroupRefsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return local */ @@ -237,7 +237,7 @@ public Boolean getLocal() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param local set the local. */ @@ -247,7 +247,7 @@ public void setLocal(Boolean local) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -257,7 +257,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -284,7 +284,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -294,7 +294,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/TenantConfiguration.java b/java/src/com/vmware/avi/sdk/model/TenantConfiguration.java index a83a397e35..d412670d1d 100644 --- a/java/src/com/vmware/avi/sdk/model/TenantConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/TenantConfiguration.java @@ -37,7 +37,7 @@ public class TenantConfiguration { * Controls the ownership of serviceengines. * Service engines can either be exclusively owned by each tenant or owned by the administrator and shared by all tenants. * When serviceengines are owned by the administrator, each tenant can have either read access or no access to their service engines. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return seInProviderContext */ @@ -50,7 +50,7 @@ public Boolean getSeInProviderContext() { * Controls the ownership of serviceengines. * Service engines can either be exclusively owned by each tenant or owned by the administrator and shared by all tenants. * When serviceengines are owned by the administrator, each tenant can have either read access or no access to their service engines. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param seInProviderContext set the seInProviderContext. */ @@ -60,7 +60,7 @@ public void setSeInProviderContext(Boolean seInProviderContext) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return tenantAccessToProviderSe */ @@ -70,7 +70,7 @@ public Boolean getTenantAccessToProviderSe() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param tenantAccessToProviderSe set the tenantAccessToProviderSe. */ @@ -82,7 +82,7 @@ public void setTenantAccessToProviderSe(Boolean tenantAccessToProviderSe) { * This is the getter method this will return the attribute value. * When 'per tenant ip domain' is selected, each tenant gets its own routing domain that is not shared with any other tenant. * When 'share ip domain across all tenants' is selected, all tenants share the same routing domain. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return tenantVrf */ @@ -94,7 +94,7 @@ public Boolean getTenantVrf() { * This is the setter method to the attribute. * When 'per tenant ip domain' is selected, each tenant gets its own routing domain that is not shared with any other tenant. * When 'share ip domain across all tenants' is selected, all tenants share the same routing domain. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param tenantVrf set the tenantVrf. */ diff --git a/java/src/com/vmware/avi/sdk/model/TenantLabel.java b/java/src/com/vmware/avi/sdk/model/TenantLabel.java index 1a4c65795b..a0939519ac 100644 --- a/java/src/com/vmware/avi/sdk/model/TenantLabel.java +++ b/java/src/com/vmware/avi/sdk/model/TenantLabel.java @@ -33,7 +33,7 @@ public class TenantLabel { * This is the getter method this will return the attribute value. * Label key string. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -45,7 +45,7 @@ public String getKey() { * This is the setter method to the attribute. * Label key string. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -57,7 +57,7 @@ public void setKey(String key) { * This is the getter method this will return the attribute value. * Label value string. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -69,7 +69,7 @@ public String getValue() { * This is the setter method to the attribute. * Label value string. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param value set the value. */ diff --git a/java/src/com/vmware/avi/sdk/model/TenantSystemConfiguration.java b/java/src/com/vmware/avi/sdk/model/TenantSystemConfiguration.java index f50efee68d..c2a63780b5 100644 --- a/java/src/com/vmware/avi/sdk/model/TenantSystemConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/TenantSystemConfiguration.java @@ -42,7 +42,7 @@ public class TenantSystemConfiguration extends AviRestResource { * Dns virtual services hosting fqdn records for applications configured within this tenant. * It is a reference to an object of type virtualservice. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVirtualserviceRefs */ @@ -55,7 +55,7 @@ public List getDnsVirtualserviceRefs() { * Dns virtual services hosting fqdn records for applications configured within this tenant. * It is a reference to an object of type virtualservice. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVirtualserviceRefs */ @@ -68,7 +68,7 @@ public void setDnsVirtualserviceRefs(List dnsVirtualserviceRefs) { * Dns virtual services hosting fqdn records for applications configured within this tenant. * It is a reference to an object of type virtualservice. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVirtualserviceRefs */ @@ -84,7 +84,7 @@ public TenantSystemConfiguration addDnsVirtualserviceRefsItem(String dnsVirtuals * This is the getter method this will return the attribute value. * Name of the tenant system configuration object. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -96,7 +96,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the tenant system configuration object. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -109,7 +109,7 @@ public void setName(String name) { * Unique identifier of the tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -122,7 +122,7 @@ public String getTenantRef() { * Unique identifier of the tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -151,7 +151,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Tenant system configuration uuid. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -163,7 +163,7 @@ public String getUuid() { * This is the setter method to the attribute. * Tenant system configuration uuid. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/TencentCredentials.java b/java/src/com/vmware/avi/sdk/model/TencentCredentials.java index 59c0248905..baa2a820f0 100644 --- a/java/src/com/vmware/avi/sdk/model/TencentCredentials.java +++ b/java/src/com/vmware/avi/sdk/model/TencentCredentials.java @@ -33,7 +33,7 @@ public class TencentCredentials { * This is the getter method this will return the attribute value. * Tencent secret id. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secretId */ @@ -45,7 +45,7 @@ public String getSecretId() { * This is the setter method to the attribute. * Tencent secret id. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secretId set the secretId. */ @@ -57,7 +57,7 @@ public void setSecretId(String secretId) { * This is the getter method this will return the attribute value. * Tencent secret key. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secretKey */ @@ -69,7 +69,7 @@ public String getSecretKey() { * This is the setter method to the attribute. * Tencent secret key. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secretKey set the secretKey. */ diff --git a/java/src/com/vmware/avi/sdk/model/TencentSetup.java b/java/src/com/vmware/avi/sdk/model/TencentSetup.java index e51b0137bd..6519eebf09 100644 --- a/java/src/com/vmware/avi/sdk/model/TencentSetup.java +++ b/java/src/com/vmware/avi/sdk/model/TencentSetup.java @@ -39,7 +39,7 @@ public class TencentSetup { * This is the getter method this will return the attribute value. * Tencent cloud id. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -51,7 +51,7 @@ public String getCcId() { * This is the setter method to the attribute. * Tencent cloud id. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -63,7 +63,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Tencent error message. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -75,7 +75,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Tencent error message. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -87,7 +87,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Tencent region id. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return region */ @@ -99,7 +99,7 @@ public String getRegion() { * This is the setter method to the attribute. * Tencent region id. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param region set the region. */ @@ -111,7 +111,7 @@ public void setRegion(String region) { * This is the getter method this will return the attribute value. * Tencent vpc id. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcId */ @@ -123,7 +123,7 @@ public String getVpcId() { * This is the setter method to the attribute. * Tencent vpc id. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcId set the vpcId. */ diff --git a/java/src/com/vmware/avi/sdk/model/TencentZoneNetwork.java b/java/src/com/vmware/avi/sdk/model/TencentZoneNetwork.java index b3832e2db5..b280449d7d 100644 --- a/java/src/com/vmware/avi/sdk/model/TencentZoneNetwork.java +++ b/java/src/com/vmware/avi/sdk/model/TencentZoneNetwork.java @@ -33,7 +33,7 @@ public class TencentZoneNetwork { * This is the getter method this will return the attribute value. * Availability zone. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZone */ @@ -45,7 +45,7 @@ public String getAvailabilityZone() { * This is the setter method to the attribute. * Availability zone. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availabilityZone set the availabilityZone. */ @@ -59,7 +59,7 @@ public void setAvailabilityZone(String availabilityZone) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableSubnetId */ @@ -73,7 +73,7 @@ public String getUsableSubnetId() { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param usableSubnetId set the usableSubnetId. */ diff --git a/java/src/com/vmware/avi/sdk/model/TestSeDatastoreLevel1.java b/java/src/com/vmware/avi/sdk/model/TestSeDatastoreLevel1.java index 1b187b2e80..742e40cd53 100644 --- a/java/src/com/vmware/avi/sdk/model/TestSeDatastoreLevel1.java +++ b/java/src/com/vmware/avi/sdk/model/TestSeDatastoreLevel1.java @@ -40,7 +40,7 @@ public class TestSeDatastoreLevel1 extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -50,7 +50,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -62,7 +62,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -74,7 +74,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -86,7 +86,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * It is a reference to an object of type testsedatastorelevel2. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testSeDatastoreLevel2Ref */ @@ -98,7 +98,7 @@ public String getTestSeDatastoreLevel2Ref() { * This is the setter method to the attribute. * It is a reference to an object of type testsedatastorelevel2. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param testSeDatastoreLevel2Ref set the testSeDatastoreLevel2Ref. */ @@ -125,7 +125,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -135,7 +135,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/TestSeDatastoreLevel2.java b/java/src/com/vmware/avi/sdk/model/TestSeDatastoreLevel2.java index 5a924e29bc..d2993a925a 100644 --- a/java/src/com/vmware/avi/sdk/model/TestSeDatastoreLevel2.java +++ b/java/src/com/vmware/avi/sdk/model/TestSeDatastoreLevel2.java @@ -40,7 +40,7 @@ public class TestSeDatastoreLevel2 extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -50,7 +50,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -62,7 +62,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -74,7 +74,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -85,7 +85,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * It is a reference to an object of type testsedatastorelevel3. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testSeDatastoreLevel3Refs */ @@ -97,7 +97,7 @@ public List getTestSeDatastoreLevel3Refs() { * This is the setter method. this will set the testSeDatastoreLevel3Refs * It is a reference to an object of type testsedatastorelevel3. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testSeDatastoreLevel3Refs */ @@ -109,7 +109,7 @@ public void setTestSeDatastoreLevel3Refs(List testSeDatastoreLevel3Refs * This is the setter method this will set the testSeDatastoreLevel3Refs * It is a reference to an object of type testsedatastorelevel3. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testSeDatastoreLevel3Refs */ @@ -140,7 +140,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -150,7 +150,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/TestSeDatastoreLevel3.java b/java/src/com/vmware/avi/sdk/model/TestSeDatastoreLevel3.java index cedcd7a0dd..b9ce0e789e 100644 --- a/java/src/com/vmware/avi/sdk/model/TestSeDatastoreLevel3.java +++ b/java/src/com/vmware/avi/sdk/model/TestSeDatastoreLevel3.java @@ -37,7 +37,7 @@ public class TestSeDatastoreLevel3 extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -47,7 +47,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -59,7 +59,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -71,7 +71,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -98,7 +98,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -108,7 +108,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/Tier1LogicalRouterInfo.java b/java/src/com/vmware/avi/sdk/model/Tier1LogicalRouterInfo.java index 4de63df868..05b733ec26 100644 --- a/java/src/com/vmware/avi/sdk/model/Tier1LogicalRouterInfo.java +++ b/java/src/com/vmware/avi/sdk/model/Tier1LogicalRouterInfo.java @@ -40,7 +40,7 @@ public class Tier1LogicalRouterInfo { * If more than one locale-services are present, this will be used for resolving the same. * Example locale-service path - /infra/tier-1s/london_tier1gateway1/locale-services/london_tier1localservices-1. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return localeService */ @@ -56,7 +56,7 @@ public String getLocaleService() { * If more than one locale-services are present, this will be used for resolving the same. * Example locale-service path - /infra/tier-1s/london_tier1gateway1/locale-services/london_tier1localservices-1. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param localeService set the localeService. */ @@ -69,7 +69,7 @@ public void setLocaleService(String localeService) { * Overlay segment path. * Example- /infra/segments/seg-web-t1-01. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segmentId */ @@ -82,7 +82,7 @@ public String getSegmentId() { * Overlay segment path. * Example- /infra/segments/seg-web-t1-01. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segmentId set the segmentId. */ @@ -95,7 +95,7 @@ public void setSegmentId(String segmentId) { * Tier1 logical router path. * Example- /infra/tier-1s/t1-01. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1LrId */ @@ -108,7 +108,7 @@ public String getTier1LrId() { * Tier1 logical router path. * Example- /infra/tier-1s/t1-01. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1LrId set the tier1LrId. */ diff --git a/java/src/com/vmware/avi/sdk/model/TimeStamp.java b/java/src/com/vmware/avi/sdk/model/TimeStamp.java index cceaa470cb..c749451ef1 100644 --- a/java/src/com/vmware/avi/sdk/model/TimeStamp.java +++ b/java/src/com/vmware/avi/sdk/model/TimeStamp.java @@ -31,7 +31,7 @@ public class TimeStamp { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secs */ @@ -41,7 +41,7 @@ public Integer getSecs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secs set the secs. */ @@ -51,7 +51,7 @@ public void setSecs(Integer secs) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usecs */ @@ -61,7 +61,7 @@ public Integer getUsecs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param usecs set the usecs. */ diff --git a/java/src/com/vmware/avi/sdk/model/TimeTrackerProperties.java b/java/src/com/vmware/avi/sdk/model/TimeTrackerProperties.java index d0bc2e035e..3df16cc484 100644 --- a/java/src/com/vmware/avi/sdk/model/TimeTrackerProperties.java +++ b/java/src/com/vmware/avi/sdk/model/TimeTrackerProperties.java @@ -43,7 +43,7 @@ public class TimeTrackerProperties { * Audit tcp connection establishment time on server-side. * Enum options - TT_AUDIT_OFF, TT_AUDIT_ON, TT_AUDIT_ON_WITH_SIG. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return beConnEstAuditMode */ @@ -56,7 +56,7 @@ public String getBeConnEstAuditMode() { * Audit tcp connection establishment time on server-side. * Enum options - TT_AUDIT_OFF, TT_AUDIT_ON, TT_AUDIT_ON_WITH_SIG. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param beConnEstAuditMode set the beConnEstAuditMode. */ @@ -69,7 +69,7 @@ public void setBeConnEstAuditMode(String beConnEstAuditMode) { * Maximum threshold for tcp connection establishment time on server-side. * Field introduced in 22.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return beConnEstThreshold */ @@ -82,7 +82,7 @@ public Integer getBeConnEstThreshold() { * Maximum threshold for tcp connection establishment time on server-side. * Field introduced in 22.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param beConnEstThreshold set the beConnEstThreshold. */ @@ -95,7 +95,7 @@ public void setBeConnEstThreshold(Integer beConnEstThreshold) { * Audit tcp connection establishment time on client-side. * Enum options - TT_AUDIT_OFF, TT_AUDIT_ON, TT_AUDIT_ON_WITH_SIG. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return feConnEstAuditMode */ @@ -108,7 +108,7 @@ public String getFeConnEstAuditMode() { * Audit tcp connection establishment time on client-side. * Enum options - TT_AUDIT_OFF, TT_AUDIT_ON, TT_AUDIT_ON_WITH_SIG. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param feConnEstAuditMode set the feConnEstAuditMode. */ @@ -121,7 +121,7 @@ public void setFeConnEstAuditMode(String feConnEstAuditMode) { * Maximum threshold for tcp connection establishment time on client-side. * Field introduced in 22.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return feConnEstThreshold */ @@ -134,7 +134,7 @@ public Integer getFeConnEstThreshold() { * Maximum threshold for tcp connection establishment time on client-side. * Field introduced in 22.1.1. * Unit is milliseconds. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param feConnEstThreshold set the feConnEstThreshold. */ @@ -146,7 +146,7 @@ public void setFeConnEstThreshold(Integer feConnEstThreshold) { * This is the getter method this will return the attribute value. * Add significance if ingress latency from dispatcher to proxy is breached on any flow. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ingressSigLog */ @@ -158,7 +158,7 @@ public Boolean getIngressSigLog() { * This is the setter method to the attribute. * Add significance if ingress latency from dispatcher to proxy is breached on any flow. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ingressSigLog set the ingressSigLog. */ diff --git a/java/src/com/vmware/avi/sdk/model/TlsClientInfo.java b/java/src/com/vmware/avi/sdk/model/TlsClientInfo.java index 7c0e9d22a4..7f7d58c53e 100644 --- a/java/src/com/vmware/avi/sdk/model/TlsClientInfo.java +++ b/java/src/com/vmware/avi/sdk/model/TlsClientInfo.java @@ -45,7 +45,7 @@ public class TlsClientInfo { * The list of cipher suites in the clienthello as integers. * For example, tls_ecdhe_ecdsa_with_aes_128_cbc_sha (0xc009) will be shown as 49161. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cipherSuites */ @@ -58,7 +58,7 @@ public List getCipherSuites() { * The list of cipher suites in the clienthello as integers. * For example, tls_ecdhe_ecdsa_with_aes_128_cbc_sha (0xc009) will be shown as 49161. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cipherSuites */ @@ -71,7 +71,7 @@ public void setCipherSuites(List cipherSuites) { * The list of cipher suites in the clienthello as integers. * For example, tls_ecdhe_ecdsa_with_aes_128_cbc_sha (0xc009) will be shown as 49161. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cipherSuites */ @@ -88,7 +88,7 @@ public TlsClientInfo addCipherSuitesItem(Integer cipherSuitesItem) { * The tls version in the clienthello as integer. * For example, tlsv1.2 (0x0303) will be shown as 771. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientHelloTlsVersion */ @@ -101,7 +101,7 @@ public Integer getClientHelloTlsVersion() { * The tls version in the clienthello as integer. * For example, tlsv1.2 (0x0303) will be shown as 771. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientHelloTlsVersion set the clientHelloTlsVersion. */ @@ -113,7 +113,7 @@ public void setClientHelloTlsVersion(Integer clientHelloTlsVersion) { * The list of supported ec point formats in the clienthello as integers. * For example, uncompressed will be shown as 0 (zero). * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pointFormats */ @@ -126,7 +126,7 @@ public List getPointFormats() { * The list of supported ec point formats in the clienthello as integers. * For example, uncompressed will be shown as 0 (zero). * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pointFormats */ @@ -139,7 +139,7 @@ public void setPointFormats(List pointFormats) { * The list of supported ec point formats in the clienthello as integers. * For example, uncompressed will be shown as 0 (zero). * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pointFormats */ @@ -155,7 +155,7 @@ public TlsClientInfo addPointFormatsItem(Integer pointFormatsItem) { * The list of tls supported groups in the clienthello as integers. * For example, secp256r1 will be shown as 23. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return supportedGroups */ @@ -168,7 +168,7 @@ public List getSupportedGroups() { * The list of tls supported groups in the clienthello as integers. * For example, secp256r1 will be shown as 23. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return supportedGroups */ @@ -181,7 +181,7 @@ public void setSupportedGroups(List supportedGroups) { * The list of tls supported groups in the clienthello as integers. * For example, secp256r1 will be shown as 23. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return supportedGroups */ @@ -197,7 +197,7 @@ public TlsClientInfo addSupportedGroupsItem(Integer supportedGroupsItem) { * The list of tls extensions in the clienthello as integers. * For example, signature_algorithms will be shown as 13. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tlsExtensions */ @@ -210,7 +210,7 @@ public List getTlsExtensions() { * The list of tls extensions in the clienthello as integers. * For example, signature_algorithms will be shown as 13. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tlsExtensions */ @@ -223,7 +223,7 @@ public void setTlsExtensions(List tlsExtensions) { * The list of tls extensions in the clienthello as integers. * For example, signature_algorithms will be shown as 13. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tlsExtensions */ @@ -239,7 +239,7 @@ public TlsClientInfo addTlsExtensionsItem(Integer tlsExtensionsItem) { * This is the getter method this will return the attribute value. * Indicates whether the clienthello contained grease ciphers, extensions or groups. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usesGrease */ @@ -251,7 +251,7 @@ public Boolean getUsesGrease() { * This is the setter method to the attribute. * Indicates whether the clienthello contained grease ciphers, extensions or groups. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param usesGrease set the usesGrease. */ diff --git a/java/src/com/vmware/avi/sdk/model/TlsFingerprintMatch.java b/java/src/com/vmware/avi/sdk/model/TlsFingerprintMatch.java index c556a8d817..fc93086481 100644 --- a/java/src/com/vmware/avi/sdk/model/TlsFingerprintMatch.java +++ b/java/src/com/vmware/avi/sdk/model/TlsFingerprintMatch.java @@ -35,7 +35,7 @@ public class TlsFingerprintMatch { * This is the getter method this will return the attribute value. * The list of fingerprints. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fingerprints */ @@ -47,7 +47,7 @@ public List getFingerprints() { * This is the setter method. this will set the fingerprints * The list of fingerprints. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fingerprints */ @@ -59,7 +59,7 @@ public void setFingerprints(List fingerprints) { * This is the setter method this will set the fingerprints * The list of fingerprints. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fingerprints */ @@ -76,7 +76,7 @@ public TlsFingerprintMatch addFingerprintsItem(String fingerprintsItem) { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchOperation */ @@ -89,7 +89,7 @@ public String getMatchOperation() { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchOperation set the matchOperation. */ @@ -101,7 +101,7 @@ public void setMatchOperation(String matchOperation) { * Uuids of the string groups. * It is a reference to an object of type stringgroup. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -114,7 +114,7 @@ public List getStringGroupRefs() { * Uuids of the string groups. * It is a reference to an object of type stringgroup. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -127,7 +127,7 @@ public void setStringGroupRefs(List stringGroupRefs) { * Uuids of the string groups. * It is a reference to an object of type stringgroup. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ diff --git a/java/src/com/vmware/avi/sdk/model/TrafficCloneProfile.java b/java/src/com/vmware/avi/sdk/model/TrafficCloneProfile.java index 65a4149796..8c834291fd 100644 --- a/java/src/com/vmware/avi/sdk/model/TrafficCloneProfile.java +++ b/java/src/com/vmware/avi/sdk/model/TrafficCloneProfile.java @@ -50,7 +50,7 @@ public class TrafficCloneProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. * Maximum of 10 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloneServers */ @@ -62,7 +62,7 @@ public List getCloneServers() { * This is the setter method. this will set the cloneServers * Field introduced in 17.1.1. * Maximum of 10 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloneServers */ @@ -74,7 +74,7 @@ public void setCloneServers(List cloneServers) { * This is the setter method this will set the cloneServers * Field introduced in 17.1.1. * Maximum of 10 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloneServers */ @@ -90,7 +90,7 @@ public TrafficCloneProfile addCloneServersItem(CloneServer cloneServersItem) { * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -102,7 +102,7 @@ public String getCloudRef() { * This is the setter method to the attribute. * It is a reference to an object of type cloud. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -113,8 +113,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -126,8 +125,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -139,8 +137,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -156,7 +153,7 @@ public TrafficCloneProfile addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name for the traffic clone profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -168,7 +165,7 @@ public String getName() { * This is the setter method to the attribute. * Name for the traffic clone profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -180,7 +177,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Specifies if client ip needs to be preserved to clone destination. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return preserveClientIp */ @@ -192,7 +189,7 @@ public Boolean getPreserveClientIp() { * This is the setter method to the attribute. * Specifies if client ip needs to be preserved to clone destination. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param preserveClientIp set the preserveClientIp. */ @@ -204,7 +201,7 @@ public void setPreserveClientIp(Boolean preserveClientIp) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -216,7 +213,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -245,7 +242,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the traffic clone profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -257,7 +254,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the traffic clone profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/TrueClientIPConfig.java b/java/src/com/vmware/avi/sdk/model/TrueClientIPConfig.java index ed8820670a..3f753c9a9a 100644 --- a/java/src/com/vmware/avi/sdk/model/TrueClientIPConfig.java +++ b/java/src/com/vmware/avi/sdk/model/TrueClientIPConfig.java @@ -37,7 +37,7 @@ public class TrueClientIPConfig { * Denotes the end from which to count the ips in the specified header value. * Enum options - LEFT, RIGHT. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LEFT". * @return direction */ @@ -50,7 +50,7 @@ public String getDirection() { * Denotes the end from which to count the ips in the specified header value. * Enum options - LEFT, RIGHT. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LEFT". * @param direction set the direction. */ @@ -59,12 +59,11 @@ public void setDirection(String direction) { } /** * This is the getter method this will return the attribute value. - * Headers to derive client ip from. - * The header value needs to be a comma-separated list of ip addresses. + * Http headers to derive client ip from. * If none specified and use_true_client_ip is set to true, it will use x-forwarded-for header, if present. * Field introduced in 21.1.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headers */ @@ -74,12 +73,11 @@ public List getHeaders() { /** * This is the setter method. this will set the headers - * Headers to derive client ip from. - * The header value needs to be a comma-separated list of ip addresses. + * Http headers to derive client ip from. * If none specified and use_true_client_ip is set to true, it will use x-forwarded-for header, if present. * Field introduced in 21.1.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headers */ @@ -89,12 +87,11 @@ public void setHeaders(List headers) { /** * This is the setter method this will set the headers - * Headers to derive client ip from. - * The header value needs to be a comma-separated list of ip addresses. + * Http headers to derive client ip from. * If none specified and use_true_client_ip is set to true, it will use x-forwarded-for header, if present. * Field introduced in 21.1.3. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headers */ @@ -113,7 +110,7 @@ public TrueClientIPConfig addHeadersItem(String headersItem) { * used. * Allowed values are 1-1000. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return indexInHeader */ @@ -128,7 +125,7 @@ public Integer getIndexInHeader() { * used. * Allowed values are 1-1000. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param indexInHeader set the indexInHeader. */ diff --git a/java/src/com/vmware/avi/sdk/model/ConnectionClearFilter.java b/java/src/com/vmware/avi/sdk/model/TrustedHost.java similarity index 61% rename from java/src/com/vmware/avi/sdk/model/ConnectionClearFilter.java rename to java/src/com/vmware/avi/sdk/model/TrustedHost.java index bd73858807..1d862bcf40 100644 --- a/java/src/com/vmware/avi/sdk/model/ConnectionClearFilter.java +++ b/java/src/com/vmware/avi/sdk/model/TrustedHost.java @@ -11,8 +11,8 @@ import com.fasterxml.jackson.annotation.JsonInclude; /** - * The ConnectionClearFilter is a POJO class extends AviRestResource that used for creating - * ConnectionClearFilter. + * The TrustedHost is a POJO class extends AviRestResource that used for creating + * TrustedHost. * * @version 1.0 * @since @@ -20,9 +20,9 @@ */ @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) -public class ConnectionClearFilter { - @JsonProperty("ip_addr") - private String ipAddr; +public class TrustedHost { + @JsonProperty("host") + private IpAddr host; @JsonProperty("port") private Integer port; @@ -31,30 +31,34 @@ public class ConnectionClearFilter { /** * This is the getter method this will return the attribute value. - * Ip address in dotted decimal notation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Any valid ipv4, ipv6, or domain address. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return ipAddr + * @return host */ - public String getIpAddr() { - return ipAddr; + public IpAddr getHost() { + return host; } /** * This is the setter method to the attribute. - * Ip address in dotted decimal notation. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Any valid ipv4, ipv6, or domain address. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param ipAddr set the ipAddr. + * @param host set the host. */ - public void setIpAddr(String ipAddr) { - this.ipAddr = ipAddr; + public void setHost(IpAddr host) { + this.host = host; } /** * This is the getter method this will return the attribute value. - * Port number. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Optionally specify the port number. + * Allowed values are 1-65535. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -64,8 +68,10 @@ public Integer getPort() { /** * This is the setter method to the attribute. - * Port number. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Optionally specify the port number. + * Allowed values are 1-65535. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -82,16 +88,16 @@ public boolean equals(java.lang.Object o) { if (o == null || getClass() != o.getClass()) { return false; } - ConnectionClearFilter objConnectionClearFilter = (ConnectionClearFilter) o; - return Objects.equals(this.ipAddr, objConnectionClearFilter.ipAddr)&& - Objects.equals(this.port, objConnectionClearFilter.port); + TrustedHost objTrustedHost = (TrustedHost) o; + return Objects.equals(this.host, objTrustedHost.host)&& + Objects.equals(this.port, objTrustedHost.port); } @Override public String toString() { StringBuilder sb = new StringBuilder(); - sb.append("class ConnectionClearFilter {\n"); - sb.append(" ipAddr: ").append(toIndentedString(ipAddr)).append("\n"); + sb.append("class TrustedHost {\n"); + sb.append(" host: ").append(toIndentedString(host)).append("\n"); sb.append(" port: ").append(toIndentedString(port)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/TrustedHostProfile.java b/java/src/com/vmware/avi/sdk/model/TrustedHostProfile.java new file mode 100644 index 0000000000..a409beffa3 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/TrustedHostProfile.java @@ -0,0 +1,215 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The TrustedHostProfile is a POJO class extends AviRestResource that used for creating + * TrustedHostProfile. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class TrustedHostProfile extends AviRestResource { + @JsonProperty("hosts") + private List hosts; + + @JsonProperty("name") + private String name; + + @JsonProperty("tenant_ref") + private String tenantRef; + + @JsonProperty("url") + private String url = "url"; + + @JsonProperty("uuid") + private String uuid; + + + /** + * This is the getter method this will return the attribute value. + * List of host ip(v4/v6) addresses or fqdns. + * Field introduced in 31.1.1. + * Minimum of 1 items required. + * Maximum of 20 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return hosts + */ + public List getHosts() { + return hosts; + } + + /** + * This is the setter method. this will set the hosts + * List of host ip(v4/v6) addresses or fqdns. + * Field introduced in 31.1.1. + * Minimum of 1 items required. + * Maximum of 20 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return hosts + */ + public void setHosts(List hosts) { + this.hosts = hosts; + } + + /** + * This is the setter method this will set the hosts + * List of host ip(v4/v6) addresses or fqdns. + * Field introduced in 31.1.1. + * Minimum of 1 items required. + * Maximum of 20 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return hosts + */ + public TrustedHostProfile addHostsItem(TrustedHost hostsItem) { + if (this.hosts == null) { + this.hosts = new ArrayList(); + } + this.hosts.add(hostsItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Trustedhostprofile name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return name + */ + public String getName() { + return name; + } + + /** + * This is the setter method to the attribute. + * Trustedhostprofile name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param name set the name. + */ + public void setName(String name) { + this.name = name; + } + + /** + * This is the getter method this will return the attribute value. + * Tenant ref for trusted host profile. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return tenantRef + */ + public String getTenantRef() { + return tenantRef; + } + + /** + * This is the setter method to the attribute. + * Tenant ref for trusted host profile. + * It is a reference to an object of type tenant. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param tenantRef set the tenantRef. + */ + public void setTenantRef(String tenantRef) { + this.tenantRef = tenantRef; + } + /** + * This is the getter method this will return the attribute value. + * Avi controller URL of the object. + * @return url + */ + public String getUrl() { + return url; + } + + /** + * This is the setter method. this will set the url + * Avi controller URL of the object. + * @return url + */ + public void setUrl(String url) { + this.url = url; + } + + /** + * This is the getter method this will return the attribute value. + * Trustedhostprofile uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return uuid + */ + public String getUuid() { + return uuid; + } + + /** + * This is the setter method to the attribute. + * Trustedhostprofile uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param uuid set the uuid. + */ + public void setUuid(String uuid) { + this.uuid = uuid; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + TrustedHostProfile objTrustedHostProfile = (TrustedHostProfile) o; + return Objects.equals(this.uuid, objTrustedHostProfile.uuid)&& + Objects.equals(this.name, objTrustedHostProfile.name)&& + Objects.equals(this.hosts, objTrustedHostProfile.hosts)&& + Objects.equals(this.tenantRef, objTrustedHostProfile.tenantRef); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class TrustedHostProfile {\n"); + sb.append(" hosts: ").append(toIndentedString(hosts)).append("\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); + sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/TrustedHostProfileApiResponse.java b/java/src/com/vmware/avi/sdk/model/TrustedHostProfileApiResponse.java new file mode 100644 index 0000000000..9347e449a6 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/TrustedHostProfileApiResponse.java @@ -0,0 +1,107 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.Objects; +import com.fasterxml.jackson.annotation.JsonProperty; +import io.swagger.v3.oas.annotations.media.Schema; +import java.util.ArrayList; +import java.util.List; + +/** + * TrustedHostProfileApiResponse + */ +public class TrustedHostProfileApiResponse { + @JsonProperty("count") + private Integer count = null; + + @JsonProperty("results") + private List results = new ArrayList(); + + public TrustedHostProfileApiResponse count(Integer count) { + this.count = count; + return this; + } + + /** + * Get count + * @return count + **/ + @Schema(required = true, description = "") + public Integer getCount() { + return count; + } + + public void setCount(Integer count) { + this.count = count; + } + + public TrustedHostProfileApiResponse results(List results) { + this.results = results; + return this; + } + + public TrustedHostProfileApiResponse addResultsItem(TrustedHostProfile resultsItem) { + this.results.add(resultsItem); + return this; + } + + /** + * Get results + * @return results + **/ + @Schema(required = true, description = "") + public List getResults() { + return results; + } + + public void setResults(List results) { + this.results = results; + } + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + TrustedHostProfileApiResponse trustedHostProfileApiResponse = (TrustedHostProfileApiResponse) o; + return Objects.equals(this.count, trustedHostProfileApiResponse.count) && + Objects.equals(this.results, trustedHostProfileApiResponse.results); + } + + @Override + public int hashCode() { + return Objects.hash(count, results); + } + + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class TrustedHostProfileApiResponse {\n"); + + sb.append(" count: ").append(toIndentedString(count)).append("\n"); + sb.append(" results: ").append(toIndentedString(results)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} + + diff --git a/java/src/com/vmware/avi/sdk/model/UDPFastPathProfile.java b/java/src/com/vmware/avi/sdk/model/UDPFastPathProfile.java index 4af29acee1..8e09d87691 100644 --- a/java/src/com/vmware/avi/sdk/model/UDPFastPathProfile.java +++ b/java/src/com/vmware/avi/sdk/model/UDPFastPathProfile.java @@ -39,7 +39,7 @@ public class UDPFastPathProfile { * This is the getter method this will return the attribute value. * Dsr profile information. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsrProfile */ @@ -51,7 +51,7 @@ public DsrProfile getDsrProfile() { * This is the setter method to the attribute. * Dsr profile information. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dsrProfile set the dsrProfile. */ @@ -63,8 +63,8 @@ public void setDsrProfile(DsrProfile dsrProfile) { * This is the getter method this will return the attribute value. * When enabled, every udp packet is considered a new transaction and may be load balanced to a different server. * When disabled, packets from the same client source ip and port are sent to the same server. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return perPktLoadbalance */ @@ -76,8 +76,8 @@ public Boolean getPerPktLoadbalance() { * This is the setter method to the attribute. * When enabled, every udp packet is considered a new transaction and may be load balanced to a different server. * When disabled, packets from the same client source ip and port are sent to the same server. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param perPktLoadbalance set the perPktLoadbalance. */ @@ -90,7 +90,7 @@ public void setPerPktLoadbalance(Boolean perPktLoadbalance) { * The amount of time (in sec) for which a flow needs to be idle before it is deleted. * Allowed values are 2-3600. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return sessionIdleTimeout */ @@ -103,7 +103,7 @@ public Integer getSessionIdleTimeout() { * The amount of time (in sec) for which a flow needs to be idle before it is deleted. * Allowed values are 2-3600. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param sessionIdleTimeout set the sessionIdleTimeout. */ @@ -114,7 +114,7 @@ public void setSessionIdleTimeout(Integer sessionIdleTimeout) { /** * This is the getter method this will return the attribute value. * When disabled, source nat will not be performed for all client udp packets. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return snat */ @@ -125,7 +125,7 @@ public Boolean getSnat() { /** * This is the setter method to the attribute. * When disabled, source nat will not be performed for all client udp packets. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param snat set the snat. */ diff --git a/java/src/com/vmware/avi/sdk/model/UDPProxyProfile.java b/java/src/com/vmware/avi/sdk/model/UDPProxyProfile.java index 80e40656fa..6957f7250a 100644 --- a/java/src/com/vmware/avi/sdk/model/UDPProxyProfile.java +++ b/java/src/com/vmware/avi/sdk/model/UDPProxyProfile.java @@ -32,7 +32,7 @@ public class UDPProxyProfile { * Allowed values are 2-3600. * Field introduced in 17.2.8, 18.1.3, 18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return sessionIdleTimeout */ @@ -46,7 +46,7 @@ public Integer getSessionIdleTimeout() { * Allowed values are 2-3600. * Field introduced in 17.2.8, 18.1.3, 18.2.1. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param sessionIdleTimeout set the sessionIdleTimeout. */ diff --git a/java/src/com/vmware/avi/sdk/model/URIInfo.java b/java/src/com/vmware/avi/sdk/model/URIInfo.java index 9df6071831..7e9dd72232 100644 --- a/java/src/com/vmware/avi/sdk/model/URIInfo.java +++ b/java/src/com/vmware/avi/sdk/model/URIInfo.java @@ -35,7 +35,7 @@ public class URIInfo { * This is the getter method this will return the attribute value. * Information about various params under a uri. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramInfo */ @@ -47,7 +47,7 @@ public List getParamInfo() { * This is the setter method. this will set the paramInfo * Information about various params under a uri. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramInfo */ @@ -59,7 +59,7 @@ public void setParamInfo(List paramInfo) { * This is the setter method this will set the paramInfo * Information about various params under a uri. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramInfo */ @@ -75,7 +75,7 @@ public URIInfo addParamInfoItem(ParamInfo paramInfoItem) { * This is the getter method this will return the attribute value. * Total number of uri hits. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriHits */ @@ -87,7 +87,7 @@ public Integer getUriHits() { * This is the setter method to the attribute. * Total number of uri hits. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriHits set the uriHits. */ @@ -99,7 +99,7 @@ public void setUriHits(Integer uriHits) { * This is the getter method this will return the attribute value. * Uri name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriKey */ @@ -111,7 +111,7 @@ public String getUriKey() { * This is the setter method to the attribute. * Uri name. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriKey set the uriKey. */ diff --git a/java/src/com/vmware/avi/sdk/model/URIParam.java b/java/src/com/vmware/avi/sdk/model/URIParam.java index 6ff9d76803..cfad276c59 100644 --- a/java/src/com/vmware/avi/sdk/model/URIParam.java +++ b/java/src/com/vmware/avi/sdk/model/URIParam.java @@ -32,7 +32,7 @@ public class URIParam { * This is the getter method this will return the attribute value. * Token config either for the uri components or a constant string. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokens */ @@ -44,7 +44,7 @@ public List getTokens() { * This is the setter method. this will set the tokens * Token config either for the uri components or a constant string. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokens */ @@ -56,7 +56,7 @@ public void setTokens(List tokens) { * This is the setter method this will set the tokens * Token config either for the uri components or a constant string. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokens */ @@ -72,7 +72,7 @@ public URIParam addTokensItem(URIParamToken tokensItem) { * This is the getter method this will return the attribute value. * Uri param type. * Enum options - URI_PARAM_TYPE_TOKENIZED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -84,7 +84,7 @@ public String getType() { * This is the setter method to the attribute. * Uri param type. * Enum options - URI_PARAM_TYPE_TOKENIZED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/URIParamQuery.java b/java/src/com/vmware/avi/sdk/model/URIParamQuery.java index 04506bd39c..73845ca8bd 100644 --- a/java/src/com/vmware/avi/sdk/model/URIParamQuery.java +++ b/java/src/com/vmware/avi/sdk/model/URIParamQuery.java @@ -32,7 +32,7 @@ public class URIParamQuery { /** * This is the getter method this will return the attribute value. * Concatenate a string to the query of the incoming request uri and then use it in the request uri going to the backend server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addString */ @@ -43,7 +43,7 @@ public String getAddString() { /** * This is the setter method to the attribute. * Concatenate a string to the query of the incoming request uri and then use it in the request uri going to the backend server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param addString set the addString. */ @@ -54,7 +54,7 @@ public void setAddString(String addString) { /** * This is the getter method this will return the attribute value. * Use or drop the query of the incoming request uri in the request uri to the backend server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return keepQuery */ @@ -65,7 +65,7 @@ public Boolean getKeepQuery() { /** * This is the setter method to the attribute. * Use or drop the query of the incoming request uri in the request uri to the backend server. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param keepQuery set the keepQuery. */ diff --git a/java/src/com/vmware/avi/sdk/model/URIParamToken.java b/java/src/com/vmware/avi/sdk/model/URIParamToken.java index b7838e73f5..7a22cd9f54 100644 --- a/java/src/com/vmware/avi/sdk/model/URIParamToken.java +++ b/java/src/com/vmware/avi/sdk/model/URIParamToken.java @@ -40,7 +40,7 @@ public class URIParamToken { * Index of the ending token in the incoming uri. * Allowed values are 0-65534. * Special values are 65535 - end of string. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endIndex */ @@ -53,7 +53,7 @@ public Integer getEndIndex() { * Index of the ending token in the incoming uri. * Allowed values are 0-65534. * Special values are 65535 - end of string. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endIndex set the endIndex. */ @@ -64,7 +64,7 @@ public void setEndIndex(Integer endIndex) { /** * This is the getter method this will return the attribute value. * Index of the starting token in the incoming uri. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startIndex */ @@ -75,7 +75,7 @@ public Integer getStartIndex() { /** * This is the setter method to the attribute. * Index of the starting token in the incoming uri. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startIndex set the startIndex. */ @@ -86,7 +86,7 @@ public void setStartIndex(Integer startIndex) { /** * This is the getter method this will return the attribute value. * Constant string to use as a token. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strValue */ @@ -97,7 +97,7 @@ public String getStrValue() { /** * This is the setter method to the attribute. * Constant string to use as a token. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strValue set the strValue. */ @@ -110,7 +110,7 @@ public void setStrValue(String strValue) { * Token type for constructing the uri. * Enum options - URI_TOKEN_TYPE_HOST, URI_TOKEN_TYPE_PATH, URI_TOKEN_TYPE_STRING, URI_TOKEN_TYPE_STRING_GROUP, URI_TOKEN_TYPE_REGEX, * URI_TOKEN_TYPE_REGEX_QUERY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -123,7 +123,7 @@ public String getType() { * Token type for constructing the uri. * Enum options - URI_TOKEN_TYPE_HOST, URI_TOKEN_TYPE_PATH, URI_TOKEN_TYPE_STRING, URI_TOKEN_TYPE_STRING_GROUP, URI_TOKEN_TYPE_REGEX, * URI_TOKEN_TYPE_REGEX_QUERY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/UberEnumMessage1.java b/java/src/com/vmware/avi/sdk/model/UberEnumMessage1.java new file mode 100644 index 0000000000..4a44cdc281 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/UberEnumMessage1.java @@ -0,0 +1,165 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The UberEnumMessage1 is a POJO class extends AviRestResource that used for creating + * UberEnumMessage1. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class UberEnumMessage1 { + @JsonProperty("rm") + private List rm; + + @JsonProperty("rv") + private List rv; + + @JsonProperty("v") + private Integer v; + + + /** + * This is the getter method this will return the attribute value. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return rm + */ + public List getRm() { + return rm; + } + + /** + * This is the setter method. this will set the rm + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return rm + */ + public void setRm(List rm) { + this.rm = rm; + } + + /** + * This is the setter method this will set the rm + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return rm + */ + public UberEnumMessage1 addRmItem(UberEnumMessage2 rmItem) { + if (this.rm == null) { + this.rm = new ArrayList(); + } + this.rm.add(rmItem); + return this; + } + /** + * This is the getter method this will return the attribute value. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return rv + */ + public List getRv() { + return rv; + } + + /** + * This is the setter method. this will set the rv + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return rv + */ + public void setRv(List rv) { + this.rv = rv; + } + + /** + * This is the setter method this will set the rv + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return rv + */ + public UberEnumMessage1 addRvItem(Integer rvItem) { + if (this.rv == null) { + this.rv = new ArrayList(); + } + this.rv.add(rvItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return v + */ + public Integer getV() { + return v; + } + + /** + * This is the setter method to the attribute. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param v set the v. + */ + public void setV(Integer v) { + this.v = v; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + UberEnumMessage1 objUberEnumMessage1 = (UberEnumMessage1) o; + return Objects.equals(this.v, objUberEnumMessage1.v)&& + Objects.equals(this.rv, objUberEnumMessage1.rv)&& + Objects.equals(this.rm, objUberEnumMessage1.rm); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class UberEnumMessage1 {\n"); + sb.append(" rm: ").append(toIndentedString(rm)).append("\n"); + sb.append(" rv: ").append(toIndentedString(rv)).append("\n"); + sb.append(" v: ").append(toIndentedString(v)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/UberEnumMessage2.java b/java/src/com/vmware/avi/sdk/model/UberEnumMessage2.java new file mode 100644 index 0000000000..c61ffac89e --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/UberEnumMessage2.java @@ -0,0 +1,124 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The UberEnumMessage2 is a POJO class extends AviRestResource that used for creating + * UberEnumMessage2. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class UberEnumMessage2 { + @JsonProperty("l") + private List l; + + @JsonProperty("v") + private Integer v; + + + /** + * This is the getter method this will return the attribute value. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return l + */ + public List getL() { + return l; + } + + /** + * This is the setter method. this will set the l + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return l + */ + public void setL(List l) { + this.l = l; + } + + /** + * This is the setter method this will set the l + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return l + */ + public UberEnumMessage2 addLItem(Integer lItem) { + if (this.l == null) { + this.l = new ArrayList(); + } + this.l.add(lItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return v + */ + public Integer getV() { + return v; + } + + /** + * This is the setter method to the attribute. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param v set the v. + */ + public void setV(Integer v) { + this.v = v; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + UberEnumMessage2 objUberEnumMessage2 = (UberEnumMessage2) o; + return Objects.equals(this.v, objUberEnumMessage2.v)&& + Objects.equals(this.l, objUberEnumMessage2.l); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class UberEnumMessage2 {\n"); + sb.append(" l: ").append(toIndentedString(l)).append("\n"); + sb.append(" v: ").append(toIndentedString(v)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/UpgradeControllerParams.java b/java/src/com/vmware/avi/sdk/model/UpgradeControllerParams.java index 127e80451e..02844a1592 100644 --- a/java/src/com/vmware/avi/sdk/model/UpgradeControllerParams.java +++ b/java/src/com/vmware/avi/sdk/model/UpgradeControllerParams.java @@ -24,6 +24,9 @@ public class UpgradeControllerParams { @JsonProperty("controller_patch_ref") private String controllerPatchRef; + @JsonProperty("dryrun") + private Boolean dryrun = false; + @JsonProperty("image_ref") private String imageRef; @@ -40,7 +43,7 @@ public class UpgradeControllerParams { * Image uuid for identifying controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchRef */ @@ -53,7 +56,7 @@ public String getControllerPatchRef() { * Image uuid for identifying controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchRef set the controllerPatchRef. */ @@ -61,12 +64,36 @@ public void setControllerPatchRef(String controllerPatchRef) { this.controllerPatchRef = controllerPatchRef; } + /** + * This is the getter method this will return the attribute value. + * This flag is set to perform the upgrade dry-run operations. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return dryrun + */ + public Boolean getDryrun() { + return dryrun; + } + + /** + * This is the setter method to the attribute. + * This flag is set to perform the upgrade dry-run operations. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param dryrun set the dryrun. + */ + public void setDryrun(Boolean dryrun) { + this.dryrun = dryrun; + } + /** * This is the getter method this will return the attribute value. * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -79,7 +106,7 @@ public String getImageRef() { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -91,7 +118,7 @@ public void setImageRef(String imageRef) { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -103,7 +130,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -115,7 +142,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -127,7 +154,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ @@ -148,7 +175,8 @@ public boolean equals(java.lang.Object o) { return Objects.equals(this.imageRef, objUpgradeControllerParams.imageRef)&& Objects.equals(this.controllerPatchRef, objUpgradeControllerParams.controllerPatchRef)&& Objects.equals(this.skipWarnings, objUpgradeControllerParams.skipWarnings)&& - Objects.equals(this.prechecksOnly, objUpgradeControllerParams.prechecksOnly); + Objects.equals(this.prechecksOnly, objUpgradeControllerParams.prechecksOnly)&& + Objects.equals(this.dryrun, objUpgradeControllerParams.dryrun); } @Override @@ -156,6 +184,7 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class UpgradeControllerParams {\n"); sb.append(" controllerPatchRef: ").append(toIndentedString(controllerPatchRef)).append("\n"); + sb.append(" dryrun: ").append(toIndentedString(dryrun)).append("\n"); sb.append(" imageRef: ").append(toIndentedString(imageRef)).append("\n"); sb.append(" prechecksOnly: ").append(toIndentedString(prechecksOnly)).append("\n"); sb.append(" skipWarnings: ").append(toIndentedString(skipWarnings)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/UpgradeEvent.java b/java/src/com/vmware/avi/sdk/model/UpgradeEvent.java index 6cce2662b3..bf02eecb67 100644 --- a/java/src/com/vmware/avi/sdk/model/UpgradeEvent.java +++ b/java/src/com/vmware/avi/sdk/model/UpgradeEvent.java @@ -49,7 +49,7 @@ public class UpgradeEvent { * Time taken to complete upgrade event in seconds. * Field introduced in 18.2.6. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -62,7 +62,7 @@ public Integer getDuration() { * Time taken to complete upgrade event in seconds. * Field introduced in 18.2.6. * Unit is sec. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -74,7 +74,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Task end time. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -86,7 +86,7 @@ public String getEndTime() { * This is the setter method to the attribute. * Task end time. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -98,7 +98,7 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Ip of the node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -110,7 +110,7 @@ public IpAddr getIp() { * This is the setter method to the attribute. * Ip of the node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -122,7 +122,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Upgrade event message if any. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -134,7 +134,7 @@ public String getMessage() { * This is the setter method to the attribute. * Upgrade event message if any. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ @@ -146,7 +146,7 @@ public void setMessage(String message) { * This is the getter method this will return the attribute value. * Task start time. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -158,7 +158,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Task start time. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -170,7 +170,7 @@ public void setStartTime(String startTime) { * This is the getter method this will return the attribute value. * Upgrade event status. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return status */ @@ -182,7 +182,7 @@ public Boolean getStatus() { * This is the setter method to the attribute. * Upgrade event status. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param status set the status. */ @@ -193,7 +193,7 @@ public void setStatus(Boolean status) { * This is the getter method this will return the attribute value. * Sub tasks executed on each node. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -205,7 +205,7 @@ public List getSubTasks() { * This is the setter method. this will set the subTasks * Sub tasks executed on each node. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -217,7 +217,7 @@ public void setSubTasks(List subTasks) { * This is the setter method this will set the subTasks * Sub tasks executed on each node. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ diff --git a/java/src/com/vmware/avi/sdk/model/UpgradeOpsEntry.java b/java/src/com/vmware/avi/sdk/model/UpgradeOpsEntry.java index a3efd57414..b438f39aeb 100644 --- a/java/src/com/vmware/avi/sdk/model/UpgradeOpsEntry.java +++ b/java/src/com/vmware/avi/sdk/model/UpgradeOpsEntry.java @@ -51,7 +51,7 @@ public class UpgradeOpsEntry extends AviRestResource { * This is the getter method this will return the attribute value. * Name of the system such as cluster name, se group name and se name. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -63,7 +63,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the system such as cluster name, se group name and se name. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -76,7 +76,7 @@ public void setName(String name) { * Describes the system controller or se-group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeType */ @@ -89,7 +89,7 @@ public String getNodeType() { * Describes the system controller or se-group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeType set the nodeType. */ @@ -102,7 +102,7 @@ public void setNodeType(String nodeType) { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objCloudRef */ @@ -115,7 +115,7 @@ public String getObjCloudRef() { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objCloudRef set the objCloudRef. */ @@ -127,7 +127,7 @@ public void setObjCloudRef(String objCloudRef) { * This is the getter method this will return the attribute value. * Parameters associated with the upgrade ops request. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return params */ @@ -139,7 +139,7 @@ public UpgradeOpsParam getParams() { * This is the setter method to the attribute. * Parameters associated with the upgrade ops request. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param params set the params. */ @@ -152,7 +152,7 @@ public void setParams(UpgradeOpsParam params) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -165,7 +165,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -177,7 +177,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Current upgrade status info for this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeInfo */ @@ -189,7 +189,7 @@ public UpgradeStatusInfo getUpgradeInfo() { * This is the setter method to the attribute. * Current upgrade status info for this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param upgradeInfo set the upgradeInfo. */ @@ -201,9 +201,9 @@ public void setUpgradeInfo(UpgradeStatusInfo upgradeInfo) { * This is the getter method this will return the attribute value. * Identifies the upgrade operations. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, - * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE. + * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeOps */ @@ -215,9 +215,9 @@ public String getUpgradeOps() { * This is the setter method to the attribute. * Identifies the upgrade operations. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, - * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE. + * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param upgradeOps set the upgradeOps. */ @@ -229,7 +229,7 @@ public void setUpgradeOps(String upgradeOps) { * This is the getter method this will return the attribute value. * Uuid identifier for the system such as cluster, se group and se. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -241,7 +241,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid identifier for the system such as cluster, se group and se. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/UpgradeOpsParam.java b/java/src/com/vmware/avi/sdk/model/UpgradeOpsParam.java index 19c3166216..9c1f9488d6 100644 --- a/java/src/com/vmware/avi/sdk/model/UpgradeOpsParam.java +++ b/java/src/com/vmware/avi/sdk/model/UpgradeOpsParam.java @@ -21,6 +21,9 @@ @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) public class UpgradeOpsParam { + @JsonProperty("controller") + private ControllerParams controller; + @JsonProperty("image_ref") private String imageRef; @@ -33,14 +36,41 @@ public class UpgradeOpsParam { @JsonProperty("se_group_resume_options") private SeGroupResumeOptions seGroupResumeOptions; + @JsonProperty("service_engine") + private ServiceEngineParams serviceEngine; + + /** + * This is the getter method this will return the attribute value. + * This field holds the configurable controller params required in upgrade flows for current request. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return controller + */ + public ControllerParams getController() { + return controller; + } + + /** + * This is the setter method to the attribute. + * This field holds the configurable controller params required in upgrade flows for current request. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param controller set the controller. + */ + public void setController(ControllerParams controller) { + this.controller = controller; + } + /** * This is the getter method this will return the attribute value. * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -53,7 +83,7 @@ public String getImageRef() { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -66,7 +96,7 @@ public void setImageRef(String imageRef) { * Image uuid for identifying patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchRef */ @@ -79,7 +109,7 @@ public String getPatchRef() { * Image uuid for identifying patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchRef set the patchRef. */ @@ -91,7 +121,7 @@ public void setPatchRef(String patchRef) { * This is the getter method this will return the attribute value. * This field identifies se group options that need to be applied during the upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -103,7 +133,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * This field identifies se group options that need to be applied during the upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -115,7 +145,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * This is the getter method this will return the attribute value. * Apply options while resuming se group upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupResumeOptions */ @@ -127,7 +157,7 @@ public SeGroupResumeOptions getSeGroupResumeOptions() { * This is the setter method to the attribute. * Apply options while resuming se group upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupResumeOptions set the seGroupResumeOptions. */ @@ -135,6 +165,30 @@ public void setSeGroupResumeOptions(SeGroupResumeOptions seGroupResumeOptions) { this.seGroupResumeOptions = seGroupResumeOptions; } + /** + * This is the getter method this will return the attribute value. + * This field holds the configurable serviceenginegroup params required in upgrade flows for current request. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return serviceEngine + */ + public ServiceEngineParams getServiceEngine() { + return serviceEngine; + } + + /** + * This is the setter method to the attribute. + * This field holds the configurable serviceenginegroup params required in upgrade flows for current request. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param serviceEngine set the serviceEngine. + */ + public void setServiceEngine(ServiceEngineParams serviceEngine) { + this.serviceEngine = serviceEngine; + } + @Override public boolean equals(java.lang.Object o) { @@ -148,17 +202,21 @@ public boolean equals(java.lang.Object o) { return Objects.equals(this.imageRef, objUpgradeOpsParam.imageRef)&& Objects.equals(this.patchRef, objUpgradeOpsParam.patchRef)&& Objects.equals(this.seGroupOptions, objUpgradeOpsParam.seGroupOptions)&& - Objects.equals(this.seGroupResumeOptions, objUpgradeOpsParam.seGroupResumeOptions); + Objects.equals(this.seGroupResumeOptions, objUpgradeOpsParam.seGroupResumeOptions)&& + Objects.equals(this.controller, objUpgradeOpsParam.controller)&& + Objects.equals(this.serviceEngine, objUpgradeOpsParam.serviceEngine); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class UpgradeOpsParam {\n"); - sb.append(" imageRef: ").append(toIndentedString(imageRef)).append("\n"); + sb.append(" controller: ").append(toIndentedString(controller)).append("\n"); + sb.append(" imageRef: ").append(toIndentedString(imageRef)).append("\n"); sb.append(" patchRef: ").append(toIndentedString(patchRef)).append("\n"); sb.append(" seGroupOptions: ").append(toIndentedString(seGroupOptions)).append("\n"); sb.append(" seGroupResumeOptions: ").append(toIndentedString(seGroupResumeOptions)).append("\n"); + sb.append(" serviceEngine: ").append(toIndentedString(serviceEngine)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/java/src/com/vmware/avi/sdk/model/UpgradeOpsState.java b/java/src/com/vmware/avi/sdk/model/UpgradeOpsState.java index 4f9532f62c..b2a3201a24 100644 --- a/java/src/com/vmware/avi/sdk/model/UpgradeOpsState.java +++ b/java/src/com/vmware/avi/sdk/model/UpgradeOpsState.java @@ -39,7 +39,7 @@ public class UpgradeOpsState { * This is the getter method this will return the attribute value. * The last time the state changed. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -51,7 +51,7 @@ public TimeStamp getLastChangedTime() { * This is the setter method to the attribute. * The last time the state changed. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -63,7 +63,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { * This is the getter method this will return the attribute value. * Descriptive reason for the state-change. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -75,7 +75,7 @@ public String getReason() { * This is the setter method to the attribute. * Descriptive reason for the state-change. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -87,8 +87,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * State for keeping track of reboot status during upgrade operation. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rebooted */ @@ -100,8 +99,7 @@ public Boolean getRebooted() { * This is the setter method to the attribute. * State for keeping track of reboot status during upgrade operation. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rebooted set the rebooted. */ @@ -117,7 +115,7 @@ public void setRebooted(Boolean rebooted) { * UPGRADE_FSM_SE_UPGRADE_IN_PROGRESS, UPGRADE_FSM_CONTROLLER_COMPLETED, UPGRADE_FSM_DUMMY_3, UPGRADE_FSM_DUMMY_4, UPGRADE_FSM_DUMMY_5, * UPGRADE_PRE_CHECK_STARTED, UPGRADE_PRE_CHECK_IN_PROGRESS, UPGRADE_PRE_CHECK_SUCCESS... * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -133,7 +131,7 @@ public String getState() { * UPGRADE_FSM_SE_UPGRADE_IN_PROGRESS, UPGRADE_FSM_CONTROLLER_COMPLETED, UPGRADE_FSM_DUMMY_3, UPGRADE_FSM_DUMMY_4, UPGRADE_FSM_DUMMY_5, * UPGRADE_PRE_CHECK_STARTED, UPGRADE_PRE_CHECK_IN_PROGRESS, UPGRADE_PRE_CHECK_SUCCESS... * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ diff --git a/java/src/com/vmware/avi/sdk/model/UpgradeParams.java b/java/src/com/vmware/avi/sdk/model/UpgradeParams.java index 099f1e0d4f..73ef4fe7ab 100644 --- a/java/src/com/vmware/avi/sdk/model/UpgradeParams.java +++ b/java/src/com/vmware/avi/sdk/model/UpgradeParams.java @@ -24,11 +24,14 @@ public class UpgradeParams { @JsonProperty("controller_patch_ref") private String controllerPatchRef; + @JsonProperty("dryrun") + private Boolean dryrun; + @JsonProperty("image_ref") private String imageRef; @JsonProperty("prechecks_only") - private Boolean prechecksOnly = false; + private Boolean prechecksOnly; @JsonProperty("se_group_options") private SeGroupOptions seGroupOptions; @@ -40,10 +43,10 @@ public class UpgradeParams { private String sePatchRef; @JsonProperty("skip_warnings") - private Boolean skipWarnings = false; + private Boolean skipWarnings; @JsonProperty("system") - private Boolean system = false; + private Boolean system; @@ -52,7 +55,7 @@ public class UpgradeParams { * Image uuid for identifying controller patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchRef */ @@ -65,7 +68,7 @@ public String getControllerPatchRef() { * Image uuid for identifying controller patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchRef set the controllerPatchRef. */ @@ -73,12 +76,36 @@ public void setControllerPatchRef(String controllerPatchRef) { this.controllerPatchRef = controllerPatchRef; } + /** + * This is the getter method this will return the attribute value. + * This flag is set to perform the upgrade dry-run operations. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return dryrun + */ + public Boolean getDryrun() { + return dryrun; + } + + /** + * This is the setter method to the attribute. + * This flag is set to perform the upgrade dry-run operations. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param dryrun set the dryrun. + */ + public void setDryrun(Boolean dryrun) { + this.dryrun = dryrun; + } + /** * This is the getter method this will return the attribute value. * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -91,7 +118,7 @@ public String getImageRef() { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -103,8 +130,8 @@ public void setImageRef(String imageRef) { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 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 false. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prechecksOnly */ public Boolean getPrechecksOnly() { @@ -115,8 +142,8 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 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 false. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prechecksOnly set the prechecksOnly. */ public void setPrechecksOnly(Boolean prechecksOnly) { @@ -127,7 +154,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * This field identifies se group options that need to be applied during the upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -139,7 +166,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * This field identifies se group options that need to be applied during the upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -152,7 +179,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * This field is ignored if the 'system' is enabled. * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -166,7 +193,7 @@ public List getSeGroupRefs() { * This field is ignored if the 'system' is enabled. * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -180,7 +207,7 @@ public void setSeGroupRefs(List seGroupRefs) { * This field is ignored if the 'system' is enabled. * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -197,7 +224,7 @@ public UpgradeParams addSeGroupRefsItem(String seGroupRefsItem) { * Image uuid for identifying service engine patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchRef */ @@ -210,7 +237,7 @@ public String getSePatchRef() { * Image uuid for identifying service engine patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchRef set the sePatchRef. */ @@ -222,8 +249,8 @@ public void setSePatchRef(String sePatchRef) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must check. * Field introduced in 18.2.6. - * 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 false. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return skipWarnings */ public Boolean getSkipWarnings() { @@ -234,8 +261,8 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must check. * Field introduced in 18.2.6. - * 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 false. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param skipWarnings set the skipWarnings. */ public void setSkipWarnings(Boolean skipWarnings) { @@ -246,8 +273,8 @@ public void setSkipWarnings(Boolean skipWarnings) { * This is the getter method this will return the attribute value. * Apply upgrade operations such as upgrade/patch to controller and all se groups. * Field introduced in 18.2.6. - * 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 false. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return system */ public Boolean getSystem() { @@ -258,8 +285,8 @@ public Boolean getSystem() { * This is the setter method to the attribute. * Apply upgrade operations such as upgrade/patch to controller and all se groups. * Field introduced in 18.2.6. - * 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 false. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param system set the system. */ public void setSystem(Boolean system) { @@ -283,7 +310,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.seGroupOptions, objUpgradeParams.seGroupOptions)&& Objects.equals(this.seGroupRefs, objUpgradeParams.seGroupRefs)&& Objects.equals(this.skipWarnings, objUpgradeParams.skipWarnings)&& - Objects.equals(this.prechecksOnly, objUpgradeParams.prechecksOnly); + Objects.equals(this.prechecksOnly, objUpgradeParams.prechecksOnly)&& + Objects.equals(this.dryrun, objUpgradeParams.dryrun); } @Override @@ -291,6 +319,7 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class UpgradeParams {\n"); sb.append(" controllerPatchRef: ").append(toIndentedString(controllerPatchRef)).append("\n"); + sb.append(" dryrun: ").append(toIndentedString(dryrun)).append("\n"); sb.append(" imageRef: ").append(toIndentedString(imageRef)).append("\n"); sb.append(" prechecksOnly: ").append(toIndentedString(prechecksOnly)).append("\n"); sb.append(" seGroupOptions: ").append(toIndentedString(seGroupOptions)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/UpgradeProfile.java b/java/src/com/vmware/avi/sdk/model/UpgradeProfile.java new file mode 100644 index 0000000000..21b1615411 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/UpgradeProfile.java @@ -0,0 +1,279 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The UpgradeProfile is a POJO class extends AviRestResource that used for creating + * UpgradeProfile. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class UpgradeProfile extends AviRestResource { + @JsonProperty("controller") + private ControllerParams controller; + + @JsonProperty("controller_params") + private ControllerParams controllerParams; + + @JsonProperty("dry_run") + private DryRunParams dryRun; + + @JsonProperty("image") + private ImageParams image; + + @JsonProperty("pre_checks") + private PreChecksParams preChecks; + + @JsonProperty("service_engine") + private ServiceEngineParams serviceEngine; + + @JsonProperty("url") + private String url = "url"; + + @JsonProperty("uuid") + private String uuid; + + + + /** + * This is the getter method this will return the attribute value. + * List of controller upgrade related configurable parameters. + * Field deprecated in 31.2.1. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * @return controller + */ + public ControllerParams getController() { + return controller; + } + + /** + * This is the setter method to the attribute. + * List of controller upgrade related configurable parameters. + * Field deprecated in 31.2.1. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * @param controller set the controller. + */ + public void setController(ControllerParams controller) { + this.controller = controller; + } + + /** + * This is the getter method this will return the attribute value. + * List of controller upgrade related configurable parameters. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return controllerParams + */ + public ControllerParams getControllerParams() { + return controllerParams; + } + + /** + * This is the setter method to the attribute. + * List of controller upgrade related configurable parameters. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param controllerParams set the controllerParams. + */ + public void setControllerParams(ControllerParams controllerParams) { + this.controllerParams = controllerParams; + } + + /** + * This is the getter method this will return the attribute value. + * List of dryrun related configurable parameters. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return dryRun + */ + public DryRunParams getDryRun() { + return dryRun; + } + + /** + * This is the setter method to the attribute. + * List of dryrun related configurable parameters. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param dryRun set the dryRun. + */ + public void setDryRun(DryRunParams dryRun) { + this.dryRun = dryRun; + } + + /** + * This is the getter method this will return the attribute value. + * List of image related configurable parameters. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return image + */ + public ImageParams getImage() { + return image; + } + + /** + * This is the setter method to the attribute. + * List of image related configurable parameters. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param image set the image. + */ + public void setImage(ImageParams image) { + this.image = image; + } + + /** + * This is the getter method this will return the attribute value. + * List of upgrade pre-checks related configurable parameters. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return preChecks + */ + public PreChecksParams getPreChecks() { + return preChecks; + } + + /** + * This is the setter method to the attribute. + * List of upgrade pre-checks related configurable parameters. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param preChecks set the preChecks. + */ + public void setPreChecks(PreChecksParams preChecks) { + this.preChecks = preChecks; + } + + /** + * This is the getter method this will return the attribute value. + * List of service engine upgrade related configurable parameters. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return serviceEngine + */ + public ServiceEngineParams getServiceEngine() { + return serviceEngine; + } + + /** + * This is the setter method to the attribute. + * List of service engine upgrade related configurable parameters. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param serviceEngine set the serviceEngine. + */ + public void setServiceEngine(ServiceEngineParams serviceEngine) { + this.serviceEngine = serviceEngine; + } + /** + * This is the getter method this will return the attribute value. + * Avi controller URL of the object. + * @return url + */ + public String getUrl() { + return url; + } + + /** + * This is the setter method. this will set the url + * Avi controller URL of the object. + * @return url + */ + public void setUrl(String url) { + this.url = url; + } + + /** + * This is the getter method this will return the attribute value. + * Uuid identifier for the upgradeprofile object. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return uuid + */ + public String getUuid() { + return uuid; + } + + /** + * This is the setter method to the attribute. + * Uuid identifier for the upgradeprofile object. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param uuid set the uuid. + */ + public void setUuid(String uuid) { + this.uuid = uuid; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + UpgradeProfile objUpgradeProfile = (UpgradeProfile) o; + return Objects.equals(this.uuid, objUpgradeProfile.uuid)&& + Objects.equals(this.controller, objUpgradeProfile.controller)&& + Objects.equals(this.serviceEngine, objUpgradeProfile.serviceEngine)&& + Objects.equals(this.image, objUpgradeProfile.image)&& + Objects.equals(this.dryRun, objUpgradeProfile.dryRun)&& + Objects.equals(this.preChecks, objUpgradeProfile.preChecks)&& + Objects.equals(this.controllerParams, objUpgradeProfile.controllerParams); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class UpgradeProfile {\n"); + sb.append(" controller: ").append(toIndentedString(controller)).append("\n"); + sb.append(" controllerParams: ").append(toIndentedString(controllerParams)).append("\n"); + sb.append(" dryRun: ").append(toIndentedString(dryRun)).append("\n"); + sb.append(" image: ").append(toIndentedString(image)).append("\n"); + sb.append(" preChecks: ").append(toIndentedString(preChecks)).append("\n"); + sb.append(" serviceEngine: ").append(toIndentedString(serviceEngine)).append("\n"); + sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/UpgradeProfileApiResponse.java b/java/src/com/vmware/avi/sdk/model/UpgradeProfileApiResponse.java new file mode 100644 index 0000000000..c183a49d49 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/UpgradeProfileApiResponse.java @@ -0,0 +1,107 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.Objects; +import com.fasterxml.jackson.annotation.JsonProperty; +import io.swagger.v3.oas.annotations.media.Schema; +import java.util.ArrayList; +import java.util.List; + +/** + * UpgradeProfileApiResponse + */ +public class UpgradeProfileApiResponse { + @JsonProperty("count") + private Integer count = null; + + @JsonProperty("results") + private List results = new ArrayList(); + + public UpgradeProfileApiResponse count(Integer count) { + this.count = count; + return this; + } + + /** + * Get count + * @return count + **/ + @Schema(required = true, description = "") + public Integer getCount() { + return count; + } + + public void setCount(Integer count) { + this.count = count; + } + + public UpgradeProfileApiResponse results(List results) { + this.results = results; + return this; + } + + public UpgradeProfileApiResponse addResultsItem(UpgradeProfile resultsItem) { + this.results.add(resultsItem); + return this; + } + + /** + * Get results + * @return results + **/ + @Schema(required = true, description = "") + public List getResults() { + return results; + } + + public void setResults(List results) { + this.results = results; + } + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + UpgradeProfileApiResponse upgradeProfileApiResponse = (UpgradeProfileApiResponse) o; + return Objects.equals(this.count, upgradeProfileApiResponse.count) && + Objects.equals(this.results, upgradeProfileApiResponse.results); + } + + @Override + public int hashCode() { + return Objects.hash(count, results); + } + + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class UpgradeProfileApiResponse {\n"); + + sb.append(" count: ").append(toIndentedString(count)).append("\n"); + sb.append(" results: ").append(toIndentedString(results)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} + + diff --git a/java/src/com/vmware/avi/sdk/model/UpgradeReadinessCheckObj.java b/java/src/com/vmware/avi/sdk/model/UpgradeReadinessCheckObj.java index 8b11d8d9c8..ac1b8c0eab 100644 --- a/java/src/com/vmware/avi/sdk/model/UpgradeReadinessCheckObj.java +++ b/java/src/com/vmware/avi/sdk/model/UpgradeReadinessCheckObj.java @@ -39,6 +39,9 @@ public class UpgradeReadinessCheckObj { @JsonProperty("patch_image_ref") private String patchImageRef; + @JsonProperty("progress") + private Integer progress = 0; + @JsonProperty("start_time") private String startTime; @@ -56,7 +59,7 @@ public class UpgradeReadinessCheckObj { * This is the getter method this will return the attribute value. * List of upgrade readiness check exceptions. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checks */ @@ -68,7 +71,7 @@ public List getChecks() { * This is the setter method. this will set the checks * List of upgrade readiness check exceptions. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checks */ @@ -80,7 +83,7 @@ public void setChecks(List checks) { * This is the setter method this will set the checks * List of upgrade readiness check exceptions. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checks */ @@ -97,7 +100,7 @@ public UpgradeReadinessCheckObj addChecksItem(MustChecksInfo checksItem) { * No. * Of checks completed. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checksCompleted */ @@ -110,7 +113,7 @@ public Integer getChecksCompleted() { * No. * Of checks completed. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param checksCompleted set the checksCompleted. */ @@ -123,7 +126,7 @@ public void setChecksCompleted(Integer checksCompleted) { * Time taken to complete upgrade readiness checks in seconds. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -136,7 +139,7 @@ public Integer getDuration() { * Time taken to complete upgrade readiness checks in seconds. * Field introduced in 22.1.3. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -148,7 +151,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Time at which execution of upgrade readiness checks was completed. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -160,7 +163,7 @@ public String getEndTime() { * This is the setter method to the attribute. * Time at which execution of upgrade readiness checks was completed. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -173,7 +176,7 @@ public void setEndTime(String endTime) { * Image uuid for identifying the next base image. * It is a reference to an object of type image. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -186,7 +189,7 @@ public String getImageRef() { * Image uuid for identifying the next base image. * It is a reference to an object of type image. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -199,7 +202,7 @@ public void setImageRef(String imageRef) { * Image uuid for identifying the next patch. * It is a reference to an object of type image. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchImageRef */ @@ -212,7 +215,7 @@ public String getPatchImageRef() { * Image uuid for identifying the next patch. * It is a reference to an object of type image. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchImageRef set the patchImageRef. */ @@ -220,11 +223,39 @@ public void setPatchImageRef(String patchImageRef) { this.patchImageRef = patchImageRef; } + /** + * This is the getter method this will return the attribute value. + * Checks progress which holds value between 0-100. + * Allowed values are 0-100. + * Field introduced in 31.1.1. + * Unit is percent. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. + * @return progress + */ + public Integer getProgress() { + return progress; + } + + /** + * This is the setter method to the attribute. + * Checks progress which holds value between 0-100. + * Allowed values are 0-100. + * Field introduced in 31.1.1. + * Unit is percent. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 0. + * @param progress set the progress. + */ + public void setProgress(Integer progress) { + this.progress = progress; + } + /** * This is the getter method this will return the attribute value. * Time at which execution of upgrade readiness checks was started. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -236,7 +267,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Time at which execution of upgrade readiness checks was started. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -248,7 +279,7 @@ public void setStartTime(String startTime) { * This is the getter method this will return the attribute value. * The upgrade readiness check operations current fsm-state. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -260,7 +291,7 @@ public UpgradeOpsState getState() { * This is the setter method to the attribute. * The upgrade readiness check operations current fsm-state. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -273,7 +304,7 @@ public void setState(UpgradeOpsState state) { * Total no. * Of checks. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalChecks */ @@ -286,7 +317,7 @@ public Integer getTotalChecks() { * Total no. * Of checks. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalChecks set the totalChecks. */ @@ -298,9 +329,9 @@ public void setTotalChecks(Integer totalChecks) { * This is the getter method this will return the attribute value. * Upgrade operations along with type requested such as upgradesystem upgradecontroller etc. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, - * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE. + * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeOps */ @@ -312,9 +343,9 @@ public String getUpgradeOps() { * This is the setter method to the attribute. * Upgrade operations along with type requested such as upgradesystem upgradecontroller etc. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, - * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE. + * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param upgradeOps set the upgradeOps. */ @@ -341,7 +372,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.imageRef, objUpgradeReadinessCheckObj.imageRef)&& Objects.equals(this.patchImageRef, objUpgradeReadinessCheckObj.patchImageRef)&& Objects.equals(this.totalChecks, objUpgradeReadinessCheckObj.totalChecks)&& - Objects.equals(this.checksCompleted, objUpgradeReadinessCheckObj.checksCompleted); + Objects.equals(this.checksCompleted, objUpgradeReadinessCheckObj.checksCompleted)&& + Objects.equals(this.progress, objUpgradeReadinessCheckObj.progress); } @Override @@ -354,6 +386,7 @@ public String toString() { sb.append(" endTime: ").append(toIndentedString(endTime)).append("\n"); sb.append(" imageRef: ").append(toIndentedString(imageRef)).append("\n"); sb.append(" patchImageRef: ").append(toIndentedString(patchImageRef)).append("\n"); + sb.append(" progress: ").append(toIndentedString(progress)).append("\n"); sb.append(" startTime: ").append(toIndentedString(startTime)).append("\n"); sb.append(" state: ").append(toIndentedString(state)).append("\n"); sb.append(" totalChecks: ").append(toIndentedString(totalChecks)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/UpgradeSeGroupParams.java b/java/src/com/vmware/avi/sdk/model/UpgradeSeGroupParams.java index 5e4da702de..6411235ea4 100644 --- a/java/src/com/vmware/avi/sdk/model/UpgradeSeGroupParams.java +++ b/java/src/com/vmware/avi/sdk/model/UpgradeSeGroupParams.java @@ -46,7 +46,7 @@ public class UpgradeSeGroupParams { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -59,7 +59,7 @@ public String getImageRef() { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -71,7 +71,7 @@ public void setImageRef(String imageRef) { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -83,7 +83,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -95,7 +95,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * Se group options for the upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -107,7 +107,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * Se group options for the upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -120,7 +120,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -134,7 +134,7 @@ public List getSeGroupRefs() { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -148,7 +148,7 @@ public void setSeGroupRefs(List seGroupRefs) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -165,7 +165,7 @@ public UpgradeSeGroupParams addSeGroupRefsItem(String seGroupRefsItem) { * Image uuid for identifying se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchRef */ @@ -178,7 +178,7 @@ public String getSePatchRef() { * Image uuid for identifying se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchRef set the sePatchRef. */ @@ -190,7 +190,7 @@ public void setSePatchRef(String sePatchRef) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -202,7 +202,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/java/src/com/vmware/avi/sdk/model/UpgradeStatusInfo.java b/java/src/com/vmware/avi/sdk/model/UpgradeStatusInfo.java index 55cf773c50..20bfb495cc 100644 --- a/java/src/com/vmware/avi/sdk/model/UpgradeStatusInfo.java +++ b/java/src/com/vmware/avi/sdk/model/UpgradeStatusInfo.java @@ -30,6 +30,9 @@ public class UpgradeStatusInfo extends AviRestResource { @JsonProperty("clean") private Boolean clean; + @JsonProperty("dryrun_info") + private DryrunInfo dryrunInfo; + @JsonProperty("duration") private Integer duration; @@ -180,7 +183,7 @@ public class UpgradeStatusInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Backward compatible abort function name. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return afterRebootRollbackFnc */ @@ -192,7 +195,7 @@ public String getAfterRebootRollbackFnc() { * This is the setter method to the attribute. * Backward compatible abort function name. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param afterRebootRollbackFnc set the afterRebootRollbackFnc. */ @@ -204,7 +207,7 @@ public void setAfterRebootRollbackFnc(String afterRebootRollbackFnc) { * This is the getter method this will return the attribute value. * Backward compatible task dict name. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return afterRebootTaskName */ @@ -216,7 +219,7 @@ public String getAfterRebootTaskName() { * This is the setter method to the attribute. * Backward compatible task dict name. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param afterRebootTaskName set the afterRebootTaskName. */ @@ -228,7 +231,7 @@ public void setAfterRebootTaskName(String afterRebootTaskName) { * This is the getter method this will return the attribute value. * Flag for clean installation. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clean */ @@ -240,7 +243,7 @@ public Boolean getClean() { * This is the setter method to the attribute. * Flag for clean installation. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clean set the clean. */ @@ -248,11 +251,35 @@ public void setClean(Boolean clean) { this.clean = clean; } + /** + * This is the getter method this will return the attribute value. + * Upgrade dry-run operation details. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return dryrunInfo + */ + public DryrunInfo getDryrunInfo() { + return dryrunInfo; + } + + /** + * This is the setter method to the attribute. + * Upgrade dry-run operation details. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param dryrunInfo set the dryrunInfo. + */ + public void setDryrunInfo(DryrunInfo dryrunInfo) { + this.dryrunInfo = dryrunInfo; + } + /** * This is the getter method this will return the attribute value. * Duration of upgrade operation in seconds. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -264,7 +291,7 @@ public Integer getDuration() { * This is the setter method to the attribute. * Duration of upgrade operation in seconds. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -276,7 +303,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Check if the patch rollback is possible on this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enablePatchRollback */ @@ -288,7 +315,7 @@ public Boolean getEnablePatchRollback() { * This is the setter method to the attribute. * Check if the patch rollback is possible on this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enablePatchRollback set the enablePatchRollback. */ @@ -300,7 +327,7 @@ public void setEnablePatchRollback(Boolean enablePatchRollback) { * This is the getter method this will return the attribute value. * Check if the rollback is possible on this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableRollback */ @@ -312,7 +339,7 @@ public Boolean getEnableRollback() { * This is the setter method to the attribute. * Check if the rollback is possible on this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableRollback set the enableRollback. */ @@ -324,7 +351,7 @@ public void setEnableRollback(Boolean enableRollback) { * This is the getter method this will return the attribute value. * End time of upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -336,7 +363,7 @@ public String getEndTime() { * This is the setter method to the attribute. * End time of upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -348,7 +375,7 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Enqueue time of upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enqueueTime */ @@ -360,7 +387,7 @@ public String getEnqueueTime() { * This is the setter method to the attribute. * Enqueue time of upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enqueueTime set the enqueueTime. */ @@ -372,7 +399,7 @@ public void setEnqueueTime(String enqueueTime) { * This is the getter method this will return the attribute value. * Fips mode for the entire system. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipsMode */ @@ -384,7 +411,7 @@ public Boolean getFipsMode() { * This is the setter method to the attribute. * Fips mode for the entire system. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fipsMode set the fipsMode. */ @@ -395,7 +422,7 @@ public void setFipsMode(Boolean fipsMode) { * This is the getter method this will return the attribute value. * Record of past operations on this node. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return history */ @@ -407,7 +434,7 @@ public List getHistory() { * This is the setter method. this will set the history * Record of past operations on this node. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return history */ @@ -419,7 +446,7 @@ public void setHistory(List history) { * This is the setter method this will set the history * Record of past operations on this node. * Field introduced in 20.1.4. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return history */ @@ -435,7 +462,7 @@ public UpgradeStatusInfo addHistoryItem(OpsHistory historyItem) { * This is the getter method this will return the attribute value. * Image path of current base image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imagePath */ @@ -447,7 +474,7 @@ public String getImagePath() { * This is the setter method to the attribute. * Image path of current base image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imagePath set the imagePath. */ @@ -460,7 +487,7 @@ public void setImagePath(String imagePath) { * Image uuid for identifying the current base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -473,7 +500,7 @@ public String getImageRef() { * Image uuid for identifying the current base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -485,7 +512,7 @@ public void setImageRef(String imageRef) { * This is the getter method this will return the attribute value. * Name of the system such as cluster name, se group name and se name. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -497,7 +524,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the system such as cluster name, se group name and se name. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -510,7 +537,7 @@ public void setName(String name) { * Type of the system such as controller_cluster, se_group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeType */ @@ -523,7 +550,7 @@ public String getNodeType() { * Type of the system such as controller_cluster, se_group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeType set the nodeType. */ @@ -536,7 +563,7 @@ public void setNodeType(String nodeType) { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objCloudRef */ @@ -549,7 +576,7 @@ public String getObjCloudRef() { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objCloudRef set the objCloudRef. */ @@ -561,7 +588,7 @@ public void setObjCloudRef(String objCloudRef) { * This is the getter method this will return the attribute value. * Parameters associated with the upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return params */ @@ -573,7 +600,7 @@ public UpgradeOpsParam getParams() { * This is the setter method to the attribute. * Parameters associated with the upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param params set the params. */ @@ -585,7 +612,7 @@ public void setParams(UpgradeOpsParam params) { * This is the getter method this will return the attribute value. * Image path of current patch image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchImagePath */ @@ -597,7 +624,7 @@ public String getPatchImagePath() { * This is the setter method to the attribute. * Image path of current patch image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchImagePath set the patchImagePath. */ @@ -611,7 +638,7 @@ public void setPatchImagePath(String patchImagePath) { * value. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchImageRef */ @@ -625,7 +652,7 @@ public String getPatchImageRef() { * value. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchImageRef set the patchImageRef. */ @@ -638,7 +665,7 @@ public void setPatchImageRef(String patchImageRef) { * Example base-image is 18.2.6 and a patch 6p1 is applied, then a patch 6p5 applied. * This field will indicate the [{'6p1', '6p1_image_uuid'}, {'6p5', '6p5_image_uuid'}] value. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchList */ @@ -652,7 +679,7 @@ public List getPatchList() { * Example base-image is 18.2.6 and a patch 6p1 is applied, then a patch 6p5 applied. * This field will indicate the [{'6p1', '6p1_image_uuid'}, {'6p5', '6p5_image_uuid'}] value. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchList */ @@ -666,7 +693,7 @@ public void setPatchList(List patchList) { * Example base-image is 18.2.6 and a patch 6p1 is applied, then a patch 6p5 applied. * This field will indicate the [{'6p1', '6p1_image_uuid'}, {'6p5', '6p5_image_uuid'}] value. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchList */ @@ -682,7 +709,7 @@ public UpgradeStatusInfo addPatchListItem(PatchData patchListItem) { * This is the getter method this will return the attribute value. * Flag for patch op with reboot. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchReboot */ @@ -694,7 +721,7 @@ public Boolean getPatchReboot() { * This is the setter method to the attribute. * Flag for patch op with reboot. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchReboot set the patchReboot. */ @@ -707,7 +734,7 @@ public void setPatchReboot(Boolean patchReboot) { * Current patch version applied to this node. * Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchVersion */ @@ -720,7 +747,7 @@ public String getPatchVersion() { * Current patch version applied to this node. * Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchVersion set the patchVersion. */ @@ -732,7 +759,7 @@ public void setPatchVersion(String patchVersion) { * This is the getter method this will return the attribute value. * Image path of previous base image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevImagePath */ @@ -744,7 +771,7 @@ public String getPrevImagePath() { * This is the setter method to the attribute. * Image path of previous base image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevImagePath set the prevImagePath. */ @@ -756,7 +783,7 @@ public void setPrevImagePath(String prevImagePath) { * This is the getter method this will return the attribute value. * Image path of previous patch image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevPatchImagePath */ @@ -768,7 +795,7 @@ public String getPrevPatchImagePath() { * This is the setter method to the attribute. * Image path of previous patch image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevPatchImagePath set the prevPatchImagePath. */ @@ -780,7 +807,7 @@ public void setPrevPatchImagePath(String prevPatchImagePath) { * This is the getter method this will return the attribute value. * Remote image reference of previous base image. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevRemoteImageRef */ @@ -792,7 +819,7 @@ public String getPrevRemoteImageRef() { * This is the setter method to the attribute. * Remote image reference of previous base image. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevRemoteImageRef set the prevRemoteImageRef. */ @@ -806,7 +833,7 @@ public void setPrevRemoteImageRef(String prevRemoteImageRef) { * the 18.2.5 value. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousImageRef */ @@ -820,7 +847,7 @@ public String getPreviousImageRef() { * the 18.2.5 value. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param previousImageRef set the previousImageRef. */ @@ -835,7 +862,7 @@ public void setPreviousImageRef(String previousImageRef) { * The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPatchImageRef */ @@ -850,7 +877,7 @@ public String getPreviousPatchImageRef() { * The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param previousPatchImageRef set the previousPatchImageRef. */ @@ -861,7 +888,7 @@ public void setPreviousPatchImageRef(String previousPatchImageRef) { * This is the getter method this will return the attribute value. * List of patches applied to this node on previous major version. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPatchList */ @@ -873,7 +900,7 @@ public List getPreviousPatchList() { * This is the setter method. this will set the previousPatchList * List of patches applied to this node on previous major version. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPatchList */ @@ -885,7 +912,7 @@ public void setPreviousPatchList(List previousPatchList) { * This is the setter method this will set the previousPatchList * List of patches applied to this node on previous major version. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPatchList */ @@ -903,7 +930,7 @@ public UpgradeStatusInfo addPreviousPatchListItem(PatchData previousPatchListIte * Upgrade was initiated to 18.2.8 with patch 8p1. * The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPatchVersion */ @@ -917,7 +944,7 @@ public String getPreviousPatchVersion() { * Upgrade was initiated to 18.2.8 with patch 8p1. * The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param previousPatchVersion set the previousPatchVersion. */ @@ -930,7 +957,7 @@ public void setPreviousPatchVersion(String previousPatchVersion) { * Previous version prior to upgrade.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 * value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousVersion */ @@ -943,7 +970,7 @@ public String getPreviousVersion() { * Previous version prior to upgrade.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 * value. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param previousVersion set the previousVersion. */ @@ -957,7 +984,7 @@ public void setPreviousVersion(String previousVersion) { * Allowed values are 0-100. * Field introduced in 18.2.8, 20.1.1. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return progress */ @@ -971,7 +998,7 @@ public Integer getProgress() { * Allowed values are 0-100. * Field introduced in 18.2.8, 20.1.1. * Unit is percent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param progress set the progress. */ @@ -983,7 +1010,7 @@ public void setProgress(Integer progress) { * This is the getter method this will return the attribute value. * Descriptive reason for the upgrade state. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -995,7 +1022,7 @@ public String getReason() { * This is the setter method to the attribute. * Descriptive reason for the upgrade state. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -1007,7 +1034,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Remote image reference of current base image. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteImageRef */ @@ -1019,7 +1046,7 @@ public String getRemoteImageRef() { * This is the setter method to the attribute. * Remote image reference of current base image. * Field introduced in 30.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteImageRef set the remoteImageRef. */ @@ -1031,7 +1058,7 @@ public void setRemoteImageRef(String remoteImageRef) { * This is the getter method this will return the attribute value. * Image path of se patch image.(required in case of reimage and upgrade + patch). * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchImagePath */ @@ -1043,7 +1070,7 @@ public String getSePatchImagePath() { * This is the setter method to the attribute. * Image path of se patch image.(required in case of reimage and upgrade + patch). * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchImagePath set the sePatchImagePath. */ @@ -1056,7 +1083,7 @@ public void setSePatchImagePath(String sePatchImagePath) { * Image uuid for identifying the current se patch required in case of system upgrade(re-image) with se patch. * It is a reference to an object of type image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchImageRef */ @@ -1069,7 +1096,7 @@ public String getSePatchImageRef() { * Image uuid for identifying the current se patch required in case of system upgrade(re-image) with se patch. * It is a reference to an object of type image. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchImageRef set the sePatchImageRef. */ @@ -1080,7 +1107,7 @@ public void setSePatchImageRef(String sePatchImageRef) { * This is the getter method this will return the attribute value. * Serviceenginegroup upgrade errors. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeEvents */ @@ -1092,7 +1119,7 @@ public List getSeUpgradeEvents() { * This is the setter method. this will set the seUpgradeEvents * Serviceenginegroup upgrade errors. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeEvents */ @@ -1104,7 +1131,7 @@ public void setSeUpgradeEvents(List seUpgradeEvents) { * This is the setter method this will set the seUpgradeEvents * Serviceenginegroup upgrade errors. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeEvents */ @@ -1122,7 +1149,7 @@ public UpgradeStatusInfo addSeUpgradeEventsItem(SeUpgradeEvents seUpgradeEventsI * It has to be saved in the journal for subsequent consumption. * The segroup params will be saved in the controller entry as seg_params. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segParams */ @@ -1136,7 +1163,7 @@ public UpgradeOpsParam getSegParams() { * It has to be saved in the journal for subsequent consumption. * The segroup params will be saved in the controller entry as seg_params. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segParams set the segParams. */ @@ -1148,7 +1175,7 @@ public void setSegParams(UpgradeOpsParam segParams) { * This is the getter method this will return the attribute value. * Detailed segroup status. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segStatus */ @@ -1160,7 +1187,7 @@ public SeGroupStatus getSegStatus() { * This is the setter method to the attribute. * Detailed segroup status. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segStatus set the segStatus. */ @@ -1172,7 +1199,7 @@ public void setSegStatus(SeGroupStatus segStatus) { * This is the getter method this will return the attribute value. * Start time of upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -1184,7 +1211,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Start time of upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -1196,7 +1223,7 @@ public void setStartTime(String startTime) { * This is the getter method this will return the attribute value. * Current status of the upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -1208,7 +1235,7 @@ public UpgradeOpsState getState() { * This is the setter method to the attribute. * Current status of the upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -1221,7 +1248,7 @@ public void setState(UpgradeOpsState state) { * Record of pre/post snapshot captured for current upgrade operation. * It is a reference to an object of type statediffoperation. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statediffRef */ @@ -1234,7 +1261,7 @@ public String getStatediffRef() { * Record of pre/post snapshot captured for current upgrade operation. * It is a reference to an object of type statediffoperation. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statediffRef set the statediffRef. */ @@ -1246,7 +1273,7 @@ public void setStatediffRef(String statediffRef) { * This is the getter method this will return the attribute value. * Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return system */ @@ -1258,7 +1285,7 @@ public Boolean getSystem() { * This is the setter method to the attribute. * Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param system set the system. */ @@ -1270,7 +1297,7 @@ public void setSystem(Boolean system) { * Tracks the list of reports created for node. * It is a reference to an object of type systemreport. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return systemReportRefs */ @@ -1283,7 +1310,7 @@ public List getSystemReportRefs() { * Tracks the list of reports created for node. * It is a reference to an object of type systemreport. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return systemReportRefs */ @@ -1296,7 +1323,7 @@ public void setSystemReportRefs(List systemReportRefs) { * Tracks the list of reports created for node. * It is a reference to an object of type systemreport. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return systemReportRefs */ @@ -1312,7 +1339,7 @@ public UpgradeStatusInfo addSystemReportRefsItem(String systemReportRefsItem) { * This is the getter method this will return the attribute value. * Completed set of tasks in the upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tasksCompleted */ @@ -1324,7 +1351,7 @@ public Integer getTasksCompleted() { * This is the setter method to the attribute. * Completed set of tasks in the upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tasksCompleted set the tasksCompleted. */ @@ -1337,7 +1364,7 @@ public void setTasksCompleted(Integer tasksCompleted) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -1350,7 +1377,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -1362,7 +1389,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Total number of tasks in the upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalTasks */ @@ -1374,7 +1401,7 @@ public Integer getTotalTasks() { * This is the setter method to the attribute. * Total number of tasks in the upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalTasks set the totalTasks. */ @@ -1385,7 +1412,7 @@ public void setTotalTasks(Integer totalTasks) { * This is the getter method this will return the attribute value. * Events performed for upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEvents */ @@ -1397,7 +1424,7 @@ public List getUpgradeEvents() { * This is the setter method. this will set the upgradeEvents * Events performed for upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEvents */ @@ -1409,7 +1436,7 @@ public void setUpgradeEvents(List upgradeEvents) { * This is the setter method this will set the upgradeEvents * Events performed for upgrade operation. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEvents */ @@ -1425,9 +1452,9 @@ public UpgradeStatusInfo addUpgradeEventsItem(EventMap upgradeEventsItem) { * This is the getter method this will return the attribute value. * Upgrade operations requested. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, - * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE. + * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeOps */ @@ -1439,9 +1466,9 @@ public String getUpgradeOps() { * This is the setter method to the attribute. * Upgrade operations requested. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, - * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE. + * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param upgradeOps set the upgradeOps. */ @@ -1453,7 +1480,7 @@ public void setUpgradeOps(String upgradeOps) { * This is the getter method this will return the attribute value. * Upgrade readiness check execution detail. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeReadiness */ @@ -1465,7 +1492,7 @@ public UpgradeReadinessCheckObj getUpgradeReadiness() { * This is the setter method to the attribute. * Upgrade readiness check execution detail. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param upgradeReadiness set the upgradeReadiness. */ @@ -1494,7 +1521,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid identifier for the system such as cluster, se group and se. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -1506,7 +1533,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid identifier for the system such as cluster, se group and se. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -1518,7 +1545,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Current base image applied to this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -1530,7 +1557,7 @@ public String getVersion() { * This is the setter method to the attribute. * Current base image applied to this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ @@ -1588,9 +1615,10 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.afterRebootTaskName, objUpgradeStatusInfo.afterRebootTaskName)&& Objects.equals(this.afterRebootRollbackFnc, objUpgradeStatusInfo.afterRebootRollbackFnc)&& Objects.equals(this.upgradeReadiness, objUpgradeStatusInfo.upgradeReadiness)&& - Objects.equals(this.systemReportRefs, objUpgradeStatusInfo.systemReportRefs)&& Objects.equals(this.remoteImageRef, objUpgradeStatusInfo.remoteImageRef)&& Objects.equals(this.prevRemoteImageRef, objUpgradeStatusInfo.prevRemoteImageRef)&& + Objects.equals(this.systemReportRefs, objUpgradeStatusInfo.systemReportRefs)&& + Objects.equals(this.dryrunInfo, objUpgradeStatusInfo.dryrunInfo)&& Objects.equals(this.tenantRef, objUpgradeStatusInfo.tenantRef)&& Objects.equals(this.objCloudRef, objUpgradeStatusInfo.objCloudRef)&& Objects.equals(this.seUpgradeEvents, objUpgradeStatusInfo.seUpgradeEvents)&& @@ -1607,6 +1635,7 @@ public String toString() { sb.append(" afterRebootRollbackFnc: ").append(toIndentedString(afterRebootRollbackFnc)).append("\n"); sb.append(" afterRebootTaskName: ").append(toIndentedString(afterRebootTaskName)).append("\n"); sb.append(" clean: ").append(toIndentedString(clean)).append("\n"); + sb.append(" dryrunInfo: ").append(toIndentedString(dryrunInfo)).append("\n"); sb.append(" duration: ").append(toIndentedString(duration)).append("\n"); sb.append(" enablePatchRollback: ").append(toIndentedString(enablePatchRollback)).append("\n"); sb.append(" enableRollback: ").append(toIndentedString(enableRollback)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/UpgradeStatusSummary.java b/java/src/com/vmware/avi/sdk/model/UpgradeStatusSummary.java index e407171858..fa5ff8cc1f 100644 --- a/java/src/com/vmware/avi/sdk/model/UpgradeStatusSummary.java +++ b/java/src/com/vmware/avi/sdk/model/UpgradeStatusSummary.java @@ -78,7 +78,7 @@ public class UpgradeStatusSummary extends AviRestResource { * This is the getter method this will return the attribute value. * Check if the patch rollback is possible on this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enablePatchRollback */ @@ -90,7 +90,7 @@ public Boolean getEnablePatchRollback() { * This is the setter method to the attribute. * Check if the patch rollback is possible on this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enablePatchRollback set the enablePatchRollback. */ @@ -102,7 +102,7 @@ public void setEnablePatchRollback(Boolean enablePatchRollback) { * This is the getter method this will return the attribute value. * Check if the rollback is possible on this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableRollback */ @@ -114,7 +114,7 @@ public Boolean getEnableRollback() { * This is the setter method to the attribute. * Check if the rollback is possible on this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableRollback set the enableRollback. */ @@ -126,7 +126,7 @@ public void setEnableRollback(Boolean enableRollback) { * This is the getter method this will return the attribute value. * End time of upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -138,7 +138,7 @@ public String getEndTime() { * This is the setter method to the attribute. * End time of upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -151,7 +151,7 @@ public void setEndTime(String endTime) { * Image uuid for identifying the current base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -164,7 +164,7 @@ public String getImageRef() { * Image uuid for identifying the current base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -176,7 +176,7 @@ public void setImageRef(String imageRef) { * This is the getter method this will return the attribute value. * Name of the system such as cluster name, se group name and se name. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -188,7 +188,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the system such as cluster name, se group name and se name. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -201,7 +201,7 @@ public void setName(String name) { * Type of the system such as controller_cluster, se_group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeType */ @@ -214,7 +214,7 @@ public String getNodeType() { * Type of the system such as controller_cluster, se_group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeType set the nodeType. */ @@ -227,7 +227,7 @@ public void setNodeType(String nodeType) { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objCloudRef */ @@ -240,7 +240,7 @@ public String getObjCloudRef() { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objCloudRef set the objCloudRef. */ @@ -253,7 +253,7 @@ public void setObjCloudRef(String objCloudRef) { * Image uuid for identifying the current patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchImageRef */ @@ -266,7 +266,7 @@ public String getPatchImageRef() { * Image uuid for identifying the current patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchImageRef set the patchImageRef. */ @@ -278,7 +278,7 @@ public void setPatchImageRef(String patchImageRef) { * This is the getter method this will return the attribute value. * Start time of upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -290,7 +290,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Start time of upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -302,7 +302,7 @@ public void setStartTime(String startTime) { * This is the getter method this will return the attribute value. * Current status of the upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -314,7 +314,7 @@ public UpgradeOpsState getState() { * This is the setter method to the attribute. * Current status of the upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -326,7 +326,7 @@ public void setState(UpgradeOpsState state) { * This is the getter method this will return the attribute value. * Upgrade tasks completed. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tasksCompleted */ @@ -338,7 +338,7 @@ public Integer getTasksCompleted() { * This is the setter method to the attribute. * Upgrade tasks completed. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tasksCompleted set the tasksCompleted. */ @@ -351,7 +351,7 @@ public void setTasksCompleted(Integer tasksCompleted) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -364,7 +364,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -376,7 +376,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Total upgrade tasks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalTasks */ @@ -388,7 +388,7 @@ public Integer getTotalTasks() { * This is the setter method to the attribute. * Total upgrade tasks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalTasks set the totalTasks. */ @@ -400,9 +400,9 @@ public void setTotalTasks(Integer totalTasks) { * This is the getter method this will return the attribute value. * Upgrade operations requested. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, - * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE. + * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeOps */ @@ -414,9 +414,9 @@ public String getUpgradeOps() { * This is the setter method to the attribute. * Upgrade operations requested. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, - * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE. + * EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param upgradeOps set the upgradeOps. */ @@ -445,7 +445,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid identifier for the system such as cluster, se group and se. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -457,7 +457,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid identifier for the system such as cluster, se group and se. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -469,7 +469,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Current base image applied to this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -481,7 +481,7 @@ public String getVersion() { * This is the setter method to the attribute. * Current base image applied to this node. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/UpgradeSystemParams.java b/java/src/com/vmware/avi/sdk/model/UpgradeSystemParams.java index 5c4372fabe..be6d4ebdd6 100644 --- a/java/src/com/vmware/avi/sdk/model/UpgradeSystemParams.java +++ b/java/src/com/vmware/avi/sdk/model/UpgradeSystemParams.java @@ -24,6 +24,9 @@ public class UpgradeSystemParams { @JsonProperty("controller_patch_ref") private String controllerPatchRef; + @JsonProperty("dryrun") + private Boolean dryrun = false; + @JsonProperty("image_ref") private String imageRef; @@ -46,7 +49,7 @@ public class UpgradeSystemParams { * Image uuid for identifying the controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchRef */ @@ -59,7 +62,7 @@ public String getControllerPatchRef() { * Image uuid for identifying the controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchRef set the controllerPatchRef. */ @@ -67,12 +70,36 @@ public void setControllerPatchRef(String controllerPatchRef) { this.controllerPatchRef = controllerPatchRef; } + /** + * This is the getter method this will return the attribute value. + * This flag is set to perform the upgrade dry-run operations. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return dryrun + */ + public Boolean getDryrun() { + return dryrun; + } + + /** + * This is the setter method to the attribute. + * This flag is set to perform the upgrade dry-run operations. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param dryrun set the dryrun. + */ + public void setDryrun(Boolean dryrun) { + this.dryrun = dryrun; + } + /** * This is the getter method this will return the attribute value. * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -85,7 +112,7 @@ public String getImageRef() { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -97,7 +124,7 @@ public void setImageRef(String imageRef) { * This is the getter method this will return the attribute value. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return prechecksOnly */ @@ -109,7 +136,7 @@ public Boolean getPrechecksOnly() { * This is the setter method to the attribute. * This flag is set to run the pre-checks without the subsequent upgrade operations. * Field introduced in 22.1.6, 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param prechecksOnly set the prechecksOnly. */ @@ -121,7 +148,7 @@ public void setPrechecksOnly(Boolean prechecksOnly) { * This is the getter method this will return the attribute value. * Se group options for the upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -133,7 +160,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * Se group options for the upgrade operations. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -146,7 +173,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * Image uuid for identifying the se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchRef */ @@ -159,7 +186,7 @@ public String getSePatchRef() { * Image uuid for identifying the se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchRef set the sePatchRef. */ @@ -171,7 +198,7 @@ public void setSePatchRef(String sePatchRef) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -183,7 +210,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ @@ -206,7 +233,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.sePatchRef, objUpgradeSystemParams.sePatchRef)&& Objects.equals(this.seGroupOptions, objUpgradeSystemParams.seGroupOptions)&& Objects.equals(this.skipWarnings, objUpgradeSystemParams.skipWarnings)&& - Objects.equals(this.prechecksOnly, objUpgradeSystemParams.prechecksOnly); + Objects.equals(this.prechecksOnly, objUpgradeSystemParams.prechecksOnly)&& + Objects.equals(this.dryrun, objUpgradeSystemParams.dryrun); } @Override @@ -214,6 +242,7 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class UpgradeSystemParams {\n"); sb.append(" controllerPatchRef: ").append(toIndentedString(controllerPatchRef)).append("\n"); + sb.append(" dryrun: ").append(toIndentedString(dryrun)).append("\n"); sb.append(" imageRef: ").append(toIndentedString(imageRef)).append("\n"); sb.append(" prechecksOnly: ").append(toIndentedString(prechecksOnly)).append("\n"); sb.append(" seGroupOptions: ").append(toIndentedString(seGroupOptions)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/UserAccountProfile.java b/java/src/com/vmware/avi/sdk/model/UserAccountProfile.java index 7006d10cb8..b19528efcc 100644 --- a/java/src/com/vmware/avi/sdk/model/UserAccountProfile.java +++ b/java/src/com/vmware/avi/sdk/model/UserAccountProfile.java @@ -55,7 +55,7 @@ public class UserAccountProfile extends AviRestResource { * Lock timeout period (in minutes). * Default is 30 minutes. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return accountLockTimeout */ @@ -68,7 +68,7 @@ public Integer getAccountLockTimeout() { * Lock timeout period (in minutes). * Default is 30 minutes. * Unit is min. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param accountLockTimeout set the accountLockTimeout. */ @@ -81,7 +81,7 @@ public void setAccountLockTimeout(Integer accountLockTimeout) { * The time period after which credentials expire. * Default is 180 days. * Unit is days. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @return credentialsTimeoutThreshold */ @@ -94,7 +94,7 @@ public Integer getCredentialsTimeoutThreshold() { * The time period after which credentials expire. * Default is 180 days. * Unit is days. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @param credentialsTimeoutThreshold set the credentialsTimeoutThreshold. */ @@ -108,7 +108,7 @@ public void setCredentialsTimeoutThreshold(Integer credentialsTimeoutThreshold) * Special values are 0 - do not reset login_failure_counts on the basis of time. * Field introduced in 22.1.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return loginFailureCountExpiryWindow */ @@ -122,7 +122,7 @@ public Integer getLoginFailureCountExpiryWindow() { * Special values are 0 - do not reset login_failure_counts on the basis of time. * Field introduced in 22.1.1. * Unit is min. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param loginFailureCountExpiryWindow set the loginFailureCountExpiryWindow. */ @@ -134,7 +134,7 @@ public void setLoginFailureCountExpiryWindow(Integer loginFailureCountExpiryWin * This is the getter method this will return the attribute value. * Maximum number of concurrent sessions allowed. * There are unlimited sessions by default. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxConcurrentSessions */ @@ -146,7 +146,7 @@ public Integer getMaxConcurrentSessions() { * This is the setter method to the attribute. * Maximum number of concurrent sessions allowed. * There are unlimited sessions by default. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxConcurrentSessions set the maxConcurrentSessions. */ @@ -160,7 +160,7 @@ public void setMaxConcurrentSessions(Integer maxConcurrentSessions) { * Default is 3 attempts. * Allowed values are 3-20. * Special values are 0- unlimited login attempts allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return maxLoginFailureCount */ @@ -174,7 +174,7 @@ public Integer getMaxLoginFailureCount() { * Default is 3 attempts. * Allowed values are 3-20. * Special values are 0- unlimited login attempts allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param maxLoginFailureCount set the maxLoginFailureCount. */ @@ -186,7 +186,7 @@ public void setMaxLoginFailureCount(Integer maxLoginFailureCount) { * This is the getter method this will return the attribute value. * Maximum number of passwords to be maintained in the password history. * Default is 4 passwords. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return maxPasswordHistoryCount */ @@ -198,7 +198,7 @@ public Integer getMaxPasswordHistoryCount() { * This is the setter method to the attribute. * Maximum number of passwords to be maintained in the password history. * Default is 4 passwords. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param maxPasswordHistoryCount set the maxPasswordHistoryCount. */ @@ -208,7 +208,7 @@ public void setMaxPasswordHistoryCount(Integer maxPasswordHistoryCount) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -218,7 +218,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -245,7 +245,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -255,7 +255,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/UserActivity.java b/java/src/com/vmware/avi/sdk/model/UserActivity.java index 4e9b88dd81..4e17905238 100644 --- a/java/src/com/vmware/avi/sdk/model/UserActivity.java +++ b/java/src/com/vmware/avi/sdk/model/UserActivity.java @@ -59,7 +59,7 @@ public class UserActivity extends AviRestResource { /** * This is the getter method this will return the attribute value. * Number of concurrent user sessions open. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return concurrentSessions */ @@ -70,7 +70,7 @@ public Integer getConcurrentSessions() { /** * This is the setter method to the attribute. * Number of concurrent user sessions open. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param concurrentSessions set the concurrentSessions. */ @@ -81,7 +81,7 @@ public void setConcurrentSessions(Integer concurrentSessions) { /** * This is the getter method this will return the attribute value. * Number of failed login attempts before a successful login. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return failedLoginAttempts */ @@ -92,7 +92,7 @@ public Integer getFailedLoginAttempts() { /** * This is the setter method to the attribute. * Number of failed login attempts before a successful login. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param failedLoginAttempts set the failedLoginAttempts. */ @@ -103,7 +103,7 @@ public void setFailedLoginAttempts(Integer failedLoginAttempts) { /** * This is the getter method this will return the attribute value. * Ip of the machine the user was last logged in from. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastLoginIp */ @@ -114,7 +114,7 @@ public String getLastLoginIp() { /** * This is the setter method to the attribute. * Ip of the machine the user was last logged in from. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastLoginIp set the lastLoginIp. */ @@ -125,7 +125,7 @@ public void setLastLoginIp(String lastLoginIp) { /** * This is the getter method this will return the attribute value. * Timestamp of last login. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastLoginTimestamp */ @@ -136,7 +136,7 @@ public String getLastLoginTimestamp() { /** * This is the setter method to the attribute. * Timestamp of last login. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastLoginTimestamp set the lastLoginTimestamp. */ @@ -147,7 +147,7 @@ public void setLastLoginTimestamp(String lastLoginTimestamp) { /** * This is the getter method this will return the attribute value. * Timestamp of last password update. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastPasswordUpdate */ @@ -158,7 +158,7 @@ public String getLastPasswordUpdate() { /** * This is the setter method to the attribute. * Timestamp of last password update. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastPasswordUpdate set the lastPasswordUpdate. */ @@ -169,7 +169,7 @@ public void setLastPasswordUpdate(String lastPasswordUpdate) { /** * This is the getter method this will return the attribute value. * Indicates whether the user is logged in or not. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return loggedIn */ @@ -180,7 +180,7 @@ public Boolean getLoggedIn() { /** * This is the setter method to the attribute. * Indicates whether the user is logged in or not. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param loggedIn set the loggedIn. */ @@ -191,7 +191,7 @@ public void setLoggedIn(Boolean loggedIn) { * This is the getter method this will return the attribute value. * Its a queue that store the timestamps for past login_failures. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return loginFailureTimestamps */ @@ -203,7 +203,7 @@ public List getLoginFailureTimestamps() { * This is the setter method. this will set the loginFailureTimestamps * Its a queue that store the timestamps for past login_failures. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return loginFailureTimestamps */ @@ -215,7 +215,7 @@ public void setLoginFailureTimestamps(List loginFailureTimestamps) { * This is the setter method this will set the loginFailureTimestamps * Its a queue that store the timestamps for past login_failures. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return loginFailureTimestamps */ @@ -230,7 +230,7 @@ public UserActivity addLoginFailureTimestampsItem(String loginFailureTimestampsI /** * This is the getter method this will return the attribute value. * Name of the user this object refers to. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -241,7 +241,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the user this object refers to. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -251,7 +251,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Stores the previous n passwords where n is controllerproperties.max_password_history_count. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPassword */ @@ -262,7 +262,7 @@ public List getPreviousPassword() { /** * This is the setter method. this will set the previousPassword * Stores the previous n passwords where n is controllerproperties.max_password_history_count. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPassword */ @@ -273,7 +273,7 @@ public void setPreviousPassword(List previousPassword) { /** * This is the setter method this will set the previousPassword * Stores the previous n passwords where n is controllerproperties.max_password_history_count. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPassword */ @@ -304,7 +304,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -314,7 +314,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/UserAgentCacheConfig.java b/java/src/com/vmware/avi/sdk/model/UserAgentCacheConfig.java index e39c77f9d6..803235539d 100644 --- a/java/src/com/vmware/avi/sdk/model/UserAgentCacheConfig.java +++ b/java/src/com/vmware/avi/sdk/model/UserAgentCacheConfig.java @@ -67,7 +67,7 @@ public class UserAgentCacheConfig { * How many unknown user-agents to batch up before querying controller - unless max_wait_time is reached first. * Allowed values are 1-500. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return batchSize */ @@ -80,7 +80,7 @@ public Integer getBatchSize() { * How many unknown user-agents to batch up before querying controller - unless max_wait_time is reached first. * Allowed values are 1-500. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param batchSize set the batchSize. */ @@ -93,7 +93,7 @@ public void setBatchSize(Integer batchSize) { * The number of user-agent entries to cache on the controller. * Allowed values are 500-10000000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300000. * @return controllerCacheSize */ @@ -106,7 +106,7 @@ public Integer getControllerCacheSize() { * The number of user-agent entries to cache on the controller. * Allowed values are 500-10000000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300000. * @param controllerCacheSize set the controllerCacheSize. */ @@ -119,7 +119,7 @@ public void setControllerCacheSize(Integer controllerCacheSize) { * Time interval in seconds after which an existing entry is refreshed from upstream if it has been accessed during max_last_hit_time. * Allowed values are 60-604800. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @return maxAge */ @@ -132,7 +132,7 @@ public Integer getMaxAge() { * Time interval in seconds after which an existing entry is refreshed from upstream if it has been accessed during max_last_hit_time. * Allowed values are 60-604800. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @param maxAge set the maxAge. */ @@ -147,7 +147,7 @@ public void setMaxAge(Integer maxAge) { * older than 'max_age'. * Allowed values are 60-604800. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @return maxLastHitTime */ @@ -162,7 +162,7 @@ public Integer getMaxLastHitTime() { * older than 'max_age'. * Allowed values are 60-604800. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @param maxLastHitTime set the maxLastHitTime. */ @@ -175,7 +175,7 @@ public void setMaxLastHitTime(Integer maxLastHitTime) { * How often at most to query controller for a given user-agent. * Allowed values are 2-100. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return maxUpstreamQueries */ @@ -188,7 +188,7 @@ public Integer getMaxUpstreamQueries() { * How often at most to query controller for a given user-agent. * Allowed values are 2-100. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param maxUpstreamQueries set the maxUpstreamQueries. */ @@ -202,7 +202,7 @@ public void setMaxUpstreamQueries(Integer maxUpstreamQueries) { * Allowed values are 20-100000. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return maxWaitTime */ @@ -216,7 +216,7 @@ public Integer getMaxWaitTime() { * Allowed values are 20-100000. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param maxWaitTime set the maxWaitTime. */ @@ -229,7 +229,7 @@ public void setMaxWaitTime(Integer maxWaitTime) { * How many botuacacheresult elements to include in an upstream update message. * Allowed values are 1-10000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return numEntriesUpstreamUpdate */ @@ -242,7 +242,7 @@ public Integer getNumEntriesUpstreamUpdate() { * How many botuacacheresult elements to include in an upstream update message. * Allowed values are 1-10000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param numEntriesUpstreamUpdate set the numEntriesUpstreamUpdate. */ @@ -254,7 +254,7 @@ public void setNumEntriesUpstreamUpdate(Integer numEntriesUpstreamUpdate) { * This is the getter method this will return the attribute value. * How much space to reserve in percent for known bad bots. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return percentReservedForBadBots */ @@ -266,7 +266,7 @@ public Integer getPercentReservedForBadBots() { * This is the setter method to the attribute. * How much space to reserve in percent for known bad bots. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param percentReservedForBadBots set the percentReservedForBadBots. */ @@ -278,7 +278,7 @@ public void setPercentReservedForBadBots(Integer percentReservedForBadBots) { * This is the getter method this will return the attribute value. * How much space to reserve in percent for browsers. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @return percentReservedForBrowsers */ @@ -290,7 +290,7 @@ public Integer getPercentReservedForBrowsers() { * This is the setter method to the attribute. * How much space to reserve in percent for browsers. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @param percentReservedForBrowsers set the percentReservedForBrowsers. */ @@ -302,7 +302,7 @@ public void setPercentReservedForBrowsers(Integer percentReservedForBrowsers) { * This is the getter method this will return the attribute value. * How much space to reserve in percent for known good bots. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return percentReservedForGoodBots */ @@ -314,7 +314,7 @@ public Integer getPercentReservedForGoodBots() { * This is the setter method to the attribute. * How much space to reserve in percent for known good bots. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param percentReservedForGoodBots set the percentReservedForGoodBots. */ @@ -326,7 +326,7 @@ public void setPercentReservedForGoodBots(Integer percentReservedForGoodBots) { * This is the getter method this will return the attribute value. * How much space to reserve in percent for outstanding upstream requests. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return percentReservedForOutstanding */ @@ -338,7 +338,7 @@ public Integer getPercentReservedForOutstanding() { * This is the setter method to the attribute. * How much space to reserve in percent for outstanding upstream requests. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param percentReservedForOutstanding set the percentReservedForOutstanding. */ @@ -351,7 +351,7 @@ public void setPercentReservedForOutstanding(Integer percentReservedForOutstand * The number of user-agent entries to cache on each service engine. * Allowed values are 500-10000000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20000. * @return seCacheSize */ @@ -364,7 +364,7 @@ public Integer getSeCacheSize() { * The number of user-agent entries to cache on each service engine. * Allowed values are 500-10000000. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20000. * @param seCacheSize set the seCacheSize. */ @@ -377,7 +377,7 @@ public void setSeCacheSize(Integer seCacheSize) { * How often in seconds to send updates about user-agent cache entries to the next upstream cache. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @return upstreamUpdateInterval */ @@ -390,7 +390,7 @@ public Integer getUpstreamUpdateInterval() { * How often in seconds to send updates about user-agent cache entries to the next upstream cache. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @param upstreamUpdateInterval set the upstreamUpdateInterval. */ diff --git a/java/src/com/vmware/avi/sdk/model/UserAgentDBConfig.java b/java/src/com/vmware/avi/sdk/model/UserAgentDBConfig.java index 1430f43482..571bc3b732 100644 --- a/java/src/com/vmware/avi/sdk/model/UserAgentDBConfig.java +++ b/java/src/com/vmware/avi/sdk/model/UserAgentDBConfig.java @@ -31,8 +31,8 @@ public class UserAgentDBConfig { * Batch query limit. * Allowed values are 1-500. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 500), basic edition(allowed values- 500), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 500. * @return allowedBatchSize */ @@ -45,8 +45,8 @@ public Integer getAllowedBatchSize() { * Batch query limit. * Allowed values are 1-500. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 500), basic edition(allowed values- 500), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 500), basic (allowed values- 500) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 500. * @param allowedBatchSize set the allowedBatchSize. */ diff --git a/java/src/com/vmware/avi/sdk/model/VCASetup.java b/java/src/com/vmware/avi/sdk/model/VCASetup.java index aaa5c6a537..eee4bb6f08 100644 --- a/java/src/com/vmware/avi/sdk/model/VCASetup.java +++ b/java/src/com/vmware/avi/sdk/model/VCASetup.java @@ -40,7 +40,7 @@ public class VCASetup { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -50,7 +50,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -60,7 +60,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -70,7 +70,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -80,7 +80,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return instance */ @@ -90,7 +90,7 @@ public String getInstance() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param instance set the instance. */ @@ -101,7 +101,7 @@ public void setInstance(String instance) { /** * This is the getter method this will return the attribute value. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privilege */ @@ -112,7 +112,7 @@ public String getPrivilege() { /** * This is the setter method to the attribute. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param privilege set the privilege. */ @@ -122,7 +122,7 @@ public void setPrivilege(String privilege) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -132,7 +132,7 @@ public String getUsername() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ diff --git a/java/src/com/vmware/avi/sdk/model/VCenterCredentials.java b/java/src/com/vmware/avi/sdk/model/VCenterCredentials.java index 120e3c7b9f..25bd3c95d5 100644 --- a/java/src/com/vmware/avi/sdk/model/VCenterCredentials.java +++ b/java/src/com/vmware/avi/sdk/model/VCenterCredentials.java @@ -33,7 +33,7 @@ public class VCenterCredentials { * This is the getter method this will return the attribute value. * Password to talk to vcenter server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -45,7 +45,7 @@ public String getPassword() { * This is the setter method to the attribute. * Password to talk to vcenter server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -57,7 +57,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Username to talk to vcenter server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -69,7 +69,7 @@ public String getUsername() { * This is the setter method to the attribute. * Username to talk to vcenter server. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ diff --git a/java/src/com/vmware/avi/sdk/model/VCenterServer.java b/java/src/com/vmware/avi/sdk/model/VCenterServer.java index 6a8da81902..2adb09ceb9 100644 --- a/java/src/com/vmware/avi/sdk/model/VCenterServer.java +++ b/java/src/com/vmware/avi/sdk/model/VCenterServer.java @@ -52,7 +52,7 @@ public class VCenterServer extends AviRestResource { * Vcenter belongs to cloud. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -65,7 +65,7 @@ public String getCloudRef() { * Vcenter belongs to cloud. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -77,7 +77,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * Vcenter template to create service engine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contentLib */ @@ -89,7 +89,7 @@ public ContentLibConfig getContentLib() { * This is the setter method to the attribute. * Vcenter template to create service engine. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param contentLib set the contentLib. */ @@ -101,7 +101,7 @@ public void setContentLib(ContentLibConfig contentLib) { * This is the getter method this will return the attribute value. * Availabilty zone where vcenter list belongs to. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -113,7 +113,7 @@ public String getName() { * This is the setter method to the attribute. * Availabilty zone where vcenter list belongs to. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -126,7 +126,7 @@ public void setName(String name) { * Vcenter belongs to tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -139,7 +139,7 @@ public String getTenantRef() { * Vcenter belongs to tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -168,7 +168,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Vcenter config uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -180,7 +180,7 @@ public String getUuid() { * This is the setter method to the attribute. * Vcenter config uuid. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -193,7 +193,7 @@ public void setUuid(String uuid) { * Credentials to access vcenter. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterCredentialsRef */ @@ -206,7 +206,7 @@ public String getVcenterCredentialsRef() { * Credentials to access vcenter. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterCredentialsRef set the vcenterCredentialsRef. */ @@ -218,7 +218,7 @@ public void setVcenterCredentialsRef(String vcenterCredentialsRef) { * This is the getter method this will return the attribute value. * Vcenter hostname or ip address. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterUrl */ @@ -230,7 +230,7 @@ public String getVcenterUrl() { * This is the setter method to the attribute. * Vcenter hostname or ip address. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterUrl set the vcenterUrl. */ diff --git a/java/src/com/vmware/avi/sdk/model/VHMatch.java b/java/src/com/vmware/avi/sdk/model/VHMatch.java index ca7c317aa0..85ab847896 100644 --- a/java/src/com/vmware/avi/sdk/model/VHMatch.java +++ b/java/src/com/vmware/avi/sdk/model/VHMatch.java @@ -33,7 +33,7 @@ public class VHMatch { * This is the getter method this will return the attribute value. * Host/domain name match configuration. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -45,7 +45,7 @@ public String getHost() { * This is the setter method to the attribute. * Host/domain name match configuration. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -58,7 +58,7 @@ public void setHost(String host) { * At least one rule must be configured. * Field introduced in 22.1.3. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -72,7 +72,7 @@ public List getRules() { * At least one rule must be configured. * Field introduced in 22.1.3. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -86,7 +86,7 @@ public void setRules(List rules) { * At least one rule must be configured. * Field introduced in 22.1.3. * Minimum of 1 items required. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ diff --git a/java/src/com/vmware/avi/sdk/model/VHMatchRule.java b/java/src/com/vmware/avi/sdk/model/VHMatchRule.java index 4544c69706..12df700c95 100644 --- a/java/src/com/vmware/avi/sdk/model/VHMatchRule.java +++ b/java/src/com/vmware/avi/sdk/model/VHMatchRule.java @@ -33,7 +33,7 @@ public class VHMatchRule { * This is the getter method this will return the attribute value. * Match criteria for selecting the virtual service. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -45,7 +45,7 @@ public MatchTarget getMatches() { * This is the setter method to the attribute. * Match criteria for selecting the virtual service. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matches set the matches. */ @@ -57,7 +57,7 @@ public void setMatches(MatchTarget matches) { * This is the getter method this will return the attribute value. * Name for the match rule. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -69,7 +69,7 @@ public String getName() { * This is the setter method to the attribute. * Name for the match rule. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/VIDCInfo.java b/java/src/com/vmware/avi/sdk/model/VIDCInfo.java index 07c95c44c8..7395291722 100644 --- a/java/src/com/vmware/avi/sdk/model/VIDCInfo.java +++ b/java/src/com/vmware/avi/sdk/model/VIDCInfo.java @@ -40,7 +40,7 @@ public class VIDCInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -50,7 +50,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -60,7 +60,7 @@ public void setManagedObjectId(String managedObjectId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -70,7 +70,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -81,7 +81,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -92,7 +92,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -119,7 +119,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -129,7 +129,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VIMgrClusterRuntime.java b/java/src/com/vmware/avi/sdk/model/VIMgrClusterRuntime.java index 17a586e886..bcad96861a 100644 --- a/java/src/com/vmware/avi/sdk/model/VIMgrClusterRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/VIMgrClusterRuntime.java @@ -56,7 +56,7 @@ public class VIMgrClusterRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -67,7 +67,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -77,7 +77,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datacenterManagedObjectId */ @@ -87,7 +87,7 @@ public String getDatacenterManagedObjectId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datacenterManagedObjectId set the datacenterManagedObjectId. */ @@ -97,7 +97,7 @@ public void setDatacenterManagedObjectId(String datacenterManagedObjectId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datacenterUuid */ @@ -107,7 +107,7 @@ public String getDatacenterUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datacenterUuid set the datacenterUuid. */ @@ -117,7 +117,7 @@ public void setDatacenterUuid(String datacenterUuid) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -128,7 +128,7 @@ public List getHostRefs() { /** * This is the setter method. this will set the hostRefs * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -139,7 +139,7 @@ public void setHostRefs(List hostRefs) { /** * This is the setter method this will set the hostRefs * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -153,7 +153,7 @@ public VIMgrClusterRuntime addHostRefsItem(String hostRefsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -163,7 +163,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -173,7 +173,7 @@ public void setManagedObjectId(String managedObjectId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -183,7 +183,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -194,7 +194,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -205,7 +205,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -217,7 +217,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -229,7 +229,7 @@ public String getType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -256,7 +256,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -266,7 +266,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VIMgrGuestNicRuntime.java b/java/src/com/vmware/avi/sdk/model/VIMgrGuestNicRuntime.java index 262ba7489f..6bbe6c7986 100644 --- a/java/src/com/vmware/avi/sdk/model/VIMgrGuestNicRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/VIMgrGuestNicRuntime.java @@ -58,7 +58,7 @@ public class VIMgrGuestNicRuntime { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return aviInternalNetwork */ @@ -68,7 +68,7 @@ public Boolean getAviInternalNetwork() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param aviInternalNetwork set the aviInternalNetwork. */ @@ -78,7 +78,7 @@ public void setAviInternalNetwork(Boolean aviInternalNetwork) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connected */ @@ -88,7 +88,7 @@ public Boolean getConnected() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connected set the connected. */ @@ -98,7 +98,7 @@ public void setConnected(Boolean connected) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return delPending */ @@ -108,7 +108,7 @@ public Boolean getDelPending() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param delPending set the delPending. */ @@ -117,7 +117,7 @@ public void setDelPending(Boolean delPending) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return guestIp */ @@ -127,7 +127,7 @@ public List getGuestIp() { /** * This is the setter method. this will set the guestIp - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return guestIp */ @@ -137,7 +137,7 @@ public void setGuestIp(List guestIp) { /** * This is the setter method this will set the guestIp - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return guestIp */ @@ -151,7 +151,7 @@ public VIMgrGuestNicRuntime addGuestIpItem(VIMgrIPSubnetRuntime guestIpItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Unknown". * @return label */ @@ -161,7 +161,7 @@ public String getLabel() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Unknown". * @param label set the label. */ @@ -171,7 +171,7 @@ public void setLabel(String label) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddr */ @@ -181,7 +181,7 @@ public String getMacAddr() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddr set the macAddr. */ @@ -191,7 +191,7 @@ public void setMacAddr(String macAddr) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtVnic */ @@ -201,7 +201,7 @@ public Boolean getMgmtVnic() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtVnic set the mgmtVnic. */ @@ -211,7 +211,7 @@ public void setMgmtVnic(Boolean mgmtVnic) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkName */ @@ -221,7 +221,7 @@ public String getNetworkName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkName set the networkName. */ @@ -231,7 +231,7 @@ public void setNetworkName(String networkName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuid */ @@ -241,7 +241,7 @@ public String getNetworkUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkUuid set the networkUuid. */ @@ -251,7 +251,7 @@ public void setNetworkUuid(String networkUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osPortUuid */ @@ -261,7 +261,7 @@ public String getOsPortUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osPortUuid set the osPortUuid. */ @@ -273,7 +273,7 @@ public void setOsPortUuid(String osPortUuid) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -285,7 +285,7 @@ public String getType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/VIMgrHostRuntime.java b/java/src/com/vmware/avi/sdk/model/VIMgrHostRuntime.java index 6f5d835f02..027f41b1e0 100644 --- a/java/src/com/vmware/avi/sdk/model/VIMgrHostRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/VIMgrHostRuntime.java @@ -107,7 +107,7 @@ public class VIMgrHostRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -118,7 +118,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -128,7 +128,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterName */ @@ -138,7 +138,7 @@ public String getClusterName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterName set the clusterName. */ @@ -148,7 +148,7 @@ public void setClusterName(String clusterName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterUuid */ @@ -158,7 +158,7 @@ public String getClusterUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterUuid set the clusterUuid. */ @@ -168,7 +168,7 @@ public void setClusterUuid(String clusterUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return cntlrAccessible */ @@ -178,7 +178,7 @@ public Boolean getCntlrAccessible() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param cntlrAccessible set the cntlrAccessible. */ @@ -188,7 +188,7 @@ public void setCntlrAccessible(Boolean cntlrAccessible) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "connected". * @return connectionState */ @@ -198,7 +198,7 @@ public String getConnectionState() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "connected". * @param connectionState set the connectionState. */ @@ -208,7 +208,7 @@ public void setConnectionState(String connectionState) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cpuHz */ @@ -218,7 +218,7 @@ public Integer getCpuHz() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cpuHz set the cpuHz. */ @@ -228,7 +228,7 @@ public void setCpuHz(Integer cpuHz) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maintenanceMode */ @@ -238,7 +238,7 @@ public Boolean getMaintenanceMode() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maintenanceMode set the maintenanceMode. */ @@ -248,7 +248,7 @@ public void setMaintenanceMode(Boolean maintenanceMode) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -258,7 +258,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -268,7 +268,7 @@ public void setManagedObjectId(String managedObjectId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mem */ @@ -278,7 +278,7 @@ public Integer getMem() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mem set the mem. */ @@ -288,7 +288,7 @@ public void setMem(Integer mem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtPortgroup */ @@ -298,7 +298,7 @@ public String getMgmtPortgroup() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtPortgroup set the mgmtPortgroup. */ @@ -308,7 +308,7 @@ public void setMgmtPortgroup(String mgmtPortgroup) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -318,7 +318,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -327,7 +327,7 @@ public void setName(String name) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuids */ @@ -337,7 +337,7 @@ public List getNetworkUuids() { /** * This is the setter method. this will set the networkUuids - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuids */ @@ -347,7 +347,7 @@ public void setNetworkUuids(List networkUuids) { /** * This is the setter method this will set the networkUuids - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuids */ @@ -361,7 +361,7 @@ public VIMgrHostRuntime addNetworkUuidsItem(String networkUuidsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numCpuCores */ @@ -371,7 +371,7 @@ public Integer getNumCpuCores() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numCpuCores set the numCpuCores. */ @@ -381,7 +381,7 @@ public void setNumCpuCores(Integer numCpuCores) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numCpuPackages */ @@ -391,7 +391,7 @@ public Integer getNumCpuPackages() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numCpuPackages set the numCpuPackages. */ @@ -401,7 +401,7 @@ public void setNumCpuPackages(Integer numCpuPackages) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numCpuThreads */ @@ -411,7 +411,7 @@ public Integer getNumCpuThreads() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numCpuThreads set the numCpuThreads. */ @@ -420,7 +420,7 @@ public void setNumCpuThreads(Integer numCpuThreads) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pnics */ @@ -430,7 +430,7 @@ public List getPnics() { /** * This is the setter method. this will set the pnics - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pnics */ @@ -440,7 +440,7 @@ public void setPnics(List pnics) { /** * This is the setter method this will set the pnics - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pnics */ @@ -454,7 +454,7 @@ public VIMgrHostRuntime addPnicsItem(CdpLldpInfo pnicsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return powerstate */ @@ -464,7 +464,7 @@ public String getPowerstate() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param powerstate set the powerstate. */ @@ -474,7 +474,7 @@ public void setPowerstate(String powerstate) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return quarantineStartTs */ @@ -484,7 +484,7 @@ public String getQuarantineStartTs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param quarantineStartTs set the quarantineStartTs. */ @@ -494,7 +494,7 @@ public void setQuarantineStartTs(String quarantineStartTs) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return quarantined */ @@ -504,7 +504,7 @@ public Boolean getQuarantined() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param quarantined set the quarantined. */ @@ -514,7 +514,7 @@ public void setQuarantined(Boolean quarantined) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return quarantinedPeriods */ @@ -524,7 +524,7 @@ public Integer getQuarantinedPeriods() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param quarantinedPeriods set the quarantinedPeriods. */ @@ -534,7 +534,7 @@ public void setQuarantinedPeriods(Integer quarantinedPeriods) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seFailCnt */ @@ -544,7 +544,7 @@ public Integer getSeFailCnt() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seFailCnt set the seFailCnt. */ @@ -554,7 +554,7 @@ public void setSeFailCnt(Integer seFailCnt) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seSuccessCnt */ @@ -564,7 +564,7 @@ public Integer getSeSuccessCnt() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seSuccessCnt set the seSuccessCnt. */ @@ -575,7 +575,7 @@ public void setSeSuccessCnt(Integer seSuccessCnt) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -586,7 +586,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -598,7 +598,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -610,7 +610,7 @@ public String getType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -637,7 +637,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -647,7 +647,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -657,7 +657,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrvmruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRefs */ @@ -668,7 +668,7 @@ public List getVmRefs() { /** * This is the setter method. this will set the vmRefs * It is a reference to an object of type vimgrvmruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRefs */ @@ -679,7 +679,7 @@ public void setVmRefs(List vmRefs) { /** * This is the setter method this will set the vmRefs * It is a reference to an object of type vimgrvmruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRefs */ diff --git a/java/src/com/vmware/avi/sdk/model/VIMgrIPSubnetRuntime.java b/java/src/com/vmware/avi/sdk/model/VIMgrIPSubnetRuntime.java index 47097cd144..0c9ecc2f82 100644 --- a/java/src/com/vmware/avi/sdk/model/VIMgrIPSubnetRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/VIMgrIPSubnetRuntime.java @@ -56,7 +56,7 @@ public class VIMgrIPSubnetRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. * If true, capable of floating/elastic ip association. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return fipAvailable */ @@ -67,7 +67,7 @@ public Boolean getFipAvailable() { /** * This is the setter method to the attribute. * If true, capable of floating/elastic ip association. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param fipAvailable set the fipAvailable. */ @@ -77,7 +77,7 @@ public void setFipAvailable(Boolean fipAvailable) { /** * This is the getter method this will return the attribute value. * If fip_available is true, this is list of supported fip subnets, possibly empty if cloud does not support such a network list. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipSubnetUuids */ @@ -88,7 +88,7 @@ public List getFipSubnetUuids() { /** * This is the setter method. this will set the fipSubnetUuids * If fip_available is true, this is list of supported fip subnets, possibly empty if cloud does not support such a network list. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipSubnetUuids */ @@ -99,7 +99,7 @@ public void setFipSubnetUuids(List fipSubnetUuids) { /** * This is the setter method this will set the fipSubnetUuids * If fip_available is true, this is list of supported fip subnets, possibly empty if cloud does not support such a network list. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipSubnetUuids */ @@ -114,7 +114,7 @@ public VIMgrIPSubnetRuntime addFipSubnetUuidsItem(String fipSubnetUuidsItem) { * This is the getter method this will return the attribute value. * If fip_available is true, the list of associated floatingip subnets, possibly empty if unsupported or implictly defined by the cloud. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingipSubnets */ @@ -126,7 +126,7 @@ public List getFloatingipSubnets() { * This is the setter method. this will set the floatingipSubnets * If fip_available is true, the list of associated floatingip subnets, possibly empty if unsupported or implictly defined by the cloud. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingipSubnets */ @@ -138,7 +138,7 @@ public void setFloatingipSubnets(List floatingipSubnets) { * This is the setter method this will set the floatingipSubnets * If fip_available is true, the list of associated floatingip subnets, possibly empty if unsupported or implictly defined by the cloud. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingipSubnets */ @@ -152,7 +152,7 @@ public VIMgrIPSubnetRuntime addFloatingipSubnetsItem(FloatingIpSubnet floatingip /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipSubnet */ @@ -162,7 +162,7 @@ public String getIpSubnet() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipSubnet set the ipSubnet. */ @@ -172,7 +172,7 @@ public void setIpSubnet(String ipSubnet) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -182,7 +182,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -192,7 +192,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefix */ @@ -202,7 +202,7 @@ public IpAddrPrefix getPrefix() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prefix set the prefix. */ @@ -213,7 +213,7 @@ public void setPrefix(IpAddrPrefix prefix) { /** * This is the getter method this will return the attribute value. * True if prefix is primary ip on interface, else false. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return primary */ @@ -224,7 +224,7 @@ public Boolean getPrimary() { /** * This is the setter method to the attribute. * True if prefix is primary ip on interface, else false. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param primary set the primary. */ @@ -234,7 +234,7 @@ public void setPrimary(Boolean primary) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return refCount */ @@ -244,7 +244,7 @@ public Integer getRefCount() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param refCount set the refCount. */ @@ -254,7 +254,7 @@ public void setRefCount(Integer refCount) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seRefCount */ @@ -264,7 +264,7 @@ public Integer getSeRefCount() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seRefCount set the seRefCount. */ @@ -274,7 +274,7 @@ public void setSeRefCount(Integer seRefCount) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -284,7 +284,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VIMgrNWRuntime.java b/java/src/com/vmware/avi/sdk/model/VIMgrNWRuntime.java index 06ab329346..3f7e0d7f6e 100644 --- a/java/src/com/vmware/avi/sdk/model/VIMgrNWRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/VIMgrNWRuntime.java @@ -94,7 +94,7 @@ public class VIMgrNWRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoExpand */ @@ -104,7 +104,7 @@ public Boolean getAutoExpand() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param autoExpand set the autoExpand. */ @@ -114,7 +114,7 @@ public void setAutoExpand(Boolean autoExpand) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZone */ @@ -124,7 +124,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availabilityZone set the availabilityZone. */ @@ -135,7 +135,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -146,7 +146,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -156,7 +156,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datacenterUuid */ @@ -166,7 +166,7 @@ public String getDatacenterUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datacenterUuid set the datacenterUuid. */ @@ -176,7 +176,7 @@ public void setDatacenterUuid(String datacenterUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dvs */ @@ -186,7 +186,7 @@ public Boolean getDvs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dvs set the dvs. */ @@ -196,7 +196,7 @@ public void setDvs(Boolean dvs) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -207,7 +207,7 @@ public List getHostRefs() { /** * This is the setter method. this will set the hostRefs * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -218,7 +218,7 @@ public void setHostRefs(List hostRefs) { /** * This is the setter method this will set the hostRefs * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -232,7 +232,7 @@ public VIMgrNWRuntime addHostRefsItem(String hostRefsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return interestedNw */ @@ -242,7 +242,7 @@ public Boolean getInterestedNw() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param interestedNw set the interestedNw. */ @@ -251,7 +251,7 @@ public void setInterestedNw(Boolean interestedNw) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipSubnet */ @@ -261,7 +261,7 @@ public List getIpSubnet() { /** * This is the setter method. this will set the ipSubnet - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipSubnet */ @@ -271,7 +271,7 @@ public void setIpSubnet(List ipSubnet) { /** * This is the setter method this will set the ipSubnet - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipSubnet */ @@ -287,7 +287,7 @@ public VIMgrNWRuntime addIpSubnetItem(VIMgrIPSubnetRuntime ipSubnetItem) { * This is the getter method this will return the attribute value. * Uuid of nsx-t segment spanning multiple vds with vcenter cloud. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return logicalSwitchId */ @@ -299,7 +299,7 @@ public String getLogicalSwitchId() { * This is the setter method to the attribute. * Uuid of nsx-t segment spanning multiple vds with vcenter cloud. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param logicalSwitchId set the logicalSwitchId. */ @@ -309,7 +309,7 @@ public void setLogicalSwitchId(String logicalSwitchId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -319,7 +319,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -329,7 +329,7 @@ public void setManagedObjectId(String managedObjectId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return MgmtNW */ @@ -339,7 +339,7 @@ public Boolean getMgmtnw() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param MgmtNW set the MgmtNW. */ @@ -349,7 +349,7 @@ public void setMgmtnw(Boolean MgmtNW) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -359,7 +359,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -369,7 +369,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPorts */ @@ -379,7 +379,7 @@ public Integer getNumPorts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPorts set the numPorts. */ @@ -389,7 +389,7 @@ public void setNumPorts(Integer numPorts) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return switchName */ @@ -399,7 +399,7 @@ public String getSwitchName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param switchName set the switchName. */ @@ -409,7 +409,7 @@ public void setSwitchName(String switchName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantName */ @@ -419,7 +419,7 @@ public String getTenantName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantName set the tenantName. */ @@ -430,7 +430,7 @@ public void setTenantName(String tenantName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -441,7 +441,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -453,7 +453,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -465,7 +465,7 @@ public String getType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -492,7 +492,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -502,7 +502,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -512,7 +512,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlan */ @@ -522,7 +522,7 @@ public Integer getVlan() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vlan set the vlan. */ @@ -531,7 +531,7 @@ public void setVlan(Integer vlan) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanRange */ @@ -541,7 +541,7 @@ public List getVlanRange() { /** * This is the setter method. this will set the vlanRange - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanRange */ @@ -551,7 +551,7 @@ public void setVlanRange(List vlanRange) { /** * This is the setter method this will set the vlanRange - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanRange */ @@ -565,7 +565,7 @@ public VIMgrNWRuntime addVlanRangeItem(VlanRange vlanRangeItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrvmruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRefs */ @@ -576,7 +576,7 @@ public List getVmRefs() { /** * This is the setter method. this will set the vmRefs * It is a reference to an object of type vimgrvmruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRefs */ @@ -587,7 +587,7 @@ public void setVmRefs(List vmRefs) { /** * This is the setter method this will set the vmRefs * It is a reference to an object of type vimgrvmruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRefs */ @@ -602,7 +602,7 @@ public VIMgrNWRuntime addVmRefsItem(String vmRefsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vrfcontext. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfContextRef */ @@ -613,7 +613,7 @@ public String getVrfContextRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vrfcontext. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfContextRef set the vrfContextRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/VIMgrSEVMRuntime.java b/java/src/com/vmware/avi/sdk/model/VIMgrSEVMRuntime.java index ef6cda277d..7e5af8401b 100644 --- a/java/src/com/vmware/avi/sdk/model/VIMgrSEVMRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/VIMgrSEVMRuntime.java @@ -178,7 +178,7 @@ public class VIMgrSEVMRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZone */ @@ -188,7 +188,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availabilityZone set the availabilityZone. */ @@ -199,7 +199,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureInfo */ @@ -210,7 +210,7 @@ public AzureInfo getAzureInfo() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureInfo set the azureInfo. */ @@ -220,7 +220,7 @@ public void setAzureInfo(AzureInfo azureInfo) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudName */ @@ -230,7 +230,7 @@ public String getCloudName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudName set the cloudName. */ @@ -241,7 +241,7 @@ public void setCloudName(String cloudName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -252,7 +252,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -264,7 +264,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * Serviceengine deployed on cluster.ex mob domain-c23. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterId */ @@ -276,7 +276,7 @@ public String getClusterId() { * This is the setter method to the attribute. * Serviceengine deployed on cluster.ex mob domain-c23. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterId set the clusterId. */ @@ -288,7 +288,7 @@ public void setClusterId(String clusterId) { * This is the getter method this will return the attribute value. * Serviceengine added to cluster vmgroup. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterVmgroup */ @@ -300,7 +300,7 @@ public String getClusterVmgroup() { * This is the setter method to the attribute. * Serviceengine added to cluster vmgroup. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterVmgroup set the clusterVmgroup. */ @@ -310,7 +310,7 @@ public void setClusterVmgroup(String clusterVmgroup) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connectionState */ @@ -320,7 +320,7 @@ public String getConnectionState() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connectionState set the connectionState. */ @@ -330,7 +330,7 @@ public void setConnectionState(String connectionState) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerClusterUuid */ @@ -340,7 +340,7 @@ public String getControllerClusterUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerClusterUuid set the controllerClusterUuid. */ @@ -350,7 +350,7 @@ public void setControllerClusterUuid(String controllerClusterUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerIpAddr */ @@ -360,7 +360,7 @@ public String getControllerIpAddr() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerIpAddr set the controllerIpAddr. */ @@ -372,7 +372,7 @@ public void setControllerIpAddr(String controllerIpAddr) { * This is the getter method this will return the attribute value. * Service engine cookie set by the resource manager. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookie */ @@ -384,7 +384,7 @@ public String getCookie() { * This is the setter method to the attribute. * Service engine cookie set by the resource manager. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookie set the cookie. */ @@ -394,7 +394,7 @@ public void setCookie(String cookie) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return creationInProgress */ @@ -404,7 +404,7 @@ public Boolean getCreationInProgress() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param creationInProgress set the creationInProgress. */ @@ -414,7 +414,7 @@ public void setCreationInProgress(Boolean creationInProgress) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deletionInProgress */ @@ -424,7 +424,7 @@ public Boolean getDeletionInProgress() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deletionInProgress set the deletionInProgress. */ @@ -434,7 +434,7 @@ public void setDeletionInProgress(Boolean deletionInProgress) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveryResponse */ @@ -444,7 +444,7 @@ public String getDiscoveryResponse() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param discoveryResponse set the discoveryResponse. */ @@ -454,7 +454,7 @@ public void setDiscoveryResponse(String discoveryResponse) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveryStatus */ @@ -464,7 +464,7 @@ public Integer getDiscoveryStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param discoveryStatus set the discoveryStatus. */ @@ -476,7 +476,7 @@ public void setDiscoveryStatus(Integer discoveryStatus) { * This is the getter method this will return the attribute value. * Disk space in gb for each service engine vm. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return diskGb */ @@ -488,7 +488,7 @@ public Integer getDiskGb() { * This is the setter method to the attribute. * Disk space in gb for each service engine vm. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param diskGb set the diskGb. */ @@ -498,7 +498,7 @@ public void setDiskGb(Integer diskGb) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flavor */ @@ -508,7 +508,7 @@ public String getFlavor() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flavor set the flavor. */ @@ -521,7 +521,7 @@ public void setFlavor(String flavor) { * Gcp project id in which se is created. * This field is applicable for gcp cloud type only. * Field introduced in 20.1.7, 21.1.2, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcpSeProjectId */ @@ -534,7 +534,7 @@ public String getGcpSeProjectId() { * Gcp project id in which se is created. * This field is applicable for gcp cloud type only. * Field introduced in 20.1.7, 21.1.2, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcpSeProjectId set the gcpSeProjectId. */ @@ -543,7 +543,7 @@ public void setGcpSeProjectId(String gcpSeProjectId) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return guestNic */ @@ -553,7 +553,7 @@ public List getGuestNic() { /** * This is the setter method. this will set the guestNic - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return guestNic */ @@ -563,7 +563,7 @@ public void setGuestNic(List guestNic) { /** * This is the setter method this will set the guestNic - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return guestNic */ @@ -577,7 +577,7 @@ public VIMgrSEVMRuntime addGuestNicItem(VIMgrGuestNicRuntime guestNicItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -587,7 +587,7 @@ public String getHost() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -598,7 +598,7 @@ public void setHost(String host) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRef */ @@ -609,7 +609,7 @@ public String getHostRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostRef set the hostRef. */ @@ -619,7 +619,7 @@ public void setHostRef(String hostRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostid */ @@ -629,7 +629,7 @@ public String getHostid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostid set the hostid. */ @@ -640,7 +640,7 @@ public void setHostid(String hostid) { /** * This is the getter method this will return the attribute value. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisor */ @@ -651,7 +651,7 @@ public String getHypervisor() { /** * This is the setter method to the attribute. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hypervisor set the hypervisor. */ @@ -661,7 +661,7 @@ public void setHypervisor(String hypervisor) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return initVnics */ @@ -671,7 +671,7 @@ public Integer getInitVnics() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param initVnics set the initVnics. */ @@ -681,7 +681,7 @@ public void setInitVnics(Integer initVnics) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastDiscovery */ @@ -691,7 +691,7 @@ public Integer getLastDiscovery() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastDiscovery set the lastDiscovery. */ @@ -701,7 +701,7 @@ public void setLastDiscovery(Integer lastDiscovery) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -711,7 +711,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -723,7 +723,7 @@ public void setManagedObjectId(String managedObjectId) { * This is the getter method this will return the attribute value. * Memory in mb for each service engine vm. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memoryMb */ @@ -735,7 +735,7 @@ public Integer getMemoryMb() { * This is the setter method to the attribute. * Memory in mb for each service engine vm. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memoryMb set the memoryMb. */ @@ -745,7 +745,7 @@ public void setMemoryMb(Integer memoryMb) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -755,7 +755,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -767,7 +767,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * If set to true for nsxt cloud, controller should not hotplug the vnics. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtNoHotplug */ @@ -779,7 +779,7 @@ public Boolean getNsxtNoHotplug() { * This is the setter method to the attribute. * If set to true for nsxt cloud, controller should not hotplug the vnics. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtNoHotplug set the nsxtNoHotplug. */ @@ -789,7 +789,7 @@ public void setNsxtNoHotplug(Boolean nsxtNoHotplug) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return powerstate */ @@ -799,7 +799,7 @@ public String getPowerstate() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param powerstate set the powerstate. */ @@ -809,7 +809,7 @@ public void setPowerstate(String powerstate) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return securityGroupUuid */ @@ -819,7 +819,7 @@ public String getSecurityGroupUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param securityGroupUuid set the securityGroupUuid. */ @@ -830,7 +830,7 @@ public void setSecurityGroupUuid(String securityGroupUuid) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceenginegroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segroupRef */ @@ -841,7 +841,7 @@ public String getSegroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceenginegroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segroupRef set the segroupRef. */ @@ -851,7 +851,7 @@ public void setSegroupRef(String segroupRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverGroupUuid */ @@ -861,7 +861,7 @@ public String getServerGroupUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverGroupUuid set the serverGroupUuid. */ @@ -872,7 +872,7 @@ public void setServerGroupUuid(String serverGroupUuid) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -883,7 +883,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -895,7 +895,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -907,7 +907,7 @@ public String getType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -934,7 +934,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -944,7 +944,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -954,7 +954,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterDatacenterUuid */ @@ -964,7 +964,7 @@ public String getVcenterDatacenterUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterDatacenterUuid set the vcenterDatacenterUuid. */ @@ -976,7 +976,7 @@ public void setVcenterDatacenterUuid(String vcenterDatacenterUuid) { * This is the getter method this will return the attribute value. * Serviceengine host connection state in vcenter. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterHostConnectionState */ @@ -988,7 +988,7 @@ public String getVcenterHostConnectionState() { * This is the setter method to the attribute. * Serviceengine host connection state in vcenter. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterHostConnectionState set the vcenterHostConnectionState. */ @@ -1000,7 +1000,7 @@ public void setVcenterHostConnectionState(String vcenterHostConnectionState) { * This is the getter method this will return the attribute value. * Vcenter host ha state.ex election, fdmunreachable, hostdown, initializationerror, networkisolated, uninitializationerror, uninitialized. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterHostHaState */ @@ -1012,7 +1012,7 @@ public String getVcenterHostHaState() { * This is the setter method to the attribute. * Vcenter host ha state.ex election, fdmunreachable, hostdown, initializationerror, networkisolated, uninitializationerror, uninitialized. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterHostHaState set the vcenterHostHaState. */ @@ -1024,7 +1024,7 @@ public void setVcenterHostHaState(String vcenterHostHaState) { * This is the getter method this will return the attribute value. * Serviceengine instance uuid from vcenter. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterInstanceUuid */ @@ -1036,7 +1036,7 @@ public String getVcenterInstanceUuid() { * This is the setter method to the attribute. * Serviceengine instance uuid from vcenter. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterInstanceUuid set the vcenterInstanceUuid. */ @@ -1049,7 +1049,7 @@ public void setVcenterInstanceUuid(String vcenterInstanceUuid) { * Serviceengine belongs to vcenter. * It is a reference to an object of type vcenterserver. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterRef */ @@ -1062,7 +1062,7 @@ public String getVcenterRef() { * Serviceengine belongs to vcenter. * It is a reference to an object of type vcenterserver. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterRef set the vcenterRef. */ @@ -1072,7 +1072,7 @@ public void setVcenterRef(String vcenterRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterRmCookie */ @@ -1082,7 +1082,7 @@ public String getVcenterRmCookie() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterRmCookie set the vcenterRmCookie. */ @@ -1093,7 +1093,7 @@ public void setVcenterRmCookie(String vcenterRmCookie) { /** * This is the getter method this will return the attribute value. * Enum options - VIMGR_SE_NETWORK_ADMIN, VIMGR_SE_UNIFIED_ADMIN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterSeType */ @@ -1104,7 +1104,7 @@ public String getVcenterSeType() { /** * This is the setter method to the attribute. * Enum options - VIMGR_SE_NETWORK_ADMIN, VIMGR_SE_UNIFIED_ADMIN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterSeType set the vcenterSeType. */ @@ -1114,7 +1114,7 @@ public void setVcenterSeType(String vcenterSeType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterTemplateVm */ @@ -1124,7 +1124,7 @@ public Boolean getVcenterTemplateVm() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterTemplateVm set the vcenterTemplateVm. */ @@ -1136,7 +1136,7 @@ public void setVcenterTemplateVm(Boolean vcenterTemplateVm) { * This is the getter method this will return the attribute value. * Service engine deployed in vcenter. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterUrl */ @@ -1148,7 +1148,7 @@ public String getVcenterUrl() { * This is the setter method to the attribute. * Service engine deployed in vcenter. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterUrl set the vcenterUrl. */ @@ -1158,7 +1158,7 @@ public void setVcenterUrl(String vcenterUrl) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterVappname */ @@ -1168,7 +1168,7 @@ public String getVcenterVappname() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterVappname set the vcenterVappname. */ @@ -1178,7 +1178,7 @@ public void setVcenterVappname(String vcenterVappname) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterVappvendor */ @@ -1188,7 +1188,7 @@ public String getVcenterVappvendor() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterVappvendor set the vcenterVappvendor. */ @@ -1199,7 +1199,7 @@ public void setVcenterVappvendor(String vcenterVappvendor) { /** * This is the getter method this will return the attribute value. * Enum options - VMTYPE_SE_VM, VMTYPE_POOL_SRVR. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterVmType */ @@ -1210,7 +1210,7 @@ public String getVcenterVmType() { /** * This is the setter method to the attribute. * Enum options - VMTYPE_SE_VM, VMTYPE_POOL_SRVR. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterVmType set the vcenterVmType. */ @@ -1222,7 +1222,7 @@ public void setVcenterVmType(String vcenterVmType) { * This is the getter method this will return the attribute value. * Count of vcpus for each service engine vm. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcpus */ @@ -1234,7 +1234,7 @@ public Integer getVcpus() { * This is the setter method to the attribute. * Count of vcpus for each service engine vm. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcpus set the vcpus. */ @@ -1246,7 +1246,7 @@ public void setVcpus(Integer vcpus) { * This is the getter method this will return the attribute value. * Vsphere ha on cluster enabled or not. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsphereHaEnabled */ @@ -1258,7 +1258,7 @@ public Boolean getVsphereHaEnabled() { * This is the setter method to the attribute. * Vsphere ha on cluster enabled or not. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsphereHaEnabled set the vsphereHaEnabled. */ @@ -1271,7 +1271,7 @@ public void setVsphereHaEnabled(Boolean vsphereHaEnabled) { * If this flag is set to true, vcenter vsphere ha handles serviceengine failure. * This flag is set dynamiclly based on underlying esx ha state(connected, hostdown..etc). * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsphereHaInprogress */ @@ -1284,7 +1284,7 @@ public Boolean getVsphereHaInprogress() { * If this flag is set to true, vcenter vsphere ha handles serviceengine failure. * This flag is set dynamiclly based on underlying esx ha state(connected, hostdown..etc). * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsphereHaInprogress set the vsphereHaInprogress. */ diff --git a/java/src/com/vmware/avi/sdk/model/VIMgrVMRuntime.java b/java/src/com/vmware/avi/sdk/model/VIMgrVMRuntime.java index 4fff6c43e8..2d0beb1a22 100644 --- a/java/src/com/vmware/avi/sdk/model/VIMgrVMRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/VIMgrVMRuntime.java @@ -127,7 +127,7 @@ public class VIMgrVMRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZone */ @@ -137,7 +137,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availabilityZone set the availabilityZone. */ @@ -148,7 +148,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -159,7 +159,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -169,7 +169,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connectionState */ @@ -179,7 +179,7 @@ public String getConnectionState() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connectionState set the connectionState. */ @@ -189,7 +189,7 @@ public void setConnectionState(String connectionState) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerClusterUuid */ @@ -199,7 +199,7 @@ public String getControllerClusterUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerClusterUuid set the controllerClusterUuid. */ @@ -209,7 +209,7 @@ public void setControllerClusterUuid(String controllerClusterUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerIpAddr */ @@ -219,7 +219,7 @@ public String getControllerIpAddr() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerIpAddr set the controllerIpAddr. */ @@ -229,7 +229,7 @@ public void setControllerIpAddr(String controllerIpAddr) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerVm */ @@ -239,7 +239,7 @@ public Boolean getControllerVm() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerVm set the controllerVm. */ @@ -249,7 +249,7 @@ public void setControllerVm(Boolean controllerVm) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cpuReservation */ @@ -259,7 +259,7 @@ public Integer getCpuReservation() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cpuReservation set the cpuReservation. */ @@ -269,7 +269,7 @@ public void setCpuReservation(Integer cpuReservation) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cpuShares */ @@ -279,7 +279,7 @@ public Integer getCpuShares() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cpuShares set the cpuShares. */ @@ -289,7 +289,7 @@ public void setCpuShares(Integer cpuShares) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return creationInProgress */ @@ -299,7 +299,7 @@ public Boolean getCreationInProgress() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param creationInProgress set the creationInProgress. */ @@ -308,7 +308,7 @@ public void setCreationInProgress(Boolean creationInProgress) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return guestNic */ @@ -318,7 +318,7 @@ public List getGuestNic() { /** * This is the setter method. this will set the guestNic - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return guestNic */ @@ -328,7 +328,7 @@ public void setGuestNic(List guestNic) { /** * This is the setter method this will set the guestNic - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return guestNic */ @@ -342,7 +342,7 @@ public VIMgrVMRuntime addGuestNicItem(VIMgrGuestNicRuntime guestNicItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -352,7 +352,7 @@ public String getHost() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -362,7 +362,7 @@ public void setHost(String host) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return initVnics */ @@ -372,7 +372,7 @@ public Integer getInitVnics() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param initVnics set the initVnics. */ @@ -382,7 +382,7 @@ public void setInitVnics(Integer initVnics) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -392,7 +392,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -402,7 +402,7 @@ public void setManagedObjectId(String managedObjectId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memShares */ @@ -412,7 +412,7 @@ public Integer getMemShares() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memShares set the memShares. */ @@ -422,7 +422,7 @@ public void setMemShares(Integer memShares) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memory */ @@ -432,7 +432,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memory set the memory. */ @@ -442,7 +442,7 @@ public void setMemory(Integer memory) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memoryReservation */ @@ -452,7 +452,7 @@ public Integer getMemoryReservation() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memoryReservation set the memoryReservation. */ @@ -462,7 +462,7 @@ public void setMemoryReservation(Integer memoryReservation) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -472,7 +472,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -482,7 +482,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numCpu */ @@ -492,7 +492,7 @@ public Integer getNumCpu() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numCpu set the numCpu. */ @@ -503,7 +503,7 @@ public void setNumCpu(Integer numCpu) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1,17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ovfAvisetypeField */ @@ -514,7 +514,7 @@ public String getOvfAvisetypeField() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1,17.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ovfAvisetypeField set the ovfAvisetypeField. */ @@ -524,7 +524,7 @@ public void setOvfAvisetypeField(String ovfAvisetypeField) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return powerstate */ @@ -534,7 +534,7 @@ public String getPowerstate() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param powerstate set the powerstate. */ @@ -544,7 +544,7 @@ public void setPowerstate(String powerstate) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seVer */ @@ -554,7 +554,7 @@ public Integer getSeVer() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seVer set the seVer. */ @@ -565,7 +565,7 @@ public void setSeVer(Integer seVer) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -576,7 +576,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -588,7 +588,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -600,7 +600,7 @@ public String getType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -627,7 +627,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -637,7 +637,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -647,7 +647,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterDatacenterUuid */ @@ -657,7 +657,7 @@ public String getVcenterDatacenterUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterDatacenterUuid set the vcenterDatacenterUuid. */ @@ -667,7 +667,7 @@ public void setVcenterDatacenterUuid(String vcenterDatacenterUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterRmCookie */ @@ -677,7 +677,7 @@ public String getVcenterRmCookie() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterRmCookie set the vcenterRmCookie. */ @@ -688,7 +688,7 @@ public void setVcenterRmCookie(String vcenterRmCookie) { /** * This is the getter method this will return the attribute value. * Enum options - VIMGR_SE_NETWORK_ADMIN, VIMGR_SE_UNIFIED_ADMIN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterSeType */ @@ -699,7 +699,7 @@ public String getVcenterSeType() { /** * This is the setter method to the attribute. * Enum options - VIMGR_SE_NETWORK_ADMIN, VIMGR_SE_UNIFIED_ADMIN. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterSeType set the vcenterSeType. */ @@ -709,7 +709,7 @@ public void setVcenterSeType(String vcenterSeType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterTemplateVm */ @@ -719,7 +719,7 @@ public Boolean getVcenterTemplateVm() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterTemplateVm set the vcenterTemplateVm. */ @@ -729,7 +729,7 @@ public void setVcenterTemplateVm(Boolean vcenterTemplateVm) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterVappname */ @@ -739,7 +739,7 @@ public String getVcenterVappname() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterVappname set the vcenterVappname. */ @@ -749,7 +749,7 @@ public void setVcenterVappname(String vcenterVappname) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterVappvendor */ @@ -759,7 +759,7 @@ public String getVcenterVappvendor() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterVappvendor set the vcenterVappvendor. */ @@ -770,7 +770,7 @@ public void setVcenterVappvendor(String vcenterVappvendor) { /** * This is the getter method this will return the attribute value. * Enum options - VMTYPE_SE_VM, VMTYPE_POOL_SRVR. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterVmType */ @@ -781,7 +781,7 @@ public String getVcenterVmType() { /** * This is the setter method to the attribute. * Enum options - VMTYPE_SE_VM, VMTYPE_POOL_SRVR. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterVmType set the vcenterVmType. */ @@ -791,7 +791,7 @@ public void setVcenterVmType(String vcenterVmType) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterVnicDiscovered */ @@ -801,7 +801,7 @@ public Boolean getVcenterVnicDiscovered() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterVnicDiscovered set the vcenterVnicDiscovered. */ @@ -811,7 +811,7 @@ public void setVcenterVnicDiscovered(Boolean vcenterVnicDiscovered) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmLbWeight */ @@ -821,7 +821,7 @@ public Integer getVmLbWeight() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vmLbWeight set the vmLbWeight. */ diff --git a/java/src/com/vmware/avi/sdk/model/VIPGNameInfo.java b/java/src/com/vmware/avi/sdk/model/VIPGNameInfo.java index 335b2b639d..bf2285360e 100644 --- a/java/src/com/vmware/avi/sdk/model/VIPGNameInfo.java +++ b/java/src/com/vmware/avi/sdk/model/VIPGNameInfo.java @@ -40,7 +40,7 @@ public class VIPGNameInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -50,7 +50,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -60,7 +60,7 @@ public void setManagedObjectId(String managedObjectId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -70,7 +70,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -81,7 +81,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -92,7 +92,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -119,7 +119,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -129,7 +129,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VSDataScript.java b/java/src/com/vmware/avi/sdk/model/VSDataScript.java index 413c05f532..e5e99336ab 100644 --- a/java/src/com/vmware/avi/sdk/model/VSDataScript.java +++ b/java/src/com/vmware/avi/sdk/model/VSDataScript.java @@ -36,9 +36,10 @@ public class VSDataScript { * VS_DATASCRIPT_EVT_HTTP_REQ_DATA, VS_DATASCRIPT_EVT_HTTP_RESP_FAILED, VS_DATASCRIPT_EVT_HTTP_LB_DONE, VS_DATASCRIPT_EVT_HTTP_AUTH, * VS_DATASCRIPT_EVT_HTTP_POST_AUTH, VS_DATASCRIPT_EVT_TCP_CLIENT_ACCEPT, VS_DATASCRIPT_EVT_SSL_HANDSHAKE_DONE, * VS_DATASCRIPT_EVT_CLIENT_SSL_PRE_CONNECT, VS_DATASCRIPT_EVT_CLIENT_SSL_CLIENT_HELLO, VS_DATASCRIPT_EVT_DNS_REQ, VS_DATASCRIPT_EVT_DNS_RESP, - * VS_DATASCRIPT_EVT_L4_REQUEST, VS_DATASCRIPT_EVT_L4_RESPONSE, VS_DATASCRIPT_EVT_MAX. - * Allowed in enterprise edition with any value, basic edition(allowed values- vs_datascript_evt_http_req,vs_datascript_evt_http_resp), essentials, - * enterprise with cloud services edition. + * VS_DATASCRIPT_EVT_L4_REQUEST, VS_DATASCRIPT_EVT_L4_RESPONSE, VS_DATASCRIPT_EVT_CLIENT_CLOSED, VS_DATASCRIPT_EVT_SERVER_CLOSED, + * VS_DATASCRIPT_EVT_SERVER_CONNECTED... + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- vs_datascript_evt_http_req,vs_datascript_evt_http_resp) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return evt */ @@ -53,9 +54,10 @@ public String getEvt() { * VS_DATASCRIPT_EVT_HTTP_REQ_DATA, VS_DATASCRIPT_EVT_HTTP_RESP_FAILED, VS_DATASCRIPT_EVT_HTTP_LB_DONE, VS_DATASCRIPT_EVT_HTTP_AUTH, * VS_DATASCRIPT_EVT_HTTP_POST_AUTH, VS_DATASCRIPT_EVT_TCP_CLIENT_ACCEPT, VS_DATASCRIPT_EVT_SSL_HANDSHAKE_DONE, * VS_DATASCRIPT_EVT_CLIENT_SSL_PRE_CONNECT, VS_DATASCRIPT_EVT_CLIENT_SSL_CLIENT_HELLO, VS_DATASCRIPT_EVT_DNS_REQ, VS_DATASCRIPT_EVT_DNS_RESP, - * VS_DATASCRIPT_EVT_L4_REQUEST, VS_DATASCRIPT_EVT_L4_RESPONSE, VS_DATASCRIPT_EVT_MAX. - * Allowed in enterprise edition with any value, basic edition(allowed values- vs_datascript_evt_http_req,vs_datascript_evt_http_resp), essentials, - * enterprise with cloud services edition. + * VS_DATASCRIPT_EVT_L4_REQUEST, VS_DATASCRIPT_EVT_L4_RESPONSE, VS_DATASCRIPT_EVT_CLIENT_CLOSED, VS_DATASCRIPT_EVT_SERVER_CLOSED, + * VS_DATASCRIPT_EVT_SERVER_CONNECTED... + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. + * Allowed in basic (allowed values- vs_datascript_evt_http_req,vs_datascript_evt_http_resp) edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param evt set the evt. */ @@ -66,7 +68,7 @@ public void setEvt(String evt) { /** * This is the getter method this will return the attribute value. * Datascript to execute when the event triggers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return script */ @@ -77,7 +79,7 @@ public String getScript() { /** * This is the setter method to the attribute. * Datascript to execute when the event triggers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param script set the script. */ diff --git a/java/src/com/vmware/avi/sdk/model/VSDataScriptSet.java b/java/src/com/vmware/avi/sdk/model/VSDataScriptSet.java index 36ab665431..92d29b70e0 100644 --- a/java/src/com/vmware/avi/sdk/model/VSDataScriptSet.java +++ b/java/src/com/vmware/avi/sdk/model/VSDataScriptSet.java @@ -84,7 +84,7 @@ public class VSDataScriptSet extends AviRestResource { * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 17.1.11,17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -96,7 +96,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 17.1.11,17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -106,7 +106,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. * Datascripts to execute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datascript */ @@ -117,7 +117,7 @@ public List getDatascript() { /** * This is the setter method. this will set the datascript * Datascripts to execute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datascript */ @@ -128,7 +128,7 @@ public void setDatascript(List datascript) { /** * This is the setter method this will set the datascript * Datascripts to execute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datascript */ @@ -142,7 +142,7 @@ public VSDataScriptSet addDatascriptItem(VSDataScript datascriptItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -152,7 +152,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -165,7 +165,7 @@ public void setDescription(String description) { * Geo location mapping database used by this datascriptset. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDbRef */ @@ -178,7 +178,7 @@ public String getGeoDbRef() { * Geo location mapping database used by this datascriptset. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDbRef set the geoDbRef. */ @@ -191,7 +191,7 @@ public void setGeoDbRef(String geoDbRef) { * Ip reputation database that can be used by datascript functions. * It is a reference to an object of type ipreputationdb. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationDbRef */ @@ -204,7 +204,7 @@ public String getIpReputationDbRef() { * Ip reputation database that can be used by datascript functions. * It is a reference to an object of type ipreputationdb. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipReputationDbRef set the ipReputationDbRef. */ @@ -215,7 +215,7 @@ public void setIpReputationDbRef(String ipReputationDbRef) { * This is the getter method this will return the attribute value. * Uuid of ip groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type ipaddrgroup. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipgroupRefs */ @@ -227,7 +227,7 @@ public List getIpgroupRefs() { * This is the setter method. this will set the ipgroupRefs * Uuid of ip groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type ipaddrgroup. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipgroupRefs */ @@ -239,7 +239,7 @@ public void setIpgroupRefs(List ipgroupRefs) { * This is the setter method this will set the ipgroupRefs * Uuid of ip groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type ipaddrgroup. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipgroupRefs */ @@ -254,8 +254,7 @@ public VSDataScriptSet addIpgroupRefsItem(String ipgroupRefsItem) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -267,8 +266,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -280,8 +278,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -296,7 +293,7 @@ public VSDataScriptSet addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Name for the virtual service datascript collection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -307,7 +304,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name for the virtual service datascript collection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -319,7 +316,7 @@ public void setName(String name) { * Uuids of pkiprofile objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type pkiprofile. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRefs */ @@ -332,7 +329,7 @@ public List getPkiProfileRefs() { * Uuids of pkiprofile objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type pkiprofile. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRefs */ @@ -345,7 +342,7 @@ public void setPkiProfileRefs(List pkiProfileRefs) { * Uuids of pkiprofile objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type pkiprofile. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRefs */ @@ -360,7 +357,7 @@ public VSDataScriptSet addPkiProfileRefsItem(String pkiProfileRefsItem) { * This is the getter method this will return the attribute value. * Uuid of pool groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type poolgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRefs */ @@ -372,7 +369,7 @@ public List getPoolGroupRefs() { * This is the setter method. this will set the poolGroupRefs * Uuid of pool groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type poolgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRefs */ @@ -384,7 +381,7 @@ public void setPoolGroupRefs(List poolGroupRefs) { * This is the setter method this will set the poolGroupRefs * Uuid of pool groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type poolgroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRefs */ @@ -399,7 +396,7 @@ public VSDataScriptSet addPoolGroupRefsItem(String poolGroupRefsItem) { * This is the getter method this will return the attribute value. * Uuid of pools that could be referred by vsdatascriptset objects. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRefs */ @@ -411,7 +408,7 @@ public List getPoolRefs() { * This is the setter method. this will set the poolRefs * Uuid of pools that could be referred by vsdatascriptset objects. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRefs */ @@ -423,7 +420,7 @@ public void setPoolRefs(List poolRefs) { * This is the setter method this will set the poolRefs * Uuid of pools that could be referred by vsdatascriptset objects. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRefs */ @@ -439,7 +436,7 @@ public VSDataScriptSet addPoolRefsItem(String poolRefsItem) { * List of protocol parsers that could be referred by vsdatascriptset objects. * It is a reference to an object of type protocolparser. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocolParserRefs */ @@ -452,7 +449,7 @@ public List getProtocolParserRefs() { * List of protocol parsers that could be referred by vsdatascriptset objects. * It is a reference to an object of type protocolparser. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocolParserRefs */ @@ -465,7 +462,7 @@ public void setProtocolParserRefs(List protocolParserRefs) { * List of protocol parsers that could be referred by vsdatascriptset objects. * It is a reference to an object of type protocolparser. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocolParserRefs */ @@ -481,7 +478,7 @@ public VSDataScriptSet addProtocolParserRefsItem(String protocolParserRefsItem) * The rate limit definitions needed for this datascript. * The name is composed of the virtual service name and the datascript name. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rateLimiters */ @@ -494,7 +491,7 @@ public List getRateLimiters() { * The rate limit definitions needed for this datascript. * The name is composed of the virtual service name and the datascript name. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rateLimiters */ @@ -507,7 +504,7 @@ public void setRateLimiters(List rateLimiters) { * The rate limit definitions needed for this datascript. * The name is composed of the virtual service name and the datascript name. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rateLimiters */ @@ -523,7 +520,7 @@ public VSDataScriptSet addRateLimitersItem(RateLimiter rateLimitersItem) { * Uuids of sslkeyandcertificate objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyCertificateRefs */ @@ -536,7 +533,7 @@ public List getSslKeyCertificateRefs() { * Uuids of sslkeyandcertificate objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyCertificateRefs */ @@ -549,7 +546,7 @@ public void setSslKeyCertificateRefs(List sslKeyCertificateRefs) { * Uuids of sslkeyandcertificate objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyCertificateRefs */ @@ -565,7 +562,7 @@ public VSDataScriptSet addSslKeyCertificateRefsItem(String sslKeyCertificateRefs * Uuids of sslprofile objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type sslprofile. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRefs */ @@ -578,7 +575,7 @@ public List getSslProfileRefs() { * Uuids of sslprofile objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type sslprofile. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRefs */ @@ -591,7 +588,7 @@ public void setSslProfileRefs(List sslProfileRefs) { * Uuids of sslprofile objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type sslprofile. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRefs */ @@ -606,7 +603,7 @@ public VSDataScriptSet addSslProfileRefsItem(String sslProfileRefsItem) { * This is the getter method this will return the attribute value. * Uuid of string groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -618,7 +615,7 @@ public List getStringGroupRefs() { * This is the setter method. this will set the stringGroupRefs * Uuid of string groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -630,7 +627,7 @@ public void setStringGroupRefs(List stringGroupRefs) { * This is the setter method this will set the stringGroupRefs * Uuid of string groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type stringgroup. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -645,7 +642,7 @@ public VSDataScriptSet addStringGroupRefsItem(String stringGroupRefsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -656,7 +653,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -684,7 +681,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the virtual service datascript collection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -695,7 +692,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the virtual service datascript collection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VSDataScripts.java b/java/src/com/vmware/avi/sdk/model/VSDataScripts.java index 7171143a44..8a4b9febcc 100644 --- a/java/src/com/vmware/avi/sdk/model/VSDataScripts.java +++ b/java/src/com/vmware/avi/sdk/model/VSDataScripts.java @@ -32,7 +32,7 @@ public class VSDataScripts { /** * This is the getter method this will return the attribute value. * Index of the virtual service datascript collection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -43,7 +43,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Index of the virtual service datascript collection. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -55,7 +55,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Uuid of the virtual service datascript collection. * It is a reference to an object of type vsdatascriptset. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsDatascriptSetRef */ @@ -67,7 +67,7 @@ public String getVsDatascriptSetRef() { * This is the setter method to the attribute. * Uuid of the virtual service datascript collection. * It is a reference to an object of type vsdatascriptset. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsDatascriptSetRef set the vsDatascriptSetRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/VcenterCloudDeleteDetails.java b/java/src/com/vmware/avi/sdk/model/VcenterCloudDeleteDetails.java index 6f5455d0f1..8cef67d531 100644 --- a/java/src/com/vmware/avi/sdk/model/VcenterCloudDeleteDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VcenterCloudDeleteDetails.java @@ -33,7 +33,7 @@ public class VcenterCloudDeleteDetails { * This is the getter method this will return the attribute value. * Cloud id. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -45,7 +45,7 @@ public String getCcId() { * This is the setter method to the attribute. * Cloud id. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -57,7 +57,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Objects having reference to the cloud. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objects */ @@ -69,7 +69,7 @@ public String getObjects() { * This is the setter method to the attribute. * Objects having reference to the cloud. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objects set the objects. */ diff --git a/java/src/com/vmware/avi/sdk/model/VcenterClusterDetails.java b/java/src/com/vmware/avi/sdk/model/VcenterClusterDetails.java index fa7498f196..afefc02169 100644 --- a/java/src/com/vmware/avi/sdk/model/VcenterClusterDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VcenterClusterDetails.java @@ -42,7 +42,7 @@ public class VcenterClusterDetails { * This is the getter method this will return the attribute value. * Cloud id. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -54,7 +54,7 @@ public String getCcId() { * This is the setter method to the attribute. * Cloud id. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -66,7 +66,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Cluster name in vcenter. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cluster */ @@ -78,7 +78,7 @@ public String getCluster() { * This is the setter method to the attribute. * Cluster name in vcenter. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cluster set the cluster. */ @@ -90,7 +90,7 @@ public void setCluster(String cluster) { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -102,7 +102,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -113,7 +113,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Hosts in vcenter cluster. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -125,7 +125,7 @@ public List getHosts() { * This is the setter method. this will set the hosts * Hosts in vcenter cluster. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -137,7 +137,7 @@ public void setHosts(List hosts) { * This is the setter method this will set the hosts * Hosts in vcenter cluster. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -153,7 +153,7 @@ public VcenterClusterDetails addHostsItem(String hostsItem) { * This is the getter method this will return the attribute value. * Vc url. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcUrl */ @@ -165,7 +165,7 @@ public String getVcUrl() { * This is the setter method to the attribute. * Vc url. * Field introduced in 20.1.7, 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcUrl set the vcUrl. */ diff --git a/java/src/com/vmware/avi/sdk/model/VcenterClusters.java b/java/src/com/vmware/avi/sdk/model/VcenterClusters.java index df0f33e89d..43b3ee67e1 100644 --- a/java/src/com/vmware/avi/sdk/model/VcenterClusters.java +++ b/java/src/com/vmware/avi/sdk/model/VcenterClusters.java @@ -31,7 +31,7 @@ public class VcenterClusters { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrclusterruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterRefs */ @@ -42,7 +42,7 @@ public List getClusterRefs() { /** * This is the setter method. this will set the clusterRefs * It is a reference to an object of type vimgrclusterruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterRefs */ @@ -53,7 +53,7 @@ public void setClusterRefs(List clusterRefs) { /** * This is the setter method this will set the clusterRefs * It is a reference to an object of type vimgrclusterruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterRefs */ @@ -67,7 +67,7 @@ public VcenterClusters addClusterRefsItem(String clusterRefsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return include */ @@ -77,7 +77,7 @@ public Boolean getInclude() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param include set the include. */ diff --git a/java/src/com/vmware/avi/sdk/model/VcenterDatastore.java b/java/src/com/vmware/avi/sdk/model/VcenterDatastore.java index 9806db1fa8..cf4d120ad9 100644 --- a/java/src/com/vmware/avi/sdk/model/VcenterDatastore.java +++ b/java/src/com/vmware/avi/sdk/model/VcenterDatastore.java @@ -31,7 +31,7 @@ public class VcenterDatastore { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datastoreName */ @@ -41,7 +41,7 @@ public String getDatastoreName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datastoreName set the datastoreName. */ @@ -53,7 +53,7 @@ public void setDatastoreName(String datastoreName) { * This is the getter method this will return the attribute value. * Will be used by default, if not set fallback to datastore_name. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -65,7 +65,7 @@ public String getManagedObjectId() { * This is the setter method to the attribute. * Will be used by default, if not set fallback to datastore_name. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ diff --git a/java/src/com/vmware/avi/sdk/model/VcenterHosts.java b/java/src/com/vmware/avi/sdk/model/VcenterHosts.java index e3ef570592..44b97007d6 100644 --- a/java/src/com/vmware/avi/sdk/model/VcenterHosts.java +++ b/java/src/com/vmware/avi/sdk/model/VcenterHosts.java @@ -31,7 +31,7 @@ public class VcenterHosts { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -42,7 +42,7 @@ public List getHostRefs() { /** * This is the setter method. this will set the hostRefs * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -53,7 +53,7 @@ public void setHostRefs(List hostRefs) { /** * This is the setter method this will set the hostRefs * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -67,7 +67,7 @@ public VcenterHosts addHostRefsItem(String hostRefsItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return include */ @@ -77,7 +77,7 @@ public Boolean getInclude() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param include set the include. */ diff --git a/java/src/com/vmware/avi/sdk/model/VcenterImageDetails.java b/java/src/com/vmware/avi/sdk/model/VcenterImageDetails.java index 792f02f177..7cad5724b7 100644 --- a/java/src/com/vmware/avi/sdk/model/VcenterImageDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VcenterImageDetails.java @@ -39,7 +39,7 @@ public class VcenterImageDetails { * This is the getter method this will return the attribute value. * Cloud id. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -51,7 +51,7 @@ public String getCcId() { * This is the setter method to the attribute. * Cloud id. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -63,7 +63,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -75,7 +75,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -87,7 +87,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Image version. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageVersion */ @@ -99,7 +99,7 @@ public String getImageVersion() { * This is the setter method to the attribute. * Image version. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageVersion set the imageVersion. */ @@ -111,7 +111,7 @@ public void setImageVersion(String imageVersion) { * This is the getter method this will return the attribute value. * Vcenter url. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcUrl */ @@ -123,7 +123,7 @@ public String getVcUrl() { * This is the setter method to the attribute. * Vcenter url. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcUrl set the vcUrl. */ diff --git a/java/src/com/vmware/avi/sdk/model/VcenterQuarantinedHostParams.java b/java/src/com/vmware/avi/sdk/model/VcenterQuarantinedHostParams.java index fa480d07fc..bd5cb79e12 100644 --- a/java/src/com/vmware/avi/sdk/model/VcenterQuarantinedHostParams.java +++ b/java/src/com/vmware/avi/sdk/model/VcenterQuarantinedHostParams.java @@ -30,7 +30,7 @@ public class VcenterQuarantinedHostParams { * This is the getter method this will return the attribute value. * Vcenter cloud id. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudUuid */ @@ -42,7 +42,7 @@ public String getCloudUuid() { * This is the setter method to the attribute. * Vcenter cloud id. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudUuid set the cloudUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VcenterTagEventDetails.java b/java/src/com/vmware/avi/sdk/model/VcenterTagEventDetails.java index 076470feb1..f7f9ec3743 100644 --- a/java/src/com/vmware/avi/sdk/model/VcenterTagEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VcenterTagEventDetails.java @@ -36,7 +36,7 @@ public class VcenterTagEventDetails { * This is the getter method this will return the attribute value. * Cloud id. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -48,7 +48,7 @@ public String getCcId() { * This is the setter method to the attribute. * Cloud id. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -60,7 +60,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Failure reason. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -72,7 +72,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Failure reason. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -84,7 +84,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Sevm object id. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmId */ @@ -96,7 +96,7 @@ public String getVmId() { * This is the setter method to the attribute. * Sevm object id. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vmId set the vmId. */ diff --git a/java/src/com/vmware/avi/sdk/model/VersionInfo.java b/java/src/com/vmware/avi/sdk/model/VersionInfo.java index 3f4aa63a9c..83b0c705c9 100644 --- a/java/src/com/vmware/avi/sdk/model/VersionInfo.java +++ b/java/src/com/vmware/avi/sdk/model/VersionInfo.java @@ -30,6 +30,12 @@ public class VersionInfo extends AviRestResource { @JsonProperty("ops") private String ops; + @JsonProperty("reason") + private String reason; + + @JsonProperty("status") + private Integer status; + @JsonProperty("uuid") private String uuid; @@ -39,7 +45,7 @@ public class VersionInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Identifies the datastore table. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsName */ @@ -51,7 +57,7 @@ public String getDsName() { * This is the setter method to the attribute. * Identifies the datastore table. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dsName set the dsName. */ @@ -61,7 +67,7 @@ public void setDsName(String dsName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -71,7 +77,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -82,7 +88,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Enum options - GSLB_NONE, GSLB_CREATE, GSLB_UPDATE, GSLB_DELETE, GSLB_PURGE, GSLB_DECL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ops */ @@ -93,7 +99,7 @@ public String getOps() { /** * This is the setter method to the attribute. * Enum options - GSLB_NONE, GSLB_CREATE, GSLB_UPDATE, GSLB_DELETE, GSLB_PURGE, GSLB_DECL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ops set the ops. */ @@ -103,7 +109,55 @@ public void setOps(String ops) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Describes the reason for the object in this state. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return reason + */ + public String getReason() { + return reason; + } + + /** + * This is the setter method to the attribute. + * Describes the reason for the object in this state. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param reason set the reason. + */ + public void setReason(String reason) { + this.reason = reason; + } + + /** + * This is the getter method this will return the attribute value. + * Represents the state of the object. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return status + */ + public Integer getStatus() { + return status; + } + + /** + * This is the setter method to the attribute. + * Represents the state of the object. + * Field introduced in 30.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param status set the status. + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -113,7 +167,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -134,7 +188,9 @@ public boolean equals(java.lang.Object o) { return Objects.equals(this.uuid, objVersionInfo.uuid)&& Objects.equals(this.name, objVersionInfo.name)&& Objects.equals(this.ops, objVersionInfo.ops)&& - Objects.equals(this.dsName, objVersionInfo.dsName); + Objects.equals(this.dsName, objVersionInfo.dsName)&& + Objects.equals(this.reason, objVersionInfo.reason)&& + Objects.equals(this.status, objVersionInfo.status); } @Override @@ -144,6 +200,8 @@ public String toString() { sb.append(" dsName: ").append(toIndentedString(dsName)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" ops: ").append(toIndentedString(ops)).append("\n"); + sb.append(" reason: ").append(toIndentedString(reason)).append("\n"); + sb.append(" status: ").append(toIndentedString(status)).append("\n"); sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/VinfraCntlrHostUnreachableList.java b/java/src/com/vmware/avi/sdk/model/VinfraCntlrHostUnreachableList.java index 99b64ae3ef..afbfec4f03 100644 --- a/java/src/com/vmware/avi/sdk/model/VinfraCntlrHostUnreachableList.java +++ b/java/src/com/vmware/avi/sdk/model/VinfraCntlrHostUnreachableList.java @@ -30,7 +30,7 @@ public class VinfraCntlrHostUnreachableList { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostName */ @@ -40,7 +40,7 @@ public List getHostName() { /** * This is the setter method. this will set the hostName - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostName */ @@ -50,7 +50,7 @@ public void setHostName(List hostName) { /** * This is the setter method this will set the hostName - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostName */ @@ -64,7 +64,7 @@ public VinfraCntlrHostUnreachableList addHostNameItem(String hostNameItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -74,7 +74,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ diff --git a/java/src/com/vmware/avi/sdk/model/VinfraDiscSummaryDetails.java b/java/src/com/vmware/avi/sdk/model/VinfraDiscSummaryDetails.java index 4d940c8993..f4ec57b67c 100644 --- a/java/src/com/vmware/avi/sdk/model/VinfraDiscSummaryDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VinfraDiscSummaryDetails.java @@ -43,7 +43,7 @@ public class VinfraDiscSummaryDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numClusters */ @@ -53,7 +53,7 @@ public Integer getNumClusters() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numClusters set the numClusters. */ @@ -63,7 +63,7 @@ public void setNumClusters(Integer numClusters) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numDcs */ @@ -73,7 +73,7 @@ public Integer getNumDcs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numDcs set the numDcs. */ @@ -83,7 +83,7 @@ public void setNumDcs(Integer numDcs) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numHosts */ @@ -93,7 +93,7 @@ public Integer getNumHosts() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numHosts set the numHosts. */ @@ -103,7 +103,7 @@ public void setNumHosts(Integer numHosts) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numNws */ @@ -113,7 +113,7 @@ public Integer getNumNws() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numNws set the numNws. */ @@ -123,7 +123,7 @@ public void setNumNws(Integer numNws) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVms */ @@ -133,7 +133,7 @@ public Integer getNumVms() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVms set the numVms. */ @@ -143,7 +143,7 @@ public void setNumVms(Integer numVms) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -153,7 +153,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ diff --git a/java/src/com/vmware/avi/sdk/model/VinfraMgmtNwChangeDetails.java b/java/src/com/vmware/avi/sdk/model/VinfraMgmtNwChangeDetails.java index 6d46f53fba..398404b477 100644 --- a/java/src/com/vmware/avi/sdk/model/VinfraMgmtNwChangeDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VinfraMgmtNwChangeDetails.java @@ -34,7 +34,7 @@ public class VinfraMgmtNwChangeDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return existingNw */ @@ -44,7 +44,7 @@ public String getExistingNw() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param existingNw set the existingNw. */ @@ -54,7 +54,7 @@ public void setExistingNw(String existingNw) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newNw */ @@ -64,7 +64,7 @@ public String getNewNw() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newNw set the newNw. */ @@ -74,7 +74,7 @@ public void setNewNw(String newNw) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -84,7 +84,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ diff --git a/java/src/com/vmware/avi/sdk/model/VinfraPoolServerDeleteDetails.java b/java/src/com/vmware/avi/sdk/model/VinfraPoolServerDeleteDetails.java index a2f4136bf9..f84a79917d 100644 --- a/java/src/com/vmware/avi/sdk/model/VinfraPoolServerDeleteDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VinfraPoolServerDeleteDetails.java @@ -31,7 +31,7 @@ public class VinfraPoolServerDeleteDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -41,7 +41,7 @@ public String getPoolName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -50,7 +50,7 @@ public void setPoolName(String poolName) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ @@ -60,7 +60,7 @@ public List getServerIp() { /** * This is the setter method. this will set the serverIp - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ @@ -70,7 +70,7 @@ public void setServerIp(List serverIp) { /** * This is the setter method this will set the serverIp - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ diff --git a/java/src/com/vmware/avi/sdk/model/VinfraVcenterBadCredentials.java b/java/src/com/vmware/avi/sdk/model/VinfraVcenterBadCredentials.java index 81378b544f..245b66c3b5 100644 --- a/java/src/com/vmware/avi/sdk/model/VinfraVcenterBadCredentials.java +++ b/java/src/com/vmware/avi/sdk/model/VinfraVcenterBadCredentials.java @@ -43,7 +43,7 @@ public class VinfraVcenterBadCredentials { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -53,7 +53,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -63,7 +63,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousCount */ @@ -73,7 +73,7 @@ public Integer getPreviousCount() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param previousCount set the previousCount. */ @@ -83,7 +83,7 @@ public void setPreviousCount(Integer previousCount) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -93,7 +93,7 @@ public String getUser() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ @@ -103,7 +103,7 @@ public void setUser(String user) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -113,7 +113,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ @@ -123,7 +123,7 @@ public void setVcenter(String vcenter) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterName */ @@ -133,7 +133,7 @@ public String getVcenterName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterName set the vcenterName. */ @@ -143,7 +143,7 @@ public void setVcenterName(String vcenterName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterObject */ @@ -153,7 +153,7 @@ public String getVcenterObject() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterObject set the vcenterObject. */ diff --git a/java/src/com/vmware/avi/sdk/model/VinfraVcenterConnectivityStatus.java b/java/src/com/vmware/avi/sdk/model/VinfraVcenterConnectivityStatus.java index d53626faa9..d657e2311f 100644 --- a/java/src/com/vmware/avi/sdk/model/VinfraVcenterConnectivityStatus.java +++ b/java/src/com/vmware/avi/sdk/model/VinfraVcenterConnectivityStatus.java @@ -34,7 +34,7 @@ public class VinfraVcenterConnectivityStatus { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloud */ @@ -44,7 +44,7 @@ public String getCloud() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloud set the cloud. */ @@ -54,7 +54,7 @@ public void setCloud(String cloud) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datacenter */ @@ -64,7 +64,7 @@ public String getDatacenter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datacenter set the datacenter. */ @@ -74,7 +74,7 @@ public void setDatacenter(String datacenter) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -84,7 +84,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ diff --git a/java/src/com/vmware/avi/sdk/model/VinfraVcenterDiscoveryFailure.java b/java/src/com/vmware/avi/sdk/model/VinfraVcenterDiscoveryFailure.java index 4daeeb2ce2..e4e2b93064 100644 --- a/java/src/com/vmware/avi/sdk/model/VinfraVcenterDiscoveryFailure.java +++ b/java/src/com/vmware/avi/sdk/model/VinfraVcenterDiscoveryFailure.java @@ -31,7 +31,7 @@ public class VinfraVcenterDiscoveryFailure { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -41,7 +41,7 @@ public String getState() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -51,7 +51,7 @@ public void setState(String state) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -61,7 +61,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ diff --git a/java/src/com/vmware/avi/sdk/model/VinfraVcenterNetworkLimit.java b/java/src/com/vmware/avi/sdk/model/VinfraVcenterNetworkLimit.java index 4a31c848c2..3270e6d83d 100644 --- a/java/src/com/vmware/avi/sdk/model/VinfraVcenterNetworkLimit.java +++ b/java/src/com/vmware/avi/sdk/model/VinfraVcenterNetworkLimit.java @@ -34,7 +34,7 @@ public class VinfraVcenterNetworkLimit { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return additionalReason */ @@ -44,7 +44,7 @@ public String getAdditionalReason() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param additionalReason set the additionalReason. */ @@ -54,7 +54,7 @@ public void setAdditionalReason(String additionalReason) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return current */ @@ -64,7 +64,7 @@ public Integer getCurrent() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param current set the current. */ @@ -74,7 +74,7 @@ public void setCurrent(Integer current) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return limit */ @@ -84,7 +84,7 @@ public Integer getLimit() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param limit set the limit. */ diff --git a/java/src/com/vmware/avi/sdk/model/VinfraVcenterObjDeleteDetails.java b/java/src/com/vmware/avi/sdk/model/VinfraVcenterObjDeleteDetails.java index fd5d6d2617..82342ab311 100644 --- a/java/src/com/vmware/avi/sdk/model/VinfraVcenterObjDeleteDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VinfraVcenterObjDeleteDetails.java @@ -31,7 +31,7 @@ public class VinfraVcenterObjDeleteDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objName */ @@ -41,7 +41,7 @@ public String getObjName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objName set the objName. */ @@ -51,7 +51,7 @@ public void setObjName(String objName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -61,7 +61,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ diff --git a/java/src/com/vmware/avi/sdk/model/VinfraVmDetails.java b/java/src/com/vmware/avi/sdk/model/VinfraVmDetails.java index 3f261fbaa7..62b615120d 100644 --- a/java/src/com/vmware/avi/sdk/model/VinfraVmDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VinfraVmDetails.java @@ -34,7 +34,7 @@ public class VinfraVmDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datacenter */ @@ -44,7 +44,7 @@ public String getDatacenter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datacenter set the datacenter. */ @@ -54,7 +54,7 @@ public void setDatacenter(String datacenter) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -64,7 +64,7 @@ public String getHost() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -74,7 +74,7 @@ public void setHost(String host) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -84,7 +84,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ diff --git a/java/src/com/vmware/avi/sdk/model/Vip.java b/java/src/com/vmware/avi/sdk/model/Vip.java index 3ede16fd2f..41760fe080 100644 --- a/java/src/com/vmware/avi/sdk/model/Vip.java +++ b/java/src/com/vmware/avi/sdk/model/Vip.java @@ -99,8 +99,8 @@ public class Vip { * This is the getter method this will return the attribute value. * Auto-allocate floating/elastic ip from the cloud infrastructure. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return autoAllocateFloatingIp */ @@ -112,8 +112,8 @@ public Boolean getAutoAllocateFloatingIp() { * This is the setter method to the attribute. * Auto-allocate floating/elastic ip from the cloud infrastructure. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param autoAllocateFloatingIp set the autoAllocateFloatingIp. */ @@ -125,7 +125,7 @@ public void setAutoAllocateFloatingIp(Boolean autoAllocateFloatingIp) { * This is the getter method this will return the attribute value. * Auto-allocate vip from the provided subnet. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return autoAllocateIp */ @@ -137,7 +137,7 @@ public Boolean getAutoAllocateIp() { * This is the setter method to the attribute. * Auto-allocate vip from the provided subnet. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param autoAllocateIp set the autoAllocateIp. */ @@ -150,8 +150,8 @@ public void setAutoAllocateIp(Boolean autoAllocateIp) { * Specifies whether to auto-allocate only a v4 address, only a v6 address, or one of each type. * Enum options - V4_ONLY, V6_ONLY, V4_V6. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- v4_only), basic edition(allowed values- v4_only), enterprise - * with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- v4_only), basic (allowed values- v4_only) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "V4_ONLY". * @return autoAllocateIpType */ @@ -164,8 +164,8 @@ public String getAutoAllocateIpType() { * Specifies whether to auto-allocate only a v4 address, only a v6 address, or one of each type. * Enum options - V4_ONLY, V6_ONLY, V4_V6. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- v4_only), basic edition(allowed values- v4_only), enterprise - * with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- v4_only), basic (allowed values- v4_only) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "V4_ONLY". * @param autoAllocateIpType set the autoAllocateIpType. */ @@ -177,7 +177,7 @@ public void setAutoAllocateIpType(String autoAllocateIpType) { * This is the getter method this will return the attribute value. * Availability-zone to place the virtual service. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZone */ @@ -189,7 +189,7 @@ public String getAvailabilityZone() { * This is the setter method to the attribute. * Availability-zone to place the virtual service. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availabilityZone set the availabilityZone. */ @@ -201,8 +201,8 @@ public void setAvailabilityZone(String availabilityZone) { * This is the getter method this will return the attribute value. * (internal-use) fip allocated by avi in the cloud infrastructure. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return aviAllocatedFip */ @@ -214,8 +214,8 @@ public Boolean getAviAllocatedFip() { * This is the setter method to the attribute. * (internal-use) fip allocated by avi in the cloud infrastructure. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param aviAllocatedFip set the aviAllocatedFip. */ @@ -227,8 +227,8 @@ public void setAviAllocatedFip(Boolean aviAllocatedFip) { * This is the getter method this will return the attribute value. * (internal-use) vip allocated by avi in the cloud infrastructure. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return aviAllocatedVip */ @@ -240,8 +240,8 @@ public Boolean getAviAllocatedVip() { * This is the setter method to the attribute. * (internal-use) vip allocated by avi in the cloud infrastructure. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param aviAllocatedVip set the aviAllocatedVip. */ @@ -252,7 +252,7 @@ public void setAviAllocatedVip(Boolean aviAllocatedVip) { * This is the getter method this will return the attribute value. * Discovered networks providing reachability for client facing vip ip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveredNetworks */ @@ -264,7 +264,7 @@ public List getDiscoveredNetworks() { * This is the setter method. this will set the discoveredNetworks * Discovered networks providing reachability for client facing vip ip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveredNetworks */ @@ -276,7 +276,7 @@ public void setDiscoveredNetworks(List discoveredNetworks) { * This is the setter method this will set the discoveredNetworks * Discovered networks providing reachability for client facing vip ip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveredNetworks */ @@ -292,7 +292,7 @@ public Vip addDiscoveredNetworksItem(DiscoveredNetwork discoveredNetworksItem) { * This is the getter method this will return the attribute value. * Enable or disable the vip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -304,7 +304,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable or disable the vip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -316,7 +316,7 @@ public void setEnabled(Boolean enabled) { * This is the getter method this will return the attribute value. * Floating ipv4 to associate with this vip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIp */ @@ -328,7 +328,7 @@ public IpAddr getFloatingIp() { * This is the setter method to the attribute. * Floating ipv4 to associate with this vip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param floatingIp set the floatingIp. */ @@ -340,7 +340,7 @@ public void setFloatingIp(IpAddr floatingIp) { * This is the getter method this will return the attribute value. * Floating ipv6 address to associate with this vip. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIp6 */ @@ -352,7 +352,7 @@ public IpAddr getFloatingIp6() { * This is the setter method to the attribute. * Floating ipv6 address to associate with this vip. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param floatingIp6 set the floatingIp6. */ @@ -364,7 +364,7 @@ public void setFloatingIp6(IpAddr floatingIp6) { * This is the getter method this will return the attribute value. * If auto_allocate_floating_ip is true and more than one floating-ip subnets exist, then the subnet for the floating ipv6 address allocation. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingSubnet6Uuid */ @@ -376,7 +376,7 @@ public String getFloatingSubnet6Uuid() { * This is the setter method to the attribute. * If auto_allocate_floating_ip is true and more than one floating-ip subnets exist, then the subnet for the floating ipv6 address allocation. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param floatingSubnet6Uuid set the floatingSubnet6Uuid. */ @@ -388,7 +388,7 @@ public void setFloatingSubnet6Uuid(String floatingSubnet6Uuid) { * This is the getter method this will return the attribute value. * If auto_allocate_floating_ip is true and more than one floating-ip subnets exist, then the subnet for the floating ip address allocation. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingSubnetUuid */ @@ -400,7 +400,7 @@ public String getFloatingSubnetUuid() { * This is the setter method to the attribute. * If auto_allocate_floating_ip is true and more than one floating-ip subnets exist, then the subnet for the floating ip address allocation. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param floatingSubnetUuid set the floatingSubnetUuid. */ @@ -412,7 +412,7 @@ public void setFloatingSubnetUuid(String floatingSubnetUuid) { * This is the getter method this will return the attribute value. * Ipv6 address of the vip. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -424,7 +424,7 @@ public IpAddr getIp6Address() { * This is the setter method to the attribute. * Ipv6 address of the vip. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6Address set the ip6Address. */ @@ -436,7 +436,7 @@ public void setIp6Address(IpAddr ip6Address) { * This is the getter method this will return the attribute value. * Ipv4 address of the vip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -448,7 +448,7 @@ public IpAddr getIpAddress() { * This is the setter method to the attribute. * Ipv4 address of the vip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddress set the ipAddress. */ @@ -460,7 +460,7 @@ public void setIpAddress(IpAddr ipAddress) { * This is the getter method this will return the attribute value. * Subnet and/or network for allocating virtualservice ip by ipam provider module. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipamNetworkSubnet */ @@ -472,7 +472,7 @@ public IPNetworkSubnet getIpamNetworkSubnet() { * This is the setter method to the attribute. * Subnet and/or network for allocating virtualservice ip by ipam provider module. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipamNetworkSubnet set the ipamNetworkSubnet. */ @@ -485,7 +485,7 @@ public void setIpamNetworkSubnet(IPNetworkSubnet ipamNetworkSubnet) { * Manually override the network on which the vip is placed. * It is a reference to an object of type network. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -498,7 +498,7 @@ public String getNetworkRef() { * Manually override the network on which the vip is placed. * It is a reference to an object of type network. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -510,7 +510,7 @@ public void setNetworkRef(String networkRef) { * Placement networks/subnets to use for vip placement. * Field introduced in 18.2.5. * Maximum of 10 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementNetworks */ @@ -523,7 +523,7 @@ public List getPlacementNetworks() { * Placement networks/subnets to use for vip placement. * Field introduced in 18.2.5. * Maximum of 10 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementNetworks */ @@ -536,7 +536,7 @@ public void setPlacementNetworks(List placementNetworks) { * Placement networks/subnets to use for vip placement. * Field introduced in 18.2.5. * Maximum of 10 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementNetworks */ @@ -552,7 +552,7 @@ public Vip addPlacementNetworksItem(VipPlacementNetwork placementNetworksItem) { * This is the getter method this will return the attribute value. * (internal-use) network port assigned to the vip ip address. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portUuid */ @@ -564,7 +564,7 @@ public String getPortUuid() { * This is the setter method to the attribute. * (internal-use) network port assigned to the vip ip address. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param portUuid set the portUuid. */ @@ -577,8 +577,8 @@ public void setPortUuid(String portUuid) { * Mask applied for the vip, non-default mask supported only for wildcard vip. * Allowed values are 0-32. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 32), basic edition(allowed values- 32), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 32), basic (allowed values- 32) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @return prefixLength */ @@ -591,8 +591,8 @@ public Integer getPrefixLength() { * Mask applied for the vip, non-default mask supported only for wildcard vip. * Allowed values are 0-32. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 32), basic edition(allowed values- 32), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 32), basic (allowed values- 32) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @param prefixLength set the prefixLength. */ @@ -604,7 +604,7 @@ public void setPrefixLength(Integer prefixLength) { * This is the getter method this will return the attribute value. * Subnet providing reachability for client facing vip ip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -616,7 +616,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Subnet providing reachability for client facing vip ip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -628,7 +628,7 @@ public void setSubnet(IpAddrPrefix subnet) { * This is the getter method this will return the attribute value. * Subnet providing reachability for client facing vip ipv6. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -640,7 +640,7 @@ public IpAddrPrefix getSubnet6() { * This is the setter method to the attribute. * Subnet providing reachability for client facing vip ipv6. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet6 set the subnet6. */ @@ -654,7 +654,7 @@ public void setSubnet6(IpAddrPrefix subnet6) { * This field is applicable only if the virtualservice belongs to an openstack or aws cloud, in which case it is mandatory, if auto_allocate is * selected. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6Uuid */ @@ -668,7 +668,7 @@ public String getSubnet6Uuid() { * This field is applicable only if the virtualservice belongs to an openstack or aws cloud, in which case it is mandatory, if auto_allocate is * selected. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet6Uuid set the subnet6Uuid. */ @@ -682,7 +682,7 @@ public void setSubnet6Uuid(String subnet6Uuid) { * This field is applicable only if the virtualservice belongs to an openstack or aws cloud, in which case it is mandatory, if auto_allocate is * selected. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetUuid */ @@ -696,7 +696,7 @@ public String getSubnetUuid() { * This field is applicable only if the virtualservice belongs to an openstack or aws cloud, in which case it is mandatory, if auto_allocate is * selected. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetUuid set the subnetUuid. */ @@ -708,7 +708,7 @@ public void setSubnetUuid(String subnetUuid) { * This is the getter method this will return the attribute value. * Unique id associated with the vip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -720,7 +720,7 @@ public String getVipId() { * This is the setter method to the attribute. * Unique id associated with the vip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ diff --git a/java/src/com/vmware/avi/sdk/model/VipAutoscaleConfiguration.java b/java/src/com/vmware/avi/sdk/model/VipAutoscaleConfiguration.java index fc4a6c294c..e12b1966c6 100644 --- a/java/src/com/vmware/avi/sdk/model/VipAutoscaleConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/VipAutoscaleConfiguration.java @@ -29,7 +29,7 @@ public class VipAutoscaleConfiguration { * This is the getter method this will return the attribute value. * This is the list of az+subnet in which vips will be spawned. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -41,7 +41,7 @@ public List getZones() { * This is the setter method. this will set the zones * This is the list of az+subnet in which vips will be spawned. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -53,7 +53,7 @@ public void setZones(List zones) { * This is the setter method this will set the zones * This is the list of az+subnet in which vips will be spawned. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ diff --git a/java/src/com/vmware/avi/sdk/model/VipAutoscaleGroup.java b/java/src/com/vmware/avi/sdk/model/VipAutoscaleGroup.java index 023e1dc8f1..403f2dbb10 100644 --- a/java/src/com/vmware/avi/sdk/model/VipAutoscaleGroup.java +++ b/java/src/com/vmware/avi/sdk/model/VipAutoscaleGroup.java @@ -32,7 +32,7 @@ public class VipAutoscaleGroup { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configuration */ @@ -43,7 +43,7 @@ public VipAutoscaleConfiguration getConfiguration() { /** * This is the setter method to the attribute. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configuration set the configuration. */ @@ -54,7 +54,7 @@ public void setConfiguration(VipAutoscaleConfiguration configuration) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return policy */ @@ -65,7 +65,7 @@ public VipAutoscalePolicy getPolicy() { /** * This is the setter method to the attribute. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param policy set the policy. */ diff --git a/java/src/com/vmware/avi/sdk/model/VipAutoscalePolicy.java b/java/src/com/vmware/avi/sdk/model/VipAutoscalePolicy.java index 53c2926c6a..66bcf99aea 100644 --- a/java/src/com/vmware/avi/sdk/model/VipAutoscalePolicy.java +++ b/java/src/com/vmware/avi/sdk/model/VipAutoscalePolicy.java @@ -40,7 +40,7 @@ public class VipAutoscalePolicy { * The amount of time, in seconds, when a vip is withdrawn before a scaling activity starts. * Field introduced in 17.2.12, 18.1.2. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return dnsCooldown */ @@ -53,7 +53,7 @@ public Integer getDnsCooldown() { * The amount of time, in seconds, when a vip is withdrawn before a scaling activity starts. * Field introduced in 17.2.12, 18.1.2. * Unit is seconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param dnsCooldown set the dnsCooldown. */ @@ -65,7 +65,7 @@ public void setDnsCooldown(Integer dnsCooldown) { * This is the getter method this will return the attribute value. * The maximum size of the group. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return maxSize */ @@ -77,7 +77,7 @@ public Integer getMaxSize() { * This is the setter method to the attribute. * The maximum size of the group. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param maxSize set the maxSize. */ @@ -89,7 +89,7 @@ public void setMaxSize(Integer maxSize) { * This is the getter method this will return the attribute value. * The minimum size of the group. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return minSize */ @@ -101,7 +101,7 @@ public Integer getMinSize() { * This is the setter method to the attribute. * The minimum size of the group. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param minSize set the minSize. */ @@ -113,7 +113,7 @@ public void setMinSize(Integer minSize) { * This is the getter method this will return the attribute value. * When set, scaling is suspended. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return suspend */ @@ -125,7 +125,7 @@ public Boolean getSuspend() { * This is the setter method to the attribute. * When set, scaling is suspended. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param suspend set the suspend. */ diff --git a/java/src/com/vmware/avi/sdk/model/VipAutoscaleZones.java b/java/src/com/vmware/avi/sdk/model/VipAutoscaleZones.java index 68177919a6..cc43d99594 100644 --- a/java/src/com/vmware/avi/sdk/model/VipAutoscaleZones.java +++ b/java/src/com/vmware/avi/sdk/model/VipAutoscaleZones.java @@ -36,8 +36,7 @@ public class VipAutoscaleZones { * This is the getter method this will return the attribute value. * Availability zone associated with the subnet. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return availabilityZone */ public String getAvailabilityZone() { @@ -48,8 +47,7 @@ public String getAvailabilityZone() { * This is the setter method to the attribute. * Availability zone associated with the subnet. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param availabilityZone set the availabilityZone. */ public void setAvailabilityZone(String availabilityZone) { @@ -60,8 +58,7 @@ public void setAvailabilityZone(String availabilityZone) { * This is the getter method this will return the attribute value. * Determines if the subnet is capable of hosting publicly accessible ip. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return fipCapable */ public Boolean getFipCapable() { @@ -72,8 +69,7 @@ public Boolean getFipCapable() { * This is the setter method to the attribute. * Determines if the subnet is capable of hosting publicly accessible ip. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param fipCapable set the fipCapable. */ public void setFipCapable(Boolean fipCapable) { @@ -84,7 +80,7 @@ public void setFipCapable(Boolean fipCapable) { * This is the getter method this will return the attribute value. * Uuid of the subnet for new ip address allocation. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetUuid */ @@ -96,7 +92,7 @@ public String getSubnetUuid() { * This is the setter method to the attribute. * Uuid of the subnet for new ip address allocation. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetUuid set the subnetUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VipPlacementNetwork.java b/java/src/com/vmware/avi/sdk/model/VipPlacementNetwork.java index 1a063f7b02..a30ed94f43 100644 --- a/java/src/com/vmware/avi/sdk/model/VipPlacementNetwork.java +++ b/java/src/com/vmware/avi/sdk/model/VipPlacementNetwork.java @@ -37,7 +37,7 @@ public class VipPlacementNetwork { * Network to use for vip placement. * It is a reference to an object of type network. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -50,7 +50,7 @@ public String getNetworkRef() { * Network to use for vip placement. * It is a reference to an object of type network. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -62,7 +62,7 @@ public void setNetworkRef(String networkRef) { * This is the getter method this will return the attribute value. * Ipv4 subnet to use for vip placement. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -74,7 +74,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Ipv4 subnet to use for vip placement. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -86,7 +86,7 @@ public void setSubnet(IpAddrPrefix subnet) { * This is the getter method this will return the attribute value. * Ipv6 subnet to use for vip placement. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -98,7 +98,7 @@ public IpAddrPrefix getSubnet6() { * This is the setter method to the attribute. * Ipv6 subnet to use for vip placement. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet6 set the subnet6. */ diff --git a/java/src/com/vmware/avi/sdk/model/VipPlacementResolutionInfo.java b/java/src/com/vmware/avi/sdk/model/VipPlacementResolutionInfo.java index 843927690c..021bb989f5 100644 --- a/java/src/com/vmware/avi/sdk/model/VipPlacementResolutionInfo.java +++ b/java/src/com/vmware/avi/sdk/model/VipPlacementResolutionInfo.java @@ -34,7 +34,7 @@ public class VipPlacementResolutionInfo { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -44,7 +44,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -53,7 +53,7 @@ public void setIp(IpAddr ip) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -63,7 +63,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -73,7 +73,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -87,7 +87,7 @@ public VipPlacementResolutionInfo addNetworksItem(DiscoveredNetwork networksItem /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -97,7 +97,7 @@ public String getPoolUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VipRuntime.java b/java/src/com/vmware/avi/sdk/model/VipRuntime.java index 2a1e9f0244..2e746528b5 100644 --- a/java/src/com/vmware/avi/sdk/model/VipRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/VipRuntime.java @@ -108,7 +108,7 @@ public class VipRuntime { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ev */ @@ -118,7 +118,7 @@ public List getEv() { /** * This is the setter method. this will set the ev - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ev */ @@ -128,7 +128,7 @@ public void setEv(List ev) { /** * This is the setter method this will set the ev - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ev */ @@ -142,7 +142,7 @@ public VipRuntime addEvItem(String evItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return evStatus */ @@ -152,7 +152,7 @@ public VsEvStatus getEvStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param evStatus set the evStatus. */ @@ -162,7 +162,7 @@ public void setEvStatus(VsEvStatus evStatus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return firstSeAssignedTime */ @@ -172,7 +172,7 @@ public TimeStamp getFirstSeAssignedTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param firstSeAssignedTime set the firstSeAssignedTime. */ @@ -182,7 +182,7 @@ public void setFirstSeAssignedTime(TimeStamp firstSeAssignedTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return firstTimePlacement */ @@ -192,7 +192,7 @@ public Boolean getFirstTimePlacement() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param firstTimePlacement set the firstTimePlacement. */ @@ -202,7 +202,7 @@ public void setFirstTimePlacement(Boolean firstTimePlacement) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "0". * @return fsmStateId */ @@ -212,7 +212,7 @@ public String getFsmStateId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "0". * @param fsmStateId set the fsmStateId. */ @@ -222,7 +222,7 @@ public void setFsmStateId(String fsmStateId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VipFsmMap::Inactive". * @return fsmStateName */ @@ -232,7 +232,7 @@ public String getFsmStateName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VipFsmMap::Inactive". * @param fsmStateName set the fsmStateName. */ @@ -242,7 +242,7 @@ public void setFsmStateName(String fsmStateName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -252,7 +252,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -262,7 +262,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastScaleStatus */ @@ -272,7 +272,7 @@ public ScaleStatus getLastScaleStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastScaleStatus set the lastScaleStatus. */ @@ -282,7 +282,7 @@ public void setLastScaleStatus(ScaleStatus lastScaleStatus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return markedForDelete */ @@ -292,7 +292,7 @@ public Boolean getMarkedForDelete() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param markedForDelete set the markedForDelete. */ @@ -303,7 +303,7 @@ public void setMarkedForDelete(Boolean markedForDelete) { /** * This is the getter method this will return the attribute value. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsMgrPort */ @@ -314,7 +314,7 @@ public String getMetricsMgrPort() { /** * This is the setter method to the attribute. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsMgrPort set the metricsMgrPort. */ @@ -324,7 +324,7 @@ public void setMetricsMgrPort(String metricsMgrPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return migrateInProgress */ @@ -334,7 +334,7 @@ public Boolean getMigrateInProgress() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param migrateInProgress set the migrateInProgress. */ @@ -344,7 +344,7 @@ public void setMigrateInProgress(Boolean migrateInProgress) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return migrateRequest */ @@ -354,7 +354,7 @@ public VsMigrateParams getMigrateRequest() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param migrateRequest set the migrateRequest. */ @@ -364,7 +364,7 @@ public void setMigrateRequest(VsMigrateParams migrateRequest) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return migrateScaleinPending */ @@ -374,7 +374,7 @@ public Boolean getMigrateScaleinPending() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param migrateScaleinPending set the migrateScaleinPending. */ @@ -384,7 +384,7 @@ public void setMigrateScaleinPending(Boolean migrateScaleinPending) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return migrateScaleoutPending */ @@ -394,7 +394,7 @@ public Boolean getMigrateScaleoutPending() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param migrateScaleoutPending set the migrateScaleoutPending. */ @@ -404,7 +404,7 @@ public void setMigrateScaleoutPending(Boolean migrateScaleoutPending) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return numAdditionalSe */ @@ -414,7 +414,7 @@ public Integer getNumAdditionalSe() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param numAdditionalSe set the numAdditionalSe. */ @@ -425,7 +425,7 @@ public void setNumAdditionalSe(Integer numAdditionalSe) { /** * This is the getter method this will return the attribute value. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevMetricsMgrPort */ @@ -436,7 +436,7 @@ public String getPrevMetricsMgrPort() { /** * This is the setter method to the attribute. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevMetricsMgrPort set the prevMetricsMgrPort. */ @@ -446,7 +446,7 @@ public void setPrevMetricsMgrPort(String prevMetricsMgrPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return progressPercent */ @@ -456,7 +456,7 @@ public Integer getProgressPercent() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param progressPercent set the progressPercent. */ @@ -466,7 +466,7 @@ public void setProgressPercent(Integer progressPercent) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestedResource */ @@ -476,7 +476,7 @@ public VirtualServiceResource getRequestedResource() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestedResource set the requestedResource. */ @@ -486,7 +486,7 @@ public void setRequestedResource(VirtualServiceResource requestedResource) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleStatus */ @@ -496,7 +496,7 @@ public ScaleStatus getScaleStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleStatus set the scaleStatus. */ @@ -506,7 +506,7 @@ public void setScaleStatus(ScaleStatus scaleStatus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return scaleinInProgress */ @@ -516,7 +516,7 @@ public Boolean getScaleinInProgress() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param scaleinInProgress set the scaleinInProgress. */ @@ -526,7 +526,7 @@ public void setScaleinInProgress(Boolean scaleinInProgress) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleinRequest */ @@ -536,7 +536,7 @@ public VsScaleinParams getScaleinRequest() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleinRequest set the scaleinRequest. */ @@ -546,7 +546,7 @@ public void setScaleinRequest(VsScaleinParams scaleinRequest) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return scaleoutInProgress */ @@ -556,7 +556,7 @@ public Boolean getScaleoutInProgress() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param scaleoutInProgress set the scaleoutInProgress. */ @@ -565,7 +565,7 @@ public void setScaleoutInProgress(Boolean scaleoutInProgress) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seList */ @@ -575,7 +575,7 @@ public List getSeList() { /** * This is the setter method. this will set the seList - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seList */ @@ -585,7 +585,7 @@ public void setSeList(List seList) { /** * This is the setter method this will set the seList - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seList */ @@ -599,7 +599,7 @@ public VipRuntime addSeListItem(SeList seListItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return suppRuntimeStatus */ @@ -609,7 +609,7 @@ public OperationalStatus getSuppRuntimeStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param suppRuntimeStatus set the suppRuntimeStatus. */ @@ -619,7 +619,7 @@ public void setSuppRuntimeStatus(OperationalStatus suppRuntimeStatus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return userScaleoutPending */ @@ -629,7 +629,7 @@ public Boolean getUserScaleoutPending() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param userScaleoutPending set the userScaleoutPending. */ @@ -639,7 +639,7 @@ public void setUserScaleoutPending(Boolean userScaleoutPending) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -649,7 +649,7 @@ public String getVipId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -661,7 +661,7 @@ public void setVipId(String vipId) { * This is the getter method this will return the attribute value. * Vip finished resyncing with resource manager. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return warmstartResyncDone */ @@ -673,7 +673,7 @@ public Boolean getWarmstartResyncDone() { * This is the setter method to the attribute. * Vip finished resyncing with resource manager. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param warmstartResyncDone set the warmstartResyncDone. */ @@ -685,7 +685,7 @@ public void setWarmstartResyncDone(Boolean warmstartResyncDone) { * This is the getter method this will return the attribute value. * Rpc sent to resource manager for warmstart resync. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return warmstartResyncSent */ @@ -697,7 +697,7 @@ public Boolean getWarmstartResyncSent() { * This is the setter method to the attribute. * Rpc sent to resource manager for warmstart resync. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param warmstartResyncSent set the warmstartResyncSent. */ diff --git a/java/src/com/vmware/avi/sdk/model/VipScaleDetails.java b/java/src/com/vmware/avi/sdk/model/VipScaleDetails.java index 39c50dba61..4261d83be2 100644 --- a/java/src/com/vmware/avi/sdk/model/VipScaleDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VipScaleDetails.java @@ -40,7 +40,7 @@ public class VipScaleDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZone */ @@ -50,7 +50,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availabilityZone set the availabilityZone. */ @@ -60,7 +60,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -70,7 +70,7 @@ public String getError() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -80,7 +80,7 @@ public void setError(String error) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetUuid */ @@ -90,7 +90,7 @@ public String getSubnetUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetUuid set the subnetUuid. */ @@ -100,7 +100,7 @@ public void setSubnetUuid(String subnetUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -110,7 +110,7 @@ public String getVipId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -120,7 +120,7 @@ public void setVipId(String vipId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsvipUuid */ @@ -130,7 +130,7 @@ public String getVsvipUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsvipUuid set the vsvipUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VipSeAssigned.java b/java/src/com/vmware/avi/sdk/model/VipSeAssigned.java index 2b0c6e65ce..3ca1cf7499 100644 --- a/java/src/com/vmware/avi/sdk/model/VipSeAssigned.java +++ b/java/src/com/vmware/avi/sdk/model/VipSeAssigned.java @@ -69,6 +69,9 @@ public class VipSeAssigned { @JsonProperty("se_ready_in_progress") private Boolean seReadyInProgress; + @JsonProperty("sec_idx") + private Integer secIdx = 1; + @JsonProperty("snat_ip") private IpAddr snatIp; @@ -84,7 +87,7 @@ public class VipSeAssigned { * This is the getter method this will return the attribute value. * Vip is active on cloud. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeOnCloud */ @@ -96,7 +99,7 @@ public Boolean getActiveOnCloud() { * This is the setter method to the attribute. * Vip is active on cloud. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param activeOnCloud set the activeOnCloud. */ @@ -108,7 +111,7 @@ public void setActiveOnCloud(Boolean activeOnCloud) { * This is the getter method this will return the attribute value. * Vip is active on this serviceengine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeOnSe */ @@ -120,7 +123,7 @@ public Boolean getActiveOnSe() { * This is the setter method to the attribute. * Vip is active on this serviceengine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param activeOnSe set the activeOnSe. */ @@ -130,7 +133,7 @@ public void setActiveOnSe(Boolean activeOnSe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return adminDownRequested */ @@ -140,7 +143,7 @@ public Boolean getAdminDownRequested() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param adminDownRequested set the adminDownRequested. */ @@ -152,7 +155,7 @@ public void setAdminDownRequested(Boolean adminDownRequested) { * This is the getter method this will return the attribute value. * Attach ip is in progress. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attachIpInProgress */ @@ -164,7 +167,7 @@ public Boolean getAttachIpInProgress() { * This is the setter method to the attribute. * Attach ip is in progress. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attachIpInProgress set the attachIpInProgress. */ @@ -174,7 +177,7 @@ public void setAttachIpInProgress(Boolean attachIpInProgress) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connected */ @@ -184,7 +187,7 @@ public Boolean getConnected() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connected set the connected. */ @@ -196,7 +199,7 @@ public void setConnected(Boolean connected) { * This is the getter method this will return the attribute value. * Detach ip is in progress. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return detachIpInProgress */ @@ -208,7 +211,7 @@ public Boolean getDetachIpInProgress() { * This is the setter method to the attribute. * Detach ip is in progress. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param detachIpInProgress set the detachIpInProgress. */ @@ -220,7 +223,7 @@ public void setDetachIpInProgress(Boolean detachIpInProgress) { * This is the getter method this will return the attribute value. * Management ipv4 address of se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtIp */ @@ -232,7 +235,7 @@ public IpAddr getMgmtIp() { * This is the setter method to the attribute. * Management ipv4 address of se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtIp set the mgmtIp. */ @@ -244,7 +247,7 @@ public void setMgmtIp(IpAddr mgmtIp) { * This is the getter method this will return the attribute value. * Management ipv6 address of se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtIp6 */ @@ -256,7 +259,7 @@ public IpAddr getMgmtIp6() { * This is the setter method to the attribute. * Management ipv6 address of se. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtIp6 set the mgmtIp6. */ @@ -266,7 +269,7 @@ public void setMgmtIp6(IpAddr mgmtIp6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -276,7 +279,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -286,7 +289,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -296,7 +299,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ @@ -306,7 +309,7 @@ public void setOperStatus(OperationalStatus operStatus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return primary */ @@ -316,7 +319,7 @@ public Boolean getPrimary() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param primary set the primary. */ @@ -327,7 +330,7 @@ public void setPrimary(Boolean primary) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ref */ @@ -338,7 +341,7 @@ public String getRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ref set the ref. */ @@ -350,7 +353,7 @@ public void setRef(String ref) { * This is the getter method this will return the attribute value. * Vip route is revoked as pool went down. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routeRevokedPoolDown */ @@ -362,7 +365,7 @@ public Boolean getRouteRevokedPoolDown() { * This is the setter method to the attribute. * Vip route is revoked as pool went down. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routeRevokedPoolDown set the routeRevokedPoolDown. */ @@ -372,7 +375,7 @@ public void setRouteRevokedPoolDown(Boolean routeRevokedPoolDown) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return scaleinInProgress */ @@ -382,7 +385,7 @@ public Boolean getScaleinInProgress() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param scaleinInProgress set the scaleinInProgress. */ @@ -394,7 +397,7 @@ public void setScaleinInProgress(Boolean scaleinInProgress) { * This is the getter method this will return the attribute value. * Vip is awaiting scaleout response from this serviceengine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleoutInProgress */ @@ -406,7 +409,7 @@ public Boolean getScaleoutInProgress() { * This is the setter method to the attribute. * Vip is awaiting scaleout response from this serviceengine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleoutInProgress set the scaleoutInProgress. */ @@ -418,7 +421,7 @@ public void setScaleoutInProgress(Boolean scaleoutInProgress) { * This is the getter method this will return the attribute value. * Vip is awaiting response from this serviceengine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seReadyInProgress */ @@ -430,7 +433,7 @@ public Boolean getSeReadyInProgress() { * This is the setter method to the attribute. * Vip is awaiting response from this serviceengine. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seReadyInProgress set the seReadyInProgress. */ @@ -440,7 +443,29 @@ public void setSeReadyInProgress(Boolean seReadyInProgress) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Secondary index of the se. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 1. + * @return secIdx + */ + public Integer getSecIdx() { + return secIdx; + } + + /** + * This is the setter method to the attribute. + * Secondary index of the se. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 1. + * @param secIdx set the secIdx. + */ + public void setSecIdx(Integer secIdx) { + this.secIdx = secIdx; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snatIp */ @@ -450,7 +475,7 @@ public IpAddr getSnatIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param snatIp set the snatIp. */ @@ -462,7 +487,7 @@ public void setSnatIp(IpAddr snatIp) { * This is the getter method this will return the attribute value. * Ipv6 address for se snat. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snatIp6Address */ @@ -474,7 +499,7 @@ public IpAddr getSnatIp6Address() { * This is the setter method to the attribute. * Ipv6 address for se snat. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param snatIp6Address set the snatIp6Address. */ @@ -484,7 +509,7 @@ public void setSnatIp6Address(IpAddr snatIp6Address) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return standby */ @@ -494,7 +519,7 @@ public Boolean getStandby() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param standby set the standby. */ @@ -530,6 +555,7 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.seReadyInProgress, objVipSeAssigned.seReadyInProgress)&& Objects.equals(this.snatIp6Address, objVipSeAssigned.snatIp6Address)&& Objects.equals(this.routeRevokedPoolDown, objVipSeAssigned.routeRevokedPoolDown)&& + Objects.equals(this.secIdx, objVipSeAssigned.secIdx)&& Objects.equals(this.ref, objVipSeAssigned.ref); } @@ -553,6 +579,7 @@ public String toString() { sb.append(" scaleinInProgress: ").append(toIndentedString(scaleinInProgress)).append("\n"); sb.append(" scaleoutInProgress: ").append(toIndentedString(scaleoutInProgress)).append("\n"); sb.append(" seReadyInProgress: ").append(toIndentedString(seReadyInProgress)).append("\n"); + sb.append(" secIdx: ").append(toIndentedString(secIdx)).append("\n"); sb.append(" snatIp: ").append(toIndentedString(snatIp)).append("\n"); sb.append(" snatIp6Address: ").append(toIndentedString(snatIp6Address)).append("\n"); sb.append(" standby: ").append(toIndentedString(standby)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/VipSymmetryDetails.java b/java/src/com/vmware/avi/sdk/model/VipSymmetryDetails.java index 91f34cd166..e3ffab39cf 100644 --- a/java/src/com/vmware/avi/sdk/model/VipSymmetryDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VipSymmetryDetails.java @@ -54,7 +54,7 @@ public class VipSymmetryDetails { * This is the getter method this will return the attribute value. * Maximum number of ses assigned across all virtual services sharing this vip. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxNumSeAssigned */ @@ -66,7 +66,7 @@ public Integer getMaxNumSeAssigned() { * This is the setter method to the attribute. * Maximum number of ses assigned across all virtual services sharing this vip. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxNumSeAssigned set the maxNumSeAssigned. */ @@ -78,7 +78,7 @@ public void setMaxNumSeAssigned(Integer maxNumSeAssigned) { * This is the getter method this will return the attribute value. * Maximum number of ses requested across all virtual services sharing this vip. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxNumSeRequested */ @@ -90,7 +90,7 @@ public Integer getMaxNumSeRequested() { * This is the setter method to the attribute. * Maximum number of ses requested across all virtual services sharing this vip. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxNumSeRequested set the maxNumSeRequested. */ @@ -102,7 +102,7 @@ public void setMaxNumSeRequested(Integer maxNumSeRequested) { * This is the getter method this will return the attribute value. * Minimum number of ses assigned across all virtual services sharing this vip. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minNumSeAssigned */ @@ -114,7 +114,7 @@ public Integer getMinNumSeAssigned() { * This is the setter method to the attribute. * Minimum number of ses assigned across all virtual services sharing this vip. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minNumSeAssigned set the minNumSeAssigned. */ @@ -126,7 +126,7 @@ public void setMinNumSeAssigned(Integer minNumSeAssigned) { * This is the getter method this will return the attribute value. * Minimum number of ses requested across all virtual services sharing this vip. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minNumSeRequested */ @@ -138,7 +138,7 @@ public Integer getMinNumSeRequested() { * This is the setter method to the attribute. * Minimum number of ses requested across all virtual services sharing this vip. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minNumSeRequested set the minNumSeRequested. */ @@ -150,7 +150,7 @@ public void setMinNumSeRequested(Integer minNumSeRequested) { * This is the getter method this will return the attribute value. * Number of virtual services sharing vsvip. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVs */ @@ -162,7 +162,7 @@ public Integer getNumVs() { * This is the setter method to the attribute. * Number of virtual services sharing vsvip. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVs set the numVs. */ @@ -174,7 +174,7 @@ public void setNumVs(Integer numVs) { * This is the getter method this will return the attribute value. * Reason for symmetric/asymmetric shared vip event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -186,7 +186,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason for symmetric/asymmetric shared vip event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -198,7 +198,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Vip id. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -210,7 +210,7 @@ public String getVipId() { * This is the setter method to the attribute. * Vip id. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -222,7 +222,7 @@ public void setVipId(String vipId) { * This is the getter method this will return the attribute value. * Vsvip name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsvipName */ @@ -234,7 +234,7 @@ public String getVsvipName() { * This is the setter method to the attribute. * Vsvip name. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsvipName set the vsvipName. */ @@ -246,7 +246,7 @@ public void setVsvipName(String vsvipName) { * This is the getter method this will return the attribute value. * Vsvip uuid. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsvipUuid */ @@ -258,7 +258,7 @@ public String getVsvipUuid() { * This is the setter method to the attribute. * Vsvip uuid. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsvipUuid set the vsvipUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VirtualService.java b/java/src/com/vmware/avi/sdk/model/VirtualService.java index 485bde0ee9..057a9c34e3 100644 --- a/java/src/com/vmware/avi/sdk/model/VirtualService.java +++ b/java/src/com/vmware/avi/sdk/model/VirtualService.java @@ -311,7 +311,7 @@ public class VirtualService extends AviRestResource { * Redistribution of the virtualservices can be either manual or automated when the failed serviceengine recovers. * Redistribution is based on the auto redistribute property of the serviceenginegroup. * Enum options - ACTIVE_STANDBY_SE_1, ACTIVE_STANDBY_SE_2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ACTIVE_STANDBY_SE_1". * @return activeStandbySeTag */ @@ -328,7 +328,7 @@ public String getActiveStandbySeTag() { * Redistribution of the virtualservices can be either manual or automated when the failed serviceengine recovers. * Redistribution is based on the auto redistribute property of the serviceenginegroup. * Enum options - ACTIVE_STANDBY_SE_1, ACTIVE_STANDBY_SE_2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ACTIVE_STANDBY_SE_1". * @param activeStandbySeTag set the activeStandbySeTag. */ @@ -342,8 +342,8 @@ public void setActiveStandbySeTag(String activeStandbySeTag) { * This setting takes effect for future virtual service flaps. * To advertise current vses that are down, please disable and re-enable the virtual service. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return advertiseDownVs */ @@ -357,8 +357,8 @@ public Boolean getAdvertiseDownVs() { * This setting takes effect for future virtual service flaps. * To advertise current vses that are down, please disable and re-enable the virtual service. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param advertiseDownVs set the advertiseDownVs. */ @@ -371,8 +371,8 @@ public void setAdvertiseDownVs(Boolean advertiseDownVs) { * Process request even if invalid client certificate is presented. * Datascript apis need to be used for processing of such requests. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowInvalidClientCert */ @@ -385,8 +385,8 @@ public Boolean getAllowInvalidClientCert() { * Process request even if invalid client certificate is presented. * Datascript apis need to be used for processing of such requests. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowInvalidClientCert set the allowInvalidClientCert. */ @@ -397,7 +397,7 @@ public void setAllowInvalidClientCert(Boolean allowInvalidClientCert) { /** * This is the getter method this will return the attribute value. * Determines analytics settings for the application. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return analyticsPolicy */ @@ -408,7 +408,7 @@ public AnalyticsPolicy getAnalyticsPolicy() { /** * This is the setter method to the attribute. * Determines analytics settings for the application. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param analyticsPolicy set the analyticsPolicy. */ @@ -420,7 +420,7 @@ public void setAnalyticsPolicy(AnalyticsPolicy analyticsPolicy) { * This is the getter method this will return the attribute value. * Specifies settings related to analytics. * It is a reference to an object of type analyticsprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return analyticsProfileRef */ @@ -432,7 +432,7 @@ public String getAnalyticsProfileRef() { * This is the setter method to the attribute. * Specifies settings related to analytics. * It is a reference to an object of type analyticsprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param analyticsProfileRef set the analyticsProfileRef. */ @@ -444,7 +444,7 @@ public void setAnalyticsProfileRef(String analyticsProfileRef) { * This is the getter method this will return the attribute value. * Enable application layer specific features for the virtual service. * It is a reference to an object of type applicationprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Special default for essentials edition is system-l4-application. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationProfileRef @@ -457,7 +457,7 @@ public String getApplicationProfileRef() { * This is the setter method to the attribute. * Enable application layer specific features for the virtual service. * It is a reference to an object of type applicationprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Special default for essentials edition is system-l4-application. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param applicationProfileRef set the applicationProfileRef. @@ -472,8 +472,7 @@ public void setApplicationProfileRef(String applicationProfileRef) { * Azure availability set to which this vs is associated. * Internally set by the cloud connector. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return azureAvailabilitySet */ public String getAzureAvailabilitySet() { @@ -486,8 +485,7 @@ public String getAzureAvailabilitySet() { * Azure availability set to which this vs is associated. * Internally set by the cloud connector. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param azureAvailabilitySet set the azureAvailabilitySet. */ public void setAzureAvailabilitySet(String azureAvailabilitySet) { @@ -498,7 +496,7 @@ public void setAzureAvailabilitySet(String azureAvailabilitySet) { * Select bgp peers, using peer label, for vsvip advertisement. * Field introduced in 20.1.5. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpPeerLabels */ @@ -511,7 +509,7 @@ public List getBgpPeerLabels() { * Select bgp peers, using peer label, for vsvip advertisement. * Field introduced in 20.1.5. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpPeerLabels */ @@ -524,7 +522,7 @@ public void setBgpPeerLabels(List bgpPeerLabels) { * Select bgp peers, using peer label, for vsvip advertisement. * Field introduced in 20.1.5. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpPeerLabels */ @@ -541,7 +539,7 @@ public VirtualService addBgpPeerLabelsItem(String bgpPeerLabelsItem) { * Bot detection policy for the virtual service. * It is a reference to an object of type botdetectionpolicy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return botPolicyRef */ @@ -554,7 +552,7 @@ public String getBotPolicyRef() { * Bot detection policy for the virtual service. * It is a reference to an object of type botdetectionpolicy. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param botPolicyRef set the botPolicyRef. */ @@ -569,8 +567,8 @@ public void setBotPolicyRef(String botPolicyRef) { * For ex ssl sessions are stored using vs's key-value cache. * When the vs is scaled out, the ssl session information is synced to the new se, allowing existing ssl sessions to be reused on the new se. * Field introduced in 17.2.7, 18.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return bulkSyncKvcache */ @@ -585,8 +583,8 @@ public Boolean getBulkSyncKvcache() { * For ex ssl sessions are stored using vs's key-value cache. * When the vs is scaled out, the ssl session information is synced to the new se, allowing existing ssl sessions to be reused on the new se. * Field introduced in 17.2.7, 18.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param bulkSyncKvcache set the bulkSyncKvcache. */ @@ -598,8 +596,8 @@ public void setBulkSyncKvcache(Boolean bulkSyncKvcache) { * This is the getter method this will return the attribute value. * Close client connection on vs config update. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return closeClientConnOnConfigUpdate */ @@ -611,8 +609,8 @@ public Boolean getCloseClientConnOnConfigUpdate() { * This is the setter method to the attribute. * Close client connection on vs config update. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param closeClientConnOnConfigUpdate set the closeClientConnOnConfigUpdate. */ @@ -624,7 +622,7 @@ public void setCloseClientConnOnConfigUpdate(Boolean closeClientConnOnConfigUpd * This is the getter method this will return the attribute value. * Checksum of cloud configuration for vs. * Internally set by cloud connector. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConfigCksum */ @@ -636,7 +634,7 @@ public String getCloudConfigCksum() { * This is the setter method to the attribute. * Checksum of cloud configuration for vs. * Internally set by cloud connector. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConfigCksum set the cloudConfigCksum. */ @@ -647,7 +645,7 @@ public void setCloudConfigCksum(String cloudConfigCksum) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -658,7 +656,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -670,8 +668,8 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials edition(allowed values- cloud_none,cloud_vcenter), basic edition(allowed values- - * cloud_none,cloud_nsxt), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- cloud_none,cloud_vcenter), basic (allowed values- cloud_none,cloud_nsxt) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CLOUD_NONE". * @return cloudType */ @@ -683,8 +681,8 @@ public String getCloudType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in enterprise edition with any value, essentials edition(allowed values- cloud_none,cloud_vcenter), basic edition(allowed values- - * cloud_none,cloud_nsxt), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- cloud_none,cloud_vcenter), basic (allowed values- cloud_none,cloud_nsxt) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CLOUD_NONE". * @param cloudType set the cloudType. */ @@ -695,7 +693,7 @@ public void setCloudType(String cloudType) { /** * This is the getter method this will return the attribute value. * Rate limit the incoming connections to this virtual service. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connectionsRateLimit */ @@ -706,7 +704,7 @@ public RateProfile getConnectionsRateLimit() { /** * This is the setter method to the attribute. * Rate limit the incoming connections to this virtual service. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connectionsRateLimit set the connectionsRateLimit. */ @@ -717,7 +715,7 @@ public void setConnectionsRateLimit(RateProfile connectionsRateLimit) { /** * This is the getter method this will return the attribute value. * Profile used to match and rewrite strings in request and/or response body. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contentRewrite */ @@ -728,7 +726,7 @@ public ContentRewriteProfile getContentRewrite() { /** * This is the setter method to the attribute. * Profile used to match and rewrite strings in request and/or response body. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param contentRewrite set the contentRewrite. */ @@ -739,7 +737,7 @@ public void setContentRewrite(ContentRewriteProfile contentRewrite) { /** * This is the getter method this will return the attribute value. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -750,7 +748,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -763,7 +761,7 @@ public void setCreatedBy(String createdBy) { * Csrf protection policy for the virtual service. * It is a reference to an object of type csrfpolicy. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return csrfPolicyRef */ @@ -776,7 +774,7 @@ public String getCsrfPolicyRef() { * Csrf protection policy for the virtual service. * It is a reference to an object of type csrfpolicy. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param csrfPolicyRef set the csrfPolicyRef. */ @@ -788,8 +786,8 @@ public void setCsrfPolicyRef(String csrfPolicyRef) { * This is the getter method this will return the attribute value. * Select the algorithm for qos fairness. * This determines how multiple virtual services sharing the same service engines will prioritize traffic over a congested network. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return delayFairness */ @@ -801,8 +799,8 @@ public Boolean getDelayFairness() { * This is the setter method to the attribute. * Select the algorithm for qos fairness. * This determines how multiple virtual services sharing the same service engines will prioritize traffic over a congested network. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param delayFairness set the delayFairness. */ @@ -812,7 +810,7 @@ public void setDelayFairness(Boolean delayFairness) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -822,7 +820,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -834,7 +832,7 @@ public void setDescription(String description) { * Service discovery specific data including fully qualified domain name, type and time-to-live of the dns record. * Note that only one of fqdn and dns_info setting is allowed. * Maximum of 1000 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -847,7 +845,7 @@ public List getDnsInfo() { * Service discovery specific data including fully qualified domain name, type and time-to-live of the dns record. * Note that only one of fqdn and dns_info setting is allowed. * Maximum of 1000 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -860,7 +858,7 @@ public void setDnsInfo(List dnsInfo) { * Service discovery specific data including fully qualified domain name, type and time-to-live of the dns record. * Note that only one of fqdn and dns_info setting is allowed. * Maximum of 1000 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -875,7 +873,7 @@ public VirtualService addDnsInfoItem(DnsInfo dnsInfoItem) { * This is the getter method this will return the attribute value. * Dns policies applied on the dns traffic of the virtual service. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsPolicies */ @@ -887,7 +885,7 @@ public List getDnsPolicies() { * This is the setter method. this will set the dnsPolicies * Dns policies applied on the dns traffic of the virtual service. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsPolicies */ @@ -899,7 +897,7 @@ public void setDnsPolicies(List dnsPolicies) { * This is the setter method this will set the dnsPolicies * Dns policies applied on the dns traffic of the virtual service. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsPolicies */ @@ -914,8 +912,8 @@ public VirtualService addDnsPoliciesItem(DnsPolicies dnsPoliciesItem) { /** * This is the getter method this will return the attribute value. * Force placement on all se's in service group (mesos mode only). - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return eastWestPlacement */ @@ -926,8 +924,8 @@ public Boolean getEastWestPlacement() { /** * This is the setter method to the attribute. * Force placement on all se's in service group (mesos mode only). - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param eastWestPlacement set the eastWestPlacement. */ @@ -938,9 +936,9 @@ public void setEastWestPlacement(Boolean eastWestPlacement) { /** * This is the getter method this will return the attribute value. * Response traffic to clients will be sent back to the source mac address of the connection, rather than statically sent to a default gateway. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @return enableAutogw */ public Boolean getEnableAutogw() { @@ -950,9 +948,9 @@ public Boolean getEnableAutogw() { /** * This is the setter method to the attribute. * Response traffic to clients will be sent back to the source mac address of the connection, rather than statically sent to a default gateway. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @param enableAutogw set the enableAutogw. */ public void setEnableAutogw(Boolean enableAutogw) { @@ -962,7 +960,7 @@ public void setEnableAutogw(Boolean enableAutogw) { /** * This is the getter method this will return the attribute value. * Enable route health injection using the bgp config in the vrf context. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enableRhi */ @@ -973,7 +971,7 @@ public Boolean getEnableRhi() { /** * This is the setter method to the attribute. * Enable route health injection using the bgp config in the vrf context. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enableRhi set the enableRhi. */ @@ -984,7 +982,7 @@ public void setEnableRhi(Boolean enableRhi) { /** * This is the getter method this will return the attribute value. * Enable route health injection for source nat'ted floating ip address using the bgp config in the vrf context. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enableRhiSnat */ @@ -995,7 +993,7 @@ public Boolean getEnableRhiSnat() { /** * This is the setter method to the attribute. * Enable route health injection for source nat'ted floating ip address using the bgp config in the vrf context. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enableRhiSnat set the enableRhiSnat. */ @@ -1008,7 +1006,7 @@ public void setEnableRhiSnat(Boolean enableRhiSnat) { * Enable http sessions for this virtual service. * If enabled, a session cookie will be added to http responses and persistent key-value store will be activated. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableSession */ @@ -1021,7 +1019,7 @@ public Boolean getEnableSession() { * Enable http sessions for this virtual service. * If enabled, a session cookie will be added to http responses and persistent key-value store will be activated. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableSession set the enableSession. */ @@ -1032,7 +1030,7 @@ public void setEnableSession(Boolean enableSession) { /** * This is the getter method this will return the attribute value. * Enable or disable the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -1043,7 +1041,7 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. * Enable or disable the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -1056,7 +1054,7 @@ public void setEnabled(Boolean enabled) { * Error page profile to be used for this virtualservice.this profile is used to send the custom error page to the client generated by the proxy. * It is a reference to an object of type errorpageprofile. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorPageProfileRef */ @@ -1069,7 +1067,7 @@ public String getErrorPageProfileRef() { * Error page profile to be used for this virtualservice.this profile is used to send the custom error page to the client generated by the proxy. * It is a reference to an object of type errorpageprofile. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorPageProfileRef set the errorPageProfileRef. */ @@ -1081,8 +1079,8 @@ public void setErrorPageProfileRef(String errorPageProfileRef) { * This is the getter method this will return the attribute value. * Criteria for flow distribution among ses. * Enum options - LOAD_AWARE, CONSISTENT_HASH_SOURCE_IP_ADDRESS, CONSISTENT_HASH_SOURCE_IP_ADDRESS_AND_PORT. - * Allowed in enterprise edition with any value, essentials edition(allowed values- load_aware), basic edition(allowed values- load_aware), - * enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- load_aware), basic (allowed values- load_aware) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOAD_AWARE". * @return flowDist */ @@ -1094,8 +1092,8 @@ public String getFlowDist() { * This is the setter method to the attribute. * Criteria for flow distribution among ses. * Enum options - LOAD_AWARE, CONSISTENT_HASH_SOURCE_IP_ADDRESS, CONSISTENT_HASH_SOURCE_IP_ADDRESS_AND_PORT. - * Allowed in enterprise edition with any value, essentials edition(allowed values- load_aware), basic edition(allowed values- load_aware), - * enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- load_aware), basic (allowed values- load_aware) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOAD_AWARE". * @param flowDist set the flowDist. */ @@ -1107,7 +1105,7 @@ public void setFlowDist(String flowDist) { * This is the getter method this will return the attribute value. * Criteria for flow labelling. * Enum options - NO_LABEL, APPLICATION_LABEL, SERVICE_LABEL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NO_LABEL". * @return flowLabelType */ @@ -1119,7 +1117,7 @@ public String getFlowLabelType() { * This is the setter method to the attribute. * Criteria for flow labelling. * Enum options - NO_LABEL, APPLICATION_LABEL, SERVICE_LABEL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NO_LABEL". * @param flowLabelType set the flowLabelType. */ @@ -1131,7 +1129,7 @@ public void setFlowLabelType(String flowLabelType) { * This is the getter method this will return the attribute value. * Dns resolvable, fully qualified domain name of the virtualservice. * Only one of 'fqdn' and 'dns_info' configuration is allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -1143,7 +1141,7 @@ public String getFqdn() { * This is the setter method to the attribute. * Dns resolvable, fully qualified domain name of the virtualservice. * Only one of 'fqdn' and 'dns_info' configuration is allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -1155,7 +1153,7 @@ public void setFqdn(String fqdn) { * This is the getter method this will return the attribute value. * Translate the host name sent to the servers to this value. * Translate the host name sent from servers back to the value used by the client. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostNameXlate */ @@ -1167,7 +1165,7 @@ public String getHostNameXlate() { * This is the setter method to the attribute. * Translate the host name sent to the servers to this value. * Translate the host name sent from servers back to the value used by the client. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostNameXlate set the hostNameXlate. */ @@ -1177,7 +1175,7 @@ public void setHostNameXlate(String hostNameXlate) { /** * This is the getter method this will return the attribute value. * Http policies applied on the data traffic of the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpPolicies */ @@ -1188,7 +1186,7 @@ public List getHttpPolicies() { /** * This is the setter method. this will set the httpPolicies * Http policies applied on the data traffic of the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpPolicies */ @@ -1199,7 +1197,7 @@ public void setHttpPolicies(List httpPolicies) { /** * This is the setter method this will set the httpPolicies * Http policies applied on the data traffic of the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpPolicies */ @@ -1216,7 +1214,7 @@ public VirtualService addHttpPoliciesItem(HTTPPolicies httpPoliciesItem) { * It is a reference to an object of type icapprofile. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapRequestProfileRefs */ @@ -1230,7 +1228,7 @@ public List getIcapRequestProfileRefs() { * It is a reference to an object of type icapprofile. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapRequestProfileRefs */ @@ -1244,7 +1242,7 @@ public void setIcapRequestProfileRefs(List icapRequestProfileRefs) { * It is a reference to an object of type icapprofile. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapRequestProfileRefs */ @@ -1259,7 +1257,7 @@ public VirtualService addIcapRequestProfileRefsItem(String icapRequestProfileRef /** * This is the getter method this will return the attribute value. * Ignore pool servers network reachability constraints for virtual service placement. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ignPoolNetReach */ @@ -1270,7 +1268,7 @@ public Boolean getIgnPoolNetReach() { /** * This is the setter method to the attribute. * Ignore pool servers network reachability constraints for virtual service placement. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ignPoolNetReach set the ignPoolNetReach. */ @@ -1282,7 +1280,7 @@ public void setIgnPoolNetReach(Boolean ignPoolNetReach) { * This is the getter method this will return the attribute value. * Application-specific config for jwt validation. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwtConfig */ @@ -1294,7 +1292,7 @@ public JWTValidationVsConfig getJwtConfig() { * This is the setter method to the attribute. * Application-specific config for jwt validation. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwtConfig set the jwtConfig. */ @@ -1305,7 +1303,7 @@ public void setJwtConfig(JWTValidationVsConfig jwtConfig) { * This is the getter method this will return the attribute value. * L4 policies applied to the data traffic of the virtual service. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return l4Policies */ @@ -1317,7 +1315,7 @@ public List getL4Policies() { * This is the setter method. this will set the l4Policies * L4 policies applied to the data traffic of the virtual service. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return l4Policies */ @@ -1329,7 +1327,7 @@ public void setL4Policies(List l4Policies) { * This is the setter method this will set the l4Policies * L4 policies applied to the data traffic of the virtual service. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return l4Policies */ @@ -1345,7 +1343,7 @@ public VirtualService addL4PoliciesItem(L4Policies l4PoliciesItem) { * This is the getter method this will return the attribute value. * Application-specific ldap config. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ldapVsConfig */ @@ -1357,7 +1355,7 @@ public LDAPVSConfig getLdapVsConfig() { * This is the setter method to the attribute. * Application-specific ldap config. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ldapVsConfig set the ldapVsConfig. */ @@ -1368,7 +1366,7 @@ public void setLdapVsConfig(LDAPVSConfig ldapVsConfig) { /** * This is the getter method this will return the attribute value. * Limit potential dos attackers who exceed max_cps_per_client significantly to a fraction of max_cps_per_client for a while. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return limitDoser */ @@ -1379,7 +1377,7 @@ public Boolean getLimitDoser() { /** * This is the setter method to the attribute. * Limit potential dos attackers who exceed max_cps_per_client significantly to a fraction of max_cps_per_client for a while. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param limitDoser set the limitDoser. */ @@ -1390,8 +1388,7 @@ public void setLimitDoser(Boolean limitDoser) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -1403,8 +1400,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -1416,8 +1412,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -1434,7 +1429,7 @@ public VirtualService addMarkersItem(RoleFilterMatchLabel markersItem) { * Maximum connections per second per client ip. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxCpsPerClient */ @@ -1447,7 +1442,7 @@ public Integer getMaxCpsPerClient() { * Maximum connections per second per client ip. * Allowed values are 10-1000. * Special values are 0- unlimited. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxCpsPerClient set the maxCpsPerClient. */ @@ -1459,7 +1454,7 @@ public void setMaxCpsPerClient(Integer maxCpsPerClient) { * This is the getter method this will return the attribute value. * Microservice representing the virtual service. * It is a reference to an object of type microservice. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return microserviceRef */ @@ -1471,7 +1466,7 @@ public String getMicroserviceRef() { * This is the setter method to the attribute. * Microservice representing the virtual service. * It is a reference to an object of type microservice. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param microserviceRef set the microserviceRef. */ @@ -1483,7 +1478,7 @@ public void setMicroserviceRef(String microserviceRef) { * This is the getter method this will return the attribute value. * Minimum number of up pools to mark vs up. * Field introduced in 18.2.1, 17.2.12. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minPoolsUp */ @@ -1495,7 +1490,7 @@ public Integer getMinPoolsUp() { * This is the setter method to the attribute. * Minimum number of up pools to mark vs up. * Field introduced in 18.2.1, 17.2.12. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minPoolsUp set the minPoolsUp. */ @@ -1506,7 +1501,7 @@ public void setMinPoolsUp(Integer minPoolsUp) { /** * This is the getter method this will return the attribute value. * Name for the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -1517,7 +1512,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name for the virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -1529,7 +1524,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Determines network settings such as protocol, tcp or udp, and related options for the protocol. * It is a reference to an object of type networkprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Special default for essentials edition is system-tcp-fast-path. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkProfileRef @@ -1542,7 +1537,7 @@ public String getNetworkProfileRef() { * This is the setter method to the attribute. * Determines network settings such as protocol, tcp or udp, and related options for the protocol. * It is a reference to an object of type networkprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Special default for essentials edition is system-tcp-fast-path. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkProfileRef set the networkProfileRef. @@ -1555,7 +1550,7 @@ public void setNetworkProfileRef(String networkProfileRef) { * This is the getter method this will return the attribute value. * Network security policies for the virtual service. * It is a reference to an object of type networksecuritypolicy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkSecurityPolicyRef */ @@ -1567,7 +1562,7 @@ public String getNetworkSecurityPolicyRef() { * This is the setter method to the attribute. * Network security policies for the virtual service. * It is a reference to an object of type networksecuritypolicy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkSecurityPolicyRef set the networkSecurityPolicyRef. */ @@ -1578,7 +1573,7 @@ public void setNetworkSecurityPolicyRef(String networkSecurityPolicyRef) { * This is the getter method this will return the attribute value. * A list of nsx groups representing the clients which can access the virtual ip of the virtual service. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxSecuritygroup */ @@ -1590,7 +1585,7 @@ public List getNsxSecuritygroup() { * This is the setter method. this will set the nsxSecuritygroup * A list of nsx groups representing the clients which can access the virtual ip of the virtual service. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxSecuritygroup */ @@ -1602,7 +1597,7 @@ public void setNsxSecuritygroup(List nsxSecuritygroup) { * This is the setter method this will set the nsxSecuritygroup * A list of nsx groups representing the clients which can access the virtual ip of the virtual service. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxSecuritygroup */ @@ -1618,7 +1613,7 @@ public VirtualService addNsxSecuritygroupItem(String nsxSecuritygroupItem) { * This is the getter method this will return the attribute value. * Virtualservice specific oauth config. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthVsConfig */ @@ -1630,7 +1625,7 @@ public OAuthVSConfig getOauthVsConfig() { * This is the setter method to the attribute. * Virtualservice specific oauth config. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oauthVsConfig set the oauthVsConfig. */ @@ -1641,7 +1636,7 @@ public void setOauthVsConfig(OAuthVSConfig oauthVsConfig) { /** * This is the getter method this will return the attribute value. * Optional settings that determine performance limits like max connections or bandwdith etc. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return performanceLimits */ @@ -1652,7 +1647,7 @@ public PerformanceLimits getPerformanceLimits() { /** * This is the setter method to the attribute. * Optional settings that determine performance limits like max connections or bandwdith etc. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param performanceLimits set the performanceLimits. */ @@ -1664,7 +1659,7 @@ public void setPerformanceLimits(PerformanceLimits performanceLimits) { * This is the getter method this will return the attribute value. * The pool group is an object that contains pools. * It is a reference to an object of type poolgroup. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRef */ @@ -1676,7 +1671,7 @@ public String getPoolGroupRef() { * This is the setter method to the attribute. * The pool group is an object that contains pools. * It is a reference to an object of type poolgroup. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolGroupRef set the poolGroupRef. */ @@ -1688,7 +1683,7 @@ public void setPoolGroupRef(String poolGroupRef) { * This is the getter method this will return the attribute value. * The pool is an object that contains destination servers and related attributes such as load-balancing and persistence. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -1700,7 +1695,7 @@ public String getPoolRef() { * This is the setter method to the attribute. * The pool is an object that contains destination servers and related attributes such as load-balancing and persistence. * It is a reference to an object of type pool. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -1711,7 +1706,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. * Remove listening port if virtualservice is down. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return removeListeningPortOnVsDown */ @@ -1722,7 +1717,7 @@ public Boolean getRemoveListeningPortOnVsDown() { /** * This is the setter method to the attribute. * Remove listening port if virtualservice is down. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param removeListeningPortOnVsDown set the removeListeningPortOnVsDown. */ @@ -1733,7 +1728,7 @@ public void setRemoveListeningPortOnVsDown(Boolean removeListeningPortOnVsDown) /** * This is the getter method this will return the attribute value. * Rate limit the incoming requests to this virtual service. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestsRateLimit */ @@ -1744,7 +1739,7 @@ public RateProfile getRequestsRateLimit() { /** * This is the setter method to the attribute. * Rate limit the incoming requests to this virtual service. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestsRateLimit set the requestsRateLimit. */ @@ -1758,7 +1753,7 @@ public void setRequestsRateLimit(RateProfile requestsRateLimit) { * Supported for nsxt clouds only.this setting takes effect for future virtual service flaps. * To advertise current vses that are down, please disable and re-enable the virtual service. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return revokeVipRoute */ @@ -1772,7 +1767,7 @@ public Boolean getRevokeVipRoute() { * Supported for nsxt clouds only.this setting takes effect for future virtual service flaps. * To advertise current vses that are down, please disable and re-enable the virtual service. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param revokeVipRoute set the revokeVipRoute. */ @@ -1784,7 +1779,7 @@ public void setRevokeVipRoute(Boolean revokeVipRoute) { * This is the getter method this will return the attribute value. * Application-specific saml config. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlSpConfig */ @@ -1796,7 +1791,7 @@ public SAMLSPConfig getSamlSpConfig() { * This is the setter method to the attribute. * Application-specific saml config. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlSpConfig set the samlSpConfig. */ @@ -1808,7 +1803,7 @@ public void setSamlSpConfig(SAMLSPConfig samlSpConfig) { * This is the getter method this will return the attribute value. * Disable re-distribution of flows across service engines for a virtual service. * Enable if the network itself performs flow hashing with ecmp in environments such as gcp. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return scaleoutEcmp */ @@ -1820,7 +1815,7 @@ public Boolean getScaleoutEcmp() { * This is the setter method to the attribute. * Disable re-distribution of flows across service engines for a virtual service. * Enable if the network itself performs flow hashing with ecmp in environments such as gcp. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param scaleoutEcmp set the scaleoutEcmp. */ @@ -1833,7 +1828,7 @@ public void setScaleoutEcmp(Boolean scaleoutEcmp) { * The service engine group to use for this virtual service. * Moving to a new se group is disruptive to existing connections for this vs. * It is a reference to an object of type serviceenginegroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRef */ @@ -1846,7 +1841,7 @@ public String getSeGroupRef() { * The service engine group to use for this virtual service. * Moving to a new se group is disruptive to existing connections for this vs. * It is a reference to an object of type serviceenginegroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupRef set the seGroupRef. */ @@ -1860,7 +1855,7 @@ public void setSeGroupRef(String seGroupRef) { * This policy is used to perform security actions such as distributed denial of service (ddos) attack mitigation, etc. * It is a reference to an object of type securitypolicy. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return securityPolicyRef */ @@ -1874,7 +1869,7 @@ public String getSecurityPolicyRef() { * This policy is used to perform security actions such as distributed denial of service (ddos) attack mitigation, etc. * It is a reference to an object of type securitypolicy. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param securityPolicyRef set the securityPolicyRef. */ @@ -1887,7 +1882,7 @@ public void setSecurityPolicyRef(String securityPolicyRef) { * Determines the network settings profile for the server side of tcp proxied connections. * Leave blank to use the same settings as the client to vs side of the connection. * It is a reference to an object of type networkprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverNetworkProfileRef */ @@ -1900,7 +1895,7 @@ public String getServerNetworkProfileRef() { * Determines the network settings profile for the server side of tcp proxied connections. * Leave blank to use the same settings as the client to vs side of the connection. * It is a reference to an object of type networkprofile. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverNetworkProfileRef set the serverNetworkProfileRef. */ @@ -1913,7 +1908,7 @@ public void setServerNetworkProfileRef(String serverNetworkProfileRef) { * Metadata pertaining to the service provided by this virtual service. * In openshift/kubernetes environments, egress pod info is stored. * Any user input to this field will be overwritten by avi vantage. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceMetadata */ @@ -1926,7 +1921,7 @@ public String getServiceMetadata() { * Metadata pertaining to the service provided by this virtual service. * In openshift/kubernetes environments, egress pod info is stored. * Any user input to this field will be overwritten by avi vantage. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceMetadata set the serviceMetadata. */ @@ -1936,7 +1931,7 @@ public void setServiceMetadata(String serviceMetadata) { /** * This is the getter method this will return the attribute value. * Select pool based on destination port. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePoolSelect */ @@ -1947,7 +1942,7 @@ public List getServicePoolSelect() { /** * This is the setter method. this will set the servicePoolSelect * Select pool based on destination port. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePoolSelect */ @@ -1958,7 +1953,7 @@ public void setServicePoolSelect(List servicePoolSelect) { /** * This is the setter method this will set the servicePoolSelect * Select pool based on destination port. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePoolSelect */ @@ -1973,7 +1968,7 @@ public VirtualService addServicePoolSelectItem(ServicePoolSelector servicePoolSe * This is the getter method this will return the attribute value. * List of services defined for this virtual service. * Maximum of 2048 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -1985,7 +1980,7 @@ public List getServices() { * This is the setter method. this will set the services * List of services defined for this virtual service. * Maximum of 2048 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -1997,7 +1992,7 @@ public void setServices(List services) { * This is the setter method this will set the services * List of services defined for this virtual service. * Maximum of 2048 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -2012,7 +2007,7 @@ public VirtualService addServicesItem(Service servicesItem) { /** * This is the getter method this will return the attribute value. * Sideband configuration to be used for this virtualservice.it can be used for sending traffic to sideband vips for external inspection etc. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sidebandProfile */ @@ -2023,7 +2018,7 @@ public SidebandProfile getSidebandProfile() { /** * This is the setter method to the attribute. * Sideband configuration to be used for this virtualservice.it can be used for sending traffic to sideband vips for external inspection etc. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sidebandProfile set the sidebandProfile. */ @@ -2034,7 +2029,7 @@ public void setSidebandProfile(SidebandProfile sidebandProfile) { * This is the getter method this will return the attribute value. * Nat'ted floating source ip address(es) for upstream connection to servers. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snatIp */ @@ -2046,7 +2041,7 @@ public List getSnatIp() { * This is the setter method. this will set the snatIp * Nat'ted floating source ip address(es) for upstream connection to servers. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snatIp */ @@ -2058,7 +2053,7 @@ public void setSnatIp(List snatIp) { * This is the setter method this will set the snatIp * Nat'ted floating source ip address(es) for upstream connection to servers. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snatIp */ @@ -2074,7 +2069,7 @@ public VirtualService addSnatIpItem(IpAddr snatIpItem) { * Ipv6 address for se snat. * Field introduced in 30.2.1. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snatIp6Addresses */ @@ -2087,7 +2082,7 @@ public List getSnatIp6Addresses() { * Ipv6 address for se snat. * Field introduced in 30.2.1. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snatIp6Addresses */ @@ -2100,7 +2095,7 @@ public void setSnatIp6Addresses(List snatIp6Addresses) { * Ipv6 address for se snat. * Field introduced in 30.2.1. * Maximum of 32 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snatIp6Addresses */ @@ -2118,8 +2113,7 @@ public VirtualService addSnatIp6AddressesItem(IpAddr snatIp6AddressesItem) { * This is a read-only field for the user. * It is a reference to an object of type pool. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return spPoolRefs */ public List getSpPoolRefs() { @@ -2133,8 +2127,7 @@ public List getSpPoolRefs() { * This is a read-only field for the user. * It is a reference to an object of type pool. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return spPoolRefs */ public void setSpPoolRefs(List spPoolRefs) { @@ -2148,8 +2141,7 @@ public void setSpPoolRefs(List spPoolRefs) { * This is a read-only field for the user. * It is a reference to an object of type pool. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return spPoolRefs */ public VirtualService addSpPoolRefsItem(String spPoolRefsItem) { @@ -2163,7 +2155,7 @@ public VirtualService addSpPoolRefsItem(String spPoolRefsItem) { * This is the getter method this will return the attribute value. * Select or create one or two certificates, ec and/or rsa, that will be presented to ssl/tls terminated connections. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyAndCertificateRefs */ @@ -2175,7 +2167,7 @@ public List getSslKeyAndCertificateRefs() { * This is the setter method. this will set the sslKeyAndCertificateRefs * Select or create one or two certificates, ec and/or rsa, that will be presented to ssl/tls terminated connections. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyAndCertificateRefs */ @@ -2187,7 +2179,7 @@ public void setSslKeyAndCertificateRefs(List sslKeyAndCertificateRefs) * This is the setter method this will set the sslKeyAndCertificateRefs * Select or create one or two certificates, ec and/or rsa, that will be presented to ssl/tls terminated connections. * It is a reference to an object of type sslkeyandcertificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyAndCertificateRefs */ @@ -2203,7 +2195,7 @@ public VirtualService addSslKeyAndCertificateRefsItem(String sslKeyAndCertificat * This is the getter method this will return the attribute value. * Determines the set of ssl versions and ciphers to accept for ssl/tls terminated connections. * It is a reference to an object of type sslprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRef */ @@ -2215,7 +2207,7 @@ public String getSslProfileRef() { * This is the setter method to the attribute. * Determines the set of ssl versions and ciphers to accept for ssl/tls terminated connections. * It is a reference to an object of type sslprofile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslProfileRef set the sslProfileRef. */ @@ -2226,7 +2218,7 @@ public void setSslProfileRef(String sslProfileRef) { * This is the getter method this will return the attribute value. * Select ssl profile based on client ip address match. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileSelectors */ @@ -2238,7 +2230,7 @@ public List getSslProfileSelectors() { * This is the setter method. this will set the sslProfileSelectors * Select ssl profile based on client ip address match. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileSelectors */ @@ -2250,7 +2242,7 @@ public void setSslProfileSelectors(List sslProfileSelectors * This is the setter method this will set the sslProfileSelectors * Select ssl profile based on client ip address match. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileSelectors */ @@ -2266,7 +2258,7 @@ public VirtualService addSslProfileSelectorsItem(SSLProfileSelector sslProfileSe * This is the getter method this will return the attribute value. * Expected number of ssl session cache entries (may be exceeded). * Allowed values are 1024-16383. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return sslSessCacheAvgSize */ @@ -2278,7 +2270,7 @@ public Integer getSslSessCacheAvgSize() { * This is the setter method to the attribute. * Expected number of ssl session cache entries (may be exceeded). * Allowed values are 1024-16383. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param sslSessCacheAvgSize set the sslSessCacheAvgSize. */ @@ -2291,7 +2283,7 @@ public void setSslSessCacheAvgSize(Integer sslSessCacheAvgSize) { * The sso policy attached to the virtualservice. * It is a reference to an object of type ssopolicy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ssoPolicyRef */ @@ -2304,7 +2296,7 @@ public String getSsoPolicyRef() { * The sso policy attached to the virtualservice. * It is a reference to an object of type ssopolicy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ssoPolicyRef set the ssoPolicyRef. */ @@ -2315,8 +2307,8 @@ public void setSsoPolicyRef(String ssoPolicyRef) { * This is the getter method this will return the attribute value. * List of static dns records applied to this virtual service. * These are static entries and no health monitoring is performed against the ip addresses. - * Maximum of 1000 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Maximum of 2000 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticDnsRecords */ @@ -2328,8 +2320,8 @@ public List getStaticDnsRecords() { * This is the setter method. this will set the staticDnsRecords * List of static dns records applied to this virtual service. * These are static entries and no health monitoring is performed against the ip addresses. - * Maximum of 1000 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Maximum of 2000 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticDnsRecords */ @@ -2341,8 +2333,8 @@ public void setStaticDnsRecords(List staticDnsRecords) { * This is the setter method this will set the staticDnsRecords * List of static dns records applied to this virtual service. * These are static entries and no health monitoring is performed against the ip addresses. - * Maximum of 1000 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Maximum of 2000 items allowed. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticDnsRecords */ @@ -2357,7 +2349,7 @@ public VirtualService addStaticDnsRecordsItem(DnsRecord staticDnsRecordsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -2368,7 +2360,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -2381,7 +2373,7 @@ public void setTenantRef(String tenantRef) { * Used for testing se datastore upgrade 2.0 functionality. * It is a reference to an object of type testsedatastorelevel1. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testSeDatastoreLevel1Ref */ @@ -2394,7 +2386,7 @@ public String getTestSeDatastoreLevel1Ref() { * Used for testing se datastore upgrade 2.0 functionality. * It is a reference to an object of type testsedatastorelevel1. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param testSeDatastoreLevel1Ref set the testSeDatastoreLevel1Ref. */ @@ -2405,7 +2397,7 @@ public void setTestSeDatastoreLevel1Ref(String testSeDatastoreLevel1Ref) { * This is the getter method this will return the attribute value. * Topology policies applied on the dns traffic of the virtual service based ongslb topology algorithm. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return topologyPolicies */ @@ -2417,7 +2409,7 @@ public List getTopologyPolicies() { * This is the setter method. this will set the topologyPolicies * Topology policies applied on the dns traffic of the virtual service based ongslb topology algorithm. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return topologyPolicies */ @@ -2429,7 +2421,7 @@ public void setTopologyPolicies(List topologyPolicies) { * This is the setter method this will set the topologyPolicies * Topology policies applied on the dns traffic of the virtual service based ongslb topology algorithm. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return topologyPolicies */ @@ -2446,7 +2438,7 @@ public VirtualService addTopologyPoliciesItem(DnsPolicies topologyPoliciesItem) * Server network or list of servers for cloning traffic. * It is a reference to an object of type trafficcloneprofile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trafficCloneProfileRef */ @@ -2459,7 +2451,7 @@ public String getTrafficCloneProfileRef() { * Server network or list of servers for cloning traffic. * It is a reference to an object of type trafficcloneprofile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param trafficCloneProfileRef set the trafficCloneProfileRef. */ @@ -2472,7 +2464,7 @@ public void setTrafficCloneProfileRef(String trafficCloneProfileRef) { * Knob to enable the virtual service traffic on its assigned service engines. * This setting is effective only when the enabled flag is set to true. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return trafficEnabled */ @@ -2485,7 +2477,7 @@ public Boolean getTrafficEnabled() { * Knob to enable the virtual service traffic on its assigned service engines. * This setting is effective only when the enabled flag is set to true. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param trafficEnabled set the trafficEnabled. */ @@ -2497,8 +2489,8 @@ public void setTrafficEnabled(Boolean trafficEnabled) { * This is the getter method this will return the attribute value. * Specify if this is a normal virtual service, or if it is the parent or child of an sni-enabled virtual hosted virtual service. * Enum options - VS_TYPE_NORMAL, VS_TYPE_VH_PARENT, VS_TYPE_VH_CHILD. - * Allowed in enterprise edition with any value, essentials edition(allowed values- vs_type_normal), basic edition(allowed values- - * vs_type_normal,vs_type_vh_parent), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- vs_type_normal), basic (allowed values- vs_type_normal,vs_type_vh_parent) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VS_TYPE_NORMAL". * @return type */ @@ -2510,8 +2502,8 @@ public String getType() { * This is the setter method to the attribute. * Specify if this is a normal virtual service, or if it is the parent or child of an sni-enabled virtual hosted virtual service. * Enum options - VS_TYPE_NORMAL, VS_TYPE_VH_PARENT, VS_TYPE_VH_CHILD. - * Allowed in enterprise edition with any value, essentials edition(allowed values- vs_type_normal), basic edition(allowed values- - * vs_type_normal,vs_type_vh_parent), enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- vs_type_normal), basic (allowed values- vs_type_normal,vs_type_vh_parent) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VS_TYPE_NORMAL". * @param type set the type. */ @@ -2539,8 +2531,8 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Use bridge ip as vip on each host in mesos deployments. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useBridgeIpAsVip */ @@ -2551,8 +2543,8 @@ public Boolean getUseBridgeIpAsVip() { /** * This is the setter method to the attribute. * Use bridge ip as vip on each host in mesos deployments. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useBridgeIpAsVip set the useBridgeIpAsVip. */ @@ -2566,7 +2558,8 @@ public void setUseBridgeIpAsVip(Boolean useBridgeIpAsVip) { * The caveat of enabling this option is that the virtualservice cannot be configued in an active-active ha mode. * Dns based multi vip solution has to be used for ha & non-disruptive upgrade purposes. * Field introduced in 17.1.9,17.2.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useVipAsSnat */ @@ -2580,7 +2573,8 @@ public Boolean getUseVipAsSnat() { * The caveat of enabling this option is that the virtualservice cannot be configued in an active-active ha mode. * Dns based multi vip solution has to be used for ha & non-disruptive upgrade purposes. * Field introduced in 17.1.9,17.2.3. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useVipAsSnat set the useVipAsSnat. */ @@ -2591,7 +2585,7 @@ public void setUseVipAsSnat(Boolean useVipAsSnat) { /** * This is the getter method this will return the attribute value. * Uuid of the virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -2602,7 +2596,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -2613,7 +2607,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * The exact name requested from the client's sni-enabled tls hello domain name field. * If this is a match, the parent vs will forward the connection to this child vs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhDomainName */ @@ -2625,7 +2619,7 @@ public List getVhDomainName() { * This is the setter method. this will set the vhDomainName * The exact name requested from the client's sni-enabled tls hello domain name field. * If this is a match, the parent vs will forward the connection to this child vs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhDomainName */ @@ -2637,7 +2631,7 @@ public void setVhDomainName(List vhDomainName) { * This is the setter method this will set the vhDomainName * The exact name requested from the client's sni-enabled tls hello domain name field. * If this is a match, the parent vs will forward the connection to this child vs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhDomainName */ @@ -2652,7 +2646,7 @@ public VirtualService addVhDomainNameItem(String vhDomainNameItem) { * This is the getter method this will return the attribute value. * Match criteria to select this child vs. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhMatches */ @@ -2664,7 +2658,7 @@ public List getVhMatches() { * This is the setter method. this will set the vhMatches * Match criteria to select this child vs. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhMatches */ @@ -2676,7 +2670,7 @@ public void setVhMatches(List vhMatches) { * This is the setter method this will set the vhMatches * Match criteria to select this child vs. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhMatches */ @@ -2692,7 +2686,7 @@ public VirtualService addVhMatchesItem(VHMatch vhMatchesItem) { * This is the getter method this will return the attribute value. * Specifies the virtual service acting as virtual hosting (sni) parent. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhParentVsRef */ @@ -2704,7 +2698,7 @@ public String getVhParentVsRef() { * This is the setter method to the attribute. * Specifies the virtual service acting as virtual hosting (sni) parent. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vhParentVsRef set the vhParentVsRef. */ @@ -2717,8 +2711,8 @@ public void setVhParentVsRef(String vhParentVsRef) { * Specify if the virtual hosting vs is of type sni or enhanced. * Enum options - VS_TYPE_VH_SNI, VS_TYPE_VH_ENHANCED. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, basic edition(allowed values- vs_type_vh_sni,vs_type_vh_enhanced), enterprise with cloud services - * edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in basic (allowed values- vs_type_vh_sni,vs_type_vh_enhanced) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VS_TYPE_VH_SNI". * @return vhType */ @@ -2731,8 +2725,8 @@ public String getVhType() { * Specify if the virtual hosting vs is of type sni or enhanced. * Enum options - VS_TYPE_VH_SNI, VS_TYPE_VH_ENHANCED. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, basic edition(allowed values- vs_type_vh_sni,vs_type_vh_enhanced), enterprise with cloud services - * edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in basic (allowed values- vs_type_vh_sni,vs_type_vh_enhanced) edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VS_TYPE_VH_SNI". * @param vhType set the vhType. */ @@ -2744,7 +2738,7 @@ public void setVhType(String vhType) { * List of virtual service ips. * While creating a 'shared vs',please use vsvip_ref to point to the shared entities. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -2757,7 +2751,7 @@ public List getVip() { * List of virtual service ips. * While creating a 'shared vs',please use vsvip_ref to point to the shared entities. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -2770,7 +2764,7 @@ public void setVip(List vip) { * List of virtual service ips. * While creating a 'shared vs',please use vsvip_ref to point to the shared entities. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -2787,7 +2781,7 @@ public VirtualService addVipItem(Vip vipItem) { * Virtual routing context that the virtual service is bound to. * This is used to provide the isolation of the set of networks the application is attached to. * It is a reference to an object of type vrfcontext. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfContextRef */ @@ -2800,7 +2794,7 @@ public String getVrfContextRef() { * Virtual routing context that the virtual service is bound to. * This is used to provide the isolation of the set of networks the application is attached to. * It is a reference to an object of type vrfcontext. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfContextRef set the vrfContextRef. */ @@ -2810,7 +2804,7 @@ public void setVrfContextRef(String vrfContextRef) { /** * This is the getter method this will return the attribute value. * Datascripts applied on the data traffic of the virtual service. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsDatascripts */ @@ -2821,7 +2815,7 @@ public List getVsDatascripts() { /** * This is the setter method. this will set the vsDatascripts * Datascripts applied on the data traffic of the virtual service. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsDatascripts */ @@ -2832,7 +2826,7 @@ public void setVsDatascripts(List vsDatascripts) { /** * This is the setter method this will set the vsDatascripts * Datascripts applied on the data traffic of the virtual service. - * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsDatascripts */ @@ -2849,7 +2843,7 @@ public VirtualService addVsDatascriptsItem(VSDataScripts vsDatascriptsItem) { * Mostly used during the creation of shared vs, this field refers to entities that can be shared across virtual services. * It is a reference to an object of type vsvip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsvipRef */ @@ -2862,7 +2856,7 @@ public String getVsvipRef() { * Mostly used during the creation of shared vs, this field refers to entities that can be shared across virtual services. * It is a reference to an object of type vsvip. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsvipRef set the vsvipRef. */ @@ -2875,7 +2869,7 @@ public void setVsvipRef(String vsvipRef) { * Waf policy for the virtual service. * It is a reference to an object of type wafpolicy. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafPolicyRef */ @@ -2888,7 +2882,7 @@ public String getWafPolicyRef() { * Waf policy for the virtual service. * It is a reference to an object of type wafpolicy. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param wafPolicyRef set the wafPolicyRef. */ @@ -2901,8 +2895,8 @@ public void setWafPolicyRef(String wafPolicyRef) { * The quality of service weight to assign to traffic transmitted from this virtual service. * A higher weight will prioritize traffic versus other virtual services sharing the same service engines. * Allowed values are 1-128. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1), basic (allowed values- 1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return weight */ @@ -2915,8 +2909,8 @@ public Integer getWeight() { * The quality of service weight to assign to traffic transmitted from this virtual service. * A higher weight will prioritize traffic versus other virtual services sharing the same service engines. * Allowed values are 1-128. - * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud - * services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- 1), basic (allowed values- 1) edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param weight set the weight. */ diff --git a/java/src/com/vmware/avi/sdk/model/VirtualServiceResource.java b/java/src/com/vmware/avi/sdk/model/VirtualServiceResource.java index 423f2152b4..088530f0e3 100644 --- a/java/src/com/vmware/avi/sdk/model/VirtualServiceResource.java +++ b/java/src/com/vmware/avi/sdk/model/VirtualServiceResource.java @@ -37,7 +37,7 @@ public class VirtualServiceResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memory */ @@ -47,7 +47,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memory set the memory. */ @@ -57,7 +57,7 @@ public void setMemory(Integer memory) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSe */ @@ -67,7 +67,7 @@ public Integer getNumSe() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSe set the numSe. */ @@ -77,7 +77,7 @@ public void setNumSe(Integer numSe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numStandbySe */ @@ -87,7 +87,7 @@ public Integer getNumStandbySe() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numStandbySe set the numStandbySe. */ @@ -97,7 +97,7 @@ public void setNumStandbySe(Integer numStandbySe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVcpus */ @@ -107,7 +107,7 @@ public Integer getNumVcpus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVcpus set the numVcpus. */ diff --git a/java/src/com/vmware/avi/sdk/model/VirtualServiceRuntime.java b/java/src/com/vmware/avi/sdk/model/VirtualServiceRuntime.java index 75f3dc7080..41ecfb7da6 100644 --- a/java/src/com/vmware/avi/sdk/model/VirtualServiceRuntime.java +++ b/java/src/com/vmware/avi/sdk/model/VirtualServiceRuntime.java @@ -109,7 +109,7 @@ public class VirtualServiceRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerIp */ @@ -119,7 +119,7 @@ public String getControllerIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerIp set the controllerIp. */ @@ -129,7 +129,7 @@ public void setControllerIp(String controllerIp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datapathDebug */ @@ -139,7 +139,7 @@ public DebugVirtualService getDatapathDebug() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datapathDebug set the datapathDebug. */ @@ -149,7 +149,7 @@ public void setDatapathDebug(DebugVirtualService datapathDebug) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return eastWest */ @@ -159,7 +159,7 @@ public Boolean getEastWest() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param eastWest set the eastWest. */ @@ -169,7 +169,7 @@ public void setEastWest(Boolean eastWest) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbDnsUpdate */ @@ -179,7 +179,7 @@ public GslbDnsUpdate getGslbDnsUpdate() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbDnsUpdate set the gslbDnsUpdate. */ @@ -188,7 +188,7 @@ public void setGslbDnsUpdate(GslbDnsUpdate gslbDnsUpdate) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipamDnsRecords */ @@ -198,7 +198,7 @@ public List getIpamDnsRecords() { /** * This is the setter method. this will set the ipamDnsRecords - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipamDnsRecords */ @@ -208,7 +208,7 @@ public void setIpamDnsRecords(List ipamDnsRecords) { /** * This is the setter method this will set the ipamDnsRecords - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipamDnsRecords */ @@ -222,7 +222,7 @@ public VirtualServiceRuntime addIpamDnsRecordsItem(DnsRecord ipamDnsRecordsItem) /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isDnsVs */ @@ -232,7 +232,7 @@ public Boolean getIsDnsVs() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isDnsVs set the isDnsVs. */ @@ -244,7 +244,7 @@ public void setIsDnsVs(Boolean isDnsVs) { * This is the getter method this will return the attribute value. * Number of times keys have been rotated. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyRotationCount */ @@ -256,7 +256,7 @@ public Integer getKeyRotationCount() { * This is the setter method to the attribute. * Number of times keys have been rotated. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyRotationCount set the keyRotationCount. */ @@ -266,7 +266,7 @@ public void setKeyRotationCount(Integer keyRotationCount) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -276,7 +276,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -288,7 +288,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { * This is the getter method this will return the attribute value. * Timestamp of the last key rotation. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastKeyRotationTime */ @@ -300,7 +300,7 @@ public TimeStamp getLastKeyRotationTime() { * This is the setter method to the attribute. * Timestamp of the last key rotation. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastKeyRotationTime set the lastKeyRotationTime. */ @@ -309,7 +309,7 @@ public void setLastKeyRotationTime(TimeStamp lastKeyRotationTime) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lif */ @@ -319,7 +319,7 @@ public List getLif() { /** * This is the setter method. this will set the lif - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lif */ @@ -329,7 +329,7 @@ public void setLif(List lif) { /** * This is the setter method this will set the lif - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lif */ @@ -343,7 +343,7 @@ public VirtualServiceRuntime addLifItem(String lifItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return manualPlacement */ @@ -353,7 +353,7 @@ public Boolean getManualPlacement() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param manualPlacement set the manualPlacement. */ @@ -363,7 +363,7 @@ public void setManualPlacement(Boolean manualPlacement) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return markedForDelete */ @@ -373,7 +373,7 @@ public Boolean getMarkedForDelete() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param markedForDelete set the markedForDelete. */ @@ -384,7 +384,7 @@ public void setMarkedForDelete(Boolean markedForDelete) { /** * This is the getter method this will return the attribute value. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsMgrPort */ @@ -395,7 +395,7 @@ public String getMetricsMgrPort() { /** * This is the setter method to the attribute. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsMgrPort set the metricsMgrPort. */ @@ -405,7 +405,7 @@ public void setMetricsMgrPort(String metricsMgrPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return numAdditionalSe */ @@ -415,7 +415,7 @@ public Integer getNumAdditionalSe() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param numAdditionalSe set the numAdditionalSe. */ @@ -425,7 +425,7 @@ public void setNumAdditionalSe(Integer numAdditionalSe) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return onePlusOneHa */ @@ -435,7 +435,7 @@ public Boolean getOnePlusOneHa() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param onePlusOneHa set the onePlusOneHa. */ @@ -445,7 +445,7 @@ public void setOnePlusOneHa(Boolean onePlusOneHa) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevControllerIp */ @@ -455,7 +455,7 @@ public String getPrevControllerIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevControllerIp set the prevControllerIp. */ @@ -466,7 +466,7 @@ public void setPrevControllerIp(String prevControllerIp) { /** * This is the getter method this will return the attribute value. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevMetricsMgrPort */ @@ -477,7 +477,7 @@ public String getPrevMetricsMgrPort() { /** * This is the setter method to the attribute. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevMetricsMgrPort set the prevMetricsMgrPort. */ @@ -487,7 +487,7 @@ public void setPrevMetricsMgrPort(String prevMetricsMgrPort) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redisDb */ @@ -497,7 +497,7 @@ public Integer getRedisDb() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param redisDb set the redisDb. */ @@ -507,7 +507,7 @@ public void setRedisDb(Integer redisDb) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redisPort */ @@ -517,7 +517,7 @@ public Integer getRedisPort() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param redisPort set the redisPort. */ @@ -529,7 +529,7 @@ public void setRedisPort(Integer redisPort) { * This is the getter method this will return the attribute value. * Runtime info from security_manager. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secMgrInfo */ @@ -541,7 +541,7 @@ public SecurityMgrRuntime getSecMgrInfo() { * This is the setter method to the attribute. * Runtime info from security_manager. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secMgrInfo set the secMgrInfo. */ @@ -553,7 +553,7 @@ public void setSecMgrInfo(SecurityMgrRuntime secMgrInfo) { * This is the getter method this will return the attribute value. * Enable service engines to elect a primary amongst themselves in the absence of connectivity to controller. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return selfSeElection */ @@ -565,7 +565,7 @@ public Boolean getSelfSeElection() { * This is the setter method to the attribute. * Enable service engines to elect a primary amongst themselves in the absence of connectivity to controller. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param selfSeElection set the selfSeElection. */ @@ -574,7 +574,7 @@ public void setSelfSeElection(Boolean selfSeElection) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tlsTicketKey */ @@ -584,7 +584,7 @@ public List getTlsTicketKey() { /** * This is the setter method. this will set the tlsTicketKey - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tlsTicketKey */ @@ -594,7 +594,7 @@ public void setTlsTicketKey(List tlsTicketKey) { /** * This is the setter method this will set the tlsTicketKey - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tlsTicketKey */ @@ -609,7 +609,7 @@ public VirtualServiceRuntime addTlsTicketKeyItem(TLSTicket tlsTicketKeyItem) { /** * This is the getter method this will return the attribute value. * Enum options - VS_TYPE_NORMAL, VS_TYPE_VH_PARENT, VS_TYPE_VH_CHILD. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VS_TYPE_NORMAL". * @return type */ @@ -620,7 +620,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - VS_TYPE_NORMAL, VS_TYPE_VH_PARENT, VS_TYPE_VH_CHILD. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VS_TYPE_NORMAL". * @param type set the type. */ @@ -630,7 +630,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -640,7 +640,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -651,7 +651,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Version number of the se list update. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return version */ @@ -662,7 +662,7 @@ public Integer getVersion() { /** * This is the setter method to the attribute. * Version number of the se list update. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param version set the version. */ @@ -672,7 +672,7 @@ public void setVersion(Integer version) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhChildVsRef */ @@ -683,7 +683,7 @@ public List getVhChildVsRef() { /** * This is the setter method. this will set the vhChildVsRef * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhChildVsRef */ @@ -694,7 +694,7 @@ public void setVhChildVsRef(List vhChildVsRef) { /** * This is the setter method this will set the vhChildVsRef * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhChildVsRef */ @@ -707,7 +707,7 @@ public VirtualServiceRuntime addVhChildVsRefItem(String vhChildVsRefItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipRuntime */ @@ -717,7 +717,7 @@ public List getVipRuntime() { /** * This is the setter method. this will set the vipRuntime - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipRuntime */ @@ -727,7 +727,7 @@ public void setVipRuntime(List vipRuntime) { /** * This is the setter method this will set the vipRuntime - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipRuntime */ @@ -743,7 +743,7 @@ public VirtualServiceRuntime addVipRuntimeItem(VipRuntime vipRuntimeItem) { * This is the getter method this will return the attribute value. * Vs update request received before warmstart finished. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUpdatePending */ @@ -755,7 +755,7 @@ public VirtualService getVsUpdatePending() { * This is the setter method to the attribute. * Vs update request received before warmstart finished. * Field introduced in 18.1.4, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUpdatePending set the vsUpdatePending. */ diff --git a/java/src/com/vmware/avi/sdk/model/VirtualserviceFaults.java b/java/src/com/vmware/avi/sdk/model/VirtualserviceFaults.java index fa4c3f7209..07e48b717c 100644 --- a/java/src/com/vmware/avi/sdk/model/VirtualserviceFaults.java +++ b/java/src/com/vmware/avi/sdk/model/VirtualserviceFaults.java @@ -45,7 +45,7 @@ public class VirtualserviceFaults { * This is the getter method this will return the attribute value. * Enable debug faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return debugFaults */ @@ -57,7 +57,7 @@ public Boolean getDebugFaults() { * This is the setter method to the attribute. * Enable debug faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param debugFaults set the debugFaults. */ @@ -69,7 +69,7 @@ public void setDebugFaults(Boolean debugFaults) { * This is the getter method this will return the attribute value. * Enable pool server faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return poolServerFaults */ @@ -81,7 +81,7 @@ public Boolean getPoolServerFaults() { * This is the setter method to the attribute. * Enable pool server faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param poolServerFaults set the poolServerFaults. */ @@ -93,7 +93,7 @@ public void setPoolServerFaults(Boolean poolServerFaults) { * This is the getter method this will return the attribute value. * Enable vs scaleout and scalein faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return scaleoutFaults */ @@ -105,7 +105,7 @@ public Boolean getScaleoutFaults() { * This is the setter method to the attribute. * Enable vs scaleout and scalein faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param scaleoutFaults set the scaleoutFaults. */ @@ -117,7 +117,7 @@ public void setScaleoutFaults(Boolean scaleoutFaults) { * This is the getter method this will return the attribute value. * Enable shared vip faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sharedVipFaults */ @@ -129,7 +129,7 @@ public Boolean getSharedVipFaults() { * This is the setter method to the attribute. * Enable shared vip faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sharedVipFaults set the sharedVipFaults. */ @@ -141,7 +141,7 @@ public void setSharedVipFaults(Boolean sharedVipFaults) { * This is the getter method this will return the attribute value. * Enable ssl certificate expiry faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sslCertExpiryFaults */ @@ -153,7 +153,7 @@ public Boolean getSslCertExpiryFaults() { * This is the setter method to the attribute. * Enable ssl certificate expiry faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sslCertExpiryFaults set the sslCertExpiryFaults. */ @@ -165,7 +165,7 @@ public void setSslCertExpiryFaults(Boolean sslCertExpiryFaults) { * This is the getter method this will return the attribute value. * Enable ssl certificate status faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sslCertStatusFaults */ @@ -177,7 +177,7 @@ public Boolean getSslCertStatusFaults() { * This is the setter method to the attribute. * Enable ssl certificate status faults. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sslCertStatusFaults set the sslCertStatusFaults. */ diff --git a/java/src/com/vmware/avi/sdk/model/VlanInterface.java b/java/src/com/vmware/avi/sdk/model/VlanInterface.java index f2772a9b99..55a2823a2c 100644 --- a/java/src/com/vmware/avi/sdk/model/VlanInterface.java +++ b/java/src/com/vmware/avi/sdk/model/VlanInterface.java @@ -49,7 +49,7 @@ public class VlanInterface { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhcpEnabled */ @@ -59,7 +59,7 @@ public Boolean getDhcpEnabled() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dhcpEnabled set the dhcpEnabled. */ @@ -71,7 +71,7 @@ public void setDhcpEnabled(Boolean dhcpEnabled) { * This is the getter method this will return the attribute value. * Enable the interface. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -83,7 +83,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable the interface. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -93,7 +93,7 @@ public void setEnabled(Boolean enabled) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -103,7 +103,7 @@ public String getIfName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -115,7 +115,7 @@ public void setIfName(String ifName) { * This is the getter method this will return the attribute value. * Enable ipv6 auto configuration. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6AutocfgEnabled */ @@ -127,7 +127,7 @@ public Boolean getIp6AutocfgEnabled() { * This is the setter method to the attribute. * Enable ipv6 auto configuration. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6AutocfgEnabled set the ip6AutocfgEnabled. */ @@ -137,7 +137,7 @@ public void setIp6AutocfgEnabled(Boolean ip6AutocfgEnabled) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isMgmt */ @@ -147,7 +147,7 @@ public Boolean getIsMgmt() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isMgmt set the isMgmt. */ @@ -159,7 +159,7 @@ public void setIsMgmt(Boolean isMgmt) { * This is the getter method this will return the attribute value. * Vlan id. * Allowed values are 0-4096. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return vlanId */ @@ -171,7 +171,7 @@ public Integer getVlanId() { * This is the setter method to the attribute. * Vlan id. * Allowed values are 0-4096. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param vlanId set the vlanId. */ @@ -180,7 +180,7 @@ public void setVlanId(Integer vlanId) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnicNetworks */ @@ -190,7 +190,7 @@ public List getVnicNetworks() { /** * This is the setter method. this will set the vnicNetworks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnicNetworks */ @@ -200,7 +200,7 @@ public void setVnicNetworks(List vnicNetworks) { /** * This is the setter method this will set the vnicNetworks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnicNetworks */ @@ -215,7 +215,7 @@ public VlanInterface addVnicNetworksItem(vNICNetwork vnicNetworksItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vrfcontext. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfRef */ @@ -226,7 +226,7 @@ public String getVrfRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vrfcontext. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfRef set the vrfRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/VlanRange.java b/java/src/com/vmware/avi/sdk/model/VlanRange.java index 6fd74bae96..4baa9f07c4 100644 --- a/java/src/com/vmware/avi/sdk/model/VlanRange.java +++ b/java/src/com/vmware/avi/sdk/model/VlanRange.java @@ -31,7 +31,7 @@ public class VlanRange { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return end */ @@ -41,7 +41,7 @@ public Integer getEnd() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param end set the end. */ @@ -51,7 +51,7 @@ public void setEnd(Integer end) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return start */ @@ -61,7 +61,7 @@ public Integer getStart() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param start set the start. */ diff --git a/java/src/com/vmware/avi/sdk/model/VrfContext.java b/java/src/com/vmware/avi/sdk/model/VrfContext.java index ab54acaba0..7df6481722 100644 --- a/java/src/com/vmware/avi/sdk/model/VrfContext.java +++ b/java/src/com/vmware/avi/sdk/model/VrfContext.java @@ -74,8 +74,7 @@ public class VrfContext extends AviRestResource { * This is the getter method this will return the attribute value. * Key/value vrfcontext attributes. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrs */ @@ -87,8 +86,7 @@ public List getAttrs() { * This is the setter method. this will set the attrs * Key/value vrfcontext attributes. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrs */ @@ -100,8 +98,7 @@ public void setAttrs(List attrs) { * This is the setter method this will set the attrs * Key/value vrfcontext attributes. * Field introduced in 20.1.2. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrs */ @@ -117,7 +114,7 @@ public VrfContext addAttrsItem(KeyValue attrsItem) { * This is the getter method this will return the attribute value. * Bfd configuration profile. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bfdProfile */ @@ -129,7 +126,7 @@ public BfdProfile getBfdProfile() { * This is the setter method to the attribute. * Bfd configuration profile. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param bfdProfile set the bfdProfile. */ @@ -140,7 +137,7 @@ public void setBfdProfile(BfdProfile bfdProfile) { /** * This is the getter method this will return the attribute value. * Bgp local and peer info. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpProfile */ @@ -151,7 +148,7 @@ public BgpProfile getBgpProfile() { /** * This is the setter method to the attribute. * Bgp local and peer info. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param bgpProfile set the bgpProfile. */ @@ -162,7 +159,7 @@ public void setBgpProfile(BgpProfile bgpProfile) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -173,7 +170,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -185,7 +182,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * Configure debug flags for vrf. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return debugvrfcontext */ @@ -197,7 +194,7 @@ public DebugVrfContext getDebugvrfcontext() { * This is the setter method to the attribute. * Configure debug flags for vrf. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param debugvrfcontext set the debugvrfcontext. */ @@ -207,7 +204,7 @@ public void setDebugvrfcontext(DebugVrfContext debugvrfcontext) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -217,7 +214,7 @@ public String getDescription() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -227,7 +224,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Configure ping based heartbeat check for gateway in service engines of vrf. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayMon */ @@ -238,7 +235,7 @@ public List getGatewayMon() { /** * This is the setter method. this will set the gatewayMon * Configure ping based heartbeat check for gateway in service engines of vrf. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayMon */ @@ -249,7 +246,7 @@ public void setGatewayMon(List gatewayMon) { /** * This is the setter method this will set the gatewayMon * Configure ping based heartbeat check for gateway in service engines of vrf. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayMon */ @@ -265,7 +262,7 @@ public VrfContext addGatewayMonItem(GatewayMonitor gatewayMonItem) { * This is the getter method this will return the attribute value. * Configure ping based heartbeat check for all default gateways in service engines of vrf. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return internalGatewayMonitor */ @@ -277,7 +274,7 @@ public InternalGatewayMonitor getInternalGatewayMonitor() { * This is the setter method to the attribute. * Configure ping based heartbeat check for all default gateways in service engines of vrf. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param internalGatewayMonitor set the internalGatewayMonitor. */ @@ -289,8 +286,8 @@ public void setInternalGatewayMonitor(InternalGatewayMonitor internalGatewayMoni * This is the getter method this will return the attribute value. * Enable lldp. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return lldpEnable */ @@ -302,8 +299,8 @@ public Boolean getLldpEnable() { * This is the setter method to the attribute. * Enable lldp. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- true), basic (allowed values- true) edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param lldpEnable set the lldpEnable. */ @@ -314,8 +311,7 @@ public void setLldpEnable(Boolean lldpEnable) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -327,8 +323,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -340,8 +335,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -355,7 +349,7 @@ public VrfContext addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -365,7 +359,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -374,7 +368,7 @@ public void setName(String name) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticRoutes */ @@ -384,7 +378,7 @@ public List getStaticRoutes() { /** * This is the setter method. this will set the staticRoutes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticRoutes */ @@ -394,7 +388,7 @@ public void setStaticRoutes(List staticRoutes) { /** * This is the setter method this will set the staticRoutes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticRoutes */ @@ -408,7 +402,7 @@ public VrfContext addStaticRoutesItem(StaticRoute staticRoutesItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return systemDefault */ @@ -418,7 +412,7 @@ public Boolean getSystemDefault() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param systemDefault set the systemDefault. */ @@ -429,7 +423,7 @@ public void setSystemDefault(Boolean systemDefault) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -440,7 +434,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -467,7 +461,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -477,7 +471,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsAwaitingSeEventDetails.java b/java/src/com/vmware/avi/sdk/model/VsAwaitingSeEventDetails.java index 827a48d623..1a5da261c2 100644 --- a/java/src/com/vmware/avi/sdk/model/VsAwaitingSeEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VsAwaitingSeEventDetails.java @@ -40,7 +40,7 @@ public class VsAwaitingSeEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return awaitingseTimeout */ @@ -50,7 +50,7 @@ public Integer getAwaitingseTimeout() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param awaitingseTimeout set the awaitingseTimeout. */ @@ -60,7 +60,7 @@ public void setAwaitingseTimeout(Integer awaitingseTimeout) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -70,7 +70,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -79,7 +79,7 @@ public void setIp(String ip) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -89,7 +89,7 @@ public List getSeAssigned() { /** * This is the setter method. this will set the seAssigned - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -99,7 +99,7 @@ public void setSeAssigned(List seAssigned) { /** * This is the setter method this will set the seAssigned - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -113,7 +113,7 @@ public VsAwaitingSeEventDetails addSeAssignedItem(VipSeAssigned seAssignedItem) /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRequested */ @@ -123,7 +123,7 @@ public VirtualServiceResource getSeRequested() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRequested set the seRequested. */ @@ -133,7 +133,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -143,7 +143,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsDebugFilter.java b/java/src/com/vmware/avi/sdk/model/VsDebugFilter.java index 9fba859bc6..e67880c1fa 100644 --- a/java/src/com/vmware/avi/sdk/model/VsDebugFilter.java +++ b/java/src/com/vmware/avi/sdk/model/VsDebugFilter.java @@ -31,7 +31,7 @@ public class VsDebugFilter { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -41,7 +41,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -51,7 +51,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -61,7 +61,7 @@ public String getSeUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsError.java b/java/src/com/vmware/avi/sdk/model/VsError.java index ffd6ae514f..4930b842bf 100644 --- a/java/src/com/vmware/avi/sdk/model/VsError.java +++ b/java/src/com/vmware/avi/sdk/model/VsError.java @@ -54,7 +54,7 @@ public class VsError { * This is the getter method this will return the attribute value. * The time at which the error occurred. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventTimestamp */ @@ -66,7 +66,7 @@ public TimeStamp getEventTimestamp() { * This is the setter method to the attribute. * The time at which the error occurred. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventTimestamp set the eventTimestamp. */ @@ -75,7 +75,7 @@ public void setEventTimestamp(TimeStamp eventTimestamp) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -85,7 +85,7 @@ public List getReason() { /** * This is the setter method. this will set the reason - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -95,7 +95,7 @@ public void setReason(List reason) { /** * This is the setter method this will set the reason - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -110,7 +110,7 @@ public VsError addReasonItem(String reasonItem) { /** * This is the getter method this will return the attribute value. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupHaMode */ @@ -121,7 +121,7 @@ public String getSeGroupHaMode() { /** * This is the setter method to the attribute. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupHaMode set the seGroupHaMode. */ @@ -132,7 +132,7 @@ public void setSeGroupHaMode(String seGroupHaMode) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceenginegroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRef */ @@ -143,7 +143,7 @@ public String getSeGroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceenginegroup. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupRef set the seGroupRef. */ @@ -156,7 +156,7 @@ public void setSeGroupRef(String seGroupRef) { * The se on which the vs errored during scale-in/scale-out operations. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -169,7 +169,7 @@ public String getSeRef() { * The se on which the vs errored during scale-in/scale-out operations. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.10, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -180,7 +180,7 @@ public void setSeRef(String seRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -191,7 +191,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -202,7 +202,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. * Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trafficStatus */ @@ -213,7 +213,7 @@ public String getTrafficStatus() { /** * This is the setter method to the attribute. * Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param trafficStatus set the trafficStatus. */ @@ -223,7 +223,7 @@ public void setTrafficStatus(String trafficStatus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -233,7 +233,7 @@ public String getVipId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -244,7 +244,7 @@ public void setVipId(String vipId) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsRef */ @@ -255,7 +255,7 @@ public String getVsRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type virtualservice. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsRef set the vsRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsErrorEventDetails.java b/java/src/com/vmware/avi/sdk/model/VsErrorEventDetails.java index c54c7511c3..d8a5674a92 100644 --- a/java/src/com/vmware/avi/sdk/model/VsErrorEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VsErrorEventDetails.java @@ -46,7 +46,7 @@ public class VsErrorEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -56,7 +56,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -66,7 +66,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -76,7 +76,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -86,7 +86,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -96,7 +96,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -106,7 +106,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rpcStatus */ @@ -116,7 +116,7 @@ public Integer getRpcStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rpcStatus set the rpcStatus. */ @@ -125,7 +125,7 @@ public void setRpcStatus(Integer rpcStatus) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -135,7 +135,7 @@ public List getSeAssigned() { /** * This is the setter method. this will set the seAssigned - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -145,7 +145,7 @@ public void setSeAssigned(List seAssigned) { /** * This is the setter method this will set the seAssigned - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -159,7 +159,7 @@ public VsErrorEventDetails addSeAssignedItem(VipSeAssigned seAssignedItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRequested */ @@ -169,7 +169,7 @@ public VirtualServiceResource getSeRequested() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRequested set the seRequested. */ @@ -179,7 +179,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -189,7 +189,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsEvStatus.java b/java/src/com/vmware/avi/sdk/model/VsEvStatus.java index 38cc6cc867..aa9f042b4a 100644 --- a/java/src/com/vmware/avi/sdk/model/VsEvStatus.java +++ b/java/src/com/vmware/avi/sdk/model/VsEvStatus.java @@ -33,7 +33,7 @@ public class VsEvStatus { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -43,7 +43,7 @@ public List getNotes() { /** * This is the setter method. this will set the notes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -53,7 +53,7 @@ public void setNotes(List notes) { /** * This is the setter method this will set the notes - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notes */ @@ -67,7 +67,7 @@ public VsEvStatus addNotesItem(String notesItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return request */ @@ -77,7 +77,7 @@ public String getRequest() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param request set the request. */ @@ -87,7 +87,7 @@ public void setRequest(String request) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return result */ @@ -97,7 +97,7 @@ public String getResult() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param result set the result. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsFsmEventDetails.java b/java/src/com/vmware/avi/sdk/model/VsFsmEventDetails.java index 3b7036acfe..3d5f13b0dd 100644 --- a/java/src/com/vmware/avi/sdk/model/VsFsmEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VsFsmEventDetails.java @@ -34,7 +34,7 @@ public class VsFsmEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -44,7 +44,7 @@ public String getVipId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -54,7 +54,7 @@ public void setVipId(String vipId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsRt */ @@ -64,7 +64,7 @@ public VirtualServiceRuntime getVsRt() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsRt set the vsRt. */ @@ -74,7 +74,7 @@ public void setVsRt(VirtualServiceRuntime vsRt) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -84,7 +84,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsGs.java b/java/src/com/vmware/avi/sdk/model/VsGs.java index 085892b991..bf927881bf 100644 --- a/java/src/com/vmware/avi/sdk/model/VsGs.java +++ b/java/src/com/vmware/avi/sdk/model/VsGs.java @@ -54,7 +54,7 @@ public class VsGs extends AviRestResource { * This is the getter method this will return the attribute value. * Gslb geodb being associated using this object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geodbUuid */ @@ -66,7 +66,7 @@ public String getGeodbUuid() { * This is the setter method to the attribute. * Gslb geodb being associated using this object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geodbUuid set the geodbUuid. */ @@ -78,7 +78,7 @@ public void setGeodbUuid(String geodbUuid) { * This is the getter method this will return the attribute value. * Gslb service being associated using this object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsUuid */ @@ -90,7 +90,7 @@ public String getGsUuid() { * This is the setter method to the attribute. * Gslb service being associated using this object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsUuid set the gsUuid. */ @@ -102,7 +102,7 @@ public void setGsUuid(String gsUuid) { * This is the getter method this will return the attribute value. * Gslb being associated using this object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbUuid */ @@ -114,7 +114,7 @@ public String getGslbUuid() { * This is the setter method to the attribute. * Gslb being associated using this object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbUuid set the gslbUuid. */ @@ -126,7 +126,7 @@ public void setGslbUuid(String gslbUuid) { * This is the getter method this will return the attribute value. * Name of the vs-gs association object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -138,7 +138,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the vs-gs association object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -151,7 +151,7 @@ public void setName(String name) { * Tenant. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -164,7 +164,7 @@ public String getTenantRef() { * Tenant. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -177,7 +177,7 @@ public void setTenantRef(String tenantRef) { * Type of the vs-gs association object. * Enum options - VSGS_TYPE_GSLB, VSGS_TYPE_GS, VSGS_TYPE_GEO_DB. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -190,7 +190,7 @@ public String getType() { * Type of the vs-gs association object. * Enum options - VSGS_TYPE_GSLB, VSGS_TYPE_GS, VSGS_TYPE_GEO_DB. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -219,7 +219,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the vs-gs association object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -231,7 +231,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the vs-gs association object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -243,7 +243,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Virtual service being associated using this object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -255,7 +255,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Virtual service being associated using this object. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsGsStatus.java b/java/src/com/vmware/avi/sdk/model/VsGsStatus.java new file mode 100644 index 0000000000..b2b67ccfe8 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/VsGsStatus.java @@ -0,0 +1,187 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The VsGsStatus is a POJO class extends AviRestResource that used for creating + * VsGsStatus. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class VsGsStatus extends AviRestResource { + @JsonProperty("details") + private List details; + + @JsonProperty("name") + private String name; + + @JsonProperty("uuid") + private String uuid; + + @JsonProperty("vsgs_obj") + private VsGs vsgsObj; + + + /** + * This is the getter method this will return the attribute value. + * Details of the event. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return details + */ + public List getDetails() { + return details; + } + + /** + * This is the setter method. this will set the details + * Details of the event. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return details + */ + public void setDetails(List details) { + this.details = details; + } + + /** + * This is the setter method this will set the details + * Details of the event. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return details + */ + public VsGsStatus addDetailsItem(String detailsItem) { + if (this.details == null) { + this.details = new ArrayList(); + } + this.details.add(detailsItem); + return this; + } + + /** + * This is the getter method this will return the attribute value. + * Config object name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return name + */ + public String getName() { + return name; + } + + /** + * This is the setter method to the attribute. + * Config object name. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param name set the name. + */ + public void setName(String name) { + this.name = name; + } + + /** + * This is the getter method this will return the attribute value. + * Config object uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return uuid + */ + public String getUuid() { + return uuid; + } + + /** + * This is the setter method to the attribute. + * Config object uuid. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param uuid set the uuid. + */ + public void setUuid(String uuid) { + this.uuid = uuid; + } + + /** + * This is the getter method this will return the attribute value. + * Vsgs config object data. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return vsgsObj + */ + public VsGs getVsgsObj() { + return vsgsObj; + } + + /** + * This is the setter method to the attribute. + * Vsgs config object data. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param vsgsObj set the vsgsObj. + */ + public void setVsgsObj(VsGs vsgsObj) { + this.vsgsObj = vsgsObj; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + VsGsStatus objVsGsStatus = (VsGsStatus) o; + return Objects.equals(this.uuid, objVsGsStatus.uuid)&& + Objects.equals(this.name, objVsGsStatus.name)&& + Objects.equals(this.details, objVsGsStatus.details)&& + Objects.equals(this.vsgsObj, objVsGsStatus.vsgsObj); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class VsGsStatus {\n"); + sb.append(" details: ").append(toIndentedString(details)).append("\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); + sb.append(" vsgsObj: ").append(toIndentedString(vsgsObj)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/VsInitialPlacementEventDetails.java b/java/src/com/vmware/avi/sdk/model/VsInitialPlacementEventDetails.java index 05e14534e2..6d0bf979b5 100644 --- a/java/src/com/vmware/avi/sdk/model/VsInitialPlacementEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VsInitialPlacementEventDetails.java @@ -46,7 +46,7 @@ public class VsInitialPlacementEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -56,7 +56,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -66,7 +66,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -76,7 +76,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -88,7 +88,7 @@ public void setIp(String ip) { * This is the getter method this will return the attribute value. * Vip ipv6 address. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -100,7 +100,7 @@ public String getIp6() { * This is the setter method to the attribute. * Vip ipv6 address. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -110,7 +110,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rpcStatus */ @@ -120,7 +120,7 @@ public Integer getRpcStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rpcStatus set the rpcStatus. */ @@ -129,7 +129,7 @@ public void setRpcStatus(Integer rpcStatus) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -139,7 +139,7 @@ public List getSeAssigned() { /** * This is the setter method. this will set the seAssigned - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -149,7 +149,7 @@ public void setSeAssigned(List seAssigned) { /** * This is the setter method this will set the seAssigned - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -163,7 +163,7 @@ public VsInitialPlacementEventDetails addSeAssignedItem(VipSeAssigned seAssigned /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRequested */ @@ -173,7 +173,7 @@ public VirtualServiceResource getSeRequested() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRequested set the seRequested. */ @@ -183,7 +183,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -193,7 +193,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsMigrateEventDetails.java b/java/src/com/vmware/avi/sdk/model/VsMigrateEventDetails.java index 4bc043ad44..eeceaa2390 100644 --- a/java/src/com/vmware/avi/sdk/model/VsMigrateEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VsMigrateEventDetails.java @@ -49,7 +49,7 @@ public class VsMigrateEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -59,7 +59,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -69,7 +69,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -79,7 +79,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -89,7 +89,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -99,7 +99,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -109,7 +109,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rpcStatus */ @@ -119,7 +119,7 @@ public Integer getRpcStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rpcStatus set the rpcStatus. */ @@ -129,7 +129,7 @@ public void setRpcStatus(Integer rpcStatus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleStatus */ @@ -139,7 +139,7 @@ public ScaleStatus getScaleStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleStatus set the scaleStatus. */ @@ -148,7 +148,7 @@ public void setScaleStatus(ScaleStatus scaleStatus) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -158,7 +158,7 @@ public List getSeAssigned() { /** * This is the setter method. this will set the seAssigned - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -168,7 +168,7 @@ public void setSeAssigned(List seAssigned) { /** * This is the setter method this will set the seAssigned - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -182,7 +182,7 @@ public VsMigrateEventDetails addSeAssignedItem(VipSeAssigned seAssignedItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRequested */ @@ -192,7 +192,7 @@ public VirtualServiceResource getSeRequested() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRequested set the seRequested. */ @@ -202,7 +202,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -212,7 +212,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsMigrateParams.java b/java/src/com/vmware/avi/sdk/model/VsMigrateParams.java index 489a7f6042..3f943b32f6 100644 --- a/java/src/com/vmware/avi/sdk/model/VsMigrateParams.java +++ b/java/src/com/vmware/avi/sdk/model/VsMigrateParams.java @@ -47,7 +47,7 @@ public class VsMigrateParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromSeRef */ @@ -58,7 +58,7 @@ public String getFromSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromSeRef set the fromSeRef. */ @@ -68,7 +68,7 @@ public void setFromSeRef(String fromSeRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newVcpus */ @@ -78,7 +78,7 @@ public Integer getNewVcpus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newVcpus set the newVcpus. */ @@ -89,7 +89,7 @@ public void setNewVcpus(Integer newVcpus) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toHostRef */ @@ -100,7 +100,7 @@ public String getToHostRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toHostRef set the toHostRef. */ @@ -110,7 +110,7 @@ public void setToHostRef(String toHostRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return toNewSe */ @@ -120,7 +120,7 @@ public Boolean getToNewSe() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param toNewSe set the toNewSe. */ @@ -131,7 +131,7 @@ public void setToNewSe(Boolean toNewSe) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toSeRef */ @@ -142,7 +142,7 @@ public String getToSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toSeRef set the toSeRef. */ @@ -152,7 +152,7 @@ public void setToSeRef(String toSeRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -162,7 +162,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -173,7 +173,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -184,7 +184,7 @@ public String getVipId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsPoolNwFilterEventDetails.java b/java/src/com/vmware/avi/sdk/model/VsPoolNwFilterEventDetails.java index e0972af00e..4fd11721ad 100644 --- a/java/src/com/vmware/avi/sdk/model/VsPoolNwFilterEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VsPoolNwFilterEventDetails.java @@ -34,7 +34,7 @@ public class VsPoolNwFilterEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filter */ @@ -44,7 +44,7 @@ public String getFilter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filter set the filter. */ @@ -54,7 +54,7 @@ public void setFilter(String filter) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -64,7 +64,7 @@ public String getName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -74,7 +74,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return network */ @@ -84,7 +84,7 @@ public String getNetwork() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param network set the network. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsResyncParams.java b/java/src/com/vmware/avi/sdk/model/VsResyncParams.java deleted file mode 100644 index 2fdece2930..0000000000 --- a/java/src/com/vmware/avi/sdk/model/VsResyncParams.java +++ /dev/null @@ -1,122 +0,0 @@ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache License 2.0 - */ - -package com.vmware.avi.sdk.model; - -import java.util.*; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; - -/** - * The VsResyncParams is a POJO class extends AviRestResource that used for creating - * VsResyncParams. - * - * @version 1.0 - * @since - * - */ -@JsonIgnoreProperties(ignoreUnknown = true) -@JsonInclude(JsonInclude.Include.NON_NULL) -public class VsResyncParams extends AviRestResource { - @JsonProperty("se_ref") - private List seRef; - - @JsonProperty("uuid") - private String uuid; - - - /** - * This is the getter method this will return the attribute value. - * It is a reference to an object of type serviceengine. - * 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 null. - * @return seRef - */ - public List getSeRef() { - return seRef; - } - - /** - * This is the setter method. this will set the seRef - * It is a reference to an object of type serviceengine. - * 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 null. - * @return seRef - */ - public void setSeRef(List seRef) { - this.seRef = seRef; - } - - /** - * This is the setter method this will set the seRef - * It is a reference to an object of type serviceengine. - * 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 null. - * @return seRef - */ - public VsResyncParams addSeRefItem(String seRefItem) { - if (this.seRef == null) { - this.seRef = new ArrayList(); - } - this.seRef.add(seRefItem); - return this; - } - - /** - * This is the getter method this will return the attribute value. - * 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 null. - * @return uuid - */ - public String getUuid() { - return uuid; - } - - /** - * This is the setter method to the attribute. - * 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 null. - * @param uuid set the uuid. - */ - public void setUuid(String uuid) { - this.uuid = uuid; - } - - - @Override - public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VsResyncParams objVsResyncParams = (VsResyncParams) o; - return Objects.equals(this.uuid, objVsResyncParams.uuid)&& - Objects.equals(this.seRef, objVsResyncParams.seRef); - } - - @Override - public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VsResyncParams {\n"); - sb.append(" seRef: ").append(toIndentedString(seRef)).append("\n"); - sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); - sb.append("}"); - return sb.toString(); - } - - /** - * Convert the given object to string with each line indented by 4 spaces - * (except the first line). - */ - private String toIndentedString(java.lang.Object o) { - if (o == null) { - return "null"; - } - return o.toString().replace("\n", "\n "); - } -} diff --git a/java/src/com/vmware/avi/sdk/model/VsScaleInEventDetails.java b/java/src/com/vmware/avi/sdk/model/VsScaleInEventDetails.java index 4060784689..d17bd72c86 100644 --- a/java/src/com/vmware/avi/sdk/model/VsScaleInEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VsScaleInEventDetails.java @@ -49,7 +49,7 @@ public class VsScaleInEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -59,7 +59,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -69,7 +69,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -79,7 +79,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -89,7 +89,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -99,7 +99,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -109,7 +109,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rpcStatus */ @@ -119,7 +119,7 @@ public Integer getRpcStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rpcStatus set the rpcStatus. */ @@ -129,7 +129,7 @@ public void setRpcStatus(Integer rpcStatus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleStatus */ @@ -139,7 +139,7 @@ public ScaleStatus getScaleStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleStatus set the scaleStatus. */ @@ -148,7 +148,7 @@ public void setScaleStatus(ScaleStatus scaleStatus) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -158,7 +158,7 @@ public List getSeAssigned() { /** * This is the setter method. this will set the seAssigned - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -168,7 +168,7 @@ public void setSeAssigned(List seAssigned) { /** * This is the setter method this will set the seAssigned - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -182,7 +182,7 @@ public VsScaleInEventDetails addSeAssignedItem(VipSeAssigned seAssignedItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRequested */ @@ -192,7 +192,7 @@ public VirtualServiceResource getSeRequested() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRequested set the seRequested. */ @@ -202,7 +202,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -212,7 +212,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsScaleOutEventDetails.java b/java/src/com/vmware/avi/sdk/model/VsScaleOutEventDetails.java index 517b43174a..313fd75822 100644 --- a/java/src/com/vmware/avi/sdk/model/VsScaleOutEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VsScaleOutEventDetails.java @@ -49,7 +49,7 @@ public class VsScaleOutEventDetails { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -59,7 +59,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -69,7 +69,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -79,7 +79,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -89,7 +89,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -99,7 +99,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -109,7 +109,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rpcStatus */ @@ -119,7 +119,7 @@ public Integer getRpcStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rpcStatus set the rpcStatus. */ @@ -129,7 +129,7 @@ public void setRpcStatus(Integer rpcStatus) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleStatus */ @@ -139,7 +139,7 @@ public ScaleStatus getScaleStatus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleStatus set the scaleStatus. */ @@ -148,7 +148,7 @@ public void setScaleStatus(ScaleStatus scaleStatus) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -158,7 +158,7 @@ public List getSeAssigned() { /** * This is the setter method. this will set the seAssigned - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -168,7 +168,7 @@ public void setSeAssigned(List seAssigned) { /** * This is the setter method this will set the seAssigned - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -182,7 +182,7 @@ public VsScaleOutEventDetails addSeAssignedItem(VipSeAssigned seAssignedItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRequested */ @@ -192,7 +192,7 @@ public VirtualServiceResource getSeRequested() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRequested set the seRequested. */ @@ -202,7 +202,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -212,7 +212,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsScaleinParams.java b/java/src/com/vmware/avi/sdk/model/VsScaleinParams.java index 920bef0b6e..ba2063bd54 100644 --- a/java/src/com/vmware/avi/sdk/model/VsScaleinParams.java +++ b/java/src/com/vmware/avi/sdk/model/VsScaleinParams.java @@ -41,7 +41,7 @@ public class VsScaleinParams extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return adminDown */ @@ -51,7 +51,7 @@ public Boolean getAdminDown() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param adminDown set the adminDown. */ @@ -62,7 +62,7 @@ public void setAdminDown(Boolean adminDown) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromSeRef */ @@ -73,7 +73,7 @@ public String getFromSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromSeRef set the fromSeRef. */ @@ -83,7 +83,7 @@ public void setFromSeRef(String fromSeRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleinPrimary */ @@ -93,7 +93,7 @@ public Boolean getScaleinPrimary() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleinPrimary set the scaleinPrimary. */ @@ -103,7 +103,7 @@ public void setScaleinPrimary(Boolean scaleinPrimary) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -113,7 +113,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -124,7 +124,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -135,7 +135,7 @@ public String getVipId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsScaleoutParams.java b/java/src/com/vmware/avi/sdk/model/VsScaleoutParams.java index 879efeac76..89c7061942 100644 --- a/java/src/com/vmware/avi/sdk/model/VsScaleoutParams.java +++ b/java/src/com/vmware/avi/sdk/model/VsScaleoutParams.java @@ -47,7 +47,7 @@ public class VsScaleoutParams extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return adminUp */ @@ -57,7 +57,7 @@ public Boolean getAdminUp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param adminUp set the adminUp. */ @@ -67,7 +67,7 @@ public void setAdminUp(Boolean adminUp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newVcpus */ @@ -77,7 +77,7 @@ public Integer getNewVcpus() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newVcpus set the newVcpus. */ @@ -88,7 +88,7 @@ public void setNewVcpus(Integer newVcpus) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toHostRef */ @@ -99,7 +99,7 @@ public String getToHostRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vimgrhostruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toHostRef set the toHostRef. */ @@ -109,7 +109,7 @@ public void setToHostRef(String toHostRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return toNewSe */ @@ -119,7 +119,7 @@ public Boolean getToNewSe() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param toNewSe set the toNewSe. */ @@ -130,7 +130,7 @@ public void setToNewSe(Boolean toNewSe) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toSeRef */ @@ -141,7 +141,7 @@ public String getToSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toSeRef set the toSeRef. */ @@ -151,7 +151,7 @@ public void setToSeRef(String toSeRef) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -161,7 +161,7 @@ public String getUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -172,7 +172,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -183,7 +183,7 @@ public String getVipId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsSeVnic.java b/java/src/com/vmware/avi/sdk/model/VsSeVnic.java index 490e84832c..8bd6cf7477 100644 --- a/java/src/com/vmware/avi/sdk/model/VsSeVnic.java +++ b/java/src/com/vmware/avi/sdk/model/VsSeVnic.java @@ -34,7 +34,7 @@ public class VsSeVnic { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lif */ @@ -44,7 +44,7 @@ public String getLif() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lif set the lif. */ @@ -54,7 +54,7 @@ public void setLif(String lif) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mac */ @@ -64,7 +64,7 @@ public String getMac() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mac set the mac. */ @@ -75,7 +75,7 @@ public void setMac(String mac) { /** * This is the getter method this will return the attribute value. * Enum options - VNIC_TYPE_FE, VNIC_TYPE_BE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -86,7 +86,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - VNIC_TYPE_FE, VNIC_TYPE_BE. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsSwitchoverEventDetails.java b/java/src/com/vmware/avi/sdk/model/VsSwitchoverEventDetails.java index 2104a3e62e..2c894b1e14 100644 --- a/java/src/com/vmware/avi/sdk/model/VsSwitchoverEventDetails.java +++ b/java/src/com/vmware/avi/sdk/model/VsSwitchoverEventDetails.java @@ -48,7 +48,7 @@ public class VsSwitchoverEventDetails { * This is the getter method this will return the attribute value. * Error messages associated with this event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -60,7 +60,7 @@ public String getErrorMessage() { * This is the setter method to the attribute. * Error messages associated with this event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -72,7 +72,7 @@ public void setErrorMessage(String errorMessage) { * This is the getter method this will return the attribute value. * Vip ipv4 address. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -84,7 +84,7 @@ public String getIp() { * This is the setter method to the attribute. * Vip ipv4 address. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -96,7 +96,7 @@ public void setIp(String ip) { * This is the getter method this will return the attribute value. * Vip ipv6 address. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -108,7 +108,7 @@ public String getIp6() { * This is the setter method to the attribute. * Vip ipv6 address. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -120,7 +120,7 @@ public void setIp6(String ip6) { * This is the getter method this will return the attribute value. * Status of event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rpcStatus */ @@ -132,7 +132,7 @@ public Integer getRpcStatus() { * This is the setter method to the attribute. * Status of event. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rpcStatus set the rpcStatus. */ @@ -143,7 +143,7 @@ public void setRpcStatus(Integer rpcStatus) { * This is the getter method this will return the attribute value. * List of serviceengine assigned to this virtual service. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -155,7 +155,7 @@ public List getSeAssigned() { * This is the setter method. this will set the seAssigned * List of serviceengine assigned to this virtual service. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -167,7 +167,7 @@ public void setSeAssigned(List seAssigned) { * This is the setter method this will set the seAssigned * List of serviceengine assigned to this virtual service. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -183,7 +183,7 @@ public VsSwitchoverEventDetails addSeAssignedItem(VipSeAssigned seAssignedItem) * This is the getter method this will return the attribute value. * Resources requested/assigned to this virtual service. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRequested */ @@ -195,7 +195,7 @@ public VirtualServiceResource getSeRequested() { * This is the setter method to the attribute. * Resources requested/assigned to this virtual service. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRequested set the seRequested. */ @@ -207,7 +207,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { * This is the getter method this will return the attribute value. * Virtual service uuid. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -219,7 +219,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Virtual service uuid. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsSwitchoverParams.java b/java/src/com/vmware/avi/sdk/model/VsSwitchoverParams.java deleted file mode 100644 index 417175d724..0000000000 --- a/java/src/com/vmware/avi/sdk/model/VsSwitchoverParams.java +++ /dev/null @@ -1,134 +0,0 @@ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache License 2.0 - */ - -package com.vmware.avi.sdk.model; - -import java.util.*; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.fasterxml.jackson.annotation.JsonIgnore; -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; - -/** - * The VsSwitchoverParams is a POJO class extends AviRestResource that used for creating - * VsSwitchoverParams. - * - * @version 1.0 - * @since - * - */ -@JsonIgnoreProperties(ignoreUnknown = true) -@JsonInclude(JsonInclude.Include.NON_NULL) -public class VsSwitchoverParams extends AviRestResource { - @JsonIgnore - private String seUuid; - - @JsonProperty("uuid") - private String uuid; - - @JsonProperty("vip_id") - private String vipId; - - - - /** - * This is the getter method this will return the attribute value. - * 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 null. - * @return seUuid - */ - public String getSeUuid() { - return seUuid; - } - - /** - * This is the setter method to the attribute. - * 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 null. - * @param seUuid set the seUuid. - */ - public void setSeUuid(String seUuid) { - this.seUuid = seUuid; - } - - /** - * This is the getter method this will return the attribute value. - * 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 null. - * @return uuid - */ - public String getUuid() { - return uuid; - } - - /** - * This is the setter method to the attribute. - * 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 null. - * @param uuid set the uuid. - */ - public void setUuid(String uuid) { - this.uuid = uuid; - } - - /** - * This is the getter method this will return the attribute value. - * Field introduced in 17.1.1. - * 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 null. - * @return vipId - */ - public String getVipId() { - return vipId; - } - - /** - * This is the setter method to the attribute. - * Field introduced in 17.1.1. - * 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 null. - * @param vipId set the vipId. - */ - public void setVipId(String vipId) { - this.vipId = vipId; - } - - - @Override - public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VsSwitchoverParams objVsSwitchoverParams = (VsSwitchoverParams) o; - return Objects.equals(this.uuid, objVsSwitchoverParams.uuid)&& - Objects.equals(this.seUuid, objVsSwitchoverParams.seUuid)&& - Objects.equals(this.vipId, objVsSwitchoverParams.vipId); - } - - @Override - public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VsSwitchoverParams {\n"); - sb.append(" seUuid: ").append(toIndentedString(seUuid)).append("\n"); - sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); - sb.append(" vipId: ").append(toIndentedString(vipId)).append("\n"); - sb.append("}"); - return sb.toString(); - } - - /** - * Convert the given object to string with each line indented by 4 spaces - * (except the first line). - */ - private String toIndentedString(java.lang.Object o) { - if (o == null) { - return "null"; - } - return o.toString().replace("\n", "\n "); - } -} diff --git a/java/src/com/vmware/avi/sdk/model/VsVip.java b/java/src/com/vmware/avi/sdk/model/VsVip.java index 1e075d2a0c..daaca760fc 100644 --- a/java/src/com/vmware/avi/sdk/model/VsVip.java +++ b/java/src/com/vmware/avi/sdk/model/VsVip.java @@ -79,7 +79,7 @@ public class VsVip extends AviRestResource { * Local_pref to be used for vsvip advertised. * Applicable only over ibgp. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpLocalPreference */ @@ -92,7 +92,7 @@ public Integer getBgpLocalPreference() { * Local_pref to be used for vsvip advertised. * Applicable only over ibgp. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param bgpLocalPreference set the bgpLocalPreference. */ @@ -106,7 +106,7 @@ public void setBgpLocalPreference(Integer bgpLocalPreference) { * Applicable only over ebgp. * Allowed values are 1-10. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpNumAsPathPrepend */ @@ -120,7 +120,7 @@ public Integer getBgpNumAsPathPrepend() { * Applicable only over ebgp. * Allowed values are 1-10. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param bgpNumAsPathPrepend set the bgpNumAsPathPrepend. */ @@ -132,7 +132,7 @@ public void setBgpNumAsPathPrepend(Integer bgpNumAsPathPrepend) { * Select bgp peers, using peer label, for vsvip advertisement. * Field introduced in 20.1.5. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpPeerLabels */ @@ -145,7 +145,7 @@ public List getBgpPeerLabels() { * Select bgp peers, using peer label, for vsvip advertisement. * Field introduced in 20.1.5. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpPeerLabels */ @@ -158,7 +158,7 @@ public void setBgpPeerLabels(List bgpPeerLabels) { * Select bgp peers, using peer label, for vsvip advertisement. * Field introduced in 20.1.5. * Maximum of 128 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpPeerLabels */ @@ -174,7 +174,7 @@ public VsVip addBgpPeerLabelsItem(String bgpPeerLabelsItem) { * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -186,7 +186,7 @@ public String getCloudRef() { * This is the setter method to the attribute. * It is a reference to an object of type cloud. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -199,7 +199,7 @@ public void setCloudRef(String cloudRef) { * This takes effect only if dns profile isassociated with cloud. * Field introduced in 17.1.1. * Maximum of 1000 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -213,7 +213,7 @@ public List getDnsInfo() { * This takes effect only if dns profile isassociated with cloud. * Field introduced in 17.1.1. * Maximum of 1000 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -227,7 +227,7 @@ public void setDnsInfo(List dnsInfo) { * This takes effect only if dns profile isassociated with cloud. * Field introduced in 17.1.1. * Maximum of 1000 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -243,8 +243,8 @@ public VsVip addDnsInfoItem(DnsInfo dnsInfoItem) { * This is the getter method this will return the attribute value. * Force placement on all service engines in the service engine group (container clouds only). * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return eastWestPlacement */ @@ -256,8 +256,8 @@ public Boolean getEastWestPlacement() { * This is the setter method to the attribute. * Force placement on all service engines in the service engine group (container clouds only). * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param eastWestPlacement set the eastWestPlacement. */ @@ -270,7 +270,7 @@ public void setEastWestPlacement(Boolean eastWestPlacement) { * Determines the set of ipam networks to use for this vsvip. * Selector type must be selector_ipam and only one label is supported. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipamSelector */ @@ -283,7 +283,7 @@ public Selector getIpamSelector() { * Determines the set of ipam networks to use for this vsvip. * Selector type must be selector_ipam and only one label is supported. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipamSelector set the ipamSelector. */ @@ -294,8 +294,7 @@ public void setIpamSelector(Selector ipamSelector) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -307,8 +306,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -320,8 +318,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -337,7 +334,7 @@ public VsVip addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name for the vsvip object. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -349,7 +346,7 @@ public String getName() { * This is the setter method to the attribute. * Name for the vsvip object. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -361,7 +358,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -373,7 +370,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -385,7 +382,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * This sets the placement scope of virtualservice to given tier1 logical router in nsx-t. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1Lr */ @@ -397,7 +394,7 @@ public String getTier1Lr() { * This is the setter method to the attribute. * This sets the placement scope of virtualservice to given tier1 logical router in nsx-t. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1Lr set the tier1Lr. */ @@ -427,9 +424,9 @@ public void setUrl(String url) { * This overrides the cloud level default and needs to match the se group value in which it will be used if the se group use_standard_alb value is * set. * This is only used when fip is used for vs on azure cloud. + * Field deprecated in 31.1.1. * Field introduced in 18.2.3. - * 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. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @return useStandardAlb */ public Boolean getUseStandardAlb() { @@ -441,9 +438,9 @@ public Boolean getUseStandardAlb() { * This overrides the cloud level default and needs to match the se group value in which it will be used if the se group use_standard_alb value is * set. * This is only used when fip is used for vs on azure cloud. + * Field deprecated in 31.1.1. * Field introduced in 18.2.3. - * 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. + * Allowed with any value in enterprise, enterprise with cloud services edition. * @param useStandardAlb set the useStandardAlb. */ public void setUseStandardAlb(Boolean useStandardAlb) { @@ -454,7 +451,7 @@ public void setUseStandardAlb(Boolean useStandardAlb) { * This is the getter method this will return the attribute value. * Uuid of the vsvip object. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -466,7 +463,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the vsvip object. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -477,7 +474,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * List of virtual service ips and other shareable entities. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -489,7 +486,7 @@ public List getVip() { * This is the setter method. this will set the vip * List of virtual service ips and other shareable entities. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -501,7 +498,7 @@ public void setVip(List vip) { * This is the setter method this will set the vip * List of virtual service ips and other shareable entities. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -519,7 +516,7 @@ public VsVip addVipItem(Vip vipItem) { * This is used to provide the isolation of the set of networks the application is attached to. * It is a reference to an object of type vrfcontext. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfContextRef */ @@ -533,7 +530,7 @@ public String getVrfContextRef() { * This is used to provide the isolation of the set of networks the application is attached to. * It is a reference to an object of type vrfcontext. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfContextRef set the vrfContextRef. */ @@ -546,7 +543,7 @@ public void setVrfContextRef(String vrfContextRef) { * Checksum of cloud configuration for vsvip. * Internally set by cloud connector. * Field introduced in 17.2.9, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsvipCloudConfigCksum */ @@ -559,7 +556,7 @@ public String getVsvipCloudConfigCksum() { * Checksum of cloud configuration for vsvip. * Internally set by cloud connector. * Field introduced in 17.2.9, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsvipCloudConfigCksum set the vsvipCloudConfigCksum. */ diff --git a/java/src/com/vmware/avi/sdk/model/VserverL4MetricsObj.java b/java/src/com/vmware/avi/sdk/model/VserverL4MetricsObj.java index 8328d9fde3..11003d573d 100644 --- a/java/src/com/vmware/avi/sdk/model/VserverL4MetricsObj.java +++ b/java/src/com/vmware/avi/sdk/model/VserverL4MetricsObj.java @@ -317,7 +317,7 @@ public class VserverL4MetricsObj { /** * This is the getter method this will return the attribute value. * Apdex measuring quality of network connections to servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apdexc */ @@ -328,7 +328,7 @@ public Float getApdexc() { /** * This is the setter method to the attribute. * Apdex measuring quality of network connections to servers. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apdexc set the apdexc. */ @@ -339,7 +339,7 @@ public void setApdexc(Float apdexc) { /** * This is the getter method this will return the attribute value. * Apdex measuring network connection quality based on rtt. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apdexrtt */ @@ -350,7 +350,7 @@ public Float getApdexrtt() { /** * This is the setter method to the attribute. * Apdex measuring network connection quality based on rtt. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apdexrtt set the apdexrtt. */ @@ -361,7 +361,7 @@ public void setApdexrtt(Float apdexrtt) { /** * This is the getter method this will return the attribute value. * Number of application ddos attacks occurring. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgApplicationDosAttacks */ @@ -372,7 +372,7 @@ public Float getAvgApplicationDosAttacks() { /** * This is the setter method to the attribute. * Number of application ddos attacks occurring. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgApplicationDosAttacks set the avgApplicationDosAttacks. */ @@ -383,7 +383,7 @@ public void setAvgApplicationDosAttacks(Float avgApplicationDosAttacks) { /** * This is the getter method this will return the attribute value. * Average transmit and receive network bandwidth between client and virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgBandwidth */ @@ -394,7 +394,7 @@ public Float getAvgBandwidth() { /** * This is the setter method to the attribute. * Average transmit and receive network bandwidth between client and virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgBandwidth set the avgBandwidth. */ @@ -405,7 +405,7 @@ public void setAvgBandwidth(Float avgBandwidth) { /** * This is the getter method this will return the attribute value. * Averaged rate bytes dropped per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgBytesPolicyDrops */ @@ -416,7 +416,7 @@ public Float getAvgBytesPolicyDrops() { /** * This is the setter method to the attribute. * Averaged rate bytes dropped per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgBytesPolicyDrops set the avgBytesPolicyDrops. */ @@ -427,7 +427,7 @@ public void setAvgBytesPolicyDrops(Float avgBytesPolicyDrops) { /** * This is the getter method this will return the attribute value. * Rate of total connections per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgCompleteConns */ @@ -438,7 +438,7 @@ public Float getAvgCompleteConns() { /** * This is the setter method to the attribute. * Rate of total connections per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgCompleteConns set the avgCompleteConns. */ @@ -449,7 +449,7 @@ public void setAvgCompleteConns(Float avgCompleteConns) { /** * This is the getter method this will return the attribute value. * Rate of dropped connections per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgConnectionsDropped */ @@ -460,7 +460,7 @@ public Float getAvgConnectionsDropped() { /** * This is the setter method to the attribute. * Rate of dropped connections per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgConnectionsDropped set the avgConnectionsDropped. */ @@ -471,7 +471,7 @@ public void setAvgConnectionsDropped(Float avgConnectionsDropped) { /** * This is the getter method this will return the attribute value. * Dos attack rate of http app errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosAppError */ @@ -482,7 +482,7 @@ public Float getAvgDosAppError() { /** * This is the setter method to the attribute. * Dos attack rate of http app errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosAppError set the avgDosAppError. */ @@ -493,7 +493,7 @@ public void setAvgDosAppError(Float avgDosAppError) { /** * This is the getter method this will return the attribute value. * Number ddos attacks occurring. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosAttacks */ @@ -504,7 +504,7 @@ public Float getAvgDosAttacks() { /** * This is the setter method to the attribute. * Number ddos attacks occurring. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosAttacks set the avgDosAttacks. */ @@ -515,7 +515,7 @@ public void setAvgDosAttacks(Float avgDosAttacks) { /** * This is the getter method this will return the attribute value. * Dos attack rate of bad rst floods. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosBadRstFlood */ @@ -526,7 +526,7 @@ public Float getAvgDosBadRstFlood() { /** * This is the setter method to the attribute. * Dos attack rate of bad rst floods. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosBadRstFlood set the avgDosBadRstFlood. */ @@ -537,7 +537,7 @@ public void setAvgDosBadRstFlood(Float avgDosBadRstFlood) { /** * This is the getter method this will return the attribute value. * Average transmit and receive network bandwidth between client and virtual service related to ddos attack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosBandwidth */ @@ -548,7 +548,7 @@ public Float getAvgDosBandwidth() { /** * This is the setter method to the attribute. * Average transmit and receive network bandwidth between client and virtual service related to ddos attack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosBandwidth set the avgDosBandwidth. */ @@ -559,7 +559,7 @@ public void setAvgDosBandwidth(Float avgDosBandwidth) { /** * This is the getter method this will return the attribute value. * Number of connections considered as dos. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosConn */ @@ -570,7 +570,7 @@ public Float getAvgDosConn() { /** * This is the setter method to the attribute. * Number of connections considered as dos. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosConn set the avgDosConn. */ @@ -581,7 +581,7 @@ public void setAvgDosConn(Float avgDosConn) { /** * This is the getter method this will return the attribute value. * Dos attack connections dropped due to ip rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosConnIpRlDrop */ @@ -592,7 +592,7 @@ public Float getAvgDosConnIpRlDrop() { /** * This is the setter method to the attribute. * Dos attack connections dropped due to ip rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosConnIpRlDrop set the avgDosConnIpRlDrop. */ @@ -603,7 +603,7 @@ public void setAvgDosConnIpRlDrop(Float avgDosConnIpRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack connections dropped due to vs rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosConnRlDrop */ @@ -614,7 +614,7 @@ public Float getAvgDosConnRlDrop() { /** * This is the setter method to the attribute. * Dos attack connections dropped due to vs rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosConnRlDrop set the avgDosConnRlDrop. */ @@ -625,7 +625,7 @@ public void setAvgDosConnRlDrop(Float avgDosConnRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack rate of fake sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosFakeSession */ @@ -636,7 +636,7 @@ public Float getAvgDosFakeSession() { /** * This is the setter method to the attribute. * Dos attack rate of fake sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosFakeSession set the avgDosFakeSession. */ @@ -647,7 +647,7 @@ public void setAvgDosFakeSession(Float avgDosFakeSession) { /** * This is the getter method this will return the attribute value. * Dos attack rate of http aborts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosHttpAbort */ @@ -658,7 +658,7 @@ public Float getAvgDosHttpAbort() { /** * This is the setter method to the attribute. * Dos attack rate of http aborts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosHttpAbort set the avgDosHttpAbort. */ @@ -669,7 +669,7 @@ public void setAvgDosHttpAbort(Float avgDosHttpAbort) { /** * This is the getter method this will return the attribute value. * Dos attack rate of http errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosHttpError */ @@ -680,7 +680,7 @@ public Float getAvgDosHttpError() { /** * This is the setter method to the attribute. * Dos attack rate of http errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosHttpError set the avgDosHttpError. */ @@ -691,7 +691,7 @@ public void setAvgDosHttpError(Float avgDosHttpError) { /** * This is the getter method this will return the attribute value. * Dos attack rate of http timeouts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosHttpTimeout */ @@ -702,7 +702,7 @@ public Float getAvgDosHttpTimeout() { /** * This is the setter method to the attribute. * Dos attack rate of http timeouts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosHttpTimeout set the avgDosHttpTimeout. */ @@ -713,7 +713,7 @@ public void setAvgDosHttpTimeout(Float avgDosHttpTimeout) { /** * This is the getter method this will return the attribute value. * Dos attack rate of malformed packet floods. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosMalformedFlood */ @@ -724,7 +724,7 @@ public Float getAvgDosMalformedFlood() { /** * This is the setter method to the attribute. * Dos attack rate of malformed packet floods. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosMalformedFlood set the avgDosMalformedFlood. */ @@ -735,7 +735,7 @@ public void setAvgDosMalformedFlood(Float avgDosMalformedFlood) { /** * This is the getter method this will return the attribute value. * Dos attack non syn packet flood. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosNonSynFlood */ @@ -746,7 +746,7 @@ public Float getAvgDosNonSynFlood() { /** * This is the setter method to the attribute. * Dos attack non syn packet flood. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosNonSynFlood set the avgDosNonSynFlood. */ @@ -757,7 +757,7 @@ public void setAvgDosNonSynFlood(Float avgDosNonSynFlood) { /** * This is the getter method this will return the attribute value. * Number of request considered as dos. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReq */ @@ -768,7 +768,7 @@ public Float getAvgDosReq() { /** * This is the setter method to the attribute. * Number of request considered as dos. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReq set the avgDosReq. */ @@ -779,7 +779,7 @@ public void setAvgDosReq(Float avgDosReq) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to cookie rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqCookieRlDrop */ @@ -790,7 +790,7 @@ public Float getAvgDosReqCookieRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to cookie rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqCookieRlDrop set the avgDosReqCookieRlDrop. */ @@ -802,7 +802,7 @@ public void setAvgDosReqCookieRlDrop(Float avgDosReqCookieRlDrop) { * This is the getter method this will return the attribute value. * Dos attack requests dropped due to custom rate limit. * Field introduced in 17.2.13,18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqCustomRlDrop */ @@ -814,7 +814,7 @@ public Float getAvgDosReqCustomRlDrop() { * This is the setter method to the attribute. * Dos attack requests dropped due to custom rate limit. * Field introduced in 17.2.13,18.1.3,18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqCustomRlDrop set the avgDosReqCustomRlDrop. */ @@ -825,7 +825,7 @@ public void setAvgDosReqCustomRlDrop(Float avgDosReqCustomRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to header rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqHdrRlDrop */ @@ -836,7 +836,7 @@ public Float getAvgDosReqHdrRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to header rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqHdrRlDrop set the avgDosReqHdrRlDrop. */ @@ -847,7 +847,7 @@ public void setAvgDosReqHdrRlDrop(Float avgDosReqHdrRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to ip rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqIpRlDrop */ @@ -858,7 +858,7 @@ public Float getAvgDosReqIpRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to ip rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqIpRlDrop set the avgDosReqIpRlDrop. */ @@ -869,7 +869,7 @@ public void setAvgDosReqIpRlDrop(Float avgDosReqIpRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to ip rate limit for bad requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqIpRlDropBad */ @@ -880,7 +880,7 @@ public Float getAvgDosReqIpRlDropBad() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to ip rate limit for bad requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqIpRlDropBad set the avgDosReqIpRlDropBad. */ @@ -891,7 +891,7 @@ public void setAvgDosReqIpRlDropBad(Float avgDosReqIpRlDropBad) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to bad ip rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqIpScanBadRlDrop */ @@ -902,7 +902,7 @@ public Float getAvgDosReqIpScanBadRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to bad ip rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqIpScanBadRlDrop set the avgDosReqIpScanBadRlDrop. */ @@ -913,7 +913,7 @@ public void setAvgDosReqIpScanBadRlDrop(Float avgDosReqIpScanBadRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to unknown ip rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqIpScanUnknownRlDrop */ @@ -924,7 +924,7 @@ public Float getAvgDosReqIpScanUnknownRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to unknown ip rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqIpScanUnknownRlDrop set the avgDosReqIpScanUnknownRlDrop. */ @@ -935,7 +935,7 @@ public void setAvgDosReqIpScanUnknownRlDrop(Float avgDosReqIpScanUnknownRlDrop) /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to ip+url rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqIpUriRlDrop */ @@ -946,7 +946,7 @@ public Float getAvgDosReqIpUriRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to ip+url rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqIpUriRlDrop set the avgDosReqIpUriRlDrop. */ @@ -957,7 +957,7 @@ public void setAvgDosReqIpUriRlDrop(Float avgDosReqIpUriRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to ip+url rate limit for bad requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqIpUriRlDropBad */ @@ -968,7 +968,7 @@ public Float getAvgDosReqIpUriRlDropBad() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to ip+url rate limit for bad requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqIpUriRlDropBad set the avgDosReqIpUriRlDropBad. */ @@ -979,7 +979,7 @@ public void setAvgDosReqIpUriRlDropBad(Float avgDosReqIpUriRlDropBad) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to vs rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqRlDrop */ @@ -990,7 +990,7 @@ public Float getAvgDosReqRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to vs rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqRlDrop set the avgDosReqRlDrop. */ @@ -1001,7 +1001,7 @@ public void setAvgDosReqRlDrop(Float avgDosReqRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to url rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqUriRlDrop */ @@ -1012,7 +1012,7 @@ public Float getAvgDosReqUriRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to url rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqUriRlDrop set the avgDosReqUriRlDrop. */ @@ -1023,7 +1023,7 @@ public void setAvgDosReqUriRlDrop(Float avgDosReqUriRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to url rate limit for bad requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqUriRlDropBad */ @@ -1034,7 +1034,7 @@ public Float getAvgDosReqUriRlDropBad() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to url rate limit for bad requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqUriRlDropBad set the avgDosReqUriRlDropBad. */ @@ -1045,7 +1045,7 @@ public void setAvgDosReqUriRlDropBad(Float avgDosReqUriRlDropBad) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to bad url rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqUriScanBadRlDrop */ @@ -1056,7 +1056,7 @@ public Float getAvgDosReqUriScanBadRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to bad url rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqUriScanBadRlDrop set the avgDosReqUriScanBadRlDrop. */ @@ -1067,7 +1067,7 @@ public void setAvgDosReqUriScanBadRlDrop(Float avgDosReqUriScanBadRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to unknown url rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqUriScanUnknownRlDrop */ @@ -1078,7 +1078,7 @@ public Float getAvgDosReqUriScanUnknownRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to unknown url rate limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqUriScanUnknownRlDrop set the avgDosReqUriScanUnknownRlDrop. */ @@ -1089,7 +1089,7 @@ public void setAvgDosReqUriScanUnknownRlDrop(Float avgDosReqUriScanUnknownRlDro /** * This is the getter method this will return the attribute value. * Average rate of bytes received per second related to ddos attack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosRxBytes */ @@ -1100,7 +1100,7 @@ public Float getAvgDosRxBytes() { /** * This is the setter method to the attribute. * Average rate of bytes received per second related to ddos attack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosRxBytes set the avgDosRxBytes. */ @@ -1111,7 +1111,7 @@ public void setAvgDosRxBytes(Float avgDosRxBytes) { /** * This is the getter method this will return the attribute value. * Dos attack slow uri. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosSlowUri */ @@ -1122,7 +1122,7 @@ public Float getAvgDosSlowUri() { /** * This is the setter method to the attribute. * Dos attack slow uri. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosSlowUri set the avgDosSlowUri. */ @@ -1133,7 +1133,7 @@ public void setAvgDosSlowUri(Float avgDosSlowUri) { /** * This is the getter method this will return the attribute value. * Dos attack rate of small window stresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosSmallWindowStress */ @@ -1144,7 +1144,7 @@ public Float getAvgDosSmallWindowStress() { /** * This is the setter method to the attribute. * Dos attack rate of small window stresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosSmallWindowStress set the avgDosSmallWindowStress. */ @@ -1155,7 +1155,7 @@ public void setAvgDosSmallWindowStress(Float avgDosSmallWindowStress) { /** * This is the getter method this will return the attribute value. * Dos attack rate of http ssl errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosSslError */ @@ -1166,7 +1166,7 @@ public Float getAvgDosSslError() { /** * This is the setter method to the attribute. * Dos attack rate of http ssl errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosSslError set the avgDosSslError. */ @@ -1177,7 +1177,7 @@ public void setAvgDosSslError(Float avgDosSslError) { /** * This is the getter method this will return the attribute value. * Dos attack rate of syn floods. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosSynFlood */ @@ -1188,7 +1188,7 @@ public Float getAvgDosSynFlood() { /** * This is the setter method to the attribute. * Dos attack rate of syn floods. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosSynFlood set the avgDosSynFlood. */ @@ -1199,7 +1199,7 @@ public void setAvgDosSynFlood(Float avgDosSynFlood) { /** * This is the getter method this will return the attribute value. * Total number of request used for l7 dos requests normalization. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosTotalReq */ @@ -1210,7 +1210,7 @@ public Float getAvgDosTotalReq() { /** * This is the setter method to the attribute. * Total number of request used for l7 dos requests normalization. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosTotalReq set the avgDosTotalReq. */ @@ -1221,7 +1221,7 @@ public void setAvgDosTotalReq(Float avgDosTotalReq) { /** * This is the getter method this will return the attribute value. * Average rate of bytes transmitted per second related to ddos attack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosTxBytes */ @@ -1232,7 +1232,7 @@ public Float getAvgDosTxBytes() { /** * This is the setter method to the attribute. * Average rate of bytes transmitted per second related to ddos attack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosTxBytes set the avgDosTxBytes. */ @@ -1243,7 +1243,7 @@ public void setAvgDosTxBytes(Float avgDosTxBytes) { /** * This is the getter method this will return the attribute value. * Dos attack rate of zero window stresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosZeroWindowStress */ @@ -1254,7 +1254,7 @@ public Float getAvgDosZeroWindowStress() { /** * This is the setter method to the attribute. * Dos attack rate of zero window stresses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosZeroWindowStress set the avgDosZeroWindowStress. */ @@ -1265,7 +1265,7 @@ public void setAvgDosZeroWindowStress(Float avgDosZeroWindowStress) { /** * This is the getter method this will return the attribute value. * Rate of total errored connections per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgErroredConnections */ @@ -1276,7 +1276,7 @@ public Float getAvgErroredConnections() { /** * This is the setter method to the attribute. * Rate of total errored connections per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgErroredConnections set the avgErroredConnections. */ @@ -1287,7 +1287,7 @@ public void setAvgErroredConnections(Float avgErroredConnections) { /** * This is the getter method this will return the attribute value. * Average rate of syn ddos attacks on virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgHalfOpenConns */ @@ -1298,7 +1298,7 @@ public Float getAvgHalfOpenConns() { /** * This is the setter method to the attribute. * Average rate of syn ddos attacks on virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgHalfOpenConns set the avgHalfOpenConns. */ @@ -1309,7 +1309,7 @@ public void setAvgHalfOpenConns(Float avgHalfOpenConns) { /** * This is the getter method this will return the attribute value. * Average l4 connection duration which does not include client rtt. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgL4ClientLatency */ @@ -1320,7 +1320,7 @@ public Float getAvgL4ClientLatency() { /** * This is the setter method to the attribute. * Average l4 connection duration which does not include client rtt. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgL4ClientLatency set the avgL4ClientLatency. */ @@ -1331,7 +1331,7 @@ public void setAvgL4ClientLatency(Float avgL4ClientLatency) { /** * This is the getter method this will return the attribute value. * Rate of lossy connections per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgLossyConnections */ @@ -1342,7 +1342,7 @@ public Float getAvgLossyConnections() { /** * This is the setter method to the attribute. * Rate of lossy connections per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgLossyConnections set the avgLossyConnections. */ @@ -1353,7 +1353,7 @@ public void setAvgLossyConnections(Float avgLossyConnections) { /** * This is the getter method this will return the attribute value. * Averaged rate of lossy request per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgLossyReq */ @@ -1364,7 +1364,7 @@ public Float getAvgLossyReq() { /** * This is the setter method to the attribute. * Averaged rate of lossy request per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgLossyReq set the avgLossyReq. */ @@ -1375,7 +1375,7 @@ public void setAvgLossyReq(Float avgLossyReq) { /** * This is the getter method this will return the attribute value. * Number of network ddos attacks occurring. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgNetworkDosAttacks */ @@ -1386,7 +1386,7 @@ public Float getAvgNetworkDosAttacks() { /** * This is the setter method to the attribute. * Number of network ddos attacks occurring. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgNetworkDosAttacks set the avgNetworkDosAttacks. */ @@ -1397,7 +1397,7 @@ public void setAvgNetworkDosAttacks(Float avgNetworkDosAttacks) { /** * This is the getter method this will return the attribute value. * Averaged rate of new client connections per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgNewEstablishedConns */ @@ -1408,7 +1408,7 @@ public Float getAvgNewEstablishedConns() { /** * This is the setter method to the attribute. * Averaged rate of new client connections per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgNewEstablishedConns set the avgNewEstablishedConns. */ @@ -1419,7 +1419,7 @@ public void setAvgNewEstablishedConns(Float avgNewEstablishedConns) { /** * This is the getter method this will return the attribute value. * Averaged rate of dropped packets per second due to policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPktsPolicyDrops */ @@ -1430,7 +1430,7 @@ public Float getAvgPktsPolicyDrops() { /** * This is the setter method to the attribute. * Averaged rate of dropped packets per second due to policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPktsPolicyDrops set the avgPktsPolicyDrops. */ @@ -1442,7 +1442,7 @@ public void setAvgPktsPolicyDrops(Float avgPktsPolicyDrops) { * This is the getter method this will return the attribute value. * Rate of total connections dropped due to vs policy per second. * It includes drops due to rate limits, security policy drops, connection limits etc. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPolicyDrops */ @@ -1454,7 +1454,7 @@ public Float getAvgPolicyDrops() { * This is the setter method to the attribute. * Rate of total connections dropped due to vs policy per second. * It includes drops due to rate limits, security policy drops, connection limits etc. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPolicyDrops set the avgPolicyDrops. */ @@ -1465,7 +1465,7 @@ public void setAvgPolicyDrops(Float avgPolicyDrops) { /** * This is the getter method this will return the attribute value. * Average rate of bytes received per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgRxBytes */ @@ -1476,7 +1476,7 @@ public Float getAvgRxBytes() { /** * This is the setter method to the attribute. * Average rate of bytes received per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgRxBytes set the avgRxBytes. */ @@ -1487,7 +1487,7 @@ public void setAvgRxBytes(Float avgRxBytes) { /** * This is the getter method this will return the attribute value. * Average rate of received bytes dropped per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgRxBytesDropped */ @@ -1498,7 +1498,7 @@ public Float getAvgRxBytesDropped() { /** * This is the setter method to the attribute. * Average rate of received bytes dropped per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgRxBytesDropped set the avgRxBytesDropped. */ @@ -1509,7 +1509,7 @@ public void setAvgRxBytesDropped(Float avgRxBytesDropped) { /** * This is the getter method this will return the attribute value. * Average rate of packets received per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgRxPkts */ @@ -1520,7 +1520,7 @@ public Float getAvgRxPkts() { /** * This is the setter method to the attribute. * Average rate of packets received per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgRxPkts set the avgRxPkts. */ @@ -1531,7 +1531,7 @@ public void setAvgRxPkts(Float avgRxPkts) { /** * This is the getter method this will return the attribute value. * Average rate of received packets dropped per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgRxPktsDropped */ @@ -1542,7 +1542,7 @@ public Float getAvgRxPktsDropped() { /** * This is the setter method to the attribute. * Average rate of received packets dropped per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgRxPktsDropped set the avgRxPktsDropped. */ @@ -1553,7 +1553,7 @@ public void setAvgRxPktsDropped(Float avgRxPktsDropped) { /** * This is the getter method this will return the attribute value. * Total syncs sent across all connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSyns */ @@ -1564,7 +1564,7 @@ public Float getAvgSyns() { /** * This is the setter method to the attribute. * Total syncs sent across all connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSyns set the avgSyns. */ @@ -1575,7 +1575,7 @@ public void setAvgSyns(Float avgSyns) { /** * This is the getter method this will return the attribute value. * Averaged rate bytes dropped per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgTotalConnections */ @@ -1586,7 +1586,7 @@ public Float getAvgTotalConnections() { /** * This is the setter method to the attribute. * Averaged rate bytes dropped per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgTotalConnections set the avgTotalConnections. */ @@ -1597,7 +1597,7 @@ public void setAvgTotalConnections(Float avgTotalConnections) { /** * This is the getter method this will return the attribute value. * Average network round trip time between client and virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgTotalRtt */ @@ -1608,7 +1608,7 @@ public Float getAvgTotalRtt() { /** * This is the setter method to the attribute. * Average network round trip time between client and virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgTotalRtt set the avgTotalRtt. */ @@ -1619,7 +1619,7 @@ public void setAvgTotalRtt(Float avgTotalRtt) { /** * This is the getter method this will return the attribute value. * Average rate of bytes transmitted per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgTxBytes */ @@ -1630,7 +1630,7 @@ public Float getAvgTxBytes() { /** * This is the setter method to the attribute. * Average rate of bytes transmitted per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgTxBytes set the avgTxBytes. */ @@ -1641,7 +1641,7 @@ public void setAvgTxBytes(Float avgTxBytes) { /** * This is the getter method this will return the attribute value. * Average rate of packets transmitted per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgTxPkts */ @@ -1652,7 +1652,7 @@ public Float getAvgTxPkts() { /** * This is the setter method to the attribute. * Average rate of packets transmitted per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgTxPkts set the avgTxPkts. */ @@ -1664,7 +1664,7 @@ public void setAvgTxPkts(Float avgTxPkts) { * This is the getter method this will return the attribute value. * Maximum connection establishment time on the client side. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxConnectionEstbTimeFe */ @@ -1676,7 +1676,7 @@ public Float getMaxConnectionEstbTimeFe() { * This is the setter method to the attribute. * Maximum connection establishment time on the client side. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxConnectionEstbTimeFe set the maxConnectionEstbTimeFe. */ @@ -1687,7 +1687,7 @@ public void setMaxConnectionEstbTimeFe(Float maxConnectionEstbTimeFe) { /** * This is the getter method this will return the attribute value. * Max number of ses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxNumActiveSe */ @@ -1698,7 +1698,7 @@ public Float getMaxNumActiveSe() { /** * This is the setter method to the attribute. * Max number of ses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxNumActiveSe set the maxNumActiveSe. */ @@ -1709,7 +1709,7 @@ public void setMaxNumActiveSe(Float maxNumActiveSe) { /** * This is the getter method this will return the attribute value. * Max number of open connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxOpenConns */ @@ -1720,7 +1720,7 @@ public Float getMaxOpenConns() { /** * This is the setter method to the attribute. * Max number of open connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxOpenConns set the maxOpenConns. */ @@ -1731,7 +1731,7 @@ public void setMaxOpenConns(Float maxOpenConns) { /** * This is the getter method this will return the attribute value. * Total number of received bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxRxBytesAbsolute */ @@ -1742,7 +1742,7 @@ public Float getMaxRxBytesAbsolute() { /** * This is the setter method to the attribute. * Total number of received bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxRxBytesAbsolute set the maxRxBytesAbsolute. */ @@ -1753,7 +1753,7 @@ public void setMaxRxBytesAbsolute(Float maxRxBytesAbsolute) { /** * This is the getter method this will return the attribute value. * Total number of received frames. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxRxPktsAbsolute */ @@ -1764,7 +1764,7 @@ public Float getMaxRxPktsAbsolute() { /** * This is the setter method to the attribute. * Total number of received frames. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxRxPktsAbsolute set the maxRxPktsAbsolute. */ @@ -1775,7 +1775,7 @@ public void setMaxRxPktsAbsolute(Float maxRxPktsAbsolute) { /** * This is the getter method this will return the attribute value. * Total number of transmitted bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxTxBytesAbsolute */ @@ -1786,7 +1786,7 @@ public Float getMaxTxBytesAbsolute() { /** * This is the setter method to the attribute. * Total number of transmitted bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxTxBytesAbsolute set the maxTxBytesAbsolute. */ @@ -1797,7 +1797,7 @@ public void setMaxTxBytesAbsolute(Float maxTxBytesAbsolute) { /** * This is the getter method this will return the attribute value. * Total number of transmitted frames. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxTxPktsAbsolute */ @@ -1808,7 +1808,7 @@ public Float getMaxTxPktsAbsolute() { /** * This is the setter method to the attribute. * Total number of transmitted frames. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxTxPktsAbsolute set the maxTxPktsAbsolute. */ @@ -1818,7 +1818,7 @@ public void setMaxTxPktsAbsolute(Float maxTxPktsAbsolute) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeObjId */ @@ -1828,7 +1828,7 @@ public String getNodeObjId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeObjId set the nodeObjId. */ @@ -1839,7 +1839,7 @@ public void setNodeObjId(String nodeObjId) { /** * This is the getter method this will return the attribute value. * Fraction of l7 requests owing to dos. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctApplicationDosAttacks */ @@ -1850,7 +1850,7 @@ public Float getPctApplicationDosAttacks() { /** * This is the setter method to the attribute. * Fraction of l7 requests owing to dos. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctApplicationDosAttacks set the pctApplicationDosAttacks. */ @@ -1861,7 +1861,7 @@ public void setPctApplicationDosAttacks(Float pctApplicationDosAttacks) { /** * This is the getter method this will return the attribute value. * Percent of l4 connection dropped and lossy for virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctConnectionErrors */ @@ -1872,7 +1872,7 @@ public Float getPctConnectionErrors() { /** * This is the setter method to the attribute. * Percent of l4 connection dropped and lossy for virtual service. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctConnectionErrors set the pctConnectionErrors. */ @@ -1883,7 +1883,7 @@ public void setPctConnectionErrors(Float pctConnectionErrors) { /** * This is the getter method this will return the attribute value. * Fraction of l4 connections owing to dos. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctConnectionsDosAttacks */ @@ -1894,7 +1894,7 @@ public Float getPctConnectionsDosAttacks() { /** * This is the setter method to the attribute. * Fraction of l4 connections owing to dos. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctConnectionsDosAttacks set the pctConnectionsDosAttacks. */ @@ -1905,7 +1905,7 @@ public void setPctConnectionsDosAttacks(Float pctConnectionsDosAttacks) { /** * This is the getter method this will return the attribute value. * Dos bandwidth percentage. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctDosBandwidth */ @@ -1916,7 +1916,7 @@ public Float getPctDosBandwidth() { /** * This is the setter method to the attribute. * Dos bandwidth percentage. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctDosBandwidth set the pctDosBandwidth. */ @@ -1927,7 +1927,7 @@ public void setPctDosBandwidth(Float pctDosBandwidth) { /** * This is the getter method this will return the attribute value. * Percentage of received bytes as part of a dos attack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctDosRxBytes */ @@ -1938,7 +1938,7 @@ public Float getPctDosRxBytes() { /** * This is the setter method to the attribute. * Percentage of received bytes as part of a dos attack. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctDosRxBytes set the pctDosRxBytes. */ @@ -1949,7 +1949,7 @@ public void setPctDosRxBytes(Float pctDosRxBytes) { /** * This is the getter method this will return the attribute value. * Deprecated. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctNetworkDosAttacks */ @@ -1960,7 +1960,7 @@ public Float getPctNetworkDosAttacks() { /** * This is the setter method to the attribute. * Deprecated. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctNetworkDosAttacks set the pctNetworkDosAttacks. */ @@ -1971,7 +1971,7 @@ public void setPctNetworkDosAttacks(Float pctNetworkDosAttacks) { /** * This is the getter method this will return the attribute value. * Fraction of packets owing to dos. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctPktsDosAttacks */ @@ -1982,7 +1982,7 @@ public Float getPctPktsDosAttacks() { /** * This is the setter method to the attribute. * Fraction of packets owing to dos. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctPktsDosAttacks set the pctPktsDosAttacks. */ @@ -1993,7 +1993,7 @@ public void setPctPktsDosAttacks(Float pctPktsDosAttacks) { /** * This is the getter method this will return the attribute value. * Fraction of l4 requests dropped owing to policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctPolicyDrops */ @@ -2004,7 +2004,7 @@ public Float getPctPolicyDrops() { /** * This is the setter method to the attribute. * Fraction of l4 requests dropped owing to policy. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctPolicyDrops set the pctPolicyDrops. */ @@ -2015,7 +2015,7 @@ public void setPctPolicyDrops(Float pctPolicyDrops) { /** * This is the getter method this will return the attribute value. * Total duration across all connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumConnDuration */ @@ -2026,7 +2026,7 @@ public Float getSumConnDuration() { /** * This is the setter method to the attribute. * Total duration across all connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumConnDuration set the sumConnDuration. */ @@ -2038,7 +2038,7 @@ public void setSumConnDuration(Float sumConnDuration) { * This is the getter method this will return the attribute value. * Total number of times client side connection establishment time was breached. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumConnEstTimeExceededFlowsFe */ @@ -2050,7 +2050,7 @@ public Float getSumConnEstTimeExceededFlowsFe() { * This is the setter method to the attribute. * Total number of times client side connection establishment time was breached. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumConnEstTimeExceededFlowsFe set the sumConnEstTimeExceededFlowsFe. */ @@ -2061,7 +2061,7 @@ public void setSumConnEstTimeExceededFlowsFe(Float sumConnEstTimeExceededFlowsF /** * This is the getter method this will return the attribute value. * Total number of connection dropped due to vserver connection limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumConnectionDroppedUserLimit */ @@ -2072,7 +2072,7 @@ public Float getSumConnectionDroppedUserLimit() { /** * This is the setter method to the attribute. * Total number of connection dropped due to vserver connection limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumConnectionDroppedUserLimit set the sumConnectionDroppedUserLimit. */ @@ -2083,7 +2083,7 @@ public void setSumConnectionDroppedUserLimit(Float sumConnectionDroppedUserLimi /** * This is the getter method this will return the attribute value. * Total number of client network connections that were lossy or dropped. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumConnectionErrors */ @@ -2094,7 +2094,7 @@ public Float getSumConnectionErrors() { /** * This is the setter method to the attribute. * Total number of client network connections that were lossy or dropped. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumConnectionErrors set the sumConnectionErrors. */ @@ -2105,7 +2105,7 @@ public void setSumConnectionErrors(Float sumConnectionErrors) { /** * This is the getter method this will return the attribute value. * Total connections dropped including failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumConnectionsDropped */ @@ -2116,7 +2116,7 @@ public Float getSumConnectionsDropped() { /** * This is the setter method to the attribute. * Total connections dropped including failed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumConnectionsDropped set the sumConnectionsDropped. */ @@ -2127,7 +2127,7 @@ public void setSumConnectionsDropped(Float sumConnectionsDropped) { /** * This is the getter method this will return the attribute value. * Total duplicate ack retransmits across all connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumDupAckRetransmits */ @@ -2138,7 +2138,7 @@ public Float getSumDupAckRetransmits() { /** * This is the setter method to the attribute. * Total duplicate ack retransmits across all connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumDupAckRetransmits set the sumDupAckRetransmits. */ @@ -2150,7 +2150,7 @@ public void setSumDupAckRetransmits(Float sumDupAckRetransmits) { * This is the getter method this will return the attribute value. * Sum of end to end network rtt experienced by end clients. * Higher value would increase response times experienced by clients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumEndToEndRtt */ @@ -2162,7 +2162,7 @@ public Float getSumEndToEndRtt() { * This is the setter method to the attribute. * Sum of end to end network rtt experienced by end clients. * Higher value would increase response times experienced by clients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumEndToEndRtt set the sumEndToEndRtt. */ @@ -2173,7 +2173,7 @@ public void setSumEndToEndRtt(Float sumEndToEndRtt) { /** * This is the getter method this will return the attribute value. * Total connections that have rtt values from 0 to rtt threshold. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumEndToEndRttBucket1 */ @@ -2184,7 +2184,7 @@ public Float getSumEndToEndRttBucket1() { /** * This is the setter method to the attribute. * Total connections that have rtt values from 0 to rtt threshold. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumEndToEndRttBucket1 set the sumEndToEndRttBucket1. */ @@ -2195,7 +2195,7 @@ public void setSumEndToEndRttBucket1(Float sumEndToEndRttBucket1) { /** * This is the getter method this will return the attribute value. * Total connections that have rtt values rtt threshold and above. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumEndToEndRttBucket2 */ @@ -2206,7 +2206,7 @@ public Float getSumEndToEndRttBucket2() { /** * This is the setter method to the attribute. * Total connections that have rtt values rtt threshold and above. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumEndToEndRttBucket2 set the sumEndToEndRttBucket2. */ @@ -2217,7 +2217,7 @@ public void setSumEndToEndRttBucket2(Float sumEndToEndRttBucket2) { /** * This is the getter method this will return the attribute value. * Total number of finished connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumFinishedConns */ @@ -2228,7 +2228,7 @@ public Float getSumFinishedConns() { /** * This is the setter method to the attribute. * Total number of finished connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumFinishedConns set the sumFinishedConns. */ @@ -2240,7 +2240,7 @@ public void setSumFinishedConns(Float sumFinishedConns) { * This is the getter method this will return the attribute value. * Total number of times 'latency_threshold' was breached during ingress. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumIngressLatencyExceededFlows */ @@ -2252,7 +2252,7 @@ public Float getSumIngressLatencyExceededFlows() { * This is the setter method to the attribute. * Total number of times 'latency_threshold' was breached during ingress. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumIngressLatencyExceededFlows set the sumIngressLatencyExceededFlows. */ @@ -2263,7 +2263,7 @@ public void setSumIngressLatencyExceededFlows(Float sumIngressLatencyExceededFl /** * This is the getter method this will return the attribute value. * Total connections that were lossy due to high packet retransmissions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumLossyConnections */ @@ -2274,7 +2274,7 @@ public Float getSumLossyConnections() { /** * This is the setter method to the attribute. * Total connections that were lossy due to high packet retransmissions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumLossyConnections set the sumLossyConnections. */ @@ -2285,7 +2285,7 @@ public void setSumLossyConnections(Float sumLossyConnections) { /** * This is the getter method this will return the attribute value. * Total requests that were lossy due to high packet retransmissions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumLossyReq */ @@ -2296,7 +2296,7 @@ public Float getSumLossyReq() { /** * This is the setter method to the attribute. * Total requests that were lossy due to high packet retransmissions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumLossyReq set the sumLossyReq. */ @@ -2307,7 +2307,7 @@ public void setSumLossyReq(Float sumLossyReq) { /** * This is the getter method this will return the attribute value. * Total out of order packets across all connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumOutOfOrders */ @@ -2318,7 +2318,7 @@ public Float getSumOutOfOrders() { /** * This is the setter method to the attribute. * Total out of order packets across all connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumOutOfOrders set the sumOutOfOrders. */ @@ -2329,7 +2329,7 @@ public void setSumOutOfOrders(Float sumOutOfOrders) { /** * This is the getter method this will return the attribute value. * Total number of packets dropped due to vserver bandwidth limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPacketDroppedUserBandwidthLimit */ @@ -2340,7 +2340,7 @@ public Float getSumPacketDroppedUserBandwidthLimit() { /** * This is the setter method to the attribute. * Total number of packets dropped due to vserver bandwidth limit. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPacketDroppedUserBandwidthLimit set the sumPacketDroppedUserBandwidthLimit. */ @@ -2351,7 +2351,7 @@ public void setSumPacketDroppedUserBandwidthLimit(Float sumPacketDroppedUserBan /** * This is the getter method this will return the attribute value. * Total number connections used for rtt. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumRttValidConnections */ @@ -2362,7 +2362,7 @@ public Float getSumRttValidConnections() { /** * This is the setter method to the attribute. * Total number connections used for rtt. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumRttValidConnections set the sumRttValidConnections. */ @@ -2373,7 +2373,7 @@ public void setSumRttValidConnections(Float sumRttValidConnections) { /** * This is the getter method this will return the attribute value. * Total sack retransmits across all connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumSackRetransmits */ @@ -2384,7 +2384,7 @@ public Float getSumSackRetransmits() { /** * This is the setter method to the attribute. * Total sack retransmits across all connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumSackRetransmits set the sumSackRetransmits. */ @@ -2395,7 +2395,7 @@ public void setSumSackRetransmits(Float sumSackRetransmits) { /** * This is the getter method this will return the attribute value. * Total number of connections with server flow control condition. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumServerFlowControl */ @@ -2406,7 +2406,7 @@ public Float getSumServerFlowControl() { /** * This is the setter method to the attribute. * Total number of connections with server flow control condition. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumServerFlowControl set the sumServerFlowControl. */ @@ -2417,7 +2417,7 @@ public void setSumServerFlowControl(Float sumServerFlowControl) { /** * This is the getter method this will return the attribute value. * Total connection timeouts in the interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumTimeoutRetransmits */ @@ -2428,7 +2428,7 @@ public Float getSumTimeoutRetransmits() { /** * This is the setter method to the attribute. * Total connection timeouts in the interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumTimeoutRetransmits set the sumTimeoutRetransmits. */ @@ -2439,7 +2439,7 @@ public void setSumTimeoutRetransmits(Float sumTimeoutRetransmits) { /** * This is the getter method this will return the attribute value. * Total number of zero window size events across all connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumZeroWindowSizeEvents */ @@ -2450,7 +2450,7 @@ public Float getSumZeroWindowSizeEvents() { /** * This is the setter method to the attribute. * Total number of zero window size events across all connections. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumZeroWindowSizeEvents set the sumZeroWindowSizeEvents. */ diff --git a/java/src/com/vmware/avi/sdk/model/VserverL7MetricsObj.java b/java/src/com/vmware/avi/sdk/model/VserverL7MetricsObj.java index 5daf5a25a1..d29e33dfc2 100644 --- a/java/src/com/vmware/avi/sdk/model/VserverL7MetricsObj.java +++ b/java/src/com/vmware/avi/sdk/model/VserverL7MetricsObj.java @@ -572,7 +572,7 @@ public class VserverL7MetricsObj { /** * This is the getter method this will return the attribute value. * Client apdex measures quality of server response based on latency. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apdexr */ @@ -583,7 +583,7 @@ public Float getApdexr() { /** * This is the setter method to the attribute. * Client apdex measures quality of server response based on latency. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apdexr set the apdexr. */ @@ -594,7 +594,7 @@ public void setApdexr(Float apdexr) { /** * This is the getter method this will return the attribute value. * Average server/application response latency. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgApplicationResponseTime */ @@ -605,7 +605,7 @@ public Float getAvgApplicationResponseTime() { /** * This is the setter method to the attribute. * Average server/application response latency. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgApplicationResponseTime set the avgApplicationResponseTime. */ @@ -616,7 +616,7 @@ public void setAvgApplicationResponseTime(Float avgApplicationResponseTime) { /** * This is the getter method this will return the attribute value. * Average time client was blocked as reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgBlockingTime */ @@ -627,7 +627,7 @@ public Float getAvgBlockingTime() { /** * This is the setter method to the attribute. * Average time client was blocked as reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgBlockingTime set the avgBlockingTime. */ @@ -638,7 +638,7 @@ public void setAvgBlockingTime(Float avgBlockingTime) { /** * This is the getter method this will return the attribute value. * Average browser rendering latency. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgBrowserRenderingTime */ @@ -649,7 +649,7 @@ public Float getAvgBrowserRenderingTime() { /** * This is the setter method to the attribute. * Average browser rendering latency. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgBrowserRenderingTime set the avgBrowserRenderingTime. */ @@ -660,7 +660,7 @@ public void setAvgBrowserRenderingTime(Float avgBrowserRenderingTime) { /** * This is the getter method this will return the attribute value. * Average cache bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgCacheBytes */ @@ -671,7 +671,7 @@ public Float getAvgCacheBytes() { /** * This is the setter method to the attribute. * Average cache bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgCacheBytes set the avgCacheBytes. */ @@ -682,7 +682,7 @@ public void setAvgCacheBytes(Float avgCacheBytes) { /** * This is the getter method this will return the attribute value. * Average cache hit of requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgCacheHits */ @@ -693,7 +693,7 @@ public Float getAvgCacheHits() { /** * This is the setter method to the attribute. * Average cache hit of requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgCacheHits set the avgCacheHits. */ @@ -704,7 +704,7 @@ public void setAvgCacheHits(Float avgCacheHits) { /** * This is the getter method this will return the attribute value. * Average cacheable bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgCacheableBytes */ @@ -715,7 +715,7 @@ public Float getAvgCacheableBytes() { /** * This is the setter method to the attribute. * Average cacheable bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgCacheableBytes set the avgCacheableBytes. */ @@ -726,7 +726,7 @@ public void setAvgCacheableBytes(Float avgCacheableBytes) { /** * This is the getter method this will return the attribute value. * Average cacheable hit of requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgCacheableHits */ @@ -737,7 +737,7 @@ public Float getAvgCacheableHits() { /** * This is the setter method to the attribute. * Average cacheable hit of requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgCacheableHits set the avgCacheableHits. */ @@ -749,7 +749,7 @@ public void setAvgCacheableHits(Float avgCacheableHits) { * This is the getter method this will return the attribute value. * Average client data transfer time that represents latency of sending response to the client excluding the rtt time. * Higher client data transfer time signifies lower bandwidth between client and avi service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgClientDataTransferTime */ @@ -761,7 +761,7 @@ public Float getAvgClientDataTransferTime() { * This is the setter method to the attribute. * Average client data transfer time that represents latency of sending response to the client excluding the rtt time. * Higher client data transfer time signifies lower bandwidth between client and avi service engine. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgClientDataTransferTime set the avgClientDataTransferTime. */ @@ -772,7 +772,7 @@ public void setAvgClientDataTransferTime(Float avgClientDataTransferTime) { /** * This is the getter method this will return the attribute value. * Average client round trip time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgClientRtt */ @@ -783,7 +783,7 @@ public Float getAvgClientRtt() { /** * This is the setter method to the attribute. * Average client round trip time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgClientRtt set the avgClientRtt. */ @@ -794,7 +794,7 @@ public void setAvgClientRtt(Float avgClientRtt) { /** * This is the getter method this will return the attribute value. * Average client transaction latency computed by adding response latencies across all http requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgClientTxnLatency */ @@ -805,7 +805,7 @@ public Float getAvgClientTxnLatency() { /** * This is the setter method to the attribute. * Average client transaction latency computed by adding response latencies across all http requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgClientTxnLatency set the avgClientTxnLatency. */ @@ -816,7 +816,7 @@ public void setAvgClientTxnLatency(Float avgClientTxnLatency) { /** * This is the getter method this will return the attribute value. * Rate of http responses sent per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgCompleteResponses */ @@ -827,7 +827,7 @@ public Float getAvgCompleteResponses() { /** * This is the setter method to the attribute. * Rate of http responses sent per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgCompleteResponses set the avgCompleteResponses. */ @@ -838,7 +838,7 @@ public void setAvgCompleteResponses(Float avgCompleteResponses) { /** * This is the getter method this will return the attribute value. * Average client connection latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgConnectionTime */ @@ -849,7 +849,7 @@ public Float getAvgConnectionTime() { /** * This is the setter method to the attribute. * Average client connection latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgConnectionTime set the avgConnectionTime. */ @@ -860,7 +860,7 @@ public void setAvgConnectionTime(Float avgConnectionTime) { /** * This is the getter method this will return the attribute value. * Average domain lookup latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDnsLookupTime */ @@ -871,7 +871,7 @@ public Float getAvgDnsLookupTime() { /** * This is the setter method to the attribute. * Average domain lookup latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDnsLookupTime set the avgDnsLookupTime. */ @@ -882,7 +882,7 @@ public void setAvgDnsLookupTime(Float avgDnsLookupTime) { /** * This is the getter method this will return the attribute value. * Average dom content load time reported by clients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDomContentLoadTime */ @@ -893,7 +893,7 @@ public Float getAvgDomContentLoadTime() { /** * This is the setter method to the attribute. * Average dom content load time reported by clients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDomContentLoadTime set the avgDomContentLoadTime. */ @@ -905,7 +905,7 @@ public void setAvgDomContentLoadTime(Float avgDomContentLoadTime) { * This is the getter method this will return the attribute value. * Rate of http error responses sent per second. * It does not include errors excluded in analytics profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgErrorResponses */ @@ -917,7 +917,7 @@ public Float getAvgErrorResponses() { * This is the setter method to the attribute. * Rate of http error responses sent per second. * It does not include errors excluded in analytics profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgErrorResponses set the avgErrorResponses. */ @@ -928,7 +928,7 @@ public void setAvgErrorResponses(Float avgErrorResponses) { /** * This is the getter method this will return the attribute value. * Rate of http responses excluded as errors based on analytics profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgErrorsExcluded */ @@ -939,7 +939,7 @@ public Float getAvgErrorsExcluded() { /** * This is the setter method to the attribute. * Rate of http responses excluded as errors based on analytics profile. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgErrorsExcluded set the avgErrorsExcluded. */ @@ -950,7 +950,7 @@ public void setAvgErrorsExcluded(Float avgErrorsExcluded) { /** * This is the getter method this will return the attribute value. * Avg number of http requests that completed within frustrated latency. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgFrustratedResponses */ @@ -961,7 +961,7 @@ public Float getAvgFrustratedResponses() { /** * This is the setter method to the attribute. * Avg number of http requests that completed within frustrated latency. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgFrustratedResponses set the avgFrustratedResponses. */ @@ -973,7 +973,7 @@ public void setAvgFrustratedResponses(Float avgFrustratedResponses) { * This is the getter method this will return the attribute value. * Average size of http headers per request. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgHttpHeadersBytes */ @@ -985,7 +985,7 @@ public Float getAvgHttpHeadersBytes() { * This is the setter method to the attribute. * Average size of http headers per request. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgHttpHeadersBytes set the avgHttpHeadersBytes. */ @@ -997,7 +997,7 @@ public void setAvgHttpHeadersBytes(Float avgHttpHeadersBytes) { * This is the getter method this will return the attribute value. * Average number of http headers per request. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgHttpHeadersCount */ @@ -1009,7 +1009,7 @@ public Float getAvgHttpHeadersCount() { * This is the setter method to the attribute. * Average number of http headers per request. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgHttpHeadersCount set the avgHttpHeadersCount. */ @@ -1021,7 +1021,7 @@ public void setAvgHttpHeadersCount(Float avgHttpHeadersCount) { * This is the getter method this will return the attribute value. * Average number of http request parameters per request. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgHttpParamsCount */ @@ -1033,7 +1033,7 @@ public Float getAvgHttpParamsCount() { * This is the setter method to the attribute. * Average number of http request parameters per request. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgHttpParamsCount set the avgHttpParamsCount. */ @@ -1044,7 +1044,7 @@ public void setAvgHttpParamsCount(Float avgHttpParamsCount) { /** * This is the getter method this will return the attribute value. * Average page load time reported by clients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPageDownloadTime */ @@ -1055,7 +1055,7 @@ public Float getAvgPageDownloadTime() { /** * This is the setter method to the attribute. * Average page load time reported by clients. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPageDownloadTime set the avgPageDownloadTime. */ @@ -1066,7 +1066,7 @@ public void setAvgPageDownloadTime(Float avgPageDownloadTime) { /** * This is the getter method this will return the attribute value. * Average page load time reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPageLoadTime */ @@ -1077,7 +1077,7 @@ public Float getAvgPageLoadTime() { /** * This is the setter method to the attribute. * Average page load time reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPageLoadTime set the avgPageLoadTime. */ @@ -1089,7 +1089,7 @@ public void setAvgPageLoadTime(Float avgPageLoadTime) { * This is the getter method this will return the attribute value. * Average number of http request parameters per request, taking into account only requests with parameters. * Field introduced in 17.2.12, 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgParamsPerReq */ @@ -1101,7 +1101,7 @@ public Float getAvgParamsPerReq() { * This is the setter method to the attribute. * Average number of http request parameters per request, taking into account only requests with parameters. * Field introduced in 17.2.12, 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgParamsPerReq set the avgParamsPerReq. */ @@ -1113,7 +1113,7 @@ public void setAvgParamsPerReq(Float avgParamsPerReq) { * This is the getter method this will return the attribute value. * Average size of http post request. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPostBytes */ @@ -1125,7 +1125,7 @@ public Float getAvgPostBytes() { * This is the setter method to the attribute. * Average size of http post request. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPostBytes set the avgPostBytes. */ @@ -1136,7 +1136,7 @@ public void setAvgPostBytes(Float avgPostBytes) { /** * This is the getter method this will return the attribute value. * Average post compression bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPostCompressionBytes */ @@ -1147,7 +1147,7 @@ public Float getAvgPostCompressionBytes() { /** * This is the setter method to the attribute. * Average post compression bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPostCompressionBytes set the avgPostCompressionBytes. */ @@ -1158,7 +1158,7 @@ public void setAvgPostCompressionBytes(Float avgPostCompressionBytes) { /** * This is the getter method this will return the attribute value. * Average pre compression bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPreCompressionBytes */ @@ -1169,7 +1169,7 @@ public Float getAvgPreCompressionBytes() { /** * This is the setter method to the attribute. * Average pre compression bytes. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPreCompressionBytes set the avgPreCompressionBytes. */ @@ -1180,7 +1180,7 @@ public void setAvgPreCompressionBytes(Float avgPreCompressionBytes) { /** * This is the getter method this will return the attribute value. * Average redirect latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgRedirectionTime */ @@ -1191,7 +1191,7 @@ public Float getAvgRedirectionTime() { /** * This is the setter method to the attribute. * Average redirect latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgRedirectionTime set the avgRedirectionTime. */ @@ -1202,7 +1202,7 @@ public void setAvgRedirectionTime(Float avgRedirectionTime) { /** * This is the getter method this will return the attribute value. * Average requests per session measured for closed sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgReqsPerSession */ @@ -1213,7 +1213,7 @@ public Float getAvgReqsPerSession() { /** * This is the setter method to the attribute. * Average requests per session measured for closed sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgReqsPerSession set the avgReqsPerSession. */ @@ -1224,7 +1224,7 @@ public void setAvgReqsPerSession(Float avgReqsPerSession) { /** * This is the getter method this will return the attribute value. * Rate of 1xx http responses sent per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp1Xx */ @@ -1235,7 +1235,7 @@ public Float getAvgResp1Xx() { /** * This is the setter method to the attribute. * Rate of 1xx http responses sent per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp1Xx set the avgResp1Xx. */ @@ -1246,7 +1246,7 @@ public void setAvgResp1Xx(Float avgResp1Xx) { /** * This is the getter method this will return the attribute value. * Rate of 2xx http responses sent per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp2Xx */ @@ -1257,7 +1257,7 @@ public Float getAvgResp2Xx() { /** * This is the setter method to the attribute. * Rate of 2xx http responses sent per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp2Xx set the avgResp2Xx. */ @@ -1268,7 +1268,7 @@ public void setAvgResp2Xx(Float avgResp2Xx) { /** * This is the getter method this will return the attribute value. * Rate of 3xx http responses sent per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp3Xx */ @@ -1279,7 +1279,7 @@ public Float getAvgResp3Xx() { /** * This is the setter method to the attribute. * Rate of 3xx http responses sent per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp3Xx set the avgResp3Xx. */ @@ -1290,7 +1290,7 @@ public void setAvgResp3Xx(Float avgResp3Xx) { /** * This is the getter method this will return the attribute value. * Rate of 4xx http responses sent per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp4Xx */ @@ -1301,7 +1301,7 @@ public Float getAvgResp4Xx() { /** * This is the setter method to the attribute. * Rate of 4xx http responses sent per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp4Xx set the avgResp4Xx. */ @@ -1313,7 +1313,7 @@ public void setAvgResp4Xx(Float avgResp4Xx) { * This is the getter method this will return the attribute value. * Rate of 4xx http responses as errors sent by avi. * It does not include any error codes excluded in the analytics profile and pool server errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp4XxAviErrors */ @@ -1325,7 +1325,7 @@ public Float getAvgResp4XxAviErrors() { * This is the setter method to the attribute. * Rate of 4xx http responses as errors sent by avi. * It does not include any error codes excluded in the analytics profile and pool server errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp4XxAviErrors set the avgResp4XxAviErrors. */ @@ -1336,7 +1336,7 @@ public void setAvgResp4XxAviErrors(Float avgResp4XxAviErrors) { /** * This is the getter method this will return the attribute value. * Rate of 5xx http responses sent per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp5Xx */ @@ -1347,7 +1347,7 @@ public Float getAvgResp5Xx() { /** * This is the setter method to the attribute. * Rate of 5xx http responses sent per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp5Xx set the avgResp5Xx. */ @@ -1359,7 +1359,7 @@ public void setAvgResp5Xx(Float avgResp5Xx) { * This is the getter method this will return the attribute value. * Rate of 5xx http responses as errors sent by avi. * It does not include any error codes excluded in the analytics profile and pool server errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp5XxAviErrors */ @@ -1371,7 +1371,7 @@ public Float getAvgResp5XxAviErrors() { * This is the setter method to the attribute. * Rate of 5xx http responses as errors sent by avi. * It does not include any error codes excluded in the analytics profile and pool server errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp5XxAviErrors set the avgResp5XxAviErrors. */ @@ -1382,7 +1382,7 @@ public void setAvgResp5XxAviErrors(Float avgResp5XxAviErrors) { /** * This is the getter method this will return the attribute value. * Total client data transfer time by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgRumClientDataTransferTime */ @@ -1393,7 +1393,7 @@ public Float getAvgRumClientDataTransferTime() { /** * This is the setter method to the attribute. * Total client data transfer time by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgRumClientDataTransferTime set the avgRumClientDataTransferTime. */ @@ -1404,7 +1404,7 @@ public void setAvgRumClientDataTransferTime(Float avgRumClientDataTransferTime) /** * This is the getter method this will return the attribute value. * Avg number of http requests that completed within satisfactory latency. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSatisfactoryResponses */ @@ -1415,7 +1415,7 @@ public Float getAvgSatisfactoryResponses() { /** * This is the setter method to the attribute. * Avg number of http requests that completed within satisfactory latency. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSatisfactoryResponses set the avgSatisfactoryResponses. */ @@ -1426,7 +1426,7 @@ public void setAvgSatisfactoryResponses(Float avgSatisfactoryResponses) { /** * This is the getter method this will return the attribute value. * Average server round trip time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgServerRtt */ @@ -1437,7 +1437,7 @@ public Float getAvgServerRtt() { /** * This is the setter method to the attribute. * Average server round trip time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgServerRtt set the avgServerRtt. */ @@ -1448,7 +1448,7 @@ public void setAvgServerRtt(Float avgServerRtt) { /** * This is the getter method this will return the attribute value. * Average latency from receipt of request to start of response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgServiceTime */ @@ -1459,7 +1459,7 @@ public Float getAvgServiceTime() { /** * This is the setter method to the attribute. * Average latency from receipt of request to start of response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgServiceTime set the avgServiceTime. */ @@ -1470,7 +1470,7 @@ public void setAvgServiceTime(Float avgServiceTime) { /** * This is the getter method this will return the attribute value. * Average ssl sessions using dsa certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslAuthDsa */ @@ -1481,7 +1481,7 @@ public Float getAvgSslAuthDsa() { /** * This is the setter method to the attribute. * Average ssl sessions using dsa certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslAuthDsa set the avgSslAuthDsa. */ @@ -1492,7 +1492,7 @@ public void setAvgSslAuthDsa(Float avgSslAuthDsa) { /** * This is the getter method this will return the attribute value. * Average ssl sessions using elliptic curve dsa (ecdsa) certificates. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslAuthEcdsa */ @@ -1503,7 +1503,7 @@ public Float getAvgSslAuthEcdsa() { /** * This is the setter method to the attribute. * Average ssl sessions using elliptic curve dsa (ecdsa) certificates. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslAuthEcdsa set the avgSslAuthEcdsa. */ @@ -1514,7 +1514,7 @@ public void setAvgSslAuthEcdsa(Float avgSslAuthEcdsa) { /** * This is the getter method this will return the attribute value. * Average ssl sessions using rsa certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslAuthRsa */ @@ -1525,7 +1525,7 @@ public Float getAvgSslAuthRsa() { /** * This is the setter method to the attribute. * Average ssl sessions using rsa certificate. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslAuthRsa set the avgSslAuthRsa. */ @@ -1536,7 +1536,7 @@ public void setAvgSslAuthRsa(Float avgSslAuthRsa) { /** * This is the getter method this will return the attribute value. * Average ssl sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslConnections */ @@ -1547,7 +1547,7 @@ public Float getAvgSslConnections() { /** * This is the setter method to the attribute. * Average ssl sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslConnections set the avgSslConnections. */ @@ -1558,7 +1558,7 @@ public void setAvgSslConnections(Float avgSslConnections) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using ec cerificates without pfs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslEcdsaNonPfs */ @@ -1569,7 +1569,7 @@ public Float getAvgSslEcdsaNonPfs() { /** * This is the setter method to the attribute. * Average ssl exchanges using ec cerificates without pfs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslEcdsaNonPfs set the avgSslEcdsaNonPfs. */ @@ -1580,7 +1580,7 @@ public void setAvgSslEcdsaNonPfs(Float avgSslEcdsaNonPfs) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using ec cerificates and pfs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslEcdsaPfs */ @@ -1591,7 +1591,7 @@ public Float getAvgSslEcdsaPfs() { /** * This is the setter method to the attribute. * Average ssl exchanges using ec cerificates and pfs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslEcdsaPfs set the avgSslEcdsaPfs. */ @@ -1602,7 +1602,7 @@ public void setAvgSslEcdsaPfs(Float avgSslEcdsaPfs) { /** * This is the getter method this will return the attribute value. * Average ssl errors due to clients, protocol errors,network errors and handshake timeouts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslErrors */ @@ -1613,7 +1613,7 @@ public Float getAvgSslErrors() { /** * This is the setter method to the attribute. * Average ssl errors due to clients, protocol errors,network errors and handshake timeouts. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslErrors set the avgSslErrors. */ @@ -1624,7 +1624,7 @@ public void setAvgSslErrors(Float avgSslErrors) { /** * This is the getter method this will return the attribute value. * Average ssl connections failed due to protocol , network or timeout reasons. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslFailedConnections */ @@ -1635,7 +1635,7 @@ public Float getAvgSslFailedConnections() { /** * This is the setter method to the attribute. * Average ssl connections failed due to protocol , network or timeout reasons. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslFailedConnections set the avgSslFailedConnections. */ @@ -1646,7 +1646,7 @@ public void setAvgSslFailedConnections(Float avgSslFailedConnections) { /** * This is the getter method this will return the attribute value. * Average ssl handshakes failed due to network errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakeNetworkErrors */ @@ -1657,7 +1657,7 @@ public Float getAvgSslHandshakeNetworkErrors() { /** * This is the setter method to the attribute. * Average ssl handshakes failed due to network errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakeNetworkErrors set the avgSslHandshakeNetworkErrors. */ @@ -1668,7 +1668,7 @@ public void setAvgSslHandshakeNetworkErrors(Float avgSslHandshakeNetworkErrors) /** * This is the getter method this will return the attribute value. * Average ssl handshake failed due to clients or protocol errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakeProtocolErrors */ @@ -1679,7 +1679,7 @@ public Float getAvgSslHandshakeProtocolErrors() { /** * This is the setter method to the attribute. * Average ssl handshake failed due to clients or protocol errors. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakeProtocolErrors set the avgSslHandshakeProtocolErrors. */ @@ -1690,7 +1690,7 @@ public void setAvgSslHandshakeProtocolErrors(Float avgSslHandshakeProtocolError /** * This is the getter method this will return the attribute value. * Average new successful ssl sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakesNew */ @@ -1701,7 +1701,7 @@ public Float getAvgSslHandshakesNew() { /** * This is the setter method to the attribute. * Average new successful ssl sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakesNew set the avgSslHandshakesNew. */ @@ -1712,7 +1712,7 @@ public void setAvgSslHandshakesNew(Float avgSslHandshakesNew) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using non-pfs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakesNonPfs */ @@ -1723,7 +1723,7 @@ public Float getAvgSslHandshakesNonPfs() { /** * This is the setter method to the attribute. * Average ssl exchanges using non-pfs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakesNonPfs set the avgSslHandshakesNonPfs. */ @@ -1734,7 +1734,7 @@ public void setAvgSslHandshakesNonPfs(Float avgSslHandshakesNonPfs) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using pfs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakesPfs */ @@ -1745,7 +1745,7 @@ public Float getAvgSslHandshakesPfs() { /** * This is the setter method to the attribute. * Average ssl exchanges using pfs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakesPfs set the avgSslHandshakesPfs. */ @@ -1756,7 +1756,7 @@ public void setAvgSslHandshakesPfs(Float avgSslHandshakesPfs) { /** * This is the getter method this will return the attribute value. * Average new successful resumed ssl sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakesReused */ @@ -1767,7 +1767,7 @@ public Float getAvgSslHandshakesReused() { /** * This is the setter method to the attribute. * Average new successful resumed ssl sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakesReused set the avgSslHandshakesReused. */ @@ -1778,7 +1778,7 @@ public void setAvgSslHandshakesReused(Float avgSslHandshakesReused) { /** * This is the getter method this will return the attribute value. * Average ssl handshakes timed out. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakesTimedout */ @@ -1789,7 +1789,7 @@ public Float getAvgSslHandshakesTimedout() { /** * This is the setter method to the attribute. * Average ssl handshakes timed out. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakesTimedout set the avgSslHandshakesTimedout. */ @@ -1800,7 +1800,7 @@ public void setAvgSslHandshakesTimedout(Float avgSslHandshakesTimedout) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using diffie-hellman. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslKxDh */ @@ -1811,7 +1811,7 @@ public Float getAvgSslKxDh() { /** * This is the setter method to the attribute. * Average ssl exchanges using diffie-hellman. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslKxDh set the avgSslKxDh. */ @@ -1822,7 +1822,7 @@ public void setAvgSslKxDh(Float avgSslKxDh) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using rsa. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslKxEcdh */ @@ -1833,7 +1833,7 @@ public Float getAvgSslKxEcdh() { /** * This is the setter method to the attribute. * Average ssl exchanges using rsa. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslKxEcdh set the avgSslKxEcdh. */ @@ -1844,7 +1844,7 @@ public void setAvgSslKxEcdh(Float avgSslKxEcdh) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using rsa. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslKxRsa */ @@ -1855,7 +1855,7 @@ public Float getAvgSslKxRsa() { /** * This is the setter method to the attribute. * Average ssl exchanges using rsa. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslKxRsa set the avgSslKxRsa. */ @@ -1866,7 +1866,7 @@ public void setAvgSslKxRsa(Float avgSslKxRsa) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using rsa cerificates without pfs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslRsaNonPfs */ @@ -1877,7 +1877,7 @@ public Float getAvgSslRsaNonPfs() { /** * This is the setter method to the attribute. * Average ssl exchanges using rsa cerificates without pfs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslRsaNonPfs set the avgSslRsaNonPfs. */ @@ -1888,7 +1888,7 @@ public void setAvgSslRsaNonPfs(Float avgSslRsaNonPfs) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using rsa cerificates and pfs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslRsaPfs */ @@ -1899,7 +1899,7 @@ public Float getAvgSslRsaPfs() { /** * This is the setter method to the attribute. * Average ssl exchanges using rsa cerificates and pfs. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslRsaPfs set the avgSslRsaPfs. */ @@ -1910,7 +1910,7 @@ public void setAvgSslRsaPfs(Float avgSslRsaPfs) { /** * This is the getter method this will return the attribute value. * Average ssl sessions with version 3.0. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslVerSsl30 */ @@ -1921,7 +1921,7 @@ public Float getAvgSslVerSsl30() { /** * This is the setter method to the attribute. * Average ssl sessions with version 3.0. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslVerSsl30 set the avgSslVerSsl30. */ @@ -1932,7 +1932,7 @@ public void setAvgSslVerSsl30(Float avgSslVerSsl30) { /** * This is the getter method this will return the attribute value. * Average ssl sessions with tls version 1.0. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslVerTls10 */ @@ -1943,7 +1943,7 @@ public Float getAvgSslVerTls10() { /** * This is the setter method to the attribute. * Average ssl sessions with tls version 1.0. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslVerTls10 set the avgSslVerTls10. */ @@ -1954,7 +1954,7 @@ public void setAvgSslVerTls10(Float avgSslVerTls10) { /** * This is the getter method this will return the attribute value. * Average ssl sessions with tls version 1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslVerTls11 */ @@ -1965,7 +1965,7 @@ public Float getAvgSslVerTls11() { /** * This is the setter method to the attribute. * Average ssl sessions with tls version 1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslVerTls11 set the avgSslVerTls11. */ @@ -1976,7 +1976,7 @@ public void setAvgSslVerTls11(Float avgSslVerTls11) { /** * This is the getter method this will return the attribute value. * Average ssl sessions with tls version 1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslVerTls12 */ @@ -1987,7 +1987,7 @@ public Float getAvgSslVerTls12() { /** * This is the setter method to the attribute. * Average ssl sessions with tls version 1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslVerTls12 set the avgSslVerTls12. */ @@ -1999,7 +1999,7 @@ public void setAvgSslVerTls12(Float avgSslVerTls12) { * This is the getter method this will return the attribute value. * Average ssl sessions with tls version 1.3. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslVerTls13 */ @@ -2011,7 +2011,7 @@ public Float getAvgSslVerTls13() { * This is the setter method to the attribute. * Average ssl sessions with tls version 1.3. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslVerTls13 set the avgSslVerTls13. */ @@ -2022,7 +2022,7 @@ public void setAvgSslVerTls13(Float avgSslVerTls13) { /** * This is the getter method this will return the attribute value. * Avg number of http requests that completed within tolerated latency. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgToleratedResponses */ @@ -2033,7 +2033,7 @@ public Float getAvgToleratedResponses() { /** * This is the setter method to the attribute. * Avg number of http requests that completed within tolerated latency. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgToleratedResponses set the avgToleratedResponses. */ @@ -2045,7 +2045,7 @@ public void setAvgToleratedResponses(Float avgToleratedResponses) { * This is the getter method this will return the attribute value. * Average number of client http2 requests received by the virtual service per second. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgTotalHttp2Requests */ @@ -2057,7 +2057,7 @@ public Float getAvgTotalHttp2Requests() { * This is the setter method to the attribute. * Average number of client http2 requests received by the virtual service per second. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgTotalHttp2Requests set the avgTotalHttp2Requests. */ @@ -2068,7 +2068,7 @@ public void setAvgTotalHttp2Requests(Float avgTotalHttp2Requests) { /** * This is the getter method this will return the attribute value. * Average rate of client http requests received by the virtual service per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgTotalRequests */ @@ -2079,7 +2079,7 @@ public Float getAvgTotalRequests() { /** * This is the setter method to the attribute. * Average rate of client http requests received by the virtual service per second. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgTotalRequests set the avgTotalRequests. */ @@ -2091,7 +2091,7 @@ public void setAvgTotalRequests(Float avgTotalRequests) { * This is the getter method this will return the attribute value. * Average length of http uri per request. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgUriLength */ @@ -2103,7 +2103,7 @@ public Float getAvgUriLength() { * This is the setter method to the attribute. * Average length of http uri per request. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgUriLength set the avgUriLength. */ @@ -2115,7 +2115,7 @@ public void setAvgUriLength(Float avgUriLength) { * This is the getter method this will return the attribute value. * Average number of transactions per second identified by waf as attacks. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafAttacks */ @@ -2127,7 +2127,7 @@ public Float getAvgWafAttacks() { * This is the setter method to the attribute. * Average number of transactions per second identified by waf as attacks. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafAttacks set the avgWafAttacks. */ @@ -2139,7 +2139,7 @@ public void setAvgWafAttacks(Float avgWafAttacks) { * This is the getter method this will return the attribute value. * Average number of transactions per second bypassing waf. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafDisabled */ @@ -2151,7 +2151,7 @@ public Float getAvgWafDisabled() { * This is the setter method to the attribute. * Average number of transactions per second bypassing waf. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafDisabled set the avgWafDisabled. */ @@ -2163,7 +2163,7 @@ public void setAvgWafDisabled(Float avgWafDisabled) { * This is the getter method this will return the attribute value. * Average number of transactions per second evaluated by waf. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafEvaluated */ @@ -2175,7 +2175,7 @@ public Float getAvgWafEvaluated() { * This is the setter method to the attribute. * Average number of transactions per second evaluated by waf. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafEvaluated set the avgWafEvaluated. */ @@ -2187,7 +2187,7 @@ public void setAvgWafEvaluated(Float avgWafEvaluated) { * This is the getter method this will return the attribute value. * Average number of requests per second evaluated by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafEvaluatedRequestBodyPhase */ @@ -2199,7 +2199,7 @@ public Float getAvgWafEvaluatedRequestBodyPhase() { * This is the setter method to the attribute. * Average number of requests per second evaluated by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafEvaluatedRequestBodyPhase set the avgWafEvaluatedRequestBodyPhase. */ @@ -2211,7 +2211,7 @@ public void setAvgWafEvaluatedRequestBodyPhase(Float avgWafEvaluatedRequestBody * This is the getter method this will return the attribute value. * Average number of requests per second evaluated by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafEvaluatedRequestHeaderPhase */ @@ -2223,7 +2223,7 @@ public Float getAvgWafEvaluatedRequestHeaderPhase() { * This is the setter method to the attribute. * Average number of requests per second evaluated by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafEvaluatedRequestHeaderPhase set the avgWafEvaluatedRequestHeaderPhase. */ @@ -2235,7 +2235,7 @@ public void setAvgWafEvaluatedRequestHeaderPhase(Float avgWafEvaluatedRequestHe * This is the getter method this will return the attribute value. * Average number of responses per second evaluated by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafEvaluatedResponseBodyPhase */ @@ -2247,7 +2247,7 @@ public Float getAvgWafEvaluatedResponseBodyPhase() { * This is the setter method to the attribute. * Average number of responses per second evaluated by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafEvaluatedResponseBodyPhase set the avgWafEvaluatedResponseBodyPhase. */ @@ -2259,7 +2259,7 @@ public void setAvgWafEvaluatedResponseBodyPhase(Float avgWafEvaluatedResponseBo * This is the getter method this will return the attribute value. * Average number of responsess per second evaluated by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafEvaluatedResponseHeaderPhase */ @@ -2271,7 +2271,7 @@ public Float getAvgWafEvaluatedResponseHeaderPhase() { * This is the setter method to the attribute. * Average number of responsess per second evaluated by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafEvaluatedResponseHeaderPhase set the avgWafEvaluatedResponseHeaderPhase. */ @@ -2283,7 +2283,7 @@ public void setAvgWafEvaluatedResponseHeaderPhase(Float avgWafEvaluatedResponse * This is the getter method this will return the attribute value. * Average number of transactions per second flagged by waf. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafFlagged */ @@ -2295,7 +2295,7 @@ public Float getAvgWafFlagged() { * This is the setter method to the attribute. * Average number of transactions per second flagged by waf. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafFlagged set the avgWafFlagged. */ @@ -2307,7 +2307,7 @@ public void setAvgWafFlagged(Float avgWafFlagged) { * This is the getter method this will return the attribute value. * Average number of requests per second flagged (but not rejected) by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafFlaggedRequestBodyPhase */ @@ -2319,7 +2319,7 @@ public Float getAvgWafFlaggedRequestBodyPhase() { * This is the setter method to the attribute. * Average number of requests per second flagged (but not rejected) by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafFlaggedRequestBodyPhase set the avgWafFlaggedRequestBodyPhase. */ @@ -2331,7 +2331,7 @@ public void setAvgWafFlaggedRequestBodyPhase(Float avgWafFlaggedRequestBodyPhas * This is the getter method this will return the attribute value. * Average number of requests per second flagged (but not rejected) by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafFlaggedRequestHeaderPhase */ @@ -2343,7 +2343,7 @@ public Float getAvgWafFlaggedRequestHeaderPhase() { * This is the setter method to the attribute. * Average number of requests per second flagged (but not rejected) by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafFlaggedRequestHeaderPhase set the avgWafFlaggedRequestHeaderPhase. */ @@ -2355,7 +2355,7 @@ public void setAvgWafFlaggedRequestHeaderPhase(Float avgWafFlaggedRequestHeader * This is the getter method this will return the attribute value. * Average number of responses per second flagged (but not rejected) by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafFlaggedResponseBodyPhase */ @@ -2367,7 +2367,7 @@ public Float getAvgWafFlaggedResponseBodyPhase() { * This is the setter method to the attribute. * Average number of responses per second flagged (but not rejected) by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafFlaggedResponseBodyPhase set the avgWafFlaggedResponseBodyPhase. */ @@ -2379,7 +2379,7 @@ public void setAvgWafFlaggedResponseBodyPhase(Float avgWafFlaggedResponseBodyPh * This is the getter method this will return the attribute value. * Average number of responses per second flagged (but not rejected) by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafFlaggedResponseHeaderPhase */ @@ -2391,7 +2391,7 @@ public Float getAvgWafFlaggedResponseHeaderPhase() { * This is the setter method to the attribute. * Average number of responses per second flagged (but not rejected) by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafFlaggedResponseHeaderPhase set the avgWafFlaggedResponseHeaderPhase. */ @@ -2403,7 +2403,7 @@ public void setAvgWafFlaggedResponseHeaderPhase(Float avgWafFlaggedResponseHead * This is the getter method this will return the attribute value. * Average waf latency seen due to waf request body processing. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafLatencyRequestBodyPhase */ @@ -2415,7 +2415,7 @@ public Float getAvgWafLatencyRequestBodyPhase() { * This is the setter method to the attribute. * Average waf latency seen due to waf request body processing. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafLatencyRequestBodyPhase set the avgWafLatencyRequestBodyPhase. */ @@ -2427,7 +2427,7 @@ public void setAvgWafLatencyRequestBodyPhase(Float avgWafLatencyRequestBodyPhas * This is the getter method this will return the attribute value. * Average waf latency seen due to waf request header processing. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafLatencyRequestHeaderPhase */ @@ -2439,7 +2439,7 @@ public Float getAvgWafLatencyRequestHeaderPhase() { * This is the setter method to the attribute. * Average waf latency seen due to waf request header processing. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafLatencyRequestHeaderPhase set the avgWafLatencyRequestHeaderPhase. */ @@ -2451,7 +2451,7 @@ public void setAvgWafLatencyRequestHeaderPhase(Float avgWafLatencyRequestHeader * This is the getter method this will return the attribute value. * Average waf latency seen due to waf response body processing. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafLatencyResponseBodyPhase */ @@ -2463,7 +2463,7 @@ public Float getAvgWafLatencyResponseBodyPhase() { * This is the setter method to the attribute. * Average waf latency seen due to waf response body processing. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafLatencyResponseBodyPhase set the avgWafLatencyResponseBodyPhase. */ @@ -2475,7 +2475,7 @@ public void setAvgWafLatencyResponseBodyPhase(Float avgWafLatencyResponseBodyPh * This is the getter method this will return the attribute value. * Average waf latency seen due to waf response header processing. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafLatencyResponseHeaderPhase */ @@ -2487,7 +2487,7 @@ public Float getAvgWafLatencyResponseHeaderPhase() { * This is the setter method to the attribute. * Average waf latency seen due to waf response header processing. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafLatencyResponseHeaderPhase set the avgWafLatencyResponseHeaderPhase. */ @@ -2499,7 +2499,7 @@ public void setAvgWafLatencyResponseHeaderPhase(Float avgWafLatencyResponseHead * This is the getter method this will return the attribute value. * Average number of transactions per second matched by waf rule/rules. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafMatched */ @@ -2511,7 +2511,7 @@ public Float getAvgWafMatched() { * This is the setter method to the attribute. * Average number of transactions per second matched by waf rule/rules. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafMatched set the avgWafMatched. */ @@ -2523,7 +2523,7 @@ public void setAvgWafMatched(Float avgWafMatched) { * This is the getter method this will return the attribute value. * Average number of requests per second matched by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafMatchedRequestBodyPhase */ @@ -2535,7 +2535,7 @@ public Float getAvgWafMatchedRequestBodyPhase() { * This is the setter method to the attribute. * Average number of requests per second matched by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafMatchedRequestBodyPhase set the avgWafMatchedRequestBodyPhase. */ @@ -2547,7 +2547,7 @@ public void setAvgWafMatchedRequestBodyPhase(Float avgWafMatchedRequestBodyPhas * This is the getter method this will return the attribute value. * Average number of requests per second matched by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafMatchedRequestHeaderPhase */ @@ -2559,7 +2559,7 @@ public Float getAvgWafMatchedRequestHeaderPhase() { * This is the setter method to the attribute. * Average number of requests per second matched by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafMatchedRequestHeaderPhase set the avgWafMatchedRequestHeaderPhase. */ @@ -2571,7 +2571,7 @@ public void setAvgWafMatchedRequestHeaderPhase(Float avgWafMatchedRequestHeader * This is the getter method this will return the attribute value. * Average number of responses per second matched by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafMatchedResponseBodyPhase */ @@ -2583,7 +2583,7 @@ public Float getAvgWafMatchedResponseBodyPhase() { * This is the setter method to the attribute. * Average number of responses per second matched by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafMatchedResponseBodyPhase set the avgWafMatchedResponseBodyPhase. */ @@ -2595,7 +2595,7 @@ public void setAvgWafMatchedResponseBodyPhase(Float avgWafMatchedResponseBodyPh * This is the getter method this will return the attribute value. * Average number of responses per second matched by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafMatchedResponseHeaderPhase */ @@ -2607,7 +2607,7 @@ public Float getAvgWafMatchedResponseHeaderPhase() { * This is the setter method to the attribute. * Average number of responses per second matched by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafMatchedResponseHeaderPhase set the avgWafMatchedResponseHeaderPhase. */ @@ -2619,7 +2619,7 @@ public void setAvgWafMatchedResponseHeaderPhase(Float avgWafMatchedResponseHead * This is the getter method this will return the attribute value. * Average number of transactions per second rejected by waf. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafRejected */ @@ -2631,7 +2631,7 @@ public Float getAvgWafRejected() { * This is the setter method to the attribute. * Average number of transactions per second rejected by waf. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafRejected set the avgWafRejected. */ @@ -2643,7 +2643,7 @@ public void setAvgWafRejected(Float avgWafRejected) { * This is the getter method this will return the attribute value. * Average number of requests per second rejected by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafRejectedRequestBodyPhase */ @@ -2655,7 +2655,7 @@ public Float getAvgWafRejectedRequestBodyPhase() { * This is the setter method to the attribute. * Average number of requests per second rejected by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafRejectedRequestBodyPhase set the avgWafRejectedRequestBodyPhase. */ @@ -2667,7 +2667,7 @@ public void setAvgWafRejectedRequestBodyPhase(Float avgWafRejectedRequestBodyPh * This is the getter method this will return the attribute value. * Average number of requests per second rejected by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafRejectedRequestHeaderPhase */ @@ -2679,7 +2679,7 @@ public Float getAvgWafRejectedRequestHeaderPhase() { * This is the setter method to the attribute. * Average number of requests per second rejected by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafRejectedRequestHeaderPhase set the avgWafRejectedRequestHeaderPhase. */ @@ -2691,7 +2691,7 @@ public void setAvgWafRejectedRequestHeaderPhase(Float avgWafRejectedRequestHead * This is the getter method this will return the attribute value. * Average number of responses per second rejected by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafRejectedResponseBodyPhase */ @@ -2703,7 +2703,7 @@ public Float getAvgWafRejectedResponseBodyPhase() { * This is the setter method to the attribute. * Average number of responses per second rejected by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafRejectedResponseBodyPhase set the avgWafRejectedResponseBodyPhase. */ @@ -2715,7 +2715,7 @@ public void setAvgWafRejectedResponseBodyPhase(Float avgWafRejectedResponseBody * This is the getter method this will return the attribute value. * Average number of responses per second rejected by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafRejectedResponseHeaderPhase */ @@ -2727,7 +2727,7 @@ public Float getAvgWafRejectedResponseHeaderPhase() { * This is the setter method to the attribute. * Average number of responses per second rejected by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafRejectedResponseHeaderPhase set the avgWafRejectedResponseHeaderPhase. */ @@ -2738,7 +2738,7 @@ public void setAvgWafRejectedResponseHeaderPhase(Float avgWafRejectedResponseHe /** * This is the getter method this will return the attribute value. * Average waiting time reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWaitingTime */ @@ -2749,7 +2749,7 @@ public Float getAvgWaitingTime() { /** * This is the setter method to the attribute. * Average waiting time reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWaitingTime set the avgWaitingTime. */ @@ -2760,7 +2760,7 @@ public void setAvgWaitingTime(Float avgWaitingTime) { /** * This is the getter method this will return the attribute value. * Maximum number of concurrent http sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxConcurrentSessions */ @@ -2771,7 +2771,7 @@ public Float getMaxConcurrentSessions() { /** * This is the setter method to the attribute. * Maximum number of concurrent http sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxConcurrentSessions set the maxConcurrentSessions. */ @@ -2782,7 +2782,7 @@ public void setMaxConcurrentSessions(Float maxConcurrentSessions) { /** * This is the getter method this will return the attribute value. * Maximum number of open ssl sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxSslOpenSessions */ @@ -2793,7 +2793,7 @@ public Float getMaxSslOpenSessions() { /** * This is the setter method to the attribute. * Maximum number of open ssl sessions. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxSslOpenSessions set the maxSslOpenSessions. */ @@ -2803,7 +2803,7 @@ public void setMaxSslOpenSessions(Float maxSslOpenSessions) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeObjId */ @@ -2813,7 +2813,7 @@ public String getNodeObjId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeObjId set the nodeObjId. */ @@ -2824,7 +2824,7 @@ public void setNodeObjId(String nodeObjId) { /** * This is the getter method this will return the attribute value. * Percentage cache hit of requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctCacheHits */ @@ -2835,7 +2835,7 @@ public Float getPctCacheHits() { /** * This is the setter method to the attribute. * Percentage cache hit of requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctCacheHits set the pctCacheHits. */ @@ -2846,7 +2846,7 @@ public void setPctCacheHits(Float pctCacheHits) { /** * This is the getter method this will return the attribute value. * Percentage cacheable hit of requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctCacheableHits */ @@ -2857,7 +2857,7 @@ public Float getPctCacheableHits() { /** * This is the setter method to the attribute. * Percentage cacheable hit of requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctCacheableHits set the pctCacheableHits. */ @@ -2869,7 +2869,7 @@ public void setPctCacheableHits(Float pctCacheableHits) { * This is the getter method this will return the attribute value. * Number of http get requests as a percentage of total requests received. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctGetReqs */ @@ -2881,7 +2881,7 @@ public Float getPctGetReqs() { * This is the setter method to the attribute. * Number of http get requests as a percentage of total requests received. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctGetReqs set the pctGetReqs. */ @@ -2893,7 +2893,7 @@ public void setPctGetReqs(Float pctGetReqs) { * This is the getter method this will return the attribute value. * Number of http post requests as a percentage of total requests received. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctPostReqs */ @@ -2905,7 +2905,7 @@ public Float getPctPostReqs() { * This is the setter method to the attribute. * Number of http post requests as a percentage of total requests received. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctPostReqs set the pctPostReqs. */ @@ -2916,7 +2916,7 @@ public void setPctPostReqs(Float pctPostReqs) { /** * This is the getter method this will return the attribute value. * Percent of 4xx and 5xx responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctResponseErrors */ @@ -2927,7 +2927,7 @@ public Float getPctResponseErrors() { /** * This is the setter method to the attribute. * Percent of 4xx and 5xx responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctResponseErrors set the pctResponseErrors. */ @@ -2938,7 +2938,7 @@ public void setPctResponseErrors(Float pctResponseErrors) { /** * This is the getter method this will return the attribute value. * Percent of ssl connections failured due to protocol , network or timeout reasons. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctSslFailedConnections */ @@ -2949,7 +2949,7 @@ public Float getPctSslFailedConnections() { /** * This is the setter method to the attribute. * Percent of ssl connections failured due to protocol , network or timeout reasons. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctSslFailedConnections set the pctSslFailedConnections. */ @@ -2961,7 +2961,7 @@ public void setPctSslFailedConnections(Float pctSslFailedConnections) { * This is the getter method this will return the attribute value. * Malicious transactions (attacks) identified by waf as the pecentage of total requests received. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctWafAttacks */ @@ -2973,7 +2973,7 @@ public Float getPctWafAttacks() { * This is the setter method to the attribute. * Malicious transactions (attacks) identified by waf as the pecentage of total requests received. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctWafAttacks set the pctWafAttacks. */ @@ -2985,7 +2985,7 @@ public void setPctWafAttacks(Float pctWafAttacks) { * This is the getter method this will return the attribute value. * Transactions bypassing waf as the percentage of total requests received. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctWafDisabled */ @@ -2997,7 +2997,7 @@ public Float getPctWafDisabled() { * This is the setter method to the attribute. * Transactions bypassing waf as the percentage of total requests received. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctWafDisabled set the pctWafDisabled. */ @@ -3009,7 +3009,7 @@ public void setPctWafDisabled(Float pctWafDisabled) { * This is the getter method this will return the attribute value. * Waf evaluated transactions as the pecentage of total requests received. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctWafEvaluated */ @@ -3021,7 +3021,7 @@ public Float getPctWafEvaluated() { * This is the setter method to the attribute. * Waf evaluated transactions as the pecentage of total requests received. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctWafEvaluated set the pctWafEvaluated. */ @@ -3033,7 +3033,7 @@ public void setPctWafEvaluated(Float pctWafEvaluated) { * This is the getter method this will return the attribute value. * Waf flagged transactions as the percentage of total waf evaluated transactions. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctWafFlagged */ @@ -3045,7 +3045,7 @@ public Float getPctWafFlagged() { * This is the setter method to the attribute. * Waf flagged transactions as the percentage of total waf evaluated transactions. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctWafFlagged set the pctWafFlagged. */ @@ -3057,7 +3057,7 @@ public void setPctWafFlagged(Float pctWafFlagged) { * This is the getter method this will return the attribute value. * Waf matched requests as the percentage of total waf evaluated requests. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctWafMatched */ @@ -3069,7 +3069,7 @@ public Float getPctWafMatched() { * This is the setter method to the attribute. * Waf matched requests as the percentage of total waf evaluated requests. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctWafMatched set the pctWafMatched. */ @@ -3081,7 +3081,7 @@ public void setPctWafMatched(Float pctWafMatched) { * This is the getter method this will return the attribute value. * Waf rejected transactions as the percentage of total waf evaluated transactions. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctWafRejected */ @@ -3093,7 +3093,7 @@ public Float getPctWafRejected() { * This is the setter method to the attribute. * Waf rejected transactions as the percentage of total waf evaluated transactions. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctWafRejected set the pctWafRejected. */ @@ -3104,7 +3104,7 @@ public void setPctWafRejected(Float pctWafRejected) { /** * This is the getter method this will return the attribute value. * Apdex measures quality of server response based on real user metric. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rumApdexr */ @@ -3115,7 +3115,7 @@ public Float getRumApdexr() { /** * This is the setter method to the attribute. * Apdex measures quality of server response based on real user metric. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rumApdexr set the rumApdexr. */ @@ -3126,7 +3126,7 @@ public void setRumApdexr(Float rumApdexr) { /** * This is the getter method this will return the attribute value. * Protocol strength of ssl ciphers used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProtocolStrength */ @@ -3137,7 +3137,7 @@ public Float getSslProtocolStrength() { /** * This is the setter method to the attribute. * Protocol strength of ssl ciphers used. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslProtocolStrength set the sslProtocolStrength. */ @@ -3148,7 +3148,7 @@ public void setSslProtocolStrength(Float sslProtocolStrength) { /** * This is the getter method this will return the attribute value. * Total time taken by server to respond to requesti. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumApplicationResponseTime */ @@ -3159,7 +3159,7 @@ public Float getSumApplicationResponseTime() { /** * This is the setter method to the attribute. * Total time taken by server to respond to requesti. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumApplicationResponseTime set the sumApplicationResponseTime. */ @@ -3170,7 +3170,7 @@ public void setSumApplicationResponseTime(Float sumApplicationResponseTime) { /** * This is the getter method this will return the attribute value. * Total time client was blocked. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumBlockingTime */ @@ -3181,7 +3181,7 @@ public Float getSumBlockingTime() { /** * This is the setter method to the attribute. * Total time client was blocked. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumBlockingTime set the sumBlockingTime. */ @@ -3192,7 +3192,7 @@ public void setSumBlockingTime(Float sumBlockingTime) { /** * This is the getter method this will return the attribute value. * Total browser rendering latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumBrowserRenderingTime */ @@ -3203,7 +3203,7 @@ public Float getSumBrowserRenderingTime() { /** * This is the setter method to the attribute. * Total browser rendering latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumBrowserRenderingTime set the sumBrowserRenderingTime. */ @@ -3214,7 +3214,7 @@ public void setSumBrowserRenderingTime(Float sumBrowserRenderingTime) { /** * This is the getter method this will return the attribute value. * Average client data transfer time computed by adding response latencies across all http requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumClientDataTransferTime */ @@ -3225,7 +3225,7 @@ public Float getSumClientDataTransferTime() { /** * This is the setter method to the attribute. * Average client data transfer time computed by adding response latencies across all http requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumClientDataTransferTime set the sumClientDataTransferTime. */ @@ -3236,7 +3236,7 @@ public void setSumClientDataTransferTime(Float sumClientDataTransferTime) { /** * This is the getter method this will return the attribute value. * Sum of all client round trip times for all samples. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumClientRtt */ @@ -3247,7 +3247,7 @@ public Float getSumClientRtt() { /** * This is the setter method to the attribute. * Sum of all client round trip times for all samples. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumClientRtt set the sumClientRtt. */ @@ -3258,7 +3258,7 @@ public void setSumClientRtt(Float sumClientRtt) { /** * This is the getter method this will return the attribute value. * Total client connection latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumConnectionTime */ @@ -3269,7 +3269,7 @@ public Float getSumConnectionTime() { /** * This is the setter method to the attribute. * Total client connection latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumConnectionTime set the sumConnectionTime. */ @@ -3280,7 +3280,7 @@ public void setSumConnectionTime(Float sumConnectionTime) { /** * This is the getter method this will return the attribute value. * Total domain lookup latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumDnsLookupTime */ @@ -3291,7 +3291,7 @@ public Float getSumDnsLookupTime() { /** * This is the setter method to the attribute. * Total domain lookup latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumDnsLookupTime set the sumDnsLookupTime. */ @@ -3302,7 +3302,7 @@ public void setSumDnsLookupTime(Float sumDnsLookupTime) { /** * This is the getter method this will return the attribute value. * Total dom content latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumDomContentLoadTime */ @@ -3313,7 +3313,7 @@ public Float getSumDomContentLoadTime() { /** * This is the setter method to the attribute. * Total dom content latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumDomContentLoadTime set the sumDomContentLoadTime. */ @@ -3324,7 +3324,7 @@ public void setSumDomContentLoadTime(Float sumDomContentLoadTime) { /** * This is the getter method this will return the attribute value. * Count of http 400 and 500 errors for a virtual service in a time interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumErrors */ @@ -3335,7 +3335,7 @@ public Float getSumErrors() { /** * This is the setter method to the attribute. * Count of http 400 and 500 errors for a virtual service in a time interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumErrors set the sumErrors. */ @@ -3346,7 +3346,7 @@ public void setSumErrors(Float sumErrors) { /** * This is the getter method this will return the attribute value. * Number of server sessions closed in this interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumFinishedSessions */ @@ -3357,7 +3357,7 @@ public Float getSumFinishedSessions() { /** * This is the setter method to the attribute. * Number of server sessions closed in this interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumFinishedSessions set the sumFinishedSessions. */ @@ -3368,7 +3368,7 @@ public void setSumFinishedSessions(Float sumFinishedSessions) { /** * This is the getter method this will return the attribute value. * Total latency from responses to all the get requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumGetClientTxnLatency */ @@ -3379,7 +3379,7 @@ public Float getSumGetClientTxnLatency() { /** * This is the setter method to the attribute. * Total latency from responses to all the get requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumGetClientTxnLatency set the sumGetClientTxnLatency. */ @@ -3390,7 +3390,7 @@ public void setSumGetClientTxnLatency(Float sumGetClientTxnLatency) { /** * This is the getter method this will return the attribute value. * Total number of http get requests that were responded satisfactorily within latency threshold. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumGetClientTxnLatencyBucket1 */ @@ -3401,7 +3401,7 @@ public Float getSumGetClientTxnLatencyBucket1() { /** * This is the setter method to the attribute. * Total number of http get requests that were responded satisfactorily within latency threshold. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumGetClientTxnLatencyBucket1 set the sumGetClientTxnLatencyBucket1. */ @@ -3412,7 +3412,7 @@ public void setSumGetClientTxnLatencyBucket1(Float sumGetClientTxnLatencyBucket /** * This is the getter method this will return the attribute value. * Total number of http get requests that were responded beyond latency threshold but within tolerated limits. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumGetClientTxnLatencyBucket2 */ @@ -3423,7 +3423,7 @@ public Float getSumGetClientTxnLatencyBucket2() { /** * This is the setter method to the attribute. * Total number of http get requests that were responded beyond latency threshold but within tolerated limits. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumGetClientTxnLatencyBucket2 set the sumGetClientTxnLatencyBucket2. */ @@ -3434,7 +3434,7 @@ public void setSumGetClientTxnLatencyBucket2(Float sumGetClientTxnLatencyBucket /** * This is the getter method this will return the attribute value. * Total number of http get requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumGetReqs */ @@ -3445,7 +3445,7 @@ public Float getSumGetReqs() { /** * This is the setter method to the attribute. * Total number of http get requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumGetReqs set the sumGetReqs. */ @@ -3457,7 +3457,7 @@ public void setSumGetReqs(Float sumGetReqs) { * This is the getter method this will return the attribute value. * Total size of http request headers. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumHttpHeadersBytes */ @@ -3469,7 +3469,7 @@ public Float getSumHttpHeadersBytes() { * This is the setter method to the attribute. * Total size of http request headers. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumHttpHeadersBytes set the sumHttpHeadersBytes. */ @@ -3481,7 +3481,7 @@ public void setSumHttpHeadersBytes(Float sumHttpHeadersBytes) { * This is the getter method this will return the attribute value. * Total number of http headers across all requests in a given metrics interval. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumHttpHeadersCount */ @@ -3493,7 +3493,7 @@ public Float getSumHttpHeadersCount() { * This is the setter method to the attribute. * Total number of http headers across all requests in a given metrics interval. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumHttpHeadersCount set the sumHttpHeadersCount. */ @@ -3505,7 +3505,7 @@ public void setSumHttpHeadersCount(Float sumHttpHeadersCount) { * This is the getter method this will return the attribute value. * Total number of http request parameters. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumHttpParamsCount */ @@ -3517,7 +3517,7 @@ public Float getSumHttpParamsCount() { * This is the setter method to the attribute. * Total number of http request parameters. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumHttpParamsCount set the sumHttpParamsCount. */ @@ -3528,7 +3528,7 @@ public void setSumHttpParamsCount(Float sumHttpParamsCount) { /** * This is the getter method this will return the attribute value. * Total samples that had satisfactory page load time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumNumPageLoadTimeBucket1 */ @@ -3539,7 +3539,7 @@ public Float getSumNumPageLoadTimeBucket1() { /** * This is the setter method to the attribute. * Total samples that had satisfactory page load time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumNumPageLoadTimeBucket1 set the sumNumPageLoadTimeBucket1. */ @@ -3550,7 +3550,7 @@ public void setSumNumPageLoadTimeBucket1(Float sumNumPageLoadTimeBucket1) { /** * This is the getter method this will return the attribute value. * Total samples that had tolerated page load time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumNumPageLoadTimeBucket2 */ @@ -3561,7 +3561,7 @@ public Float getSumNumPageLoadTimeBucket2() { /** * This is the setter method to the attribute. * Total samples that had tolerated page load time. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumNumPageLoadTimeBucket2 set the sumNumPageLoadTimeBucket2. */ @@ -3572,7 +3572,7 @@ public void setSumNumPageLoadTimeBucket2(Float sumNumPageLoadTimeBucket2) { /** * This is the getter method this will return the attribute value. * Total samples used for rum metrics. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumNumRumSamples */ @@ -3583,7 +3583,7 @@ public Float getSumNumRumSamples() { /** * This is the setter method to the attribute. * Total samples used for rum metrics. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumNumRumSamples set the sumNumRumSamples. */ @@ -3594,7 +3594,7 @@ public void setSumNumRumSamples(Float sumNumRumSamples) { /** * This is the getter method this will return the attribute value. * Total latency from responses to all the requests other than get or post. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumOtherClientTxnLatency */ @@ -3605,7 +3605,7 @@ public Float getSumOtherClientTxnLatency() { /** * This is the setter method to the attribute. * Total latency from responses to all the requests other than get or post. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumOtherClientTxnLatency set the sumOtherClientTxnLatency. */ @@ -3616,7 +3616,7 @@ public void setSumOtherClientTxnLatency(Float sumOtherClientTxnLatency) { /** * This is the getter method this will return the attribute value. * Total number of http requests other than get or post that were responded satisfactorily within latency threshold. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumOtherClientTxnLatencyBucket1 */ @@ -3627,7 +3627,7 @@ public Float getSumOtherClientTxnLatencyBucket1() { /** * This is the setter method to the attribute. * Total number of http requests other than get or post that were responded satisfactorily within latency threshold. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumOtherClientTxnLatencyBucket1 set the sumOtherClientTxnLatencyBucket1. */ @@ -3638,7 +3638,7 @@ public void setSumOtherClientTxnLatencyBucket1(Float sumOtherClientTxnLatencyBu /** * This is the getter method this will return the attribute value. * Total number of http requests other than get or post that were responded beyond latency threshold but within tolerated limits. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumOtherClientTxnLatencyBucket2 */ @@ -3649,7 +3649,7 @@ public Float getSumOtherClientTxnLatencyBucket2() { /** * This is the setter method to the attribute. * Total number of http requests other than get or post that were responded beyond latency threshold but within tolerated limits. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumOtherClientTxnLatencyBucket2 set the sumOtherClientTxnLatencyBucket2. */ @@ -3660,7 +3660,7 @@ public void setSumOtherClientTxnLatencyBucket2(Float sumOtherClientTxnLatencyBu /** * This is the getter method this will return the attribute value. * Total number of http requests that are not get or post requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumOtherReqs */ @@ -3671,7 +3671,7 @@ public Float getSumOtherReqs() { /** * This is the setter method to the attribute. * Total number of http requests that are not get or post requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumOtherReqs set the sumOtherReqs. */ @@ -3682,7 +3682,7 @@ public void setSumOtherReqs(Float sumOtherReqs) { /** * This is the getter method this will return the attribute value. * Total time to transfer response to client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPageDownloadTime */ @@ -3693,7 +3693,7 @@ public Float getSumPageDownloadTime() { /** * This is the setter method to the attribute. * Total time to transfer response to client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPageDownloadTime set the sumPageDownloadTime. */ @@ -3704,7 +3704,7 @@ public void setSumPageDownloadTime(Float sumPageDownloadTime) { /** * This is the getter method this will return the attribute value. * Total page load time reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPageLoadTime */ @@ -3715,7 +3715,7 @@ public Float getSumPageLoadTime() { /** * This is the setter method to the attribute. * Total page load time reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPageLoadTime set the sumPageLoadTime. */ @@ -3727,7 +3727,7 @@ public void setSumPageLoadTime(Float sumPageLoadTime) { * This is the getter method this will return the attribute value. * Total size of http post requests. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPostBytes */ @@ -3739,7 +3739,7 @@ public Float getSumPostBytes() { * This is the setter method to the attribute. * Total size of http post requests. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPostBytes set the sumPostBytes. */ @@ -3750,7 +3750,7 @@ public void setSumPostBytes(Float sumPostBytes) { /** * This is the getter method this will return the attribute value. * Total latency from responses to all the post requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPostClientTxnLatency */ @@ -3761,7 +3761,7 @@ public Float getSumPostClientTxnLatency() { /** * This is the setter method to the attribute. * Total latency from responses to all the post requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPostClientTxnLatency set the sumPostClientTxnLatency. */ @@ -3772,7 +3772,7 @@ public void setSumPostClientTxnLatency(Float sumPostClientTxnLatency) { /** * This is the getter method this will return the attribute value. * Total number of http post requests that were responded satisfactorily within latency threshold. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPostClientTxnLatencyBucket1 */ @@ -3783,7 +3783,7 @@ public Float getSumPostClientTxnLatencyBucket1() { /** * This is the setter method to the attribute. * Total number of http post requests that were responded satisfactorily within latency threshold. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPostClientTxnLatencyBucket1 set the sumPostClientTxnLatencyBucket1. */ @@ -3794,7 +3794,7 @@ public void setSumPostClientTxnLatencyBucket1(Float sumPostClientTxnLatencyBuck /** * This is the getter method this will return the attribute value. * Total number of http post requests that were responded beyond latency threshold but within tolerated limits. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPostClientTxnLatencyBucket2 */ @@ -3805,7 +3805,7 @@ public Float getSumPostClientTxnLatencyBucket2() { /** * This is the setter method to the attribute. * Total number of http post requests that were responded beyond latency threshold but within tolerated limits. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPostClientTxnLatencyBucket2 set the sumPostClientTxnLatencyBucket2. */ @@ -3816,7 +3816,7 @@ public void setSumPostClientTxnLatencyBucket2(Float sumPostClientTxnLatencyBuck /** * This is the getter method this will return the attribute value. * Total number of http post requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPostReqs */ @@ -3827,7 +3827,7 @@ public Float getSumPostReqs() { /** * This is the setter method to the attribute. * Total number of http post requests. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPostReqs set the sumPostReqs. */ @@ -3838,7 +3838,7 @@ public void setSumPostReqs(Float sumPostReqs) { /** * This is the getter method this will return the attribute value. * Total redirect latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumRedirectionTime */ @@ -3849,7 +3849,7 @@ public Float getSumRedirectionTime() { /** * This is the setter method to the attribute. * Total redirect latency reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumRedirectionTime set the sumRedirectionTime. */ @@ -3860,7 +3860,7 @@ public void setSumRedirectionTime(Float sumRedirectionTime) { /** * This is the getter method this will return the attribute value. * Total number of requests served across server sessions closed in the interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumReqsFinishedSessions */ @@ -3871,7 +3871,7 @@ public Float getSumReqsFinishedSessions() { /** * This is the setter method to the attribute. * Total number of requests served across server sessions closed in the interval. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumReqsFinishedSessions set the sumReqsFinishedSessions. */ @@ -3883,7 +3883,7 @@ public void setSumReqsFinishedSessions(Float sumReqsFinishedSessions) { * This is the getter method this will return the attribute value. * Total number of http requests containing at least one parameter. * Field introduced in 17.2.12, 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumReqsWithParams */ @@ -3895,7 +3895,7 @@ public Float getSumReqsWithParams() { * This is the setter method to the attribute. * Total number of http requests containing at least one parameter. * Field introduced in 17.2.12, 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumReqsWithParams set the sumReqsWithParams. */ @@ -3906,7 +3906,7 @@ public void setSumReqsWithParams(Float sumReqsWithParams) { /** * This is the getter method this will return the attribute value. * Total number of http 1xx responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumResp1Xx */ @@ -3917,7 +3917,7 @@ public Float getSumResp1Xx() { /** * This is the setter method to the attribute. * Total number of http 1xx responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumResp1Xx set the sumResp1Xx. */ @@ -3928,7 +3928,7 @@ public void setSumResp1Xx(Float sumResp1Xx) { /** * This is the getter method this will return the attribute value. * Total number of http 2xx responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumResp2Xx */ @@ -3939,7 +3939,7 @@ public Float getSumResp2Xx() { /** * This is the setter method to the attribute. * Total number of http 2xx responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumResp2Xx set the sumResp2Xx. */ @@ -3950,7 +3950,7 @@ public void setSumResp2Xx(Float sumResp2Xx) { /** * This is the getter method this will return the attribute value. * Total number of http 3xx responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumResp3Xx */ @@ -3961,7 +3961,7 @@ public Float getSumResp3Xx() { /** * This is the setter method to the attribute. * Total number of http 3xx responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumResp3Xx set the sumResp3Xx. */ @@ -3972,7 +3972,7 @@ public void setSumResp3Xx(Float sumResp3Xx) { /** * This is the getter method this will return the attribute value. * Total number of http 4xx error responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumResp4Xx */ @@ -3983,7 +3983,7 @@ public Float getSumResp4Xx() { /** * This is the setter method to the attribute. * Total number of http 4xx error responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumResp4Xx set the sumResp4Xx. */ @@ -3994,7 +3994,7 @@ public void setSumResp4Xx(Float sumResp4Xx) { /** * This is the getter method this will return the attribute value. * Total number of http 5xx error responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumResp5Xx */ @@ -4005,7 +4005,7 @@ public Float getSumResp5Xx() { /** * This is the setter method to the attribute. * Total number of http 5xx error responses. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumResp5Xx set the sumResp5Xx. */ @@ -4016,7 +4016,7 @@ public void setSumResp5Xx(Float sumResp5Xx) { /** * This is the getter method this will return the attribute value. * Total client data transfer time by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumRumClientDataTransferTime */ @@ -4027,7 +4027,7 @@ public Float getSumRumClientDataTransferTime() { /** * This is the setter method to the attribute. * Total client data transfer time by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumRumClientDataTransferTime set the sumRumClientDataTransferTime. */ @@ -4038,7 +4038,7 @@ public void setSumRumClientDataTransferTime(Float sumRumClientDataTransferTime) /** * This is the getter method this will return the attribute value. * Sum of all server round trip times for all samples. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumServerRtt */ @@ -4049,7 +4049,7 @@ public Float getSumServerRtt() { /** * This is the setter method to the attribute. * Sum of all server round trip times for all samples. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumServerRtt set the sumServerRtt. */ @@ -4060,7 +4060,7 @@ public void setSumServerRtt(Float sumServerRtt) { /** * This is the getter method this will return the attribute value. * Total time from receipt of request to start of response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumServiceTime */ @@ -4071,7 +4071,7 @@ public Float getSumServiceTime() { /** * This is the setter method to the attribute. * Total time from receipt of request to start of response. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumServiceTime set the sumServiceTime. */ @@ -4082,7 +4082,7 @@ public void setSumServiceTime(Float sumServiceTime) { /** * This is the getter method this will return the attribute value. * Total number of http responses sent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumTotalResponses */ @@ -4093,7 +4093,7 @@ public Float getSumTotalResponses() { /** * This is the setter method to the attribute. * Total number of http responses sent. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumTotalResponses set the sumTotalResponses. */ @@ -4105,7 +4105,7 @@ public void setSumTotalResponses(Float sumTotalResponses) { * This is the getter method this will return the attribute value. * Total length of http request uris. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumUriLength */ @@ -4117,7 +4117,7 @@ public Float getSumUriLength() { * This is the setter method to the attribute. * Total length of http request uris. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumUriLength set the sumUriLength. */ @@ -4129,7 +4129,7 @@ public void setSumUriLength(Float sumUriLength) { * This is the getter method this will return the attribute value. * Total number of transactions identified by waf as attacks. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafAttacks */ @@ -4141,7 +4141,7 @@ public Float getSumWafAttacks() { * This is the setter method to the attribute. * Total number of transactions identified by waf as attacks. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafAttacks set the sumWafAttacks. */ @@ -4153,7 +4153,7 @@ public void setSumWafAttacks(Float sumWafAttacks) { * This is the getter method this will return the attribute value. * Total number of requests bypassing waf. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafDisabled */ @@ -4165,7 +4165,7 @@ public Float getSumWafDisabled() { * This is the setter method to the attribute. * Total number of requests bypassing waf. * Field introduced in 17.2.12, 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafDisabled set the sumWafDisabled. */ @@ -4177,7 +4177,7 @@ public void setSumWafDisabled(Float sumWafDisabled) { * This is the getter method this will return the attribute value. * Total number of requests evaluated by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafEvaluatedRequestBodyPhase */ @@ -4189,7 +4189,7 @@ public Float getSumWafEvaluatedRequestBodyPhase() { * This is the setter method to the attribute. * Total number of requests evaluated by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafEvaluatedRequestBodyPhase set the sumWafEvaluatedRequestBodyPhase. */ @@ -4201,7 +4201,7 @@ public void setSumWafEvaluatedRequestBodyPhase(Float sumWafEvaluatedRequestBody * This is the getter method this will return the attribute value. * Total number of requests evaluated by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafEvaluatedRequestHeaderPhase */ @@ -4213,7 +4213,7 @@ public Float getSumWafEvaluatedRequestHeaderPhase() { * This is the setter method to the attribute. * Total number of requests evaluated by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafEvaluatedRequestHeaderPhase set the sumWafEvaluatedRequestHeaderPhase. */ @@ -4225,7 +4225,7 @@ public void setSumWafEvaluatedRequestHeaderPhase(Float sumWafEvaluatedRequestHe * This is the getter method this will return the attribute value. * Total number of responses evaluated by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafEvaluatedResponseBodyPhase */ @@ -4237,7 +4237,7 @@ public Float getSumWafEvaluatedResponseBodyPhase() { * This is the setter method to the attribute. * Total number of responses evaluated by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafEvaluatedResponseBodyPhase set the sumWafEvaluatedResponseBodyPhase. */ @@ -4249,7 +4249,7 @@ public void setSumWafEvaluatedResponseBodyPhase(Float sumWafEvaluatedResponseBo * This is the getter method this will return the attribute value. * Total number of responses evaluated by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafEvaluatedResponseHeaderPhase */ @@ -4261,7 +4261,7 @@ public Float getSumWafEvaluatedResponseHeaderPhase() { * This is the setter method to the attribute. * Total number of responses evaluated by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafEvaluatedResponseHeaderPhase set the sumWafEvaluatedResponseHeaderPhase. */ @@ -4273,7 +4273,7 @@ public void setSumWafEvaluatedResponseHeaderPhase(Float sumWafEvaluatedResponse * This is the getter method this will return the attribute value. * Total number of transactions (requests or responses) flagged as attack by waf. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafFlagged */ @@ -4285,7 +4285,7 @@ public Float getSumWafFlagged() { * This is the setter method to the attribute. * Total number of transactions (requests or responses) flagged as attack by waf. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafFlagged set the sumWafFlagged. */ @@ -4297,7 +4297,7 @@ public void setSumWafFlagged(Float sumWafFlagged) { * This is the getter method this will return the attribute value. * Total number of requests flagged (but not rejected) by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafFlaggedRequestBodyPhase */ @@ -4309,7 +4309,7 @@ public Float getSumWafFlaggedRequestBodyPhase() { * This is the setter method to the attribute. * Total number of requests flagged (but not rejected) by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafFlaggedRequestBodyPhase set the sumWafFlaggedRequestBodyPhase. */ @@ -4321,7 +4321,7 @@ public void setSumWafFlaggedRequestBodyPhase(Float sumWafFlaggedRequestBodyPhas * This is the getter method this will return the attribute value. * Total number of requests flagged (but not rejected) by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafFlaggedRequestHeaderPhase */ @@ -4333,7 +4333,7 @@ public Float getSumWafFlaggedRequestHeaderPhase() { * This is the setter method to the attribute. * Total number of requests flagged (but not rejected) by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafFlaggedRequestHeaderPhase set the sumWafFlaggedRequestHeaderPhase. */ @@ -4345,7 +4345,7 @@ public void setSumWafFlaggedRequestHeaderPhase(Float sumWafFlaggedRequestHeader * This is the getter method this will return the attribute value. * Total number of responses flagged (but not rejected) by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafFlaggedResponseBodyPhase */ @@ -4357,7 +4357,7 @@ public Float getSumWafFlaggedResponseBodyPhase() { * This is the setter method to the attribute. * Total number of responses flagged (but not rejected) by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafFlaggedResponseBodyPhase set the sumWafFlaggedResponseBodyPhase. */ @@ -4369,7 +4369,7 @@ public void setSumWafFlaggedResponseBodyPhase(Float sumWafFlaggedResponseBodyPh * This is the getter method this will return the attribute value. * Total number of responses flagged (but not rejected) by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafFlaggedResponseHeaderPhase */ @@ -4381,7 +4381,7 @@ public Float getSumWafFlaggedResponseHeaderPhase() { * This is the setter method to the attribute. * Total number of responses flagged (but not rejected) by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafFlaggedResponseHeaderPhase set the sumWafFlaggedResponseHeaderPhase. */ @@ -4393,7 +4393,7 @@ public void setSumWafFlaggedResponseHeaderPhase(Float sumWafFlaggedResponseHead * This is the getter method this will return the attribute value. * Total latency seen by all evaluated requests in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafLatencyRequestBodyPhase */ @@ -4405,7 +4405,7 @@ public Float getSumWafLatencyRequestBodyPhase() { * This is the setter method to the attribute. * Total latency seen by all evaluated requests in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafLatencyRequestBodyPhase set the sumWafLatencyRequestBodyPhase. */ @@ -4417,7 +4417,7 @@ public void setSumWafLatencyRequestBodyPhase(Float sumWafLatencyRequestBodyPhas * This is the getter method this will return the attribute value. * Total latency seen by all transactions evaluated by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafLatencyRequestHeaderPhase */ @@ -4429,7 +4429,7 @@ public Float getSumWafLatencyRequestHeaderPhase() { * This is the setter method to the attribute. * Total latency seen by all transactions evaluated by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafLatencyRequestHeaderPhase set the sumWafLatencyRequestHeaderPhase. */ @@ -4441,7 +4441,7 @@ public void setSumWafLatencyRequestHeaderPhase(Float sumWafLatencyRequestHeader * This is the getter method this will return the attribute value. * Total latency seen by all evaluated responses in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafLatencyResponseBodyPhase */ @@ -4453,7 +4453,7 @@ public Float getSumWafLatencyResponseBodyPhase() { * This is the setter method to the attribute. * Total latency seen by all evaluated responses in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafLatencyResponseBodyPhase set the sumWafLatencyResponseBodyPhase. */ @@ -4465,7 +4465,7 @@ public void setSumWafLatencyResponseBodyPhase(Float sumWafLatencyResponseBodyPh * This is the getter method this will return the attribute value. * Total latency seen by all evaluated responsess in waf response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafLatencyResponseHeaderPhase */ @@ -4477,7 +4477,7 @@ public Float getSumWafLatencyResponseHeaderPhase() { * This is the setter method to the attribute. * Total latency seen by all evaluated responsess in waf response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafLatencyResponseHeaderPhase set the sumWafLatencyResponseHeaderPhase. */ @@ -4489,7 +4489,7 @@ public void setSumWafLatencyResponseHeaderPhase(Float sumWafLatencyResponseHead * This is the getter method this will return the attribute value. * Total number of requests matched by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafMatchedRequestBodyPhase */ @@ -4501,7 +4501,7 @@ public Float getSumWafMatchedRequestBodyPhase() { * This is the setter method to the attribute. * Total number of requests matched by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafMatchedRequestBodyPhase set the sumWafMatchedRequestBodyPhase. */ @@ -4513,7 +4513,7 @@ public void setSumWafMatchedRequestBodyPhase(Float sumWafMatchedRequestBodyPhas * This is the getter method this will return the attribute value. * Total number of requests matched by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafMatchedRequestHeaderPhase */ @@ -4525,7 +4525,7 @@ public Float getSumWafMatchedRequestHeaderPhase() { * This is the setter method to the attribute. * Total number of requests matched by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafMatchedRequestHeaderPhase set the sumWafMatchedRequestHeaderPhase. */ @@ -4537,7 +4537,7 @@ public void setSumWafMatchedRequestHeaderPhase(Float sumWafMatchedRequestHeader * This is the getter method this will return the attribute value. * Total number of responses matched by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafMatchedResponseBodyPhase */ @@ -4549,7 +4549,7 @@ public Float getSumWafMatchedResponseBodyPhase() { * This is the setter method to the attribute. * Total number of responses matched by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafMatchedResponseBodyPhase set the sumWafMatchedResponseBodyPhase. */ @@ -4561,7 +4561,7 @@ public void setSumWafMatchedResponseBodyPhase(Float sumWafMatchedResponseBodyPh * This is the getter method this will return the attribute value. * Total number of responses matched by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafMatchedResponseHeaderPhase */ @@ -4573,7 +4573,7 @@ public Float getSumWafMatchedResponseHeaderPhase() { * This is the setter method to the attribute. * Total number of responses matched by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafMatchedResponseHeaderPhase set the sumWafMatchedResponseHeaderPhase. */ @@ -4585,7 +4585,7 @@ public void setSumWafMatchedResponseHeaderPhase(Float sumWafMatchedResponseHead * This is the getter method this will return the attribute value. * Total number of transactions (requests or responses) rejected by waf. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafRejected */ @@ -4597,7 +4597,7 @@ public Float getSumWafRejected() { * This is the setter method to the attribute. * Total number of transactions (requests or responses) rejected by waf. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafRejected set the sumWafRejected. */ @@ -4609,7 +4609,7 @@ public void setSumWafRejected(Float sumWafRejected) { * This is the getter method this will return the attribute value. * Total number of requests rejected by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafRejectedRequestBodyPhase */ @@ -4621,7 +4621,7 @@ public Float getSumWafRejectedRequestBodyPhase() { * This is the setter method to the attribute. * Total number of requests rejected by waf in request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafRejectedRequestBodyPhase set the sumWafRejectedRequestBodyPhase. */ @@ -4633,7 +4633,7 @@ public void setSumWafRejectedRequestBodyPhase(Float sumWafRejectedRequestBodyPh * This is the getter method this will return the attribute value. * Total number of requests rejected by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafRejectedRequestHeaderPhase */ @@ -4645,7 +4645,7 @@ public Float getSumWafRejectedRequestHeaderPhase() { * This is the setter method to the attribute. * Total number of requests rejected by waf in request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafRejectedRequestHeaderPhase set the sumWafRejectedRequestHeaderPhase. */ @@ -4657,7 +4657,7 @@ public void setSumWafRejectedRequestHeaderPhase(Float sumWafRejectedRequestHead * This is the getter method this will return the attribute value. * Total number of responses rejected by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafRejectedResponseBodyPhase */ @@ -4669,7 +4669,7 @@ public Float getSumWafRejectedResponseBodyPhase() { * This is the setter method to the attribute. * Total number of responses rejected by waf in response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafRejectedResponseBodyPhase set the sumWafRejectedResponseBodyPhase. */ @@ -4681,7 +4681,7 @@ public void setSumWafRejectedResponseBodyPhase(Float sumWafRejectedResponseBody * This is the getter method this will return the attribute value. * Total number of responses rejected by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafRejectedResponseHeaderPhase */ @@ -4693,7 +4693,7 @@ public Float getSumWafRejectedResponseHeaderPhase() { * This is the setter method to the attribute. * Total number of responses rejected by waf in response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafRejectedResponseHeaderPhase set the sumWafRejectedResponseHeaderPhase. */ @@ -4704,7 +4704,7 @@ public void setSumWafRejectedResponseHeaderPhase(Float sumWafRejectedResponseHe /** * This is the getter method this will return the attribute value. * Total waiting reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWaitingTime */ @@ -4715,7 +4715,7 @@ public Float getSumWaitingTime() { /** * This is the setter method to the attribute. * Total waiting reported by client. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWaitingTime set the sumWaitingTime. */ diff --git a/java/src/com/vmware/avi/sdk/model/VsgsOpsInfo.java b/java/src/com/vmware/avi/sdk/model/VsgsOpsInfo.java new file mode 100644 index 0000000000..e245b7b60f --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/VsgsOpsInfo.java @@ -0,0 +1,145 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The VsgsOpsInfo is a POJO class extends AviRestResource that used for creating + * VsgsOpsInfo. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class VsgsOpsInfo { + @JsonProperty("dnsvs_uuid") + private String dnsvsUuid; + + @JsonProperty("ops") + private String ops; + + @JsonProperty("timestamp") + private TimeStamp timestamp; + + + + /** + * This is the getter method this will return the attribute value. + * Dnsvs uuid associated with the object(gslb, gslbservice, gslbgeodb). + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return dnsvsUuid + */ + public String getDnsvsUuid() { + return dnsvsUuid; + } + + /** + * This is the setter method to the attribute. + * Dnsvs uuid associated with the object(gslb, gslbservice, gslbgeodb). + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param dnsvsUuid set the dnsvsUuid. + */ + public void setDnsvsUuid(String dnsvsUuid) { + this.dnsvsUuid = dnsvsUuid; + } + + /** + * This is the getter method this will return the attribute value. + * Vsgs operation type, changed or deleted. + * Enum options - GSLB_OBJECT_CHANGED, GSLB_OBJECT_UNCHANGED, GSLB_OBJECT_DELETE. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return ops + */ + public String getOps() { + return ops; + } + + /** + * This is the setter method to the attribute. + * Vsgs operation type, changed or deleted. + * Enum options - GSLB_OBJECT_CHANGED, GSLB_OBJECT_UNCHANGED, GSLB_OBJECT_DELETE. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param ops set the ops. + */ + public void setOps(String ops) { + this.ops = ops; + } + + /** + * This is the getter method this will return the attribute value. + * Timestamp for vsgs cud operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return timestamp + */ + public TimeStamp getTimestamp() { + return timestamp; + } + + /** + * This is the setter method to the attribute. + * Timestamp for vsgs cud operation. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param timestamp set the timestamp. + */ + public void setTimestamp(TimeStamp timestamp) { + this.timestamp = timestamp; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + VsgsOpsInfo objVsgsOpsInfo = (VsgsOpsInfo) o; + return Objects.equals(this.ops, objVsgsOpsInfo.ops)&& + Objects.equals(this.dnsvsUuid, objVsgsOpsInfo.dnsvsUuid)&& + Objects.equals(this.timestamp, objVsgsOpsInfo.timestamp); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class VsgsOpsInfo {\n"); + sb.append(" dnsvsUuid: ").append(toIndentedString(dnsvsUuid)).append("\n"); + sb.append(" ops: ").append(toIndentedString(ops)).append("\n"); + sb.append(" timestamp: ").append(toIndentedString(timestamp)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/VssPlacement.java b/java/src/com/vmware/avi/sdk/model/VssPlacement.java index 36ec185a0b..b38abdb4d4 100644 --- a/java/src/com/vmware/avi/sdk/model/VssPlacement.java +++ b/java/src/com/vmware/avi/sdk/model/VssPlacement.java @@ -34,7 +34,7 @@ public class VssPlacement { * Degree of core non-affinity for vs placement. * Allowed values are 1-256. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return coreNonaffinity */ @@ -47,7 +47,7 @@ public Integer getCoreNonaffinity() { * Degree of core non-affinity for vs placement. * Allowed values are 1-256. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param coreNonaffinity set the coreNonaffinity. */ @@ -60,7 +60,7 @@ public void setCoreNonaffinity(Integer coreNonaffinity) { * Number of sub-cores that comprise a cpu core. * Allowed values are 1-128. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return numSubcores */ @@ -73,7 +73,7 @@ public Integer getNumSubcores() { * Number of sub-cores that comprise a cpu core. * Allowed values are 1-128. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param numSubcores set the numSubcores. */ diff --git a/java/src/com/vmware/avi/sdk/model/WAFLimits.java b/java/src/com/vmware/avi/sdk/model/WAFLimits.java index eeb290bc68..0b9fb07817 100644 --- a/java/src/com/vmware/avi/sdk/model/WAFLimits.java +++ b/java/src/com/vmware/avi/sdk/model/WAFLimits.java @@ -78,7 +78,7 @@ public class WAFLimits { * This is the getter method this will return the attribute value. * Number of waf allowed content types. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numAllowedContentTypes */ @@ -90,7 +90,7 @@ public Integer getNumAllowedContentTypes() { * This is the setter method to the attribute. * Number of waf allowed content types. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numAllowedContentTypes set the numAllowedContentTypes. */ @@ -102,7 +102,7 @@ public void setNumAllowedContentTypes(Integer numAllowedContentTypes) { * This is the getter method this will return the attribute value. * Number of allowed request content type character sets in waf. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numAllowedRequestContentTypeCharsets */ @@ -114,7 +114,7 @@ public Integer getNumAllowedRequestContentTypeCharsets() { * This is the setter method to the attribute. * Number of allowed request content type character sets in waf. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numAllowedRequestContentTypeCharsets set the numAllowedRequestContentTypeCharsets. */ @@ -126,7 +126,7 @@ public void setNumAllowedRequestContentTypeCharsets(Integer numAllowedRequestCo * This is the getter method this will return the attribute value. * Number of rules used in waf allowlist policy. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numAllowlistPolicyRules */ @@ -138,7 +138,7 @@ public Integer getNumAllowlistPolicyRules() { * This is the setter method to the attribute. * Number of rules used in waf allowlist policy. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numAllowlistPolicyRules set the numAllowlistPolicyRules. */ @@ -150,7 +150,7 @@ public void setNumAllowlistPolicyRules(Integer numAllowlistPolicyRules) { * This is the getter method this will return the attribute value. * Number of applications for which we use rules from sig provider. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numApplications */ @@ -162,7 +162,7 @@ public Integer getNumApplications() { * This is the setter method to the attribute. * Number of applications for which we use rules from sig provider. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numApplications set the numApplications. */ @@ -174,7 +174,7 @@ public void setNumApplications(Integer numApplications) { * This is the getter method this will return the attribute value. * Number of allowed request content type mappings in waf profile. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numContentTypeMappings */ @@ -186,7 +186,7 @@ public Integer getNumContentTypeMappings() { * This is the setter method to the attribute. * Number of allowed request content type mappings in waf profile. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numContentTypeMappings set the numContentTypeMappings. */ @@ -198,7 +198,7 @@ public void setNumContentTypeMappings(Integer numContentTypeMappings) { * This is the getter method this will return the attribute value. * Number of datafiles used in waf. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numDataFiles */ @@ -210,7 +210,7 @@ public Integer getNumDataFiles() { * This is the setter method to the attribute. * Number of datafiles used in waf. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numDataFiles set the numDataFiles. */ @@ -222,7 +222,7 @@ public void setNumDataFiles(Integer numDataFiles) { * This is the getter method this will return the attribute value. * Number of exclude list entries in waf rule group. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numExcludeListPerRuleGroup */ @@ -234,7 +234,7 @@ public Integer getNumExcludeListPerRuleGroup() { * This is the setter method to the attribute. * Number of exclude list entries in waf rule group. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numExcludeListPerRuleGroup set the numExcludeListPerRuleGroup. */ @@ -246,7 +246,7 @@ public void setNumExcludeListPerRuleGroup(Integer numExcludeListPerRuleGroup) { * This is the getter method this will return the attribute value. * Number of pre, post crs groups. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPrePostCrsGroups */ @@ -258,7 +258,7 @@ public Integer getNumPrePostCrsGroups() { * This is the setter method to the attribute. * Number of pre, post crs groups. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPrePostCrsGroups set the numPrePostCrsGroups. */ @@ -270,7 +270,7 @@ public void setNumPrePostCrsGroups(Integer numPrePostCrsGroups) { * This is the getter method this will return the attribute value. * Number of total psm groups in waf. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPsmGroups */ @@ -282,7 +282,7 @@ public Integer getNumPsmGroups() { * This is the setter method to the attribute. * Number of total psm groups in waf. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPsmGroups set the numPsmGroups. */ @@ -294,7 +294,7 @@ public void setNumPsmGroups(Integer numPsmGroups) { * This is the getter method this will return the attribute value. * Number of match elements used in waf psm. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPsmMatchElements */ @@ -306,7 +306,7 @@ public Integer getNumPsmMatchElements() { * This is the setter method to the attribute. * Number of match elements used in waf psm. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPsmMatchElements set the numPsmMatchElements. */ @@ -318,7 +318,7 @@ public void setNumPsmMatchElements(Integer numPsmMatchElements) { * This is the getter method this will return the attribute value. * Number of match rules per location. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPsmMatchRulesPerLoc */ @@ -330,7 +330,7 @@ public Integer getNumPsmMatchRulesPerLoc() { * This is the setter method to the attribute. * Number of match rules per location. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPsmMatchRulesPerLoc set the numPsmMatchRulesPerLoc. */ @@ -342,7 +342,7 @@ public void setNumPsmMatchRulesPerLoc(Integer numPsmMatchRulesPerLoc) { * This is the getter method this will return the attribute value. * Number of locations used in waf psm. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPsmTotalLocations */ @@ -354,7 +354,7 @@ public Integer getNumPsmTotalLocations() { * This is the setter method to the attribute. * Number of locations used in waf psm. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPsmTotalLocations set the numPsmTotalLocations. */ @@ -366,7 +366,7 @@ public void setNumPsmTotalLocations(Integer numPsmTotalLocations) { * This is the getter method this will return the attribute value. * Number of restricted extensions in waf. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRestrictedExtensions */ @@ -378,7 +378,7 @@ public Integer getNumRestrictedExtensions() { * This is the setter method to the attribute. * Number of restricted extensions in waf. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRestrictedExtensions set the numRestrictedExtensions. */ @@ -390,7 +390,7 @@ public void setNumRestrictedExtensions(Integer numRestrictedExtensions) { * This is the getter method this will return the attribute value. * Number of restricted http headers in waf. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRestrictedHeaders */ @@ -402,7 +402,7 @@ public Integer getNumRestrictedHeaders() { * This is the setter method to the attribute. * Number of restricted http headers in waf. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRestrictedHeaders set the numRestrictedHeaders. */ @@ -414,7 +414,7 @@ public void setNumRestrictedHeaders(Integer numRestrictedHeaders) { * This is the getter method this will return the attribute value. * Number of tags for waf rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRuleTags */ @@ -426,7 +426,7 @@ public Integer getNumRuleTags() { * This is the setter method to the attribute. * Number of tags for waf rule. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRuleTags set the numRuleTags. */ @@ -438,7 +438,7 @@ public void setNumRuleTags(Integer numRuleTags) { * This is the getter method this will return the attribute value. * Number of rules as per modsec language. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRulesPerRulegroup */ @@ -450,7 +450,7 @@ public Integer getNumRulesPerRulegroup() { * This is the setter method to the attribute. * Number of rules as per modsec language. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRulesPerRulegroup set the numRulesPerRulegroup. */ @@ -462,7 +462,7 @@ public void setNumRulesPerRulegroup(Integer numRulesPerRulegroup) { * This is the getter method this will return the attribute value. * Number of restricted static extensions in waf. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numStaticExtensions */ @@ -474,7 +474,7 @@ public Integer getNumStaticExtensions() { * This is the setter method to the attribute. * Number of restricted static extensions in waf. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numStaticExtensions set the numStaticExtensions. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafAllowlistLog.java b/java/src/com/vmware/avi/sdk/model/WafAllowlistLog.java index 94b314634d..7075f70f56 100644 --- a/java/src/com/vmware/avi/sdk/model/WafAllowlistLog.java +++ b/java/src/com/vmware/avi/sdk/model/WafAllowlistLog.java @@ -33,7 +33,7 @@ public class WafAllowlistLog { * Actions generated by this rule. * Enum options - WAF_POLICY_ALLOWLIST_ACTION_BYPASS, WAF_POLICY_ALLOWLIST_ACTION_DETECTION_MODE, WAF_POLICY_ALLOWLIST_ACTION_CONTINUE. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -46,7 +46,7 @@ public List getActions() { * Actions generated by this rule. * Enum options - WAF_POLICY_ALLOWLIST_ACTION_BYPASS, WAF_POLICY_ALLOWLIST_ACTION_DETECTION_MODE, WAF_POLICY_ALLOWLIST_ACTION_CONTINUE. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -59,7 +59,7 @@ public void setActions(List actions) { * Actions generated by this rule. * Enum options - WAF_POLICY_ALLOWLIST_ACTION_BYPASS, WAF_POLICY_ALLOWLIST_ACTION_DETECTION_MODE, WAF_POLICY_ALLOWLIST_ACTION_CONTINUE. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -75,7 +75,7 @@ public WafAllowlistLog addActionsItem(String actionsItem) { * This is the getter method this will return the attribute value. * Name of the matched rule. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleName */ @@ -87,7 +87,7 @@ public String getRuleName() { * This is the setter method to the attribute. * Name of the matched rule. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleName set the ruleName. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafApplicationSignatureAppVersion.java b/java/src/com/vmware/avi/sdk/model/WafApplicationSignatureAppVersion.java index f3e60537ec..57be3baddf 100644 --- a/java/src/com/vmware/avi/sdk/model/WafApplicationSignatureAppVersion.java +++ b/java/src/com/vmware/avi/sdk/model/WafApplicationSignatureAppVersion.java @@ -36,8 +36,7 @@ public class WafApplicationSignatureAppVersion { * This is the getter method this will return the attribute value. * Name of an application in the rule set. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return application */ public String getApplication() { @@ -48,8 +47,7 @@ public String getApplication() { * This is the setter method to the attribute. * Name of an application in the rule set. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param application set the application. */ public void setApplication(String application) { @@ -60,8 +58,7 @@ public void setApplication(String application) { * This is the getter method this will return the attribute value. * The last version of the rule set when the rules corresponding to the application changed. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return lastChangedRulesetVersion */ public String getLastChangedRulesetVersion() { @@ -72,8 +69,7 @@ public String getLastChangedRulesetVersion() { * This is the setter method to the attribute. * The last version of the rule set when the rules corresponding to the application changed. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param lastChangedRulesetVersion set the lastChangedRulesetVersion. */ public void setLastChangedRulesetVersion(String lastChangedRulesetVersion) { @@ -84,8 +80,7 @@ public void setLastChangedRulesetVersion(String lastChangedRulesetVersion) { * This is the getter method this will return the attribute value. * The number of rules available for this application. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return numberOfRules */ public Integer getNumberOfRules() { @@ -96,8 +91,7 @@ public Integer getNumberOfRules() { * This is the setter method to the attribute. * The number of rules available for this application. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param numberOfRules set the numberOfRules. */ public void setNumberOfRules(Integer numberOfRules) { diff --git a/java/src/com/vmware/avi/sdk/model/WafApplicationSignatureProvider.java b/java/src/com/vmware/avi/sdk/model/WafApplicationSignatureProvider.java index 940d8ce297..38bdb025bd 100644 --- a/java/src/com/vmware/avi/sdk/model/WafApplicationSignatureProvider.java +++ b/java/src/com/vmware/avi/sdk/model/WafApplicationSignatureProvider.java @@ -50,8 +50,7 @@ public class WafApplicationSignatureProvider extends AviRestResource { * This is the getter method this will return the attribute value. * Available application names and the ruleset version, when the rules for an application changed the last time. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return availableApplications */ public List getAvailableApplications() { @@ -62,8 +61,7 @@ public List getAvailableApplications() { * This is the setter method. this will set the availableApplications * Available application names and the ruleset version, when the rules for an application changed the last time. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return availableApplications */ public void setAvailableApplications(List availableApplications) { @@ -74,8 +72,7 @@ public void setAvailableApplications(List av * This is the setter method this will set the availableApplications * Available application names and the ruleset version, when the rules for an application changed the last time. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return availableApplications */ public WafApplicationSignatureProvider addAvailableApplicationsItem(WafApplicationSignatureAppVersion availableApplicationsItem) { @@ -93,7 +90,7 @@ public WafApplicationSignatureProvider addAvailableApplicationsItem(WafApplicati * Newer rules are rules where the rule id is not in the range of 2,000,000 to 2,080,000 or where the rule has a tag with a cve from 2013 or newer. * All other rules are ignored on rule import. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return filterRulesOnImport */ @@ -108,7 +105,7 @@ public Boolean getFilterRulesOnImport() { * Newer rules are rules where the rule id is not in the range of 2,000,000 to 2,080,000 or where the rule has a tag with a cve from 2013 or newer. * All other rules are ignored on rule import. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param filterRulesOnImport set the filterRulesOnImport. */ @@ -120,7 +117,7 @@ public void setFilterRulesOnImport(Boolean filterRulesOnImport) { * This is the getter method this will return the attribute value. * Name of application specific ruleset provider. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -132,7 +129,7 @@ public String getName() { * This is the setter method to the attribute. * Name of application specific ruleset provider. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -144,8 +141,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Version of signatures. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return rulesetVersion */ public String getRulesetVersion() { @@ -156,8 +152,7 @@ public String getRulesetVersion() { * This is the setter method to the attribute. * Version of signatures. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param rulesetVersion set the rulesetVersion. */ public void setRulesetVersion(String rulesetVersion) { @@ -168,7 +163,7 @@ public void setRulesetVersion(String rulesetVersion) { * This is the getter method this will return the attribute value. * If this object is managed by the application signatures update service, this field contain the status of this syncronization. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceStatus */ @@ -180,7 +175,7 @@ public WebApplicationSignatureServiceStatus getServiceStatus() { * This is the setter method to the attribute. * If this object is managed by the application signatures update service, this field contain the status of this syncronization. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceStatus set the serviceStatus. */ @@ -192,7 +187,7 @@ public void setServiceStatus(WebApplicationSignatureServiceStatus serviceStatus) * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -204,7 +199,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -232,7 +227,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -243,7 +238,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafApplicationSignatures.java b/java/src/com/vmware/avi/sdk/model/WafApplicationSignatures.java index 71026178ef..11d616743c 100644 --- a/java/src/com/vmware/avi/sdk/model/WafApplicationSignatures.java +++ b/java/src/com/vmware/avi/sdk/model/WafApplicationSignatures.java @@ -40,7 +40,7 @@ public class WafApplicationSignatures { * The external provide for the rules. * It is a reference to an object of type wafapplicationsignatureprovider. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return providerRef */ @@ -53,7 +53,7 @@ public String getProviderRef() { * The external provide for the rules. * It is a reference to an object of type wafapplicationsignatureprovider. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param providerRef set the providerRef. */ @@ -64,7 +64,7 @@ public void setProviderRef(String providerRef) { * This is the getter method this will return the attribute value. * Override attributes of application signature rules. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleOverrides */ @@ -76,7 +76,7 @@ public List getRuleOverrides() { * This is the setter method. this will set the ruleOverrides * Override attributes of application signature rules. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleOverrides */ @@ -88,7 +88,7 @@ public void setRuleOverrides(List ruleOverrides) { * This is the setter method this will set the ruleOverrides * Override attributes of application signature rules. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleOverrides */ @@ -104,8 +104,7 @@ public WafApplicationSignatures addRuleOverridesItem(WafRuleOverrides ruleOverri * This is the getter method this will return the attribute value. * The version in use of the provided ruleset. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return rulesetVersion */ public String getRulesetVersion() { @@ -116,8 +115,7 @@ public String getRulesetVersion() { * This is the setter method to the attribute. * The version in use of the provided ruleset. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param rulesetVersion set the rulesetVersion. */ public void setRulesetVersion(String rulesetVersion) { @@ -127,7 +125,7 @@ public void setRulesetVersion(String rulesetVersion) { * This is the getter method this will return the attribute value. * List of applications for which we use the rules from the wafapplicationsignatureprovider. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return selectedApplications */ @@ -139,7 +137,7 @@ public List getSelectedApplications() { * This is the setter method. this will set the selectedApplications * List of applications for which we use the rules from the wafapplicationsignatureprovider. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return selectedApplications */ @@ -151,7 +149,7 @@ public void setSelectedApplications(List selectedApplications) { * This is the setter method this will set the selectedApplications * List of applications for which we use the rules from the wafapplicationsignatureprovider. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return selectedApplications */ diff --git a/java/src/com/vmware/avi/sdk/model/WafCRS.java b/java/src/com/vmware/avi/sdk/model/WafCRS.java index 1a49e89ff8..b8ee9c4cb3 100644 --- a/java/src/com/vmware/avi/sdk/model/WafCRS.java +++ b/java/src/com/vmware/avi/sdk/model/WafCRS.java @@ -71,7 +71,7 @@ public class WafCRS extends AviRestResource { * This is the getter method this will return the attribute value. * Allowed request content type character sets in waf. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedRequestContentTypeCharsets */ @@ -83,7 +83,7 @@ public List getAllowedRequestContentTypeCharsets() { * This is the setter method. this will set the allowedRequestContentTypeCharsets * Allowed request content type character sets in waf. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedRequestContentTypeCharsets */ @@ -95,7 +95,7 @@ public void setAllowedRequestContentTypeCharsets(List allowedRequestCon * This is the setter method this will set the allowedRequestContentTypeCharsets * Allowed request content type character sets in waf. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedRequestContentTypeCharsets */ @@ -111,7 +111,7 @@ public WafCRS addAllowedRequestContentTypeCharsetsItem(String allowedRequestCont * This is the getter method this will return the attribute value. * A short description of this ruleset. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -123,7 +123,7 @@ public String getDescription() { * This is the setter method to the attribute. * A short description of this ruleset. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -134,7 +134,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * List of data files used for waf rules. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -146,7 +146,7 @@ public List getFiles() { * This is the setter method. this will set the files * List of data files used for waf rules. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -158,7 +158,7 @@ public void setFiles(List files) { * This is the setter method this will set the files * List of data files used for waf rules. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -174,7 +174,7 @@ public WafCRS addFilesItem(WafDataFile filesItem) { * Waf rules are sorted in groups based on their characterization. * Field introduced in 18.1.1. * Maximum of 64 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -187,7 +187,7 @@ public List getGroups() { * Waf rules are sorted in groups based on their characterization. * Field introduced in 18.1.1. * Maximum of 64 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -200,7 +200,7 @@ public void setGroups(List groups) { * Waf rules are sorted in groups based on their characterization. * Field introduced in 18.1.1. * Maximum of 64 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -216,7 +216,7 @@ public WafCRS addGroupsItem(WafRuleGroup groupsItem) { * This is the getter method this will return the attribute value. * Integrity protection value. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return integrity */ @@ -228,7 +228,7 @@ public String getIntegrity() { * This is the setter method to the attribute. * Integrity protection value. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param integrity set the integrity. */ @@ -239,7 +239,7 @@ public void setIntegrity(String integrity) { * This is the getter method this will return the attribute value. * Integrity protection values for crs. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return integrityValues */ @@ -251,7 +251,7 @@ public List getIntegrityValues() { * This is the setter method. this will set the integrityValues * Integrity protection values for crs. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return integrityValues */ @@ -263,7 +263,7 @@ public void setIntegrityValues(List integrityValues) { * This is the setter method this will set the integrityValues * Integrity protection values for crs. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return integrityValues */ @@ -278,8 +278,7 @@ public WafCRS addIntegrityValuesItem(String integrityValuesItem) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -291,8 +290,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -304,8 +302,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -321,7 +318,7 @@ public WafCRS addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * The name of this ruleset object. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -333,7 +330,7 @@ public String getName() { * This is the setter method to the attribute. * The name of this ruleset object. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -345,7 +342,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * The release date of this version in rfc 3339 / iso 8601 format. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return releaseDate */ @@ -357,7 +354,7 @@ public String getReleaseDate() { * This is the setter method to the attribute. * The release date of this version in rfc 3339 / iso 8601 format. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param releaseDate set the releaseDate. */ @@ -368,7 +365,7 @@ public void setReleaseDate(String releaseDate) { * This is the getter method this will return the attribute value. * Waf restricted file extensions. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedExtensions */ @@ -380,7 +377,7 @@ public List getRestrictedExtensions() { * This is the setter method. this will set the restrictedExtensions * Waf restricted file extensions. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedExtensions */ @@ -392,7 +389,7 @@ public void setRestrictedExtensions(List restrictedExtensions) { * This is the setter method this will set the restrictedExtensions * Waf restricted file extensions. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedExtensions */ @@ -407,7 +404,7 @@ public WafCRS addRestrictedExtensionsItem(String restrictedExtensionsItem) { * This is the getter method this will return the attribute value. * Waf restricted http headers. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedHeaders */ @@ -419,7 +416,7 @@ public List getRestrictedHeaders() { * This is the setter method. this will set the restrictedHeaders * Waf restricted http headers. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedHeaders */ @@ -431,7 +428,7 @@ public void setRestrictedHeaders(List restrictedHeaders) { * This is the setter method this will set the restrictedHeaders * Waf restricted http headers. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedHeaders */ @@ -448,7 +445,7 @@ public WafCRS addRestrictedHeadersItem(String restrictedHeadersItem) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -461,7 +458,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -489,7 +486,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -500,7 +497,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -512,7 +509,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * The version of this ruleset object. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -524,7 +521,7 @@ public String getVersion() { * This is the setter method to the attribute. * The version of this ruleset object. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafConfig.java b/java/src/com/vmware/avi/sdk/model/WafConfig.java index b921e1a414..2fb6834f7f 100644 --- a/java/src/com/vmware/avi/sdk/model/WafConfig.java +++ b/java/src/com/vmware/avi/sdk/model/WafConfig.java @@ -42,6 +42,9 @@ public class WafConfig { @JsonProperty("cookie_format_version") private Integer cookieFormatVersion = 0; + @JsonProperty("enforce_max_body_size") + private Boolean enforceMaxBodySize = false; + @JsonProperty("ignore_incomplete_request_body_error") private Boolean ignoreIncompleteRequestBodyError = true; @@ -87,6 +90,9 @@ public class WafConfig { @JsonProperty("status_header_name") private String statusHeaderName = "X-WAF-Result"; + @JsonProperty("xml_collection") + private String xmlCollection = "WAF_XML_COLLECTION_XML"; + @JsonProperty("xml_xxe_protection") private Boolean xmlXxeProtection = true; @@ -97,7 +103,7 @@ public class WafConfig { * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Field introduced in 17.2.1. * Maximum of 8 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedHttpVersions */ @@ -111,7 +117,7 @@ public List getAllowedHttpVersions() { * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Field introduced in 17.2.1. * Maximum of 8 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedHttpVersions */ @@ -125,7 +131,7 @@ public void setAllowedHttpVersions(List allowedHttpVersions) { * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Field introduced in 17.2.1. * Maximum of 8 items allowed. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedHttpVersions */ @@ -143,7 +149,7 @@ public WafConfig addAllowedHttpVersionsItem(String allowedHttpVersionsItem) { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedMethods */ @@ -158,7 +164,7 @@ public List getAllowedMethods() { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedMethods */ @@ -173,7 +179,7 @@ public void setAllowedMethods(List allowedMethods) { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedMethods */ @@ -188,7 +194,7 @@ public WafConfig addAllowedMethodsItem(String allowedMethodsItem) { * This is the getter method this will return the attribute value. * Allowed request content type character sets in waf. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedRequestContentTypeCharsets */ @@ -200,7 +206,7 @@ public List getAllowedRequestContentTypeCharsets() { * This is the setter method. this will set the allowedRequestContentTypeCharsets * Allowed request content type character sets in waf. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedRequestContentTypeCharsets */ @@ -212,7 +218,7 @@ public void setAllowedRequestContentTypeCharsets(List allowedRequestCon * This is the setter method this will set the allowedRequestContentTypeCharsets * Allowed request content type character sets in waf. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedRequestContentTypeCharsets */ @@ -228,7 +234,7 @@ public WafConfig addAllowedRequestContentTypeCharsetsItem(String allowedRequestC * This is the getter method this will return the attribute value. * Argument seperator. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "&". * @return argumentSeparator */ @@ -240,7 +246,7 @@ public String getArgumentSeparator() { * This is the setter method to the attribute. * Argument seperator. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "&". * @param argumentSeparator set the argumentSeparator. */ @@ -254,7 +260,7 @@ public void setArgumentSeparator(String argumentSeparator) { * Allowed values are 1-32768. * Field introduced in 18.1.5, 18.2.1. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @return clientRequestMaxBodySize */ @@ -268,7 +274,7 @@ public Integer getClientRequestMaxBodySize() { * Allowed values are 1-32768. * Field introduced in 18.1.5, 18.2.1. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @param clientRequestMaxBodySize set the clientRequestMaxBodySize. */ @@ -283,7 +289,7 @@ public void setClientRequestMaxBodySize(Integer clientRequestMaxBodySize) { * The order of entries matters. * If the request's content-type matches an entry, its request body parser will run and no other parser will be invoked. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contentTypeMappings */ @@ -299,7 +305,7 @@ public List getContentTypeMappings() { * The order of entries matters. * If the request's content-type matches an entry, its request body parser will run and no other parser will be invoked. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contentTypeMappings */ @@ -315,7 +321,7 @@ public void setContentTypeMappings(List contentTypeMappi * The order of entries matters. * If the request's content-type matches an entry, its request body parser will run and no other parser will be invoked. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contentTypeMappings */ @@ -333,7 +339,7 @@ public WafConfig addContentTypeMappingsItem(WafContentTypeMapping contentTypeMap * 1 for version 1 cookies. * Allowed values are 0-1. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return cookieFormatVersion */ @@ -347,7 +353,7 @@ public Integer getCookieFormatVersion() { * 1 for version 1 cookies. * Allowed values are 0-1. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param cookieFormatVersion set the cookieFormatVersion. */ @@ -355,11 +361,35 @@ public void setCookieFormatVersion(Integer cookieFormatVersion) { this.cookieFormatVersion = cookieFormatVersion; } + /** + * This is the getter method this will return the attribute value. + * Flag or reject the client request if it exceeds client_request_max_body_size. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return enforceMaxBodySize + */ + public Boolean getEnforceMaxBodySize() { + return enforceMaxBodySize; + } + + /** + * This is the setter method to the attribute. + * Flag or reject the client request if it exceeds client_request_max_body_size. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param enforceMaxBodySize set the enforceMaxBodySize. + */ + public void setEnforceMaxBodySize(Boolean enforceMaxBodySize) { + this.enforceMaxBodySize = enforceMaxBodySize; + } + /** * This is the getter method this will return the attribute value. * Ignore request body parsing errors due to partial scanning. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ignoreIncompleteRequestBodyError */ @@ -371,7 +401,7 @@ public Boolean getIgnoreIncompleteRequestBodyError() { * This is the setter method to the attribute. * Ignore request body parsing errors due to partial scanning. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param ignoreIncompleteRequestBodyError set the ignoreIncompleteRequestBodyError. */ @@ -392,7 +422,7 @@ public void setIgnoreIncompleteRequestBodyError(Boolean ignoreIncompleteRequest * Allowed values are 0-5000. * Field introduced in 17.2.12, 18.1.2. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @return maxExecutionTime */ @@ -413,7 +443,7 @@ public Integer getMaxExecutionTime() { * Allowed values are 0-5000. * Field introduced in 17.2.12, 18.1.2. * Unit is milliseconds. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @param maxExecutionTime set the maxExecutionTime. */ @@ -425,7 +455,7 @@ public void setMaxExecutionTime(Integer maxExecutionTime) { * This is the getter method this will return the attribute value. * Limit cpu utilization for each regular expression match when processing rules. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @return regexMatchLimit */ @@ -437,7 +467,7 @@ public Integer getRegexMatchLimit() { * This is the setter method to the attribute. * Limit cpu utilization for each regular expression match when processing rules. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @param regexMatchLimit set the regexMatchLimit. */ @@ -449,7 +479,7 @@ public void setRegexMatchLimit(Integer regexMatchLimit) { * This is the getter method this will return the attribute value. * Limit depth of recursion for each regular expression match when processing rules. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return regexRecursionLimit */ @@ -461,7 +491,7 @@ public Integer getRegexRecursionLimit() { * This is the setter method to the attribute. * Limit depth of recursion for each regular expression match when processing rules. * Field introduced in 18.2.9. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param regexRecursionLimit set the regexRecursionLimit. */ @@ -473,7 +503,7 @@ public void setRegexRecursionLimit(Integer regexRecursionLimit) { * This is the getter method this will return the attribute value. * Waf default action for request body phase. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:2,deny,status:403,log,auditlog". * @return requestBodyDefaultAction */ @@ -485,7 +515,7 @@ public String getRequestBodyDefaultAction() { * This is the setter method to the attribute. * Waf default action for request body phase. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:2,deny,status:403,log,auditlog". * @param requestBodyDefaultAction set the requestBodyDefaultAction. */ @@ -497,7 +527,7 @@ public void setRequestBodyDefaultAction(String requestBodyDefaultAction) { * This is the getter method this will return the attribute value. * Waf default action for request header phase. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:1,deny,status:403,log,auditlog". * @return requestHdrDefaultAction */ @@ -509,7 +539,7 @@ public String getRequestHdrDefaultAction() { * This is the setter method to the attribute. * Waf default action for request header phase. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:1,deny,status:403,log,auditlog". * @param requestHdrDefaultAction set the requestHdrDefaultAction. */ @@ -521,7 +551,7 @@ public void setRequestHdrDefaultAction(String requestHdrDefaultAction) { * This is the getter method this will return the attribute value. * Waf default action for response body phase. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:4,deny,status:403,log,auditlog". * @return responseBodyDefaultAction */ @@ -533,7 +563,7 @@ public String getResponseBodyDefaultAction() { * This is the setter method to the attribute. * Waf default action for response body phase. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:4,deny,status:403,log,auditlog". * @param responseBodyDefaultAction set the responseBodyDefaultAction. */ @@ -545,7 +575,7 @@ public void setResponseBodyDefaultAction(String responseBodyDefaultAction) { * This is the getter method this will return the attribute value. * Waf default action for response header phase. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:3,deny,status:403,log,auditlog". * @return responseHdrDefaultAction */ @@ -557,7 +587,7 @@ public String getResponseHdrDefaultAction() { * This is the setter method to the attribute. * Waf default action for response header phase. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:3,deny,status:403,log,auditlog". * @param responseHdrDefaultAction set the responseHdrDefaultAction. */ @@ -568,7 +598,7 @@ public void setResponseHdrDefaultAction(String responseHdrDefaultAction) { * This is the getter method this will return the attribute value. * Waf restricted file extensions. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedExtensions */ @@ -580,7 +610,7 @@ public List getRestrictedExtensions() { * This is the setter method. this will set the restrictedExtensions * Waf restricted file extensions. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedExtensions */ @@ -592,7 +622,7 @@ public void setRestrictedExtensions(List restrictedExtensions) { * This is the setter method this will set the restrictedExtensions * Waf restricted file extensions. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedExtensions */ @@ -607,7 +637,7 @@ public WafConfig addRestrictedExtensionsItem(String restrictedExtensionsItem) { * This is the getter method this will return the attribute value. * Waf restricted http headers. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedHeaders */ @@ -619,7 +649,7 @@ public List getRestrictedHeaders() { * This is the setter method. this will set the restrictedHeaders * Waf restricted http headers. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedHeaders */ @@ -631,7 +661,7 @@ public void setRestrictedHeaders(List restrictedHeaders) { * This is the setter method this will set the restrictedHeaders * Waf restricted http headers. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedHeaders */ @@ -647,7 +677,7 @@ public WafConfig addRestrictedHeadersItem(String restrictedHeadersItem) { * This is the getter method this will return the attribute value. * Whether or not to send waf status in a request header to pool servers. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return sendStatusHeader */ @@ -659,7 +689,7 @@ public Boolean getSendStatusHeader() { * This is the setter method to the attribute. * Whether or not to send waf status in a request header to pool servers. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param sendStatusHeader set the sendStatusHeader. */ @@ -673,7 +703,7 @@ public void setSendStatusHeader(Boolean sendStatusHeader) { * Allowed values are 1-32768. * Field introduced in 17.2.1. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return serverResponseMaxBodySize */ @@ -687,7 +717,7 @@ public Integer getServerResponseMaxBodySize() { * Allowed values are 1-32768. * Field introduced in 17.2.1. * Unit is kb. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param serverResponseMaxBodySize set the serverResponseMaxBodySize. */ @@ -699,7 +729,7 @@ public void setServerResponseMaxBodySize(Integer serverResponseMaxBodySize) { * Waf static file extensions. * Get and head requests with no query args and one of these extensions are allowed and not checked by the ruleset. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticExtensions */ @@ -712,7 +742,7 @@ public List getStaticExtensions() { * Waf static file extensions. * Get and head requests with no query args and one of these extensions are allowed and not checked by the ruleset. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticExtensions */ @@ -725,7 +755,7 @@ public void setStaticExtensions(List staticExtensions) { * Waf static file extensions. * Get and head requests with no query args and one of these extensions are allowed and not checked by the ruleset. * Field introduced in 17.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticExtensions */ @@ -745,7 +775,7 @@ public WafConfig addStaticExtensionsItem(String staticExtensionsItem) { * HTTP_RESPONSE_CODE_301, HTTP_RESPONSE_CODE_302, HTTP_RESPONSE_CODE_303, HTTP_RESPONSE_CODE_304, HTTP_RESPONSE_CODE_305, HTTP_RESPONSE_CODE_307, * HTTP_RESPONSE_CODE_400, HTTP_RESPONSE_CODE_401, HTTP_RESPONSE_CODE_402... * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_RESPONSE_CODE_403". * @return statusCodeForRejectedRequests */ @@ -761,7 +791,7 @@ public String getStatusCodeForRejectedRequests() { * HTTP_RESPONSE_CODE_301, HTTP_RESPONSE_CODE_302, HTTP_RESPONSE_CODE_303, HTTP_RESPONSE_CODE_304, HTTP_RESPONSE_CODE_305, HTTP_RESPONSE_CODE_307, * HTTP_RESPONSE_CODE_400, HTTP_RESPONSE_CODE_401, HTTP_RESPONSE_CODE_402... * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_RESPONSE_CODE_403". * @param statusCodeForRejectedRequests set the statusCodeForRejectedRequests. */ @@ -773,7 +803,7 @@ public void setStatusCodeForRejectedRequests(String statusCodeForRejectedReques * This is the getter method this will return the attribute value. * The name of the request header indicating waf evaluation status to pool servers. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "X-WAF-Result". * @return statusHeaderName */ @@ -785,7 +815,7 @@ public String getStatusHeaderName() { * This is the setter method to the attribute. * The name of the request header indicating waf evaluation status to pool servers. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "X-WAF-Result". * @param statusHeaderName set the statusHeaderName. */ @@ -793,11 +823,37 @@ public void setStatusHeaderName(String statusHeaderName) { this.statusHeaderName = statusHeaderName; } + /** + * This is the getter method this will return the attribute value. + * Collection variable set by the xml request body parser. + * Enum options - WAF_XML_COLLECTION_XML, WAF_XML_COLLECTION_ARGS. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_XML_COLLECTION_XML". + * @return xmlCollection + */ + public String getXmlCollection() { + return xmlCollection; + } + + /** + * This is the setter method to the attribute. + * Collection variable set by the xml request body parser. + * Enum options - WAF_XML_COLLECTION_XML, WAF_XML_COLLECTION_ARGS. + * Field introduced in 31.2.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_XML_COLLECTION_XML". + * @param xmlCollection set the xmlCollection. + */ + public void setXmlCollection(String xmlCollection) { + this.xmlCollection = xmlCollection; + } + /** * This is the getter method this will return the attribute value. * Block or flag xml requests referring to external entities. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return xmlXxeProtection */ @@ -809,7 +865,7 @@ public Boolean getXmlXxeProtection() { * This is the setter method to the attribute. * Block or flag xml requests referring to external entities. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param xmlXxeProtection set the xmlXxeProtection. */ @@ -849,7 +905,9 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.statusHeaderName, objWafConfig.statusHeaderName)&& Objects.equals(this.sendStatusHeader, objWafConfig.sendStatusHeader)&& Objects.equals(this.contentTypeMappings, objWafConfig.contentTypeMappings)&& - Objects.equals(this.allowedRequestContentTypeCharsets, objWafConfig.allowedRequestContentTypeCharsets); + Objects.equals(this.allowedRequestContentTypeCharsets, objWafConfig.allowedRequestContentTypeCharsets)&& + Objects.equals(this.xmlCollection, objWafConfig.xmlCollection)&& + Objects.equals(this.enforceMaxBodySize, objWafConfig.enforceMaxBodySize); } @Override @@ -863,6 +921,7 @@ public String toString() { sb.append(" clientRequestMaxBodySize: ").append(toIndentedString(clientRequestMaxBodySize)).append("\n"); sb.append(" contentTypeMappings: ").append(toIndentedString(contentTypeMappings)).append("\n"); sb.append(" cookieFormatVersion: ").append(toIndentedString(cookieFormatVersion)).append("\n"); + sb.append(" enforceMaxBodySize: ").append(toIndentedString(enforceMaxBodySize)).append("\n"); sb.append(" ignoreIncompleteRequestBodyError: ").append(toIndentedString(ignoreIncompleteRequestBodyError)).append("\n"); sb.append(" maxExecutionTime: ").append(toIndentedString(maxExecutionTime)).append("\n"); sb.append(" regexMatchLimit: ").append(toIndentedString(regexMatchLimit)).append("\n"); @@ -878,6 +937,7 @@ public String toString() { sb.append(" staticExtensions: ").append(toIndentedString(staticExtensions)).append("\n"); sb.append(" statusCodeForRejectedRequests: ").append(toIndentedString(statusCodeForRejectedRequests)).append("\n"); sb.append(" statusHeaderName: ").append(toIndentedString(statusHeaderName)).append("\n"); + sb.append(" xmlCollection: ").append(toIndentedString(xmlCollection)).append("\n"); sb.append(" xmlXxeProtection: ").append(toIndentedString(xmlXxeProtection)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/java/src/com/vmware/avi/sdk/model/WafContentTypeMapping.java b/java/src/com/vmware/avi/sdk/model/WafContentTypeMapping.java index f209f0fc96..1b703f4d49 100644 --- a/java/src/com/vmware/avi/sdk/model/WafContentTypeMapping.java +++ b/java/src/com/vmware/avi/sdk/model/WafContentTypeMapping.java @@ -37,7 +37,7 @@ public class WafContentTypeMapping { * Request content-type. * When it is equal to request content-type header value, the specified request_body_parser is used. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contentType */ @@ -50,7 +50,7 @@ public String getContentType() { * Request content-type. * When it is equal to request content-type header value, the specified request_body_parser is used. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param contentType set the contentType. */ @@ -66,7 +66,7 @@ public void setContentType(String contentType) { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUALS". * @return matchOp */ @@ -82,7 +82,7 @@ public String getMatchOp() { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUALS". * @param matchOp set the matchOp. */ @@ -96,7 +96,7 @@ public void setMatchOp(String matchOp) { * Enum options - WAF_REQUEST_PARSER_URLENCODED, WAF_REQUEST_PARSER_MULTIPART, WAF_REQUEST_PARSER_JSON, WAF_REQUEST_PARSER_XML, * WAF_REQUEST_PARSER_HANDLE_AS_STRING, WAF_REQUEST_PARSER_DO_NOT_PARSE. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestBodyParser */ @@ -110,7 +110,7 @@ public String getRequestBodyParser() { * Enum options - WAF_REQUEST_PARSER_URLENCODED, WAF_REQUEST_PARSER_MULTIPART, WAF_REQUEST_PARSER_JSON, WAF_REQUEST_PARSER_XML, * WAF_REQUEST_PARSER_HANDLE_AS_STRING, WAF_REQUEST_PARSER_DO_NOT_PARSE. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestBodyParser set the requestBodyParser. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafCrsConfig.java b/java/src/com/vmware/avi/sdk/model/WafCrsConfig.java index 0d03dcb40e..5363e1e2a5 100644 --- a/java/src/com/vmware/avi/sdk/model/WafCrsConfig.java +++ b/java/src/com/vmware/avi/sdk/model/WafCrsConfig.java @@ -33,8 +33,8 @@ public class WafCrsConfig { * This is the getter method this will return the attribute value. * Enable to automatically download new waf signatures/crs version to the controller. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableAutoDownloadWafSignatures */ @@ -46,8 +46,8 @@ public Boolean getEnableAutoDownloadWafSignatures() { * This is the setter method to the attribute. * Enable to automatically download new waf signatures/crs version to the controller. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableAutoDownloadWafSignatures set the enableAutoDownloadWafSignatures. */ @@ -59,9 +59,9 @@ public void setEnableAutoDownloadWafSignatures(Boolean enableAutoDownloadWafSig * This is the getter method this will return the attribute value. * Enable event notifications when new waf signatures/crs versions are available. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @return enableWafSignaturesNotifications */ public Boolean getEnableWafSignaturesNotifications() { @@ -72,9 +72,9 @@ public Boolean getEnableWafSignaturesNotifications() { * This is the setter method to the attribute. * Enable event notifications when new waf signatures/crs versions are available. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with - * cloud services edition. - * Special default for essentials edition is false, basic edition is false, enterprise is true. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Allowed in essentials (allowed values- false), basic (allowed values- false) edition. + * Special default for essentials edition is false, basic edition is false, enterprise edition is true. * @param enableWafSignaturesNotifications set the enableWafSignaturesNotifications. */ public void setEnableWafSignaturesNotifications(Boolean enableWafSignaturesNotifications) { diff --git a/java/src/com/vmware/avi/sdk/model/WafDataFile.java b/java/src/com/vmware/avi/sdk/model/WafDataFile.java index 233b49c703..53fdf4816b 100644 --- a/java/src/com/vmware/avi/sdk/model/WafDataFile.java +++ b/java/src/com/vmware/avi/sdk/model/WafDataFile.java @@ -36,7 +36,7 @@ public class WafDataFile { * This is the getter method this will return the attribute value. * Stringified waf file data. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return data */ @@ -48,7 +48,7 @@ public String getData() { * This is the setter method to the attribute. * Stringified waf file data. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param data set the data. */ @@ -60,7 +60,7 @@ public void setData(String data) { * This is the getter method this will return the attribute value. * Waf data file name. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -72,7 +72,7 @@ public String getName() { * This is the setter method to the attribute. * Waf data file name. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -85,7 +85,7 @@ public void setName(String name) { * Waf data file type. * Enum options - WAF_DATAFILE_PM_FROM_FILE, WAF_DATAFILE_DTD, WAF_DATAFILE_XSD, WAF_DATAFILE_IP_MATCH_FROM_FILE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_DATAFILE_PM_FROM_FILE". * @return type */ @@ -98,7 +98,7 @@ public String getType() { * Waf data file type. * Enum options - WAF_DATAFILE_PM_FROM_FILE, WAF_DATAFILE_DTD, WAF_DATAFILE_XSD, WAF_DATAFILE_IP_MATCH_FROM_FILE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_DATAFILE_PM_FROM_FILE". * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafExcludeListEntry.java b/java/src/com/vmware/avi/sdk/model/WafExcludeListEntry.java index 079a236a75..6b5a72d864 100644 --- a/java/src/com/vmware/avi/sdk/model/WafExcludeListEntry.java +++ b/java/src/com/vmware/avi/sdk/model/WafExcludeListEntry.java @@ -45,7 +45,7 @@ public class WafExcludeListEntry { * This is the getter method this will return the attribute value. * Client ip subnet to exclude for waf rules. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientSubnet */ @@ -57,7 +57,7 @@ public IpAddrPrefix getClientSubnet() { * This is the setter method to the attribute. * Client ip subnet to exclude for waf rules. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientSubnet set the clientSubnet. */ @@ -69,7 +69,7 @@ public void setClientSubnet(IpAddrPrefix clientSubnet) { * This is the getter method this will return the attribute value. * Free-text comment about this exclusion. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -81,7 +81,7 @@ public String getDescription() { * This is the setter method to the attribute. * Free-text comment about this exclusion. * Field introduced in 18.2.6. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -96,7 +96,7 @@ public void setDescription(String description) { * 'request_headers_names xxx', 'response_headers xxx' or xml xxx. * These match_elements in the http transaction (if present) will be excluded when executing waf rules. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElement */ @@ -111,7 +111,7 @@ public String getMatchElement() { * 'request_headers_names xxx', 'response_headers xxx' or xml xxx. * These match_elements in the http transaction (if present) will be excluded when executing waf rules. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchElement set the matchElement. */ @@ -123,7 +123,7 @@ public void setMatchElement(String matchElement) { * This is the getter method this will return the attribute value. * Criteria for match_element matching. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElementCriteria */ @@ -135,7 +135,7 @@ public WafExclusionType getMatchElementCriteria() { * This is the setter method to the attribute. * Criteria for match_element matching. * Field introduced in 18.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchElementCriteria set the matchElementCriteria. */ @@ -147,7 +147,7 @@ public void setMatchElementCriteria(WafExclusionType matchElementCriteria) { * This is the getter method this will return the attribute value. * Criteria for uri matching. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriMatchCriteria */ @@ -159,7 +159,7 @@ public WafExclusionType getUriMatchCriteria() { * This is the setter method to the attribute. * Criteria for uri matching. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriMatchCriteria set the uriMatchCriteria. */ @@ -171,7 +171,7 @@ public void setUriMatchCriteria(WafExclusionType uriMatchCriteria) { * This is the getter method this will return the attribute value. * Uri path to exclude for waf rules. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriPath */ @@ -183,7 +183,7 @@ public String getUriPath() { * This is the setter method to the attribute. * Uri path to exclude for waf rules. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriPath set the uriPath. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafExclusionType.java b/java/src/com/vmware/avi/sdk/model/WafExclusionType.java index 882baed65a..8509629655 100644 --- a/java/src/com/vmware/avi/sdk/model/WafExclusionType.java +++ b/java/src/com/vmware/avi/sdk/model/WafExclusionType.java @@ -34,7 +34,7 @@ public class WafExclusionType { * Case sensitivity to use for the matching. * Enum options - SENSITIVE, INSENSITIVE. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SENSITIVE". * @return matchCase */ @@ -47,7 +47,7 @@ public String getMatchCase() { * Case sensitivity to use for the matching. * Enum options - SENSITIVE, INSENSITIVE. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SENSITIVE". * @param matchCase set the matchCase. */ @@ -61,7 +61,7 @@ public void setMatchCase(String matchCase) { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUALS". * @return matchOp */ @@ -75,7 +75,7 @@ public String getMatchOp() { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 17.2.8. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUALS". * @param matchOp set the matchOp. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafLog.java b/java/src/com/vmware/avi/sdk/model/WafLog.java index e7e88ceb13..66ac6c37a9 100644 --- a/java/src/com/vmware/avi/sdk/model/WafLog.java +++ b/java/src/com/vmware/avi/sdk/model/WafLog.java @@ -90,7 +90,7 @@ public class WafLog { * This is the getter method this will return the attribute value. * Set to true if there are allowlist rules in the policy. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowlistConfigured */ @@ -102,7 +102,7 @@ public Boolean getAllowlistConfigured() { * This is the setter method to the attribute. * Set to true if there are allowlist rules in the policy. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowlistConfigured set the allowlistConfigured. */ @@ -113,7 +113,7 @@ public void setAllowlistConfigured(Boolean allowlistConfigured) { * This is the getter method this will return the attribute value. * Log entries generated by waf allowlist rules. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowlistLogs */ @@ -125,7 +125,7 @@ public List getAllowlistLogs() { * This is the setter method. this will set the allowlistLogs * Log entries generated by waf allowlist rules. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowlistLogs */ @@ -137,7 +137,7 @@ public void setAllowlistLogs(List allowlistLogs) { * This is the setter method this will set the allowlistLogs * Log entries generated by waf allowlist rules. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowlistLogs */ @@ -153,7 +153,7 @@ public WafLog addAllowlistLogsItem(WafAllowlistLog allowlistLogsItem) { * This is the getter method this will return the attribute value. * Set to true if allowlist rules were processed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowlistProcessed */ @@ -165,7 +165,7 @@ public Boolean getAllowlistProcessed() { * This is the setter method to the attribute. * Set to true if allowlist rules were processed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowlistProcessed set the allowlistProcessed. */ @@ -176,7 +176,7 @@ public void setAllowlistProcessed(Boolean allowlistProcessed) { * This is the getter method this will return the attribute value. * Log entries generated by application specific signature rules. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationRuleLogs */ @@ -188,7 +188,7 @@ public List getApplicationRuleLogs() { * This is the setter method. this will set the applicationRuleLogs * Log entries generated by application specific signature rules. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationRuleLogs */ @@ -200,7 +200,7 @@ public void setApplicationRuleLogs(List applicationRuleLogs) { * This is the setter method this will set the applicationRuleLogs * Log entries generated by application specific signature rules. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationRuleLogs */ @@ -216,7 +216,7 @@ public WafLog addApplicationRuleLogsItem(WafRuleLog applicationRuleLogsItem) { * This is the getter method this will return the attribute value. * Set to true if there are application specific signature rules in the policy. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return applicationRulesConfigured */ @@ -228,7 +228,7 @@ public Boolean getApplicationRulesConfigured() { * This is the setter method to the attribute. * Set to true if there are application specific signature rules in the policy. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param applicationRulesConfigured set the applicationRulesConfigured. */ @@ -240,7 +240,7 @@ public void setApplicationRulesConfigured(Boolean applicationRulesConfigured) { * This is the getter method this will return the attribute value. * Set to true if application specific signature rules were processed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return applicationRulesProcessed */ @@ -252,7 +252,7 @@ public Boolean getApplicationRulesProcessed() { * This is the setter method to the attribute. * Set to true if application specific signature rules were processed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param applicationRulesProcessed set the applicationRulesProcessed. */ @@ -264,7 +264,7 @@ public void setApplicationRulesProcessed(Boolean applicationRulesProcessed) { * This is the getter method this will return the attribute value. * Latency (in microseconds) in waf request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latencyRequestBodyPhase */ @@ -276,7 +276,7 @@ public Integer getLatencyRequestBodyPhase() { * This is the setter method to the attribute. * Latency (in microseconds) in waf request body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latencyRequestBodyPhase set the latencyRequestBodyPhase. */ @@ -288,7 +288,7 @@ public void setLatencyRequestBodyPhase(Integer latencyRequestBodyPhase) { * This is the getter method this will return the attribute value. * Latency (in microseconds) in waf request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latencyRequestHeaderPhase */ @@ -300,7 +300,7 @@ public Integer getLatencyRequestHeaderPhase() { * This is the setter method to the attribute. * Latency (in microseconds) in waf request header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latencyRequestHeaderPhase set the latencyRequestHeaderPhase. */ @@ -312,7 +312,7 @@ public void setLatencyRequestHeaderPhase(Integer latencyRequestHeaderPhase) { * This is the getter method this will return the attribute value. * Latency (in microseconds) in waf response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latencyResponseBodyPhase */ @@ -324,7 +324,7 @@ public Integer getLatencyResponseBodyPhase() { * This is the setter method to the attribute. * Latency (in microseconds) in waf response body phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latencyResponseBodyPhase set the latencyResponseBodyPhase. */ @@ -336,7 +336,7 @@ public void setLatencyResponseBodyPhase(Integer latencyResponseBodyPhase) { * This is the getter method this will return the attribute value. * Latency (in microseconds) in waf response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latencyResponseHeaderPhase */ @@ -348,7 +348,7 @@ public Integer getLatencyResponseHeaderPhase() { * This is the setter method to the attribute. * Latency (in microseconds) in waf response header phase. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latencyResponseHeaderPhase set the latencyResponseHeaderPhase. */ @@ -363,7 +363,7 @@ public void setLatencyResponseHeaderPhase(Integer latencyResponseHeaderPhase) { * Enum options - NOT_ACTIVE, LEARNED, NOTHING_TO_LEARN, SERVER_ERROR, FLAGGED_BY_WAF, SKIPPED_BY_SAMPLING, CLIENT_IS_NOT_AUTHENTICATED, * CLIENT_IS_NOT_TRUSTED, CLIENT_IS_A_BOT, ERROR. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NOT_ACTIVE". * @return learningStatus */ @@ -378,7 +378,7 @@ public String getLearningStatus() { * Enum options - NOT_ACTIVE, LEARNED, NOTHING_TO_LEARN, SERVER_ERROR, FLAGGED_BY_WAF, SKIPPED_BY_SAMPLING, CLIENT_IS_NOT_AUTHENTICATED, * CLIENT_IS_NOT_TRUSTED, CLIENT_IS_A_BOT, ERROR. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NOT_ACTIVE". * @param learningStatus set the learningStatus. */ @@ -391,7 +391,7 @@ public void setLearningStatus(String learningStatus) { * The total memory (in bytes) consumed by waf to process this request. * Field introduced in 22.1.1. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memoryAllocated */ @@ -404,7 +404,7 @@ public Integer getMemoryAllocated() { * The total memory (in bytes) consumed by waf to process this request. * Field introduced in 22.1.1. * Unit is bytes. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memoryAllocated set the memoryAllocated. */ @@ -416,7 +416,7 @@ public void setMemoryAllocated(Integer memoryAllocated) { * This is the getter method this will return the attribute value. * Omitted application rule log stats. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return omittedAppRuleStats */ @@ -428,7 +428,7 @@ public OmittedWafLogStats getOmittedAppRuleStats() { * This is the setter method to the attribute. * Omitted application rule log stats. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param omittedAppRuleStats set the omittedAppRuleStats. */ @@ -440,7 +440,7 @@ public void setOmittedAppRuleStats(OmittedWafLogStats omittedAppRuleStats) { * This is the getter method this will return the attribute value. * Omitted waf rule log stats. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return omittedSignatureStats */ @@ -452,7 +452,7 @@ public OmittedWafLogStats getOmittedSignatureStats() { * This is the setter method to the attribute. * Omitted waf rule log stats. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param omittedSignatureStats set the omittedSignatureStats. */ @@ -464,7 +464,7 @@ public void setOmittedSignatureStats(OmittedWafLogStats omittedSignatureStats) { * This is the getter method this will return the attribute value. * Set to true if there are positive security model rules in the policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return psmConfigured */ @@ -476,7 +476,7 @@ public Boolean getPsmConfigured() { * This is the setter method to the attribute. * Set to true if there are positive security model rules in the policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param psmConfigured set the psmConfigured. */ @@ -487,7 +487,7 @@ public void setPsmConfigured(Boolean psmConfigured) { * This is the getter method this will return the attribute value. * Log entries generated by waf positive security model. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return psmLogs */ @@ -499,7 +499,7 @@ public List getPsmLogs() { * This is the setter method. this will set the psmLogs * Log entries generated by waf positive security model. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return psmLogs */ @@ -511,7 +511,7 @@ public void setPsmLogs(List psmLogs) { * This is the setter method this will set the psmLogs * Log entries generated by waf positive security model. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return psmLogs */ @@ -527,7 +527,7 @@ public WafLog addPsmLogsItem(WafPSMLog psmLogsItem) { * This is the getter method this will return the attribute value. * Set to true if positive security model rules were processed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return psmProcessed */ @@ -539,7 +539,7 @@ public Boolean getPsmProcessed() { * This is the setter method to the attribute. * Set to true if positive security model rules were processed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param psmProcessed set the psmProcessed. */ @@ -549,7 +549,7 @@ public void setPsmProcessed(Boolean psmProcessed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleLogs */ @@ -560,7 +560,7 @@ public List getRuleLogs() { /** * This is the setter method. this will set the ruleLogs * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleLogs */ @@ -571,7 +571,7 @@ public void setRuleLogs(List ruleLogs) { /** * This is the setter method this will set the ruleLogs * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleLogs */ @@ -587,7 +587,7 @@ public WafLog addRuleLogsItem(WafRuleLog ruleLogsItem) { * This is the getter method this will return the attribute value. * Set to true if there are modsecurity rules in the policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return rulesConfigured */ @@ -599,7 +599,7 @@ public Boolean getRulesConfigured() { * This is the setter method to the attribute. * Set to true if there are modsecurity rules in the policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param rulesConfigured set the rulesConfigured. */ @@ -611,7 +611,7 @@ public void setRulesConfigured(Boolean rulesConfigured) { * This is the getter method this will return the attribute value. * Set to true if modsecurity rules were processed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return rulesProcessed */ @@ -623,7 +623,7 @@ public Boolean getRulesProcessed() { * This is the setter method to the attribute. * Set to true if modsecurity rules were processed. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param rulesProcessed set the rulesProcessed. */ @@ -637,7 +637,7 @@ public void setRulesProcessed(Boolean rulesProcessed) { * dropped by the waf module. * Enum options - NO_WAF, FLAGGED, PASSED, REJECTED, ALLOWLISTED, BYPASSED. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -651,7 +651,7 @@ public String getStatus() { * dropped by the waf module. * Enum options - NO_WAF, FLAGGED, PASSED, REJECTED, ALLOWLISTED, BYPASSED. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafPSMLocation.java b/java/src/com/vmware/avi/sdk/model/WafPSMLocation.java index c96113dc7b..fa6b03f087 100644 --- a/java/src/com/vmware/avi/sdk/model/WafPSMLocation.java +++ b/java/src/com/vmware/avi/sdk/model/WafPSMLocation.java @@ -42,7 +42,7 @@ public class WafPSMLocation { * This is the getter method this will return the attribute value. * Free-text comment about this location. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -54,7 +54,7 @@ public String getDescription() { * This is the setter method to the attribute. * Free-text comment about this location. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -66,7 +66,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Location index, this is used to determine the order of the locations. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -78,7 +78,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Location index, this is used to determine the order of the locations. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -90,7 +90,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Apply these rules only if the request is matching this description. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -102,7 +102,7 @@ public WafPSMLocationMatch getMatch() { * This is the setter method to the attribute. * Apply these rules only if the request is matching this description. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -114,7 +114,7 @@ public void setMatch(WafPSMLocationMatch match) { * This is the getter method this will return the attribute value. * User defined name for this location, it must be unique in the group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -126,7 +126,7 @@ public String getName() { * This is the setter method to the attribute. * User defined name for this location, it must be unique in the group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -137,7 +137,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * A list of rules which should be applied on this location. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -149,7 +149,7 @@ public List getRules() { * This is the setter method. this will set the rules * A list of rules which should be applied on this location. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -161,7 +161,7 @@ public void setRules(List rules) { * This is the setter method this will set the rules * A list of rules which should be applied on this location. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ diff --git a/java/src/com/vmware/avi/sdk/model/WafPSMLocationMatch.java b/java/src/com/vmware/avi/sdk/model/WafPSMLocationMatch.java index 675a94ddfc..28a91ec1e8 100644 --- a/java/src/com/vmware/avi/sdk/model/WafPSMLocationMatch.java +++ b/java/src/com/vmware/avi/sdk/model/WafPSMLocationMatch.java @@ -37,7 +37,7 @@ public class WafPSMLocationMatch { * Apply the rules only to requests that match the specified host header. * If this is not set, the host header will not be checked. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -50,7 +50,7 @@ public HostHdrMatch getHost() { * Apply the rules only to requests that match the specified host header. * If this is not set, the host header will not be checked. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -63,7 +63,7 @@ public void setHost(HostHdrMatch host) { * Apply the rules only to requests that have the specified methods. * If this is not set, the method will not be checked. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return methods */ @@ -76,7 +76,7 @@ public MethodMatch getMethods() { * Apply the rules only to requests that have the specified methods. * If this is not set, the method will not be checked. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param methods set the methods. */ @@ -89,7 +89,7 @@ public void setMethods(MethodMatch methods) { * Apply the rules only to requests that match the specified uri. * If this is not set, the path will not be checked. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -102,7 +102,7 @@ public PathMatch getPath() { * Apply the rules only to requests that match the specified uri. * If this is not set, the path will not be checked. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafPSMLog.java b/java/src/com/vmware/avi/sdk/model/WafPSMLog.java index 9dceda6e16..698bde779e 100644 --- a/java/src/com/vmware/avi/sdk/model/WafPSMLog.java +++ b/java/src/com/vmware/avi/sdk/model/WafPSMLog.java @@ -48,7 +48,7 @@ public class WafPSMLog { * Actions generated by this rule. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -61,7 +61,7 @@ public List getActions() { * Actions generated by this rule. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -74,7 +74,7 @@ public void setActions(List actions) { * Actions generated by this rule. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -90,7 +90,7 @@ public WafPSMLog addActionsItem(String actionsItem) { * This is the getter method this will return the attribute value. * Name of the psm group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupName */ @@ -102,7 +102,7 @@ public String getGroupName() { * This is the setter method to the attribute. * Name of the psm group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param groupName set the groupName. */ @@ -114,7 +114,7 @@ public void setGroupName(String groupName) { * This is the getter method this will return the attribute value. * Uuid of the psm group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupUuid */ @@ -126,7 +126,7 @@ public String getGroupUuid() { * This is the setter method to the attribute. * Uuid of the psm group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param groupUuid set the groupUuid. */ @@ -138,7 +138,7 @@ public void setGroupUuid(String groupUuid) { * This is the getter method this will return the attribute value. * Name of the psm location. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -150,7 +150,7 @@ public String getLocation() { * This is the setter method to the attribute. * Name of the psm location. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -161,7 +161,7 @@ public void setLocation(String location) { * This is the getter method this will return the attribute value. * Transaction data that matched the rule. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -173,7 +173,7 @@ public List getMatches() { * This is the setter method. this will set the matches * Transaction data that matched the rule. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -185,7 +185,7 @@ public void setMatches(List matches) { * This is the setter method this will set the matches * Transaction data that matched the rule. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -201,7 +201,7 @@ public WafPSMLog addMatchesItem(WafRuleMatchData matchesItem) { * This is the getter method this will return the attribute value. * Rule id of the matching rule. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleId */ @@ -213,7 +213,7 @@ public String getRuleId() { * This is the setter method to the attribute. * Rule id of the matching rule. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleId set the ruleId. */ @@ -225,7 +225,7 @@ public void setRuleId(String ruleId) { * This is the getter method this will return the attribute value. * Name of the matching rule. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleName */ @@ -237,7 +237,7 @@ public String getRuleName() { * This is the setter method to the attribute. * Name of the matching rule. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleName set the ruleName. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafPSMMatchElement.java b/java/src/com/vmware/avi/sdk/model/WafPSMMatchElement.java index 4b756a599f..96a48dacba 100644 --- a/java/src/com/vmware/avi/sdk/model/WafPSMMatchElement.java +++ b/java/src/com/vmware/avi/sdk/model/WafPSMMatchElement.java @@ -45,7 +45,7 @@ public class WafPSMMatchElement { * This is the getter method this will return the attribute value. * Mark this element excluded, like in '!args password'. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excluded */ @@ -57,7 +57,7 @@ public Boolean getExcluded() { * This is the setter method to the attribute. * Mark this element excluded, like in '!args password'. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excluded set the excluded. */ @@ -69,7 +69,7 @@ public void setExcluded(Boolean excluded) { * This is the getter method this will return the attribute value. * Match_element index. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -81,7 +81,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Match_element index. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -94,7 +94,7 @@ public void setIndex(Integer index) { * Case sensitivity of match_op operation. * Enum options - SENSITIVE, INSENSITIVE. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -107,7 +107,7 @@ public String getMatchCase() { * Case sensitivity of match_op operation. * Enum options - SENSITIVE, INSENSITIVE. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -122,7 +122,7 @@ public void setMatchCase(String matchCase) { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUALS". * @return matchOp */ @@ -137,7 +137,7 @@ public String getMatchOp() { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUALS". * @param matchOp set the matchOp. */ @@ -151,9 +151,9 @@ public void setMatchOp(String matchOp) { * For example args or request_cookies. * This can be a scalar like path_info. * Enum options - WAF_VARIABLE_ARGS, WAF_VARIABLE_ARGS_GET, WAF_VARIABLE_ARGS_POST, WAF_VARIABLE_ARGS_NAMES, WAF_VARIABLE_REQUEST_COOKIES, - * WAF_VARIABLE_QUERY_STRING, WAF_VARIABLE_REQUEST_BASENAME, WAF_VARIABLE_REQUEST_URI, WAF_VARIABLE_PATH_INFO. + * WAF_VARIABLE_QUERY_STRING, WAF_VARIABLE_REQUEST_BASENAME, WAF_VARIABLE_REQUEST_URI, WAF_VARIABLE_PATH_INFO, WAF_VARIABLE_REQUEST_HEADERS. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -167,9 +167,9 @@ public String getName() { * For example args or request_cookies. * This can be a scalar like path_info. * Enum options - WAF_VARIABLE_ARGS, WAF_VARIABLE_ARGS_GET, WAF_VARIABLE_ARGS_POST, WAF_VARIABLE_ARGS_NAMES, WAF_VARIABLE_REQUEST_COOKIES, - * WAF_VARIABLE_QUERY_STRING, WAF_VARIABLE_REQUEST_BASENAME, WAF_VARIABLE_REQUEST_URI, WAF_VARIABLE_PATH_INFO. + * WAF_VARIABLE_QUERY_STRING, WAF_VARIABLE_REQUEST_BASENAME, WAF_VARIABLE_REQUEST_URI, WAF_VARIABLE_PATH_INFO, WAF_VARIABLE_REQUEST_HEADERS. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -182,7 +182,7 @@ public void setName(String name) { * The name of the request collection element. * This can be empty, if we address the whole collection or a scalar element. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subElement */ @@ -195,7 +195,7 @@ public String getSubElement() { * The name of the request collection element. * This can be empty, if we address the whole collection or a scalar element. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subElement set the subElement. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafPSMRule.java b/java/src/com/vmware/avi/sdk/model/WafPSMRule.java index 840c4ed9cf..c54739ad05 100644 --- a/java/src/com/vmware/avi/sdk/model/WafPSMRule.java +++ b/java/src/com/vmware/avi/sdk/model/WafPSMRule.java @@ -66,7 +66,7 @@ public class WafPSMRule { * This is the getter method this will return the attribute value. * Free-text comment about this rule. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -78,7 +78,7 @@ public String getDescription() { * This is the setter method to the attribute. * Free-text comment about this rule. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -90,7 +90,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Enable or disable this rule. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -102,7 +102,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable this rule. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -114,7 +114,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Rule index, this is used to determine the order of the rules. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -126,7 +126,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Rule index, this is used to determine the order of the rules. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -139,7 +139,7 @@ public void setIndex(Integer index) { * The field match_value_pattern regular expression is case sensitive. * Enum options - SENSITIVE, INSENSITIVE. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -152,7 +152,7 @@ public String getMatchCase() { * The field match_value_pattern regular expression is case sensitive. * Enum options - SENSITIVE, INSENSITIVE. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -163,7 +163,7 @@ public void setMatchCase(String matchCase) { * This is the getter method this will return the attribute value. * The match elements, for example args id or args|!args password. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElements */ @@ -175,7 +175,7 @@ public List getMatchElements() { * This is the setter method. this will set the matchElements * The match elements, for example args id or args|!args password. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElements */ @@ -187,7 +187,7 @@ public void setMatchElements(List matchElements) { * This is the setter method this will set the matchElements * The match elements, for example args id or args|!args password. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElements */ @@ -204,7 +204,7 @@ public WafPSMRule addMatchElementsItem(WafPSMMatchElement matchElementsItem) { * The maximum allowed length of the match_value. * If this is not set, the length will not be checked. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchValueMaxLength */ @@ -217,7 +217,7 @@ public Integer getMatchValueMaxLength() { * The maximum allowed length of the match_value. * If this is not set, the length will not be checked. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchValueMaxLength set the matchValueMaxLength. */ @@ -229,7 +229,7 @@ public void setMatchValueMaxLength(Integer matchValueMaxLength) { * This is the getter method this will return the attribute value. * A regular expression which describes the expected value. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchValuePattern */ @@ -241,7 +241,7 @@ public String getMatchValuePattern() { * This is the setter method to the attribute. * A regular expression which describes the expected value. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchValuePattern set the matchValuePattern. */ @@ -253,7 +253,7 @@ public void setMatchValuePattern(String matchValuePattern) { * This is the getter method this will return the attribute value. * If match_value_string_group_uuid and match_value_string_group_key are set, the referenced regular expression is used as match_value_pattern. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchValueStringGroupKey */ @@ -265,7 +265,7 @@ public String getMatchValueStringGroupKey() { * This is the setter method to the attribute. * If match_value_string_group_uuid and match_value_string_group_key are set, the referenced regular expression is used as match_value_pattern. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchValueStringGroupKey set the matchValueStringGroupKey. */ @@ -278,7 +278,7 @@ public void setMatchValueStringGroupKey(String matchValueStringGroupKey) { * The uuid of a string group containing key used in match_value_string_group_key. * It is a reference to an object of type stringgroup. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchValueStringGroupRef */ @@ -291,7 +291,7 @@ public String getMatchValueStringGroupRef() { * The uuid of a string group containing key used in match_value_string_group_key. * It is a reference to an object of type stringgroup. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchValueStringGroupRef set the matchValueStringGroupRef. */ @@ -307,7 +307,7 @@ public void setMatchValueStringGroupRef(String matchValueStringGroupRef) { * This only takes effect if the policy allows delegation. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -323,7 +323,7 @@ public String getMode() { * This only takes effect if the policy allows delegation. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -335,7 +335,7 @@ public void setMode(String mode) { * This is the getter method this will return the attribute value. * Name of the rule. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -347,7 +347,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the rule. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -361,7 +361,7 @@ public void setName(String name) { * This is used to select rules based on the paranoia-level. * Enum options - WAF_PARANOIA_LEVEL_LOW, WAF_PARANOIA_LEVEL_MEDIUM, WAF_PARANOIA_LEVEL_HIGH, WAF_PARANOIA_LEVEL_EXTREME. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_PARANOIA_LEVEL_LOW". * @return paranoiaLevel */ @@ -375,7 +375,7 @@ public String getParanoiaLevel() { * This is used to select rules based on the paranoia-level. * Enum options - WAF_PARANOIA_LEVEL_LOW, WAF_PARANOIA_LEVEL_MEDIUM, WAF_PARANOIA_LEVEL_HIGH, WAF_PARANOIA_LEVEL_EXTREME. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_PARANOIA_LEVEL_LOW". * @param paranoiaLevel set the paranoiaLevel. */ @@ -388,7 +388,7 @@ public void setParanoiaLevel(String paranoiaLevel) { * Id field which is used for log and metric generation. * This id must be unique for all rules in this group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleId */ @@ -401,7 +401,7 @@ public String getRuleId() { * Id field which is used for log and metric generation. * This id must be unique for all rules in this group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleId set the ruleId. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafPolicy.java b/java/src/com/vmware/avi/sdk/model/WafPolicy.java index 2a1f7e2ae3..7f74642b48 100644 --- a/java/src/com/vmware/avi/sdk/model/WafPolicy.java +++ b/java/src/com/vmware/avi/sdk/model/WafPolicy.java @@ -116,7 +116,7 @@ public class WafPolicy extends AviRestResource { * Allow rules to overwrite the policy mode. * This must be set if the policy mode is set to enforcement. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return allowModeDelegation */ @@ -129,7 +129,7 @@ public Boolean getAllowModeDelegation() { * Allow rules to overwrite the policy mode. * This must be set if the policy mode is set to enforcement. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param allowModeDelegation set the allowModeDelegation. */ @@ -142,7 +142,7 @@ public void setAllowModeDelegation(Boolean allowModeDelegation) { * A set of rules which describe conditions under which the request will bypass the waf. * This will be processed in the request header phase before any other waf related code. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowlist */ @@ -155,7 +155,7 @@ public WafPolicyAllowlist getAllowlist() { * A set of rules which describe conditions under which the request will bypass the waf. * This will be processed in the request header phase before any other waf related code. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allowlist set the allowlist. */ @@ -167,7 +167,7 @@ public void setAllowlist(WafPolicyAllowlist allowlist) { * This is the getter method this will return the attribute value. * Application specific signatures. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationSignatures */ @@ -179,7 +179,7 @@ public WafApplicationSignatures getApplicationSignatures() { * This is the setter method to the attribute. * Application specific signatures. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param applicationSignatures set the applicationSignatures. */ @@ -193,7 +193,7 @@ public void setApplicationSignatures(WafApplicationSignatures applicationSignatu * If a newer crs object is available on this controller, the system will issue the crs upgrade process for this waf policy. * It will not update polices if the current crs version is crs-version-not-applicable. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return autoUpdateCrs */ @@ -207,7 +207,7 @@ public Boolean getAutoUpdateCrs() { * If a newer crs object is available on this controller, the system will issue the crs upgrade process for this waf policy. * It will not update polices if the current crs version is crs-version-not-applicable. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param autoUpdateCrs set the autoUpdateCrs. */ @@ -219,7 +219,7 @@ public void setAutoUpdateCrs(Boolean autoUpdateCrs) { * This is the getter method this will return the attribute value. * Enable the functionality to bypass waf for static file extensions. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return bypassStaticExtensions */ @@ -231,7 +231,7 @@ public Boolean getBypassStaticExtensions() { * This is the setter method to the attribute. * Enable the functionality to bypass waf for static file extensions. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param bypassStaticExtensions set the bypassStaticExtensions. */ @@ -243,7 +243,7 @@ public void setBypassStaticExtensions(Boolean bypassStaticExtensions) { * This is the getter method this will return the attribute value. * Configure thresholds for confidence labels. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return confidenceOverride */ @@ -255,7 +255,7 @@ public AppLearningConfidenceOverride getConfidenceOverride() { * This is the setter method to the attribute. * Configure thresholds for confidence labels. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param confidenceOverride set the confidenceOverride. */ @@ -267,7 +267,7 @@ public void setConfidenceOverride(AppLearningConfidenceOverride confidenceOverri * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -279,7 +279,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -290,7 +290,7 @@ public void setCreatedBy(String createdBy) { * This is the getter method this will return the attribute value. * Override attributes for crs rules. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsOverrides */ @@ -302,7 +302,7 @@ public List getCrsOverrides() { * This is the setter method. this will set the crsOverrides * Override attributes for crs rules. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsOverrides */ @@ -314,7 +314,7 @@ public void setCrsOverrides(List crsOverrides) { * This is the setter method this will set the crsOverrides * Override attributes for crs rules. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsOverrides */ @@ -329,7 +329,7 @@ public WafPolicy addCrsOverridesItem(WafRuleGroupOverrides crsOverridesItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -340,7 +340,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -352,7 +352,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Enable application learning for this waf policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableAppLearning */ @@ -364,7 +364,7 @@ public Boolean getEnableAppLearning() { * This is the setter method to the attribute. * Enable application learning for this waf policy. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableAppLearning set the enableAppLearning. */ @@ -377,7 +377,7 @@ public void setEnableAppLearning(Boolean enableAppLearning) { * Enable application learning based rule updates on the waf profile. * Rules will be programmed in dedicated waf learning group. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableAutoRuleUpdates */ @@ -390,7 +390,7 @@ public Boolean getEnableAutoRuleUpdates() { * Enable application learning based rule updates on the waf profile. * Rules will be programmed in dedicated waf learning group. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableAutoRuleUpdates set the enableAutoRuleUpdates. */ @@ -403,7 +403,7 @@ public void setEnableAutoRuleUpdates(Boolean enableAutoRuleUpdates) { * Enable dynamic regex generation for positive security model rules. * This is an experimental feature and shouldn't be used in production. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableRegexLearning */ @@ -416,7 +416,7 @@ public Boolean getEnableRegexLearning() { * Enable dynamic regex generation for positive security model rules. * This is an experimental feature and shouldn't be used in production. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableRegexLearning set the enableRegexLearning. */ @@ -430,7 +430,7 @@ public void setEnableRegexLearning(Boolean enableRegexLearning) { * This can be 'open' or 'closed'. * Enum options - WAF_FAILURE_MODE_OPEN, WAF_FAILURE_MODE_CLOSED. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_FAILURE_MODE_OPEN". * @return failureMode */ @@ -444,7 +444,7 @@ public String getFailureMode() { * This can be 'open' or 'closed'. * Enum options - WAF_FAILURE_MODE_OPEN, WAF_FAILURE_MODE_CLOSED. * Field introduced in 18.1.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_FAILURE_MODE_OPEN". * @param failureMode set the failureMode. */ @@ -457,7 +457,7 @@ public void setFailureMode(String failureMode) { * Geo location mapping database used by this wafpolicy. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDbRef */ @@ -470,7 +470,7 @@ public String getGeoDbRef() { * Geo location mapping database used by this wafpolicy. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDbRef set the geoDbRef. */ @@ -482,7 +482,7 @@ public void setGeoDbRef(String geoDbRef) { * This is the getter method this will return the attribute value. * Parameters for tuning application learning. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return learningParams */ @@ -494,7 +494,7 @@ public AppLearningParams getLearningParams() { * This is the setter method to the attribute. * Parameters for tuning application learning. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param learningParams set the learningParams. */ @@ -505,8 +505,7 @@ public void setLearningParams(AppLearningParams learningParams) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -518,8 +517,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -531,8 +529,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -549,7 +546,7 @@ public WafPolicy addMarkersItem(RoleFilterMatchLabel markersItem) { * Minimum confidence label required for auto rule updates. * Enum options - CONFIDENCE_VERY_HIGH, CONFIDENCE_HIGH, CONFIDENCE_PROBABLE, CONFIDENCE_LOW, CONFIDENCE_NONE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CONFIDENCE_VERY_HIGH". * @return minConfidence */ @@ -562,7 +559,7 @@ public String getMinConfidence() { * Minimum confidence label required for auto rule updates. * Enum options - CONFIDENCE_VERY_HIGH, CONFIDENCE_HIGH, CONFIDENCE_PROBABLE, CONFIDENCE_LOW, CONFIDENCE_NONE. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CONFIDENCE_VERY_HIGH". * @param minConfidence set the minConfidence. */ @@ -577,7 +574,7 @@ public void setMinConfidence(String minConfidence) { * It can be overwritten by rules if allow_mode_delegation is set. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_MODE_DETECTION_ONLY". * @return mode */ @@ -592,7 +589,7 @@ public String getMode() { * It can be overwritten by rules if allow_mode_delegation is set. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_MODE_DETECTION_ONLY". * @param mode set the mode. */ @@ -603,7 +600,7 @@ public void setMode(String mode) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -614,7 +611,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -628,7 +625,7 @@ public void setName(String name) { * This is used to select rules based on the paranoia-level tag. * Enum options - WAF_PARANOIA_LEVEL_LOW, WAF_PARANOIA_LEVEL_MEDIUM, WAF_PARANOIA_LEVEL_HIGH, WAF_PARANOIA_LEVEL_EXTREME. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_PARANOIA_LEVEL_LOW". * @return paranoiaLevel */ @@ -642,7 +639,7 @@ public String getParanoiaLevel() { * This is used to select rules based on the paranoia-level tag. * Enum options - WAF_PARANOIA_LEVEL_LOW, WAF_PARANOIA_LEVEL_MEDIUM, WAF_PARANOIA_LEVEL_HIGH, WAF_PARANOIA_LEVEL_EXTREME. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_PARANOIA_LEVEL_LOW". * @param paranoiaLevel set the paranoiaLevel. */ @@ -656,7 +653,7 @@ public void setParanoiaLevel(String paranoiaLevel) { * This is used to describe how the request or parts of the request should look like. * It is executed in the request body phase of avi waf. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return positiveSecurityModel */ @@ -670,7 +667,7 @@ public WafPositiveSecurityModel getPositiveSecurityModel() { * This is used to describe how the request or parts of the request should look like. * It is executed in the request body phase of avi waf. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param positiveSecurityModel set the positiveSecurityModel. */ @@ -682,7 +679,7 @@ public void setPositiveSecurityModel(WafPositiveSecurityModel positiveSecurityMo * Waf rules are categorized in to groups based on their characterization. * These groups are created by the user and will be enforced after the crs groups. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return postCrsGroups */ @@ -695,7 +692,7 @@ public List getPostCrsGroups() { * Waf rules are categorized in to groups based on their characterization. * These groups are created by the user and will be enforced after the crs groups. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return postCrsGroups */ @@ -708,7 +705,7 @@ public void setPostCrsGroups(List postCrsGroups) { * Waf rules are categorized in to groups based on their characterization. * These groups are created by the user and will be enforced after the crs groups. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return postCrsGroups */ @@ -724,7 +721,7 @@ public WafPolicy addPostCrsGroupsItem(WafRuleGroup postCrsGroupsItem) { * Waf rules are categorized in to groups based on their characterization. * These groups are created by the user and will be enforced before the crs groups. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return preCrsGroups */ @@ -737,7 +734,7 @@ public List getPreCrsGroups() { * Waf rules are categorized in to groups based on their characterization. * These groups are created by the user and will be enforced before the crs groups. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return preCrsGroups */ @@ -750,7 +747,7 @@ public void setPreCrsGroups(List preCrsGroups) { * Waf rules are categorized in to groups based on their characterization. * These groups are created by the user and will be enforced before the crs groups. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return preCrsGroups */ @@ -766,7 +763,7 @@ public WafPolicy addPreCrsGroupsItem(WafRuleGroup preCrsGroupsItem) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -778,7 +775,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -794,7 +791,7 @@ public void setTenantRef(String tenantRef) { * If this flag is not set or if the policy mode is detection, rules will be added without new crs_overrides. * This option is used for the auto_update_crs workflow as well as for the ui based crs update workflow. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return updatedCrsRulesInDetectionMode */ @@ -810,7 +807,7 @@ public Boolean getUpdatedCrsRulesInDetectionMode() { * If this flag is not set or if the policy mode is detection, rules will be added without new crs_overrides. * This option is used for the auto_update_crs workflow as well as for the ui based crs update workflow. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param updatedCrsRulesInDetectionMode set the updatedCrsRulesInDetectionMode. */ @@ -838,7 +835,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -849,7 +846,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -862,7 +859,7 @@ public void setUuid(String uuid) { * Waf core ruleset used for the crs part of this policy. * It is a reference to an object of type wafcrs. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafCrsRef */ @@ -875,7 +872,7 @@ public String getWafCrsRef() { * Waf core ruleset used for the crs part of this policy. * It is a reference to an object of type wafcrs. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param wafCrsRef set the wafCrsRef. */ @@ -888,7 +885,7 @@ public void setWafCrsRef(String wafCrsRef) { * Waf profile for waf policy. * It is a reference to an object of type wafprofile. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafProfileRef */ @@ -901,7 +898,7 @@ public String getWafProfileRef() { * Waf profile for waf policy. * It is a reference to an object of type wafprofile. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param wafProfileRef set the wafProfileRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafPolicyAllowlist.java b/java/src/com/vmware/avi/sdk/model/WafPolicyAllowlist.java index f31cdaa539..8700667e05 100644 --- a/java/src/com/vmware/avi/sdk/model/WafPolicyAllowlist.java +++ b/java/src/com/vmware/avi/sdk/model/WafPolicyAllowlist.java @@ -29,7 +29,7 @@ public class WafPolicyAllowlist { * This is the getter method this will return the attribute value. * Rules to bypass waf. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -41,7 +41,7 @@ public List getRules() { * This is the setter method. this will set the rules * Rules to bypass waf. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -53,7 +53,7 @@ public void setRules(List rules) { * This is the setter method this will set the rules * Rules to bypass waf. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ diff --git a/java/src/com/vmware/avi/sdk/model/WafPolicyAllowlistRule.java b/java/src/com/vmware/avi/sdk/model/WafPolicyAllowlistRule.java index 3d40930314..53375ffddc 100644 --- a/java/src/com/vmware/avi/sdk/model/WafPolicyAllowlistRule.java +++ b/java/src/com/vmware/avi/sdk/model/WafPolicyAllowlistRule.java @@ -50,7 +50,7 @@ public class WafPolicyAllowlistRule { * Field introduced in 20.1.3. * Minimum of 1 items required. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -65,7 +65,7 @@ public List getActions() { * Field introduced in 20.1.3. * Minimum of 1 items required. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -80,7 +80,7 @@ public void setActions(List actions) { * Field introduced in 20.1.3. * Minimum of 1 items required. * Maximum of 1 items allowed. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -96,7 +96,7 @@ public WafPolicyAllowlistRule addActionsItem(String actionsItem) { * This is the getter method this will return the attribute value. * Description of this rule. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -108,7 +108,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description of this rule. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -120,7 +120,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Enable or deactivate the rule. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -132,7 +132,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or deactivate the rule. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -144,7 +144,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Rules are processed in order of this index field. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -156,7 +156,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Rules are processed in order of this index field. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -168,7 +168,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Match criteria describing requests to which this rule should be applied. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -180,7 +180,7 @@ public MatchTarget getMatch() { * This is the setter method to the attribute. * Match criteria describing requests to which this rule should be applied. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -192,7 +192,7 @@ public void setMatch(MatchTarget match) { * This is the getter method this will return the attribute value. * A name describing the rule in a short form. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -204,7 +204,7 @@ public String getName() { * This is the setter method to the attribute. * A name describing the rule in a short form. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -218,7 +218,7 @@ public void setName(String name) { * Allowed values are 0-100. * Field introduced in 20.1.3. * Unit is percent. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return samplingPercent */ @@ -232,7 +232,7 @@ public Integer getSamplingPercent() { * Allowed values are 0-100. * Field introduced in 20.1.3. * Unit is percent. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param samplingPercent set the samplingPercent. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafPolicyCRSUpdate.java b/java/src/com/vmware/avi/sdk/model/WafPolicyCRSUpdate.java index f854037db0..7bad5f2890 100644 --- a/java/src/com/vmware/avi/sdk/model/WafPolicyCRSUpdate.java +++ b/java/src/com/vmware/avi/sdk/model/WafPolicyCRSUpdate.java @@ -34,7 +34,7 @@ public class WafPolicyCRSUpdate { * Set this to true if you want to update the policy. * The default value of false will only analyse what would be changed if this flag would be set to true. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return commit */ @@ -47,7 +47,7 @@ public Boolean getCommit() { * Set this to true if you want to update the policy. * The default value of false will only analyse what would be changed if this flag would be set to true. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param commit set the commit. */ @@ -61,7 +61,7 @@ public void setCommit(Boolean commit) { * To disable crs for this policy, the special crs object crs-version-not-applicable can be used. * It is a reference to an object of type wafcrs. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafCrsRef */ @@ -75,7 +75,7 @@ public String getWafCrsRef() { * To disable crs for this policy, the special crs object crs-version-not-applicable can be used. * It is a reference to an object of type wafcrs. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param wafCrsRef set the wafCrsRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafPolicyPSMGroup.java b/java/src/com/vmware/avi/sdk/model/WafPolicyPSMGroup.java index 0ce0e7e680..b79b32fa3a 100644 --- a/java/src/com/vmware/avi/sdk/model/WafPolicyPSMGroup.java +++ b/java/src/com/vmware/avi/sdk/model/WafPolicyPSMGroup.java @@ -60,7 +60,7 @@ public class WafPolicyPSMGroup extends AviRestResource { * This is the getter method this will return the attribute value. * Free-text comment about this group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -72,7 +72,7 @@ public String getDescription() { * This is the setter method to the attribute. * Free-text comment about this group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -84,7 +84,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Enable or disable this waf rule group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -96,7 +96,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable this waf rule group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -110,7 +110,7 @@ public void setEnable(Boolean enable) { * Allowed actions are waf_action_no_op and waf_action_allow_parameter. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_ACTION_ALLOW_PARAMETER". * @return hitAction */ @@ -124,7 +124,7 @@ public String getHitAction() { * Allowed actions are waf_action_no_op and waf_action_allow_parameter. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_ACTION_ALLOW_PARAMETER". * @param hitAction set the hitAction. */ @@ -136,7 +136,7 @@ public void setHitAction(String hitAction) { * This is the getter method this will return the attribute value. * This field indicates that this group is used for learning. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isLearningGroup */ @@ -148,7 +148,7 @@ public Boolean getIsLearningGroup() { * This is the setter method to the attribute. * This field indicates that this group is used for learning. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isLearningGroup set the isLearningGroup. */ @@ -160,7 +160,7 @@ public void setIsLearningGroup(Boolean isLearningGroup) { * Positive security model locations. * These are used to partition the application name space. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return locations */ @@ -173,7 +173,7 @@ public List getLocations() { * Positive security model locations. * These are used to partition the application name space. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return locations */ @@ -186,7 +186,7 @@ public void setLocations(List locations) { * Positive security model locations. * These are used to partition the application name space. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return locations */ @@ -201,8 +201,7 @@ public WafPolicyPSMGroup addLocationsItem(WafPSMLocation locationsItem) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -214,8 +213,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -227,8 +225,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -246,7 +243,7 @@ public WafPolicyPSMGroup addMarkersItem(RoleFilterMatchLabel markersItem) { * Allowed actions are waf_action_no_op and waf_action_block. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_ACTION_NO_OP". * @return missAction */ @@ -260,7 +257,7 @@ public String getMissAction() { * Allowed actions are waf_action_no_op and waf_action_block. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_ACTION_NO_OP". * @param missAction set the missAction. */ @@ -272,7 +269,7 @@ public void setMissAction(String missAction) { * This is the getter method this will return the attribute value. * User defined name of the group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -284,7 +281,7 @@ public String getName() { * This is the setter method to the attribute. * User defined name of the group. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -297,7 +294,7 @@ public void setName(String name) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -310,7 +307,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -339,7 +336,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of this object. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -351,7 +348,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of this object. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafPolicyRequiredDataFile.java b/java/src/com/vmware/avi/sdk/model/WafPolicyRequiredDataFile.java index cc4e31c7e1..12f1303570 100644 --- a/java/src/com/vmware/avi/sdk/model/WafPolicyRequiredDataFile.java +++ b/java/src/com/vmware/avi/sdk/model/WafPolicyRequiredDataFile.java @@ -33,7 +33,7 @@ public class WafPolicyRequiredDataFile { * This is the getter method this will return the attribute value. * Name of the data file. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -45,7 +45,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the data file. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -58,7 +58,7 @@ public void setName(String name) { * Type of the data file. * Enum options - WAF_DATAFILE_PM_FROM_FILE, WAF_DATAFILE_DTD, WAF_DATAFILE_XSD, WAF_DATAFILE_IP_MATCH_FROM_FILE. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -71,7 +71,7 @@ public String getType() { * Type of the data file. * Enum options - WAF_DATAFILE_PM_FROM_FILE, WAF_DATAFILE_DTD, WAF_DATAFILE_XSD, WAF_DATAFILE_IP_MATCH_FROM_FILE. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafPositiveSecurityModel.java b/java/src/com/vmware/avi/sdk/model/WafPositiveSecurityModel.java index 0906da5751..110f0a74df 100644 --- a/java/src/com/vmware/avi/sdk/model/WafPositiveSecurityModel.java +++ b/java/src/com/vmware/avi/sdk/model/WafPositiveSecurityModel.java @@ -31,7 +31,7 @@ public class WafPositiveSecurityModel { * The order of the groups matters, one group may mark parts of the request as valid, so that subsequent groups will not check these parts. * It is a reference to an object of type wafpolicypsmgroup. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRefs */ @@ -45,7 +45,7 @@ public List getGroupRefs() { * The order of the groups matters, one group may mark parts of the request as valid, so that subsequent groups will not check these parts. * It is a reference to an object of type wafpolicypsmgroup. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRefs */ @@ -59,7 +59,7 @@ public void setGroupRefs(List groupRefs) { * The order of the groups matters, one group may mark parts of the request as valid, so that subsequent groups will not check these parts. * It is a reference to an object of type wafpolicypsmgroup. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRefs */ diff --git a/java/src/com/vmware/avi/sdk/model/WafProfile.java b/java/src/com/vmware/avi/sdk/model/WafProfile.java index b4caa51623..0d653f255b 100644 --- a/java/src/com/vmware/avi/sdk/model/WafProfile.java +++ b/java/src/com/vmware/avi/sdk/model/WafProfile.java @@ -51,7 +51,7 @@ public class WafProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Config params for waf. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return config */ @@ -63,7 +63,7 @@ public WafConfig getConfig() { * This is the setter method to the attribute. * Config params for waf. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param config set the config. */ @@ -74,7 +74,7 @@ public void setConfig(WafConfig config) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -85,7 +85,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -96,7 +96,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * List of data files used for waf rules. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -108,7 +108,7 @@ public List getFiles() { * This is the setter method. this will set the files * List of data files used for waf rules. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -120,7 +120,7 @@ public void setFiles(List files) { * This is the setter method this will set the files * List of data files used for waf rules. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -135,8 +135,7 @@ public WafProfile addFilesItem(WafDataFile filesItem) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -148,8 +147,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -161,8 +159,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -177,7 +174,7 @@ public WafProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -188,7 +185,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -200,7 +197,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -212,7 +209,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -240,7 +237,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -251,7 +248,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafRule.java b/java/src/com/vmware/avi/sdk/model/WafRule.java index 33373f53ff..e4548bc99a 100644 --- a/java/src/com/vmware/avi/sdk/model/WafRule.java +++ b/java/src/com/vmware/avi/sdk/model/WafRule.java @@ -60,7 +60,7 @@ public class WafRule { * This is the getter method this will return the attribute value. * Enable or disable waf rule group. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -72,7 +72,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable waf rule group. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -85,7 +85,7 @@ public void setEnable(Boolean enable) { * The fields in the exclude list entry are logically and'ed to deduce the exclusion criteria. * If there are multiple excludelist entries, it will be 'logical or' of them. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeList */ @@ -99,7 +99,7 @@ public List getExcludeList() { * The fields in the exclude list entry are logically and'ed to deduce the exclusion criteria. * If there are multiple excludelist entries, it will be 'logical or' of them. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeList */ @@ -113,7 +113,7 @@ public void setExcludeList(List excludeList) { * The fields in the exclude list entry are logically and'ed to deduce the exclusion criteria. * If there are multiple excludelist entries, it will be 'logical or' of them. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeList */ @@ -128,7 +128,7 @@ public WafRule addExcludeListItem(WafExcludeListEntry excludeListItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -139,7 +139,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -151,7 +151,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * The rule field is sensitive and will not be displayed. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isSensitive */ @@ -163,7 +163,7 @@ public Boolean getIsSensitive() { * This is the setter method to the attribute. * The rule field is sensitive and will not be displayed. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isSensitive set the isSensitive. */ @@ -179,7 +179,7 @@ public void setIsSensitive(Boolean isSensitive) { * This only takes effect if the policy allows delegation. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -195,7 +195,7 @@ public String getMode() { * This only takes effect if the policy allows delegation. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 18.1.5, 18.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -207,7 +207,7 @@ public void setMode(String mode) { * This is the getter method this will return the attribute value. * User-friendly optional name for a rule. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -219,7 +219,7 @@ public String getName() { * This is the setter method to the attribute. * User-friendly optional name for a rule. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -234,7 +234,7 @@ public void setName(String name) { * This field is filled for crs rules. * Enum options - WAF_PARANOIA_LEVEL_LOW, WAF_PARANOIA_LEVEL_MEDIUM, WAF_PARANOIA_LEVEL_HIGH, WAF_PARANOIA_LEVEL_EXTREME. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paranoiaLevel */ @@ -249,7 +249,7 @@ public String getParanoiaLevel() { * This field is filled for crs rules. * Enum options - WAF_PARANOIA_LEVEL_LOW, WAF_PARANOIA_LEVEL_MEDIUM, WAF_PARANOIA_LEVEL_HIGH, WAF_PARANOIA_LEVEL_EXTREME. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param paranoiaLevel set the paranoiaLevel. */ @@ -263,8 +263,7 @@ public void setParanoiaLevel(String paranoiaLevel) { * Enum options - WAF_PHASE_CONNECTION, WAF_PHASE_REQUEST_HEADER, WAF_PHASE_REQUEST_BODY, WAF_PHASE_RESPONSE_HEADER, WAF_PHASE_RESPONSE_BODY, * WAF_PHASE_LOGGING. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @return phase */ public String getPhase() { @@ -277,8 +276,7 @@ public String getPhase() { * Enum options - WAF_PHASE_CONNECTION, WAF_PHASE_REQUEST_HEADER, WAF_PHASE_REQUEST_BODY, WAF_PHASE_RESPONSE_HEADER, WAF_PHASE_RESPONSE_BODY, * WAF_PHASE_LOGGING. * Field introduced in 20.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * @param phase set the phase. */ public void setPhase(String phase) { @@ -289,7 +287,7 @@ public void setPhase(String phase) { * This is the getter method this will return the attribute value. * Rule as per modsec language. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rule */ @@ -301,7 +299,7 @@ public String getRule() { * This is the setter method to the attribute. * Rule as per modsec language. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rule set the rule. */ @@ -316,7 +314,7 @@ public void setRule(String rule) { * It is extracted from the id action in a modsec rule. * Rules within a single waf policy are required to have unique rule_ids. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleId */ @@ -331,7 +329,7 @@ public String getRuleId() { * It is extracted from the id action in a modsec rule. * Rules within a single waf policy are required to have unique rule_ids. * Field introduced in 17.2.2. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleId set the ruleId. */ @@ -343,7 +341,7 @@ public void setRuleId(String ruleId) { * Tags for waf rule as per modsec language. * They are extracted from the tag action in a modsec rule. * Field introduced in 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ @@ -356,7 +354,7 @@ public List getTags() { * Tags for waf rule as per modsec language. * They are extracted from the tag action in a modsec rule. * Field introduced in 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ @@ -369,7 +367,7 @@ public void setTags(List tags) { * Tags for waf rule as per modsec language. * They are extracted from the tag action in a modsec rule. * Field introduced in 18.1.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ diff --git a/java/src/com/vmware/avi/sdk/model/WafRuleGroup.java b/java/src/com/vmware/avi/sdk/model/WafRuleGroup.java index 58413abf9c..21e8ad2c3e 100644 --- a/java/src/com/vmware/avi/sdk/model/WafRuleGroup.java +++ b/java/src/com/vmware/avi/sdk/model/WafRuleGroup.java @@ -42,7 +42,7 @@ public class WafRuleGroup { * This is the getter method this will return the attribute value. * Enable or disable waf rule group. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -54,7 +54,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable waf rule group. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -67,7 +67,7 @@ public void setEnable(Boolean enable) { * The fields in the exclude list entry are logically and'ed to deduce the exclusion criteria. * If there are multiple excludelist entries, it will be 'logical or' of them. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeList */ @@ -81,7 +81,7 @@ public List getExcludeList() { * The fields in the exclude list entry are logically and'ed to deduce the exclusion criteria. * If there are multiple excludelist entries, it will be 'logical or' of them. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeList */ @@ -95,7 +95,7 @@ public void setExcludeList(List excludeList) { * The fields in the exclude list entry are logically and'ed to deduce the exclusion criteria. * If there are multiple excludelist entries, it will be 'logical or' of them. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeList */ @@ -110,7 +110,7 @@ public WafRuleGroup addExcludeListItem(WafExcludeListEntry excludeListItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -121,7 +121,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -132,7 +132,7 @@ public void setIndex(Integer index) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -143,7 +143,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -154,7 +154,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Rules as per modsec language. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -166,7 +166,7 @@ public List getRules() { * This is the setter method. this will set the rules * Rules as per modsec language. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -178,7 +178,7 @@ public void setRules(List rules) { * This is the setter method this will set the rules * Rules as per modsec language. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ diff --git a/java/src/com/vmware/avi/sdk/model/WafRuleGroupOverrides.java b/java/src/com/vmware/avi/sdk/model/WafRuleGroupOverrides.java index f2f3e724f7..ef335abe62 100644 --- a/java/src/com/vmware/avi/sdk/model/WafRuleGroupOverrides.java +++ b/java/src/com/vmware/avi/sdk/model/WafRuleGroupOverrides.java @@ -42,7 +42,7 @@ public class WafRuleGroupOverrides { * This is the getter method this will return the attribute value. * Override the enable flag for this group. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enable */ @@ -54,7 +54,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Override the enable flag for this group. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enable set the enable. */ @@ -65,7 +65,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Replace the exclude list for this group. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeList */ @@ -77,7 +77,7 @@ public List getExcludeList() { * This is the setter method. this will set the excludeList * Replace the exclude list for this group. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeList */ @@ -89,7 +89,7 @@ public void setExcludeList(List excludeList) { * This is the setter method this will set the excludeList * Replace the exclude list for this group. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeList */ @@ -106,7 +106,7 @@ public WafRuleGroupOverrides addExcludeListItem(WafExcludeListEntry excludeListI * Override the waf mode for this group. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -119,7 +119,7 @@ public String getMode() { * Override the waf mode for this group. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -131,7 +131,7 @@ public void setMode(String mode) { * This is the getter method this will return the attribute value. * The name of the group where attributes or rules are overridden. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -143,7 +143,7 @@ public String getName() { * This is the setter method to the attribute. * The name of the group where attributes or rules are overridden. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -154,7 +154,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Rule specific overrides. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleOverrides */ @@ -166,7 +166,7 @@ public List getRuleOverrides() { * This is the setter method. this will set the ruleOverrides * Rule specific overrides. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleOverrides */ @@ -178,7 +178,7 @@ public void setRuleOverrides(List ruleOverrides) { * This is the setter method this will set the ruleOverrides * Rule specific overrides. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleOverrides */ diff --git a/java/src/com/vmware/avi/sdk/model/WafRuleLog.java b/java/src/com/vmware/avi/sdk/model/WafRuleLog.java index 66e8b70ad1..0235706d05 100644 --- a/java/src/com/vmware/avi/sdk/model/WafRuleLog.java +++ b/java/src/com/vmware/avi/sdk/model/WafRuleLog.java @@ -50,7 +50,7 @@ public class WafRuleLog { * This is the getter method this will return the attribute value. * Transaction data that matched the rule. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -62,7 +62,7 @@ public List getMatches() { * This is the setter method. this will set the matches * Transaction data that matched the rule. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -74,7 +74,7 @@ public void setMatches(List matches) { * This is the setter method this will set the matches * Transaction data that matched the rule. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -90,7 +90,7 @@ public WafRuleLog addMatchesItem(WafRuleMatchData matchesItem) { * This is the getter method this will return the attribute value. * Rule's msg string per modsec language. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return msg */ @@ -102,7 +102,7 @@ public String getMsg() { * This is the setter method to the attribute. * Rule's msg string per modsec language. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param msg set the msg. */ @@ -114,7 +114,7 @@ public void setMsg(String msg) { * This is the getter method this will return the attribute value. * The count of omitted match element logs in the current rule. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return omittedMatchElements */ @@ -126,7 +126,7 @@ public Integer getOmittedMatchElements() { * This is the setter method to the attribute. * The count of omitted match element logs in the current rule. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param omittedMatchElements set the omittedMatchElements. */ @@ -138,7 +138,7 @@ public void setOmittedMatchElements(Integer omittedMatchElements) { * This is the getter method this will return the attribute value. * Phase in which transaction matched the rule - for instance, request header phase. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return phase */ @@ -150,7 +150,7 @@ public String getPhase() { * This is the setter method to the attribute. * Phase in which transaction matched the rule - for instance, request header phase. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param phase set the phase. */ @@ -162,7 +162,7 @@ public void setPhase(String phase) { * This is the getter method this will return the attribute value. * Rule group for the matching rule. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleGroup */ @@ -174,7 +174,7 @@ public String getRuleGroup() { * This is the setter method to the attribute. * Rule group for the matching rule. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleGroup set the ruleGroup. */ @@ -186,7 +186,7 @@ public void setRuleGroup(String ruleGroup) { * This is the getter method this will return the attribute value. * Id of the matching rule per modsec language. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleId */ @@ -198,7 +198,7 @@ public Integer getRuleId() { * This is the setter method to the attribute. * Id of the matching rule per modsec language. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleId set the ruleId. */ @@ -210,7 +210,7 @@ public void setRuleId(Integer ruleId) { * This is the getter method this will return the attribute value. * Name of the rule. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleName */ @@ -222,7 +222,7 @@ public String getRuleName() { * This is the setter method to the attribute. * Name of the rule. * Field introduced in 17.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleName set the ruleName. */ @@ -233,7 +233,7 @@ public void setRuleName(String ruleName) { * This is the getter method this will return the attribute value. * Rule's tags per modsec language. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ @@ -245,7 +245,7 @@ public List getTags() { * This is the setter method. this will set the tags * Rule's tags per modsec language. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ @@ -257,7 +257,7 @@ public void setTags(List tags) { * This is the setter method this will set the tags * Rule's tags per modsec language. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ diff --git a/java/src/com/vmware/avi/sdk/model/WafRuleMatchData.java b/java/src/com/vmware/avi/sdk/model/WafRuleMatchData.java index d6e0cf0359..cf004e301c 100644 --- a/java/src/com/vmware/avi/sdk/model/WafRuleMatchData.java +++ b/java/src/com/vmware/avi/sdk/model/WafRuleMatchData.java @@ -40,7 +40,7 @@ public class WafRuleMatchData { * The match_element is an internal variable. * It is not possible to add exclusions for this element. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isInternal */ @@ -53,7 +53,7 @@ public Boolean getIsInternal() { * The match_element is an internal variable. * It is not possible to add exclusions for this element. * Field introduced in 17.2.4. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isInternal set the isInternal. */ @@ -65,7 +65,7 @@ public void setIsInternal(Boolean isInternal) { * This is the getter method this will return the attribute value. * Field from a transaction that matches the rule, for instance if the request parameter is password=foobar, then match_element is args password. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElement */ @@ -77,7 +77,7 @@ public String getMatchElement() { * This is the setter method to the attribute. * Field from a transaction that matches the rule, for instance if the request parameter is password=foobar, then match_element is args password. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchElement set the matchElement. */ @@ -94,7 +94,7 @@ public void setMatchElement(String matchElement) { * match_value_offset. * This is done to ensure the relevant part is shown. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchValue */ @@ -111,7 +111,7 @@ public String getMatchValue() { * match_value_offset. * This is done to ensure the relevant part is shown. * Field introduced in 17.2.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchValue set the matchValue. */ @@ -123,7 +123,7 @@ public void setMatchValue(String matchValue) { * This is the getter method this will return the attribute value. * The starting index of the first character of match_value field with respect to original match value. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return matchValueOffset */ @@ -135,7 +135,7 @@ public Integer getMatchValueOffset() { * This is the setter method to the attribute. * The starting index of the first character of match_value field with respect to original match value. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param matchValueOffset set the matchValueOffset. */ diff --git a/java/src/com/vmware/avi/sdk/model/WafRuleOverrides.java b/java/src/com/vmware/avi/sdk/model/WafRuleOverrides.java index 20d5fcc492..1e73173b9b 100644 --- a/java/src/com/vmware/avi/sdk/model/WafRuleOverrides.java +++ b/java/src/com/vmware/avi/sdk/model/WafRuleOverrides.java @@ -39,7 +39,7 @@ public class WafRuleOverrides { * This is the getter method this will return the attribute value. * Override the enable flag for this rule. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enable */ @@ -51,7 +51,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Override the enable flag for this rule. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enable set the enable. */ @@ -62,7 +62,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Replace the exclude list for this rule. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeList */ @@ -74,7 +74,7 @@ public List getExcludeList() { * This is the setter method. this will set the excludeList * Replace the exclude list for this rule. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeList */ @@ -86,7 +86,7 @@ public void setExcludeList(List excludeList) { * This is the setter method this will set the excludeList * Replace the exclude list for this rule. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return excludeList */ @@ -103,7 +103,7 @@ public WafRuleOverrides addExcludeListItem(WafExcludeListEntry excludeListItem) * Override the waf mode for this rule. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -116,7 +116,7 @@ public String getMode() { * Override the waf mode for this rule. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -128,7 +128,7 @@ public void setMode(String mode) { * This is the getter method this will return the attribute value. * The rule_id of the rule where attributes are overridden. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleId */ @@ -140,7 +140,7 @@ public String getRuleId() { * This is the setter method to the attribute. * The rule_id of the rule where attributes are overridden. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleId set the ruleId. */ diff --git a/java/src/com/vmware/avi/sdk/model/WarningEventDetails.java b/java/src/com/vmware/avi/sdk/model/WarningEventDetails.java new file mode 100644 index 0000000000..4c655659c3 --- /dev/null +++ b/java/src/com/vmware/avi/sdk/model/WarningEventDetails.java @@ -0,0 +1,110 @@ +/* + * Copyright 2021 VMware, Inc. + * SPDX-License-Identifier: Apache License 2.0 + */ + +package com.vmware.avi.sdk.model; + +import java.util.*; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +/** + * The WarningEventDetails is a POJO class extends AviRestResource that used for creating + * WarningEventDetails. + * + * @version 1.0 + * @since + * + */ +@JsonIgnoreProperties(ignoreUnknown = true) +@JsonInclude(JsonInclude.Include.NON_NULL) +public class WarningEventDetails { + @JsonProperty("event_data") + private String eventData; + + @JsonProperty("warning_message") + private String warningMessage; + + + + /** + * This is the getter method this will return the attribute value. + * Event data. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return eventData + */ + public String getEventData() { + return eventData; + } + + /** + * This is the setter method to the attribute. + * Event data. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param eventData set the eventData. + */ + public void setEventData(String eventData) { + this.eventData = eventData; + } + + /** + * This is the getter method this will return the attribute value. + * Warning message. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return warningMessage + */ + public String getWarningMessage() { + return warningMessage; + } + + /** + * This is the setter method to the attribute. + * Warning message. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param warningMessage set the warningMessage. + */ + public void setWarningMessage(String warningMessage) { + this.warningMessage = warningMessage; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + WarningEventDetails objWarningEventDetails = (WarningEventDetails) o; + return Objects.equals(this.eventData, objWarningEventDetails.eventData)&& + Objects.equals(this.warningMessage, objWarningEventDetails.warningMessage); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class WarningEventDetails {\n"); + sb.append(" eventData: ").append(toIndentedString(eventData)).append("\n"); + sb.append(" warningMessage: ").append(toIndentedString(warningMessage)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/java/src/com/vmware/avi/sdk/model/WebApplicationSignatureServiceStatus.java b/java/src/com/vmware/avi/sdk/model/WebApplicationSignatureServiceStatus.java index 1422347e5c..9dda4a1c23 100644 --- a/java/src/com/vmware/avi/sdk/model/WebApplicationSignatureServiceStatus.java +++ b/java/src/com/vmware/avi/sdk/model/WebApplicationSignatureServiceStatus.java @@ -36,7 +36,7 @@ public class WebApplicationSignatureServiceStatus { * This is the getter method this will return the attribute value. * If the last attempted update failed, this is a more detailed error message. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -48,7 +48,7 @@ public String getError() { * This is the setter method to the attribute. * If the last attempted update failed, this is a more detailed error message. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -62,7 +62,7 @@ public void setError(String error) { * It will be not update, if an error occurs during an update attempt. * In this case, the error will be set. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastSuccessfulUpdateCheck */ @@ -76,7 +76,7 @@ public TimeStamp getLastSuccessfulUpdateCheck() { * It will be not update, if an error occurs during an update attempt. * In this case, the error will be set. * Field introduced in 20.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastSuccessfulUpdateCheck set the lastSuccessfulUpdateCheck. */ @@ -89,7 +89,7 @@ public void setLastSuccessfulUpdateCheck(TimeStamp lastSuccessfulUpdateCheck) { * A timestamp field. * It is used by the application signature sync service to keep track of the current version. * Field introduced in 21.1.1, 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upstreamSyncTimestamp */ @@ -102,7 +102,7 @@ public TimeStamp getUpstreamSyncTimestamp() { * A timestamp field. * It is used by the application signature sync service to keep track of the current version. * Field introduced in 21.1.1, 20.1.5. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param upstreamSyncTimestamp set the upstreamSyncTimestamp. */ diff --git a/java/src/com/vmware/avi/sdk/model/WebappUT.java b/java/src/com/vmware/avi/sdk/model/WebappUT.java index 216f15aef0..cf0efc21e4 100644 --- a/java/src/com/vmware/avi/sdk/model/WebappUT.java +++ b/java/src/com/vmware/avi/sdk/model/WebappUT.java @@ -21,6 +21,9 @@ @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) public class WebappUT extends AviRestResource { + @JsonProperty("cloud_ref") + private String cloudRef; + @JsonProperty("default_first_int") private Integer defaultFirstInt = 1; @@ -74,11 +77,37 @@ public class WebappUT extends AviRestResource { + /** + * This is the getter method this will return the attribute value. + * Cloud of the webapput object-level0. + * It is a reference to an object of type cloud. + * Field introduced in 30.2.2. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return cloudRef + */ + public String getCloudRef() { + return cloudRef; + } + + /** + * This is the setter method to the attribute. + * Cloud of the webapput object-level0. + * It is a reference to an object of type cloud. + * Field introduced in 30.2.2. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param cloudRef set the cloudRef. + */ + public void setCloudRef(String cloudRef) { + this.cloudRef = cloudRef; + } + /** * This is the getter method this will return the attribute value. * Default uint64 field. * Field introduced in 30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return defaultFirstInt */ @@ -90,7 +119,7 @@ public Integer getDefaultFirstInt() { * This is the setter method to the attribute. * Default uint64 field. * Field introduced in 30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param defaultFirstInt set the defaultFirstInt. */ @@ -102,7 +131,7 @@ public void setDefaultFirstInt(Integer defaultFirstInt) { * This is the getter method this will return the attribute value. * Default int64 field. * Field introduced in 30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return defaultSecondInt */ @@ -114,7 +143,7 @@ public Integer getDefaultSecondInt() { * This is the setter method to the attribute. * Default int64 field. * Field introduced in 30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param defaultSecondInt set the defaultSecondInt. */ @@ -126,7 +155,7 @@ public void setDefaultSecondInt(Integer defaultSecondInt) { * This is the getter method this will return the attribute value. * Default string field. * Field introduced in 30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default string". * @return defaultString */ @@ -138,7 +167,7 @@ public String getDefaultString() { * This is the setter method to the attribute. * Default string field. * Field introduced in 30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default string". * @param defaultString set the defaultString. */ @@ -150,7 +179,7 @@ public void setDefaultString(String defaultString) { * This is the getter method this will return the attribute value. * Default int32 field. * Field introduced in 30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return defaultThirdInt */ @@ -162,7 +191,7 @@ public Integer getDefaultThirdInt() { * This is the setter method to the attribute. * Default int32 field. * Field introduced in 30.1.2. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param defaultThirdInt set the defaultThirdInt. */ @@ -174,7 +203,7 @@ public void setDefaultThirdInt(Integer defaultThirdInt) { * This is the getter method this will return the attribute value. * Optional message for nested f_mandatory test cases defined at level1. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryTest */ @@ -186,7 +215,7 @@ public L1FMandatoryTestCase getMandatoryTest() { * This is the setter method to the attribute. * Optional message for nested f_mandatory test cases defined at level1. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mandatoryTest set the mandatoryTest. */ @@ -197,7 +226,7 @@ public void setMandatoryTest(L1FMandatoryTestCase mandatoryTest) { * This is the getter method this will return the attribute value. * Repeated message for nested f_mandatory test cases-level1. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryTests */ @@ -209,7 +238,7 @@ public List getMandatoryTests() { * This is the setter method. this will set the mandatoryTests * Repeated message for nested f_mandatory test cases-level1. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryTests */ @@ -221,7 +250,7 @@ public void setMandatoryTests(List mandatoryTests) { * This is the setter method this will set the mandatoryTests * Repeated message for nested f_mandatory test cases-level1. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mandatoryTests */ @@ -237,7 +266,7 @@ public WebappUT addMandatoryTestsItem(L1FMandatoryTestCase mandatoryTestsItem) { * This is the getter method this will return the attribute value. * Name of the webapput object-level0. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -249,7 +278,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the webapput object-level0. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -261,7 +290,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Optional message for nested f_sensitive test cases defined at level1. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveTest */ @@ -273,7 +302,7 @@ public L1FSensitiveTestCase getSensitiveTest() { * This is the setter method to the attribute. * Optional message for nested f_sensitive test cases defined at level1. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sensitiveTest set the sensitiveTest. */ @@ -284,7 +313,7 @@ public void setSensitiveTest(L1FSensitiveTestCase sensitiveTest) { * This is the getter method this will return the attribute value. * Repeated message for nested f_sensitive test cases-level1. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveTests */ @@ -296,7 +325,7 @@ public List getSensitiveTests() { * This is the setter method. this will set the sensitiveTests * Repeated message for nested f_sensitive test cases-level1. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveTests */ @@ -308,7 +337,7 @@ public void setSensitiveTests(List sensitiveTests) { * This is the setter method this will set the sensitiveTests * Repeated message for nested f_sensitive test cases-level1. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sensitiveTests */ @@ -324,7 +353,7 @@ public WebappUT addSensitiveTestsItem(L1FSensitiveTestCase sensitiveTestsItem) { * This is the getter method this will return the attribute value. * Optional bool for nested skip_optional_check test cases-level1. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return skipOptionalCheckTests */ @@ -336,7 +365,7 @@ public Boolean getSkipOptionalCheckTests() { * This is the setter method to the attribute. * Optional bool for nested skip_optional_check test cases-level1. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param skipOptionalCheckTests set the skipOptionalCheckTests. */ @@ -348,7 +377,7 @@ public void setSkipOptionalCheckTests(Boolean skipOptionalCheckTests) { * This is the getter method this will return the attribute value. * Optional message for nested max string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringLengthTest */ @@ -360,7 +389,7 @@ public L1StringLengthTestCase getStringLengthTest() { * This is the setter method to the attribute. * Optional message for nested max string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stringLengthTest set the stringLengthTest. */ @@ -371,7 +400,7 @@ public void setStringLengthTest(L1StringLengthTestCase stringLengthTest) { * This is the getter method this will return the attribute value. * Repeated message for nested max string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringLengthTests */ @@ -383,7 +412,7 @@ public List getStringLengthTests() { * This is the setter method. this will set the stringLengthTests * Repeated message for nested max string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringLengthTests */ @@ -395,7 +424,7 @@ public void setStringLengthTests(List stringLengthTests * This is the setter method this will set the stringLengthTests * Repeated message for nested max string length test cases. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringLengthTests */ @@ -412,7 +441,7 @@ public WebappUT addStringLengthTestsItem(L1StringLengthTestCase stringLengthTest * Tenant of the webapput object-level0. * It is a reference to an object of type tenant. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -425,7 +454,7 @@ public String getTenantRef() { * Tenant of the webapput object-level0. * It is a reference to an object of type tenant. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -438,7 +467,7 @@ public void setTenantRef(String tenantRef) { * The string for sensitive (secret) field. * Object-level0. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testSensitiveString */ @@ -451,7 +480,7 @@ public String getTestSensitiveString() { * The string for sensitive (secret) field. * Object-level0. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param testSensitiveString set the testSensitiveString. */ @@ -463,7 +492,7 @@ public void setTestSensitiveString(String testSensitiveString) { * This is the getter method this will return the attribute value. * The maximum string length. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testString */ @@ -475,7 +504,7 @@ public String getTestString() { * This is the setter method to the attribute. * The maximum string length. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param testString set the testString. */ @@ -504,7 +533,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the webapput object-level0. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -516,7 +545,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the webapput object-level0. * Field introduced in 21.1.5, 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -549,14 +578,16 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.defaultString, objWebappUT.defaultString)&& Objects.equals(this.defaultFirstInt, objWebappUT.defaultFirstInt)&& Objects.equals(this.defaultSecondInt, objWebappUT.defaultSecondInt)&& - Objects.equals(this.defaultThirdInt, objWebappUT.defaultThirdInt); + Objects.equals(this.defaultThirdInt, objWebappUT.defaultThirdInt)&& + Objects.equals(this.cloudRef, objWebappUT.cloudRef); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class WebappUT {\n"); - sb.append(" defaultFirstInt: ").append(toIndentedString(defaultFirstInt)).append("\n"); + sb.append(" cloudRef: ").append(toIndentedString(cloudRef)).append("\n"); + sb.append(" defaultFirstInt: ").append(toIndentedString(defaultFirstInt)).append("\n"); sb.append(" defaultSecondInt: ").append(toIndentedString(defaultSecondInt)).append("\n"); sb.append(" defaultString: ").append(toIndentedString(defaultString)).append("\n"); sb.append(" defaultThirdInt: ").append(toIndentedString(defaultThirdInt)).append("\n"); diff --git a/java/src/com/vmware/avi/sdk/model/Webhook.java b/java/src/com/vmware/avi/sdk/model/Webhook.java index 304c21efd9..e8ba959dde 100644 --- a/java/src/com/vmware/avi/sdk/model/Webhook.java +++ b/java/src/com/vmware/avi/sdk/model/Webhook.java @@ -51,7 +51,7 @@ public class Webhook extends AviRestResource { * This is the getter method this will return the attribute value. * Callback url for the webhook. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return callbackUrl */ @@ -63,7 +63,7 @@ public String getCallbackUrl() { * This is the setter method to the attribute. * Callback url for the webhook. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param callbackUrl set the callbackUrl. */ @@ -74,7 +74,7 @@ public void setCallbackUrl(String callbackUrl) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -85,7 +85,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -96,8 +96,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -109,8 +108,7 @@ public List getMarkers() { * This is the setter method. this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -122,8 +120,7 @@ public void setMarkers(List markers) { * This is the setter method this will set the markers * List of labels to be used for granular rbac. * Field introduced in 20.1.6. - * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services - * edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return markers */ @@ -139,7 +136,7 @@ public Webhook addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * The name of the webhook profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -151,7 +148,7 @@ public String getName() { * This is the setter method to the attribute. * The name of the webhook profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -163,7 +160,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -175,7 +172,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -204,7 +201,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the webhook profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -216,7 +213,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the webhook profile. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -228,7 +225,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Verification token sent back with the callback asquery parameters. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return verificationToken */ @@ -240,7 +237,7 @@ public String getVerificationToken() { * This is the setter method to the attribute. * Verification token sent back with the callback asquery parameters. * Field introduced in 17.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param verificationToken set the verificationToken. */ diff --git a/java/src/com/vmware/avi/sdk/model/postsnapshot.java b/java/src/com/vmware/avi/sdk/model/postsnapshot.java index d8a472ad3e..27df84c860 100644 --- a/java/src/com/vmware/avi/sdk/model/postsnapshot.java +++ b/java/src/com/vmware/avi/sdk/model/postsnapshot.java @@ -39,7 +39,7 @@ public class postsnapshot { * This is the getter method this will return the attribute value. * Fb gs snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gssnapshot */ @@ -51,7 +51,7 @@ public FbGsInfo getGssnapshot() { * This is the setter method to the attribute. * Fb gs snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gssnapshot set the gssnapshot. */ @@ -63,7 +63,7 @@ public void setGssnapshot(FbGsInfo gssnapshot) { * This is the getter method this will return the attribute value. * Fb pool snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolsnapshot */ @@ -75,7 +75,7 @@ public FbPoolInfo getPoolsnapshot() { * This is the setter method to the attribute. * Fb pool snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolsnapshot set the poolsnapshot. */ @@ -87,7 +87,7 @@ public void setPoolsnapshot(FbPoolInfo poolsnapshot) { * This is the getter method this will return the attribute value. * Fb se snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sesnapshot */ @@ -99,7 +99,7 @@ public FbSeInfo getSesnapshot() { * This is the setter method to the attribute. * Fb se snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sesnapshot set the sesnapshot. */ @@ -111,7 +111,7 @@ public void setSesnapshot(FbSeInfo sesnapshot) { * This is the getter method this will return the attribute value. * Fb vs snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vssnapshot */ @@ -123,7 +123,7 @@ public FbVsInfo getVssnapshot() { * This is the setter method to the attribute. * Fb vs snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vssnapshot set the vssnapshot. */ diff --git a/java/src/com/vmware/avi/sdk/model/presnapshot.java b/java/src/com/vmware/avi/sdk/model/presnapshot.java index 2659a1d95f..2d54df8c04 100644 --- a/java/src/com/vmware/avi/sdk/model/presnapshot.java +++ b/java/src/com/vmware/avi/sdk/model/presnapshot.java @@ -39,7 +39,7 @@ public class presnapshot { * This is the getter method this will return the attribute value. * Fb gs snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gssnapshot */ @@ -51,7 +51,7 @@ public FbGsInfo getGssnapshot() { * This is the setter method to the attribute. * Fb gs snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gssnapshot set the gssnapshot. */ @@ -63,7 +63,7 @@ public void setGssnapshot(FbGsInfo gssnapshot) { * This is the getter method this will return the attribute value. * Fb pool snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolsnapshot */ @@ -75,7 +75,7 @@ public FbPoolInfo getPoolsnapshot() { * This is the setter method to the attribute. * Fb pool snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolsnapshot set the poolsnapshot. */ @@ -87,7 +87,7 @@ public void setPoolsnapshot(FbPoolInfo poolsnapshot) { * This is the getter method this will return the attribute value. * Fb se snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sesnapshot */ @@ -99,7 +99,7 @@ public FbSeInfo getSesnapshot() { * This is the setter method to the attribute. * Fb se snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sesnapshot set the sesnapshot. */ @@ -111,7 +111,7 @@ public void setSesnapshot(FbSeInfo sesnapshot) { * This is the getter method this will return the attribute value. * Fb vs snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vssnapshot */ @@ -123,7 +123,7 @@ public FbVsInfo getVssnapshot() { * This is the setter method to the attribute. * Fb vs snapshot data. * Field introduced in 21.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vssnapshot set the vssnapshot. */ diff --git a/java/src/com/vmware/avi/sdk/model/vCenterConfiguration.java b/java/src/com/vmware/avi/sdk/model/vCenterConfiguration.java index 3cf0ea4cb4..1da6c2d8fc 100644 --- a/java/src/com/vmware/avi/sdk/model/vCenterConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/vCenterConfiguration.java @@ -57,13 +57,16 @@ public class vCenterConfiguration { @JsonProperty("vcenter_url") private String vcenterUrl; + @JsonProperty("verify_certificate") + private Boolean verifyCertificate = false; + /** * This is the getter method this will return the attribute value. * Vcenter content library where service engine images are stored. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contentLib */ @@ -75,7 +78,7 @@ public ContentLibConfig getContentLib() { * This is the setter method to the attribute. * Vcenter content library where service engine images are stored. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param contentLib set the contentLib. */ @@ -86,7 +89,7 @@ public void setContentLib(ContentLibConfig contentLib) { /** * This is the getter method this will return the attribute value. * Datacenter for virtual infrastructure discovery. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datacenter */ @@ -97,7 +100,7 @@ public String getDatacenter() { /** * This is the setter method to the attribute. * Datacenter for virtual infrastructure discovery. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datacenter set the datacenter. */ @@ -109,7 +112,7 @@ public void setDatacenter(String datacenter) { * This is the getter method this will return the attribute value. * Managed object id of the datacenter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datacenterManagedObjectId */ @@ -121,7 +124,7 @@ public String getDatacenterManagedObjectId() { * This is the setter method to the attribute. * Managed object id of the datacenter. * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datacenterManagedObjectId set the datacenterManagedObjectId. */ @@ -133,7 +136,7 @@ public void setDatacenterManagedObjectId(String datacenterManagedObjectId) { * This is the getter method this will return the attribute value. * If true, nsx-t segment spanning multiple vds with vcenter cloud are merged to a single network in avi. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isNsxEnvironment */ @@ -145,7 +148,7 @@ public Boolean getIsNsxEnvironment() { * This is the setter method to the attribute. * If true, nsx-t segment spanning multiple vds with vcenter cloud are merged to a single network in avi. * Field introduced in 22.1.3. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isNsxEnvironment set the isNsxEnvironment. */ @@ -156,7 +159,7 @@ public void setIsNsxEnvironment(Boolean isNsxEnvironment) { /** * This is the getter method this will return the attribute value. * Management subnet to use for avi service engines. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementIpSubnet */ @@ -167,7 +170,7 @@ public IpAddrPrefix getManagementIpSubnet() { /** * This is the setter method to the attribute. * Management subnet to use for avi service engines. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementIpSubnet set the managementIpSubnet. */ @@ -179,7 +182,7 @@ public void setManagementIpSubnet(IpAddrPrefix managementIpSubnet) { * This is the getter method this will return the attribute value. * Management network to use for avi service engines. * It is a reference to an object of type vimgrnwruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementNetwork */ @@ -191,7 +194,7 @@ public String getManagementNetwork() { * This is the setter method to the attribute. * Management network to use for avi service engines. * It is a reference to an object of type vimgrnwruntime. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementNetwork set the managementNetwork. */ @@ -202,7 +205,7 @@ public void setManagementNetwork(String managementNetwork) { /** * This is the getter method this will return the attribute value. * The password avi vantage will use when authenticating with vcenter. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -213,7 +216,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * The password avi vantage will use when authenticating with vcenter. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -226,7 +229,7 @@ public void setPassword(String password) { * Set the access mode to vcenter as either read, which allows avi to discover networks and servers, or write, which also allows avi to create * service engines and configure their network properties. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WRITE_ACCESS". * @return privilege */ @@ -239,7 +242,7 @@ public String getPrivilege() { * Set the access mode to vcenter as either read, which allows avi to discover networks and servers, or write, which also allows avi to create * service engines and configure their network properties. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WRITE_ACCESS". * @param privilege set the privilege. */ @@ -251,7 +254,7 @@ public void setPrivilege(String privilege) { * This is the getter method this will return the attribute value. * If false, service engine image will not be pushed to content library. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useContentLib */ @@ -263,7 +266,7 @@ public Boolean getUseContentLib() { * This is the setter method to the attribute. * If false, service engine image will not be pushed to content library. * Field introduced in 22.1.1. - * Allowed in enterprise edition with any value, essentials edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useContentLib set the useContentLib. */ @@ -274,7 +277,7 @@ public void setUseContentLib(Boolean useContentLib) { /** * This is the getter method this will return the attribute value. * The username avi vantage will use when authenticating with vcenter. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -285,7 +288,7 @@ public String getUsername() { /** * This is the setter method to the attribute. * The username avi vantage will use when authenticating with vcenter. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ @@ -296,7 +299,7 @@ public void setUsername(String username) { /** * This is the getter method this will return the attribute value. * Avi service engine template in vcenter to be used for creating service engines. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterTemplateSeLocation */ @@ -307,7 +310,7 @@ public String getVcenterTemplateSeLocation() { /** * This is the setter method to the attribute. * Avi service engine template in vcenter to be used for creating service engines. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterTemplateSeLocation set the vcenterTemplateSeLocation. */ @@ -318,7 +321,7 @@ public void setVcenterTemplateSeLocation(String vcenterTemplateSeLocation) { /** * This is the getter method this will return the attribute value. * Vcenter hostname or ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterUrl */ @@ -329,7 +332,7 @@ public String getVcenterUrl() { /** * This is the setter method to the attribute. * Vcenter hostname or ip address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterUrl set the vcenterUrl. */ @@ -337,6 +340,30 @@ public void setVcenterUrl(String vcenterUrl) { this.vcenterUrl = vcenterUrl; } + /** + * This is the getter method this will return the attribute value. + * Flag is used to indicate whether tls certificate verificationbe done when establishing a connection to a vcenter server. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @return verifyCertificate + */ + public Boolean getVerifyCertificate() { + return verifyCertificate; + } + + /** + * This is the setter method to the attribute. + * Flag is used to indicate whether tls certificate verificationbe done when establishing a connection to a vcenter server. + * Field introduced in 31.1.1. + * Allowed with any value in enterprise, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as false. + * @param verifyCertificate set the verifyCertificate. + */ + public void setVerifyCertificate(Boolean verifyCertificate) { + this.verifyCertificate = verifyCertificate; + } + @Override public boolean equals(java.lang.Object o) { @@ -358,7 +385,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.useContentLib, objvCenterConfiguration.useContentLib)&& Objects.equals(this.contentLib, objvCenterConfiguration.contentLib)&& Objects.equals(this.isNsxEnvironment, objvCenterConfiguration.isNsxEnvironment)&& - Objects.equals(this.datacenterManagedObjectId, objvCenterConfiguration.datacenterManagedObjectId); + Objects.equals(this.datacenterManagedObjectId, objvCenterConfiguration.datacenterManagedObjectId)&& + Objects.equals(this.verifyCertificate, objvCenterConfiguration.verifyCertificate); } @Override @@ -377,6 +405,7 @@ public String toString() { sb.append(" username: ").append(toIndentedString(username)).append("\n"); sb.append(" vcenterTemplateSeLocation: ").append(toIndentedString(vcenterTemplateSeLocation)).append("\n"); sb.append(" vcenterUrl: ").append(toIndentedString(vcenterUrl)).append("\n"); + sb.append(" verifyCertificate: ").append(toIndentedString(verifyCertificate)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/java/src/com/vmware/avi/sdk/model/vCloudAirConfiguration.java b/java/src/com/vmware/avi/sdk/model/vCloudAirConfiguration.java index bc400b31f4..64fe970bcf 100644 --- a/java/src/com/vmware/avi/sdk/model/vCloudAirConfiguration.java +++ b/java/src/com/vmware/avi/sdk/model/vCloudAirConfiguration.java @@ -51,7 +51,7 @@ public class vCloudAirConfiguration { * This is the getter method this will return the attribute value. * Vcloudair access mode. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WRITE_ACCESS". * @return privilege */ @@ -63,7 +63,7 @@ public String getPrivilege() { * This is the setter method to the attribute. * Vcloudair access mode. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WRITE_ACCESS". * @param privilege set the privilege. */ @@ -74,7 +74,7 @@ public void setPrivilege(String privilege) { /** * This is the getter method this will return the attribute value. * Vcloudair host address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaHost */ @@ -85,7 +85,7 @@ public String getVcaHost() { /** * This is the setter method to the attribute. * Vcloudair host address. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaHost set the vcaHost. */ @@ -96,7 +96,7 @@ public void setVcaHost(String vcaHost) { /** * This is the getter method this will return the attribute value. * Vcloudair instance id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaInstance */ @@ -107,7 +107,7 @@ public String getVcaInstance() { /** * This is the setter method to the attribute. * Vcloudair instance id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaInstance set the vcaInstance. */ @@ -118,7 +118,7 @@ public void setVcaInstance(String vcaInstance) { /** * This is the getter method this will return the attribute value. * Vcloudair management network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaMgmtNetwork */ @@ -129,7 +129,7 @@ public String getVcaMgmtNetwork() { /** * This is the setter method to the attribute. * Vcloudair management network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaMgmtNetwork set the vcaMgmtNetwork. */ @@ -140,7 +140,7 @@ public void setVcaMgmtNetwork(String vcaMgmtNetwork) { /** * This is the getter method this will return the attribute value. * Vcloudair orgnization id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaOrgnization */ @@ -151,7 +151,7 @@ public String getVcaOrgnization() { /** * This is the setter method to the attribute. * Vcloudair orgnization id. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaOrgnization set the vcaOrgnization. */ @@ -162,7 +162,7 @@ public void setVcaOrgnization(String vcaOrgnization) { /** * This is the getter method this will return the attribute value. * Vcloudair password. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaPassword */ @@ -173,7 +173,7 @@ public String getVcaPassword() { /** * This is the setter method to the attribute. * Vcloudair password. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaPassword set the vcaPassword. */ @@ -184,7 +184,7 @@ public void setVcaPassword(String vcaPassword) { /** * This is the getter method this will return the attribute value. * Vcloudair username. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaUsername */ @@ -195,7 +195,7 @@ public String getVcaUsername() { /** * This is the setter method to the attribute. * Vcloudair username. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaUsername set the vcaUsername. */ @@ -206,7 +206,7 @@ public void setVcaUsername(String vcaUsername) { /** * This is the getter method this will return the attribute value. * Vcloudair virtual data center name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaVdc */ @@ -217,7 +217,7 @@ public String getVcaVdc() { /** * This is the setter method to the attribute. * Vcloudair virtual data center name. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaVdc set the vcaVdc. */ diff --git a/java/src/com/vmware/avi/sdk/model/vNIC.java b/java/src/com/vmware/avi/sdk/model/vNIC.java index 431d56722b..160e7fec75 100644 --- a/java/src/com/vmware/avi/sdk/model/vNIC.java +++ b/java/src/com/vmware/avi/sdk/model/vNIC.java @@ -121,7 +121,7 @@ public class vNIC { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adapter */ @@ -131,7 +131,7 @@ public String getAdapter() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adapter set the adapter. */ @@ -142,7 +142,7 @@ public void setAdapter(String adapter) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return aggregatorChgd */ @@ -153,7 +153,7 @@ public Boolean getAggregatorChgd() { /** * This is the setter method to the attribute. * Field introduced in 17.2.7. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param aggregatorChgd set the aggregatorChgd. */ @@ -163,7 +163,7 @@ public void setAggregatorChgd(Boolean aggregatorChgd) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return canSeDpTakeover */ @@ -173,7 +173,7 @@ public Boolean getCanSeDpTakeover() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param canSeDpTakeover set the canSeDpTakeover. */ @@ -183,7 +183,7 @@ public void setCanSeDpTakeover(Boolean canSeDpTakeover) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connected */ @@ -193,7 +193,7 @@ public Boolean getConnected() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connected set the connected. */ @@ -203,7 +203,7 @@ public void setConnected(Boolean connected) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return delPending */ @@ -213,7 +213,7 @@ public Boolean getDelPending() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param delPending set the delPending. */ @@ -226,7 +226,7 @@ public void setDelPending(Boolean delPending) { * Delete this vnic. * Please confirm dp_deletion_done before removing the vnic from the cloud. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return deleteVnic */ @@ -239,7 +239,7 @@ public Boolean getDeleteVnic() { * Delete this vnic. * Please confirm dp_deletion_done before removing the vnic from the cloud. * Field introduced in 18.2.5. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param deleteVnic set the deleteVnic. */ @@ -249,7 +249,7 @@ public void setDeleteVnic(Boolean deleteVnic) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return dhcpEnabled */ @@ -259,7 +259,7 @@ public Boolean getDhcpEnabled() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param dhcpEnabled set the dhcpEnabled. */ @@ -271,7 +271,7 @@ public void setDhcpEnabled(Boolean dhcpEnabled) { * This is the getter method this will return the attribute value. * The vnic has been cleaned up in the datapath. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return dpDeletionDone */ @@ -283,7 +283,7 @@ public Boolean getDpDeletionDone() { * This is the setter method to the attribute. * The vnic has been cleaned up in the datapath. * Field introduced in 18.2.3. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param dpDeletionDone set the dpDeletionDone. */ @@ -293,7 +293,7 @@ public void setDpDeletionDone(Boolean dpDeletionDone) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -303,7 +303,7 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -313,7 +313,7 @@ public void setEnabled(Boolean enabled) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -323,7 +323,7 @@ public String getIfName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -335,7 +335,7 @@ public void setIfName(String ifName) { * This is the getter method this will return the attribute value. * Enable ipv6 auto configuration. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ip6AutocfgEnabled */ @@ -347,7 +347,7 @@ public Boolean getIp6AutocfgEnabled() { * This is the setter method to the attribute. * Enable ipv6 auto configuration. * Field introduced in 18.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param ip6AutocfgEnabled set the ip6AutocfgEnabled. */ @@ -357,7 +357,7 @@ public void setIp6AutocfgEnabled(Boolean ip6AutocfgEnabled) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isAsm */ @@ -367,7 +367,7 @@ public Boolean getIsAsm() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isAsm set the isAsm. */ @@ -377,7 +377,7 @@ public void setIsAsm(Boolean isAsm) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isAviInternalNetwork */ @@ -387,7 +387,7 @@ public Boolean getIsAviInternalNetwork() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isAviInternalNetwork set the isAviInternalNetwork. */ @@ -397,7 +397,7 @@ public void setIsAviInternalNetwork(Boolean isAviInternalNetwork) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isHsm */ @@ -407,7 +407,7 @@ public Boolean getIsHsm() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isHsm set the isHsm. */ @@ -417,7 +417,7 @@ public void setIsHsm(Boolean isHsm) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isMgmt */ @@ -427,7 +427,7 @@ public Boolean getIsMgmt() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isMgmt set the isMgmt. */ @@ -437,7 +437,7 @@ public void setIsMgmt(Boolean isMgmt) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isPortchannel */ @@ -447,7 +447,7 @@ public Boolean getIsPortchannel() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isPortchannel set the isPortchannel. */ @@ -459,7 +459,7 @@ public void setIsPortchannel(Boolean isPortchannel) { * This is the getter method this will return the attribute value. * The link is operationally up. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return linkUp */ @@ -471,7 +471,7 @@ public Boolean getLinkUp() { * This is the setter method to the attribute. * The link is operationally up. * Field introduced in 18.2.8, 20.1.1. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param linkUp set the linkUp. */ @@ -481,7 +481,7 @@ public void setLinkUp(Boolean linkUp) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxName */ @@ -491,7 +491,7 @@ public String getLinuxName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxName set the linuxName. */ @@ -501,7 +501,7 @@ public void setLinuxName(String linuxName) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddress */ @@ -511,7 +511,7 @@ public String getMacAddress() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddress set the macAddress. */ @@ -520,7 +520,7 @@ public void setMacAddress(String macAddress) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -530,7 +530,7 @@ public List getMembers() { /** * This is the setter method. this will set the members - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -540,7 +540,7 @@ public void setMembers(List members) { /** * This is the setter method this will set the members - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -554,7 +554,7 @@ public vNIC addMembersItem(MemberInterface membersItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1500. * @return mtu */ @@ -564,7 +564,7 @@ public Integer getMtu() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1500. * @param mtu set the mtu. */ @@ -574,7 +574,7 @@ public void setMtu(Integer mtu) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkName */ @@ -584,7 +584,7 @@ public String getNetworkName() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkName set the networkName. */ @@ -595,7 +595,7 @@ public void setNetworkName(String networkName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -606,7 +606,7 @@ public String getNetworkRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type network. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -620,7 +620,7 @@ public void setNetworkRef(String networkRef) { * Setting a value of 0 implies the default value for that environment. * (tech-preview, vcenter only). * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRxDescriptors */ @@ -634,7 +634,7 @@ public Integer getNumRxDescriptors() { * Setting a value of 0 implies the default value for that environment. * (tech-preview, vcenter only). * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRxDescriptors set the numRxDescriptors. */ @@ -648,7 +648,7 @@ public void setNumRxDescriptors(Integer numRxDescriptors) { * Setting a value of 0 implies the default value for that environment. * (tech-preview, vcenter only). * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numTxDescriptors */ @@ -662,7 +662,7 @@ public Integer getNumTxDescriptors() { * Setting a value of 0 implies the default value for that environment. * (tech-preview, vcenter only). * Field introduced in 30.2.1. - * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Allowed with any value in enterprise, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numTxDescriptors set the numTxDescriptors. */ @@ -672,7 +672,7 @@ public void setNumTxDescriptors(Integer numTxDescriptors) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pciId */ @@ -682,7 +682,7 @@ public String getPciId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pciId set the pciId. */ @@ -692,7 +692,7 @@ public void setPciId(String pciId) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portUuid */ @@ -702,7 +702,7 @@ public String getPortUuid() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param portUuid set the portUuid. */ @@ -712,7 +712,7 @@ public void setPortUuid(String portUuid) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return vlanId */ @@ -722,7 +722,7 @@ public Integer getVlanId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param vlanId set the vlanId. */ @@ -731,7 +731,7 @@ public void setVlanId(Integer vlanId) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanInterfaces */ @@ -741,7 +741,7 @@ public List getVlanInterfaces() { /** * This is the setter method. this will set the vlanInterfaces - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanInterfaces */ @@ -751,7 +751,7 @@ public void setVlanInterfaces(List vlanInterfaces) { /** * This is the setter method this will set the vlanInterfaces - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanInterfaces */ @@ -764,7 +764,7 @@ public vNIC addVlanInterfacesItem(VlanInterface vlanInterfacesItem) { } /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnicNetworks */ @@ -774,7 +774,7 @@ public List getVnicNetworks() { /** * This is the setter method. this will set the vnicNetworks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnicNetworks */ @@ -784,7 +784,7 @@ public void setVnicNetworks(List vnicNetworks) { /** * This is the setter method this will set the vnicNetworks - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnicNetworks */ @@ -798,7 +798,7 @@ public vNIC addVnicNetworksItem(vNICNetwork vnicNetworksItem) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return vrfId */ @@ -808,7 +808,7 @@ public Integer getVrfId() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param vrfId set the vrfId. */ @@ -819,7 +819,7 @@ public void setVrfId(Integer vrfId) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vrfcontext. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfRef */ @@ -830,7 +830,7 @@ public String getVrfRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vrfcontext. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfRef set the vrfRef. */ diff --git a/java/src/com/vmware/avi/sdk/model/vNICNetwork.java b/java/src/com/vmware/avi/sdk/model/vNICNetwork.java index ac1527c846..ee7d5c1c6a 100644 --- a/java/src/com/vmware/avi/sdk/model/vNICNetwork.java +++ b/java/src/com/vmware/avi/sdk/model/vNICNetwork.java @@ -34,7 +34,7 @@ public class vNICNetwork { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ctlrAlloc */ @@ -44,7 +44,7 @@ public Boolean getCtlrAlloc() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ctlrAlloc set the ctlrAlloc. */ @@ -54,7 +54,7 @@ public void setCtlrAlloc(Boolean ctlrAlloc) { /** * This is the getter method this will return the attribute value. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -64,7 +64,7 @@ public IpAddrPrefix getIp() { /** * This is the setter method to the attribute. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -75,7 +75,7 @@ public void setIp(IpAddrPrefix ip) { /** * This is the getter method this will return the attribute value. * Enum options - DHCP, STATIC, VIP, DOCKER_HOST, MODE_MANUAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DHCP". * @return mode */ @@ -86,7 +86,7 @@ public String getMode() { /** * This is the setter method to the attribute. * Enum options - DHCP, STATIC, VIP, DOCKER_HOST, MODE_MANUAL. - * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DHCP". * @param mode set the mode. */